diff --git a/.gitignore b/.gitignore index 564a3ce..4a831ae 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .DS_Store .idea build/ +release/ local.properties localhost/ obj/ diff --git a/README.md b/README.md index 86c559a..af53099 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ We recommend you refer to the FAQ at https://faq.whatsapp.com/general/26000226 f affordance to add it to WhatsApp (do not try to create "add all packs" operations). * Each sticker pack must have a minimum of 3 stickers and a maximum of 30 - stickers + stickers (you can include more but whatsapp won't allow that packs to add) * Stickers must be exactly 512 x 512 pixels * Stickers will render on a variety of backgrounds, white, black, colored, patterned, etc. Test your sticker art on a variety of backgrounds. For this reason, we recommend you add a 8px #FFFFFF stroke to the outside of each sticker. See the sample PSD referenced at https://faq.whatsapp.com/general/26000226 for more details. * Stickers must be in the [WebP format](https://developers.google.com/speed/webp). Currently, animated WebP or animated stickers are not supported. See the section [Converting to WebP](#converting-to-webp) below for information on how to create WebP files. diff --git a/app/.gitignore b/app/.gitignore index 796b96d..67e07b8 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1 +1,2 @@ /build +/release diff --git a/app/build.gradle b/app/build.gradle index ed70e9f..af809ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,7 +17,7 @@ android { minSdkVersion 15 targetSdkVersion 28 versionCode 1 - versionName "1.2" + versionName "1.3" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" def contentProviderAuthority = applicationId + ".stickercontentprovider" // Creates a placeholder property to use in the manifest. diff --git a/app/src/main/assets/misc/13_misc.webp b/app/src/main/assets/agent007/01_agent007.webp similarity index 100% rename from app/src/main/assets/misc/13_misc.webp rename to app/src/main/assets/agent007/01_agent007.webp diff --git a/app/src/main/assets/misc/11_misc.webp b/app/src/main/assets/agent007/02_agent007.webp similarity index 100% rename from app/src/main/assets/misc/11_misc.webp rename to app/src/main/assets/agent007/02_agent007.webp diff --git a/app/src/main/assets/misc/10_misc.webp b/app/src/main/assets/agent007/03_agent007.webp similarity index 100% rename from app/src/main/assets/misc/10_misc.webp rename to app/src/main/assets/agent007/03_agent007.webp diff --git a/app/src/main/assets/agent007/04_agent007.webp b/app/src/main/assets/agent007/04_agent007.webp new file mode 100644 index 0000000..a0568f9 Binary files /dev/null and b/app/src/main/assets/agent007/04_agent007.webp differ diff --git a/app/src/main/assets/agent007/05_agent007.webp b/app/src/main/assets/agent007/05_agent007.webp new file mode 100644 index 0000000..50f3339 Binary files /dev/null and b/app/src/main/assets/agent007/05_agent007.webp differ diff --git a/app/src/main/assets/agent007/06_agent007.webp b/app/src/main/assets/agent007/06_agent007.webp new file mode 100644 index 0000000..8513413 Binary files /dev/null and b/app/src/main/assets/agent007/06_agent007.webp differ diff --git a/app/src/main/assets/agent007/07_agent007.webp b/app/src/main/assets/agent007/07_agent007.webp new file mode 100644 index 0000000..51eaa05 Binary files /dev/null and b/app/src/main/assets/agent007/07_agent007.webp differ diff --git a/app/src/main/assets/misc/05_misc.webp b/app/src/main/assets/agent007/08_agent007.webp similarity index 100% rename from app/src/main/assets/misc/05_misc.webp rename to app/src/main/assets/agent007/08_agent007.webp diff --git a/app/src/main/assets/agent007/09_agent007.webp b/app/src/main/assets/agent007/09_agent007.webp new file mode 100644 index 0000000..d496a2e Binary files /dev/null and b/app/src/main/assets/agent007/09_agent007.webp differ diff --git a/app/src/main/assets/misc/02_misc.webp b/app/src/main/assets/agent007/10_agent007.webp similarity index 100% rename from app/src/main/assets/misc/02_misc.webp rename to app/src/main/assets/agent007/10_agent007.webp diff --git a/app/src/main/assets/misc/07_misc.webp b/app/src/main/assets/agent007/11_agent007.webp similarity index 100% rename from app/src/main/assets/misc/07_misc.webp rename to app/src/main/assets/agent007/11_agent007.webp diff --git a/app/src/main/assets/misc/03_misc.webp b/app/src/main/assets/agent007/12_agent007.webp similarity index 100% rename from app/src/main/assets/misc/03_misc.webp rename to app/src/main/assets/agent007/12_agent007.webp diff --git a/app/src/main/assets/agent007/13_agent007.webp b/app/src/main/assets/agent007/13_agent007.webp new file mode 100644 index 0000000..6cef414 Binary files /dev/null and b/app/src/main/assets/agent007/13_agent007.webp differ diff --git a/app/src/main/assets/misc/04_misc.webp b/app/src/main/assets/agent007/14_agent007.webp similarity index 100% rename from app/src/main/assets/misc/04_misc.webp rename to app/src/main/assets/agent007/14_agent007.webp diff --git a/app/src/main/assets/great_mind/01_great_mind.webp b/app/src/main/assets/agent007/15_agent007.webp similarity index 100% rename from app/src/main/assets/great_mind/01_great_mind.webp rename to app/src/main/assets/agent007/15_agent007.webp diff --git a/app/src/main/assets/agent007/16_agent007.webp b/app/src/main/assets/agent007/16_agent007.webp new file mode 100644 index 0000000..54be6c7 Binary files /dev/null and b/app/src/main/assets/agent007/16_agent007.webp differ diff --git a/app/src/main/assets/agent007/17_agent007.webp b/app/src/main/assets/agent007/17_agent007.webp new file mode 100644 index 0000000..b4741c9 Binary files /dev/null and b/app/src/main/assets/agent007/17_agent007.webp differ diff --git a/app/src/main/assets/agent007/18_agent007.webp b/app/src/main/assets/agent007/18_agent007.webp new file mode 100644 index 0000000..3756ef6 Binary files /dev/null and b/app/src/main/assets/agent007/18_agent007.webp differ diff --git a/app/src/main/assets/agent007/19_agent007.webp b/app/src/main/assets/agent007/19_agent007.webp new file mode 100644 index 0000000..88194e9 Binary files /dev/null and b/app/src/main/assets/agent007/19_agent007.webp differ diff --git a/app/src/main/assets/agent007/20_agent007.webp b/app/src/main/assets/agent007/20_agent007.webp new file mode 100644 index 0000000..9d8c5b3 Binary files /dev/null and b/app/src/main/assets/agent007/20_agent007.webp differ diff --git a/app/src/main/assets/agent007/21_agent007.webp b/app/src/main/assets/agent007/21_agent007.webp new file mode 100644 index 0000000..11ede9d Binary files /dev/null and b/app/src/main/assets/agent007/21_agent007.webp differ diff --git a/app/src/main/assets/agent007/22_agent007.webp b/app/src/main/assets/agent007/22_agent007.webp new file mode 100644 index 0000000..e8adc72 Binary files /dev/null and b/app/src/main/assets/agent007/22_agent007.webp differ diff --git a/app/src/main/assets/agent007/23_agent007.webp b/app/src/main/assets/agent007/23_agent007.webp new file mode 100644 index 0000000..88d34fa Binary files /dev/null and b/app/src/main/assets/agent007/23_agent007.webp differ diff --git a/app/src/main/assets/agent007/24_agent007.webp b/app/src/main/assets/agent007/24_agent007.webp new file mode 100644 index 0000000..635b6bf Binary files /dev/null and b/app/src/main/assets/agent007/24_agent007.webp differ diff --git a/app/src/main/assets/agent007/25_agent007.webp b/app/src/main/assets/agent007/25_agent007.webp new file mode 100644 index 0000000..5cdbc51 Binary files /dev/null and b/app/src/main/assets/agent007/25_agent007.webp differ diff --git a/app/src/main/assets/agent007/26_agent007.webp b/app/src/main/assets/agent007/26_agent007.webp new file mode 100644 index 0000000..1ec6bbb Binary files /dev/null and b/app/src/main/assets/agent007/26_agent007.webp differ diff --git a/app/src/main/assets/agent007/27_agent007.webp b/app/src/main/assets/agent007/27_agent007.webp new file mode 100644 index 0000000..37d0f09 Binary files /dev/null and b/app/src/main/assets/agent007/27_agent007.webp differ diff --git a/app/src/main/assets/misc/06_misc.webp b/app/src/main/assets/agent007/28_agent007.webp similarity index 100% rename from app/src/main/assets/misc/06_misc.webp rename to app/src/main/assets/agent007/28_agent007.webp diff --git a/app/src/main/assets/agent007/29_agent007.webp b/app/src/main/assets/agent007/29_agent007.webp new file mode 100644 index 0000000..39d1bad Binary files /dev/null and b/app/src/main/assets/agent007/29_agent007.webp differ diff --git a/app/src/main/assets/misc/12_misc.webp b/app/src/main/assets/agent007/30_agent007.webp similarity index 100% rename from app/src/main/assets/misc/12_misc.webp rename to app/src/main/assets/agent007/30_agent007.webp diff --git a/app/src/main/assets/great_mind/tray_Great_Mind.png b/app/src/main/assets/agent007/tray_Agent007.png similarity index 100% rename from app/src/main/assets/great_mind/tray_Great_Mind.png rename to app/src/main/assets/agent007/tray_Agent007.png diff --git a/app/src/main/assets/animals/01_animals.webp b/app/src/main/assets/animals/01_animals.webp deleted file mode 100644 index 601edb4..0000000 Binary files a/app/src/main/assets/animals/01_animals.webp and /dev/null differ diff --git a/app/src/main/assets/animals/02_animals.webp b/app/src/main/assets/animals/02_animals.webp deleted file mode 100644 index 770bcc3..0000000 Binary files a/app/src/main/assets/animals/02_animals.webp and /dev/null differ diff --git a/app/src/main/assets/animals/03_animals.webp b/app/src/main/assets/animals/03_animals.webp deleted file mode 100644 index 9ede56c..0000000 Binary files a/app/src/main/assets/animals/03_animals.webp and /dev/null differ diff --git a/app/src/main/assets/animals/04_animals.webp b/app/src/main/assets/animals/04_animals.webp deleted file mode 100644 index 7e0de8e..0000000 Binary files a/app/src/main/assets/animals/04_animals.webp and /dev/null differ diff --git a/app/src/main/assets/animals/05_animals.webp b/app/src/main/assets/animals/05_animals.webp deleted file mode 100644 index 91de6b9..0000000 Binary files a/app/src/main/assets/animals/05_animals.webp and /dev/null differ diff --git a/app/src/main/assets/animals/06_animals.webp b/app/src/main/assets/animals/06_animals.webp deleted file mode 100644 index fe291ab..0000000 Binary files a/app/src/main/assets/animals/06_animals.webp and /dev/null differ diff --git a/app/src/main/assets/animals/07_animals.webp b/app/src/main/assets/animals/07_animals.webp deleted file mode 100644 index 3b8a4ed..0000000 Binary files a/app/src/main/assets/animals/07_animals.webp and /dev/null differ diff --git a/app/src/main/assets/animals/08_animals.webp b/app/src/main/assets/animals/08_animals.webp deleted file mode 100644 index 4159bf9..0000000 Binary files a/app/src/main/assets/animals/08_animals.webp and /dev/null differ diff --git a/app/src/main/assets/animals/09_animals.webp b/app/src/main/assets/animals/09_animals.webp deleted file mode 100644 index 287ec10..0000000 Binary files a/app/src/main/assets/animals/09_animals.webp and /dev/null differ diff --git a/app/src/main/assets/animals/10_animals.webp b/app/src/main/assets/animals/10_animals.webp deleted file mode 100644 index 287869d..0000000 Binary files a/app/src/main/assets/animals/10_animals.webp and /dev/null differ diff --git a/app/src/main/assets/animals/11_animals.webp b/app/src/main/assets/animals/11_animals.webp deleted file mode 100644 index 40af9ff..0000000 Binary files a/app/src/main/assets/animals/11_animals.webp and /dev/null differ diff --git a/app/src/main/assets/animals/12_animals.webp b/app/src/main/assets/animals/12_animals.webp deleted file mode 100644 index 9ecf05d..0000000 Binary files a/app/src/main/assets/animals/12_animals.webp and /dev/null differ diff --git a/app/src/main/assets/animals/13_animals.webp b/app/src/main/assets/animals/13_animals.webp deleted file mode 100644 index eea99c8..0000000 Binary files a/app/src/main/assets/animals/13_animals.webp and /dev/null differ diff --git a/app/src/main/assets/animals/14_animals.webp b/app/src/main/assets/animals/14_animals.webp deleted file mode 100644 index 94f97d4..0000000 Binary files a/app/src/main/assets/animals/14_animals.webp and /dev/null differ diff --git a/app/src/main/assets/animals/15_animals.webp b/app/src/main/assets/animals/15_animals.webp deleted file mode 100644 index fc35acb..0000000 Binary files a/app/src/main/assets/animals/15_animals.webp and /dev/null differ diff --git a/app/src/main/assets/animals/16_animals.webp b/app/src/main/assets/animals/16_animals.webp deleted file mode 100644 index 038348d..0000000 Binary files a/app/src/main/assets/animals/16_animals.webp and /dev/null differ diff --git a/app/src/main/assets/animals/19_animals.webp b/app/src/main/assets/animals/19_animals.webp deleted file mode 100644 index b1b3468..0000000 Binary files a/app/src/main/assets/animals/19_animals.webp and /dev/null differ diff --git a/app/src/main/assets/animals/20_animals.webp b/app/src/main/assets/animals/20_animals.webp deleted file mode 100644 index 9565988..0000000 Binary files a/app/src/main/assets/animals/20_animals.webp and /dev/null differ diff --git a/app/src/main/assets/animals/tray_Animals.png b/app/src/main/assets/animals/tray_Animals.png deleted file mode 100644 index 47e7306..0000000 Binary files a/app/src/main/assets/animals/tray_Animals.png and /dev/null differ diff --git a/app/src/main/assets/contents.json b/app/src/main/assets/contents.json index eb3eee5..f4704b6 100644 --- a/app/src/main/assets/contents.json +++ b/app/src/main/assets/contents.json @@ -3,435 +3,713 @@ "ios_app_store_link": "", "sticker_packs": [ { - "identifier": "animals", - "name": "Animals", - "publisher": "Chandan Kumar Mandal", - "tray_image_file": "tray_Animals.png", + "identifier": "agent007", + "name": "Agent 007", + "publisher": "chankruze", + "tray_image_file": "tray_Agent007.png", "publisher_email":"chankruze@gmail.com", - "publisher_website": "https://geekofia.wordpress.com", - "privacy_policy_website": "", - "license_agreement_website": "", + "publisher_website": "https://chankruze.github.io/WhatsApp-Stickers", + "privacy_policy_website": "https://chankruze.github.io/WhatsApp-Stickers/policy", + "license_agreement_website": "https://github.com/chankruze/WhatsApp-Stickers/blob/master/LICENSE", "stickers": [ { - "image_file": "01_animals.webp" + "image_file": "01_agent007.webp" }, { - "image_file": "02_animals.webp" + "image_file": "02_agent007.webp" }, { - "image_file": "03_animals.webp" + "image_file": "03_agent007.webp" }, { - "image_file": "04_animals.webp" + "image_file": "04_agent007.webp" }, { - "image_file": "05_animals.webp" + "image_file": "05_agent007.webp" }, { - "image_file": "06_animals.webp" + "image_file": "06_agent007.webp" }, { - "image_file": "07_animals.webp" + "image_file": "07_agent007.webp" }, { - "image_file": "08_animals.webp" + "image_file": "08_agent007.webp" }, { - "image_file": "09_animals.webp" + "image_file": "09_agent007.webp" }, { - "image_file": "10_animals.webp" + "image_file": "10_agent007.webp" }, { - "image_file": "11_animals.webp" + "image_file": "11_agent007.webp" }, { - "image_file": "12_animals.webp" + "image_file": "12_agent007.webp" }, { - "image_file": "13_animals.webp" + "image_file": "13_agent007.webp" }, { - "image_file": "14_animals.webp" + "image_file": "14_agent007.webp" }, { - "image_file": "15_animals.webp" + "image_file": "15_agent007.webp" }, { - "image_file": "16_animals.webp" + "image_file": "16_agent007.webp" }, { - "image_file": "17_animals.webp" + "image_file": "17_agent007.webp" }, { - "image_file": "18_animals.webp" + "image_file": "18_agent007.webp" }, { - "image_file": "19_animals.webp" + "image_file": "19_agent007.webp" }, { - "image_file": "20_animals.webp" + "image_file": "20_agent007.webp" + }, + { + "image_file": "21_agent007.webp" + }, + { + "image_file": "22_agent007.webp" + }, + { + "image_file": "23_agent007.webp" + }, + { + "image_file": "24_agent007.webp" + }, + { + "image_file": "25_agent007.webp" + }, + { + "image_file": "26_agent007.webp" + }, + { + "image_file": "27_agent007.webp" + }, + { + "image_file": "28_agent007.webp" + }, + { + "image_file": "29_agent007.webp" + }, + { + "image_file": "30_agent007.webp" } ] }, { - "identifier": "cups", - "name": "Cuppy", - "publisher": "Jane Doe", - "tray_image_file": "tray_Cuppy.png", - "publisher_email":"", - "publisher_website": "", - "privacy_policy_website": "", - "license_agreement_website": "", + "identifier": "gurl", + "name": "Gurl", + "publisher": "chankruze", + "tray_image_file": "tray_Gurl.png", + "publisher_email":"chankruze@gmail.com", + "publisher_website": "https://chankruze.github.io/WhatsApp-Stickers", + "privacy_policy_website": "https://chankruze.github.io/WhatsApp-Stickers/policy", + "license_agreement_website": "https://github.com/chankruze/WhatsApp-Stickers/blob/master/LICENSE", "stickers": [ { - "image_file": "01_Cuppy_smile.webp", - "emojis": ["☕","🙂"] + "image_file": "01_gurl.webp" + }, + { + "image_file": "02_gurl.webp" + }, + { + "image_file": "03_gurl.webp" + }, + { + "image_file": "04_gurl.webp" }, { - "image_file": "02_Cuppy_lol.webp", - "emojis": ["😄","😀"] + "image_file": "05_gurl.webp" }, { - "image_file": "03_Cuppy_rofl.webp", - "emojis": ["😆","😂"] + "image_file": "06_gurl.webp" }, { - "image_file": "04_Cuppy_sad.webp", - "emojis": ["😩","😰"] + "image_file": "07_gurl.webp" }, { - "image_file": "05_Cuppy_cry.webp", - "emojis": ["😭","💧"] + "image_file": "08_gurl.webp" }, { - "image_file": "06_Cuppy_love.webp", - "emojis": ["😍","♥"] + "image_file": "09_gurl.webp" }, { - "image_file": "07_Cuppy_hate.webp", - "emojis": ["💔","👎"] + "image_file": "10_gurl.webp" }, { - "image_file": "08_Cuppy_lovewithmug.webp", - "emojis": ["😍","💑"] + "image_file": "11_gurl.webp" }, { - "image_file": "09_Cuppy_lovewithcookie.webp", - "emojis": ["😘","🍪"] + "image_file": "12_gurl.webp" }, { - "image_file": "10_Cuppy_hmm.webp", - "emojis": ["🤔","😐"] + "image_file": "13_gurl.webp" }, { - "image_file": "11_Cuppy_upset.webp", - "emojis": ["😱","😵"] + "image_file": "14_gurl.webp" }, { - "image_file": "12_Cuppy_angry.webp", - "emojis": ["😡","😠"] + "image_file": "15_gurl.webp" }, { - "image_file": "13_Cuppy_curious.webp", - "emojis": ["❓","🤔"] + "image_file": "16_gurl.webp" }, { - "image_file": "14_Cuppy_weird.webp", - "emojis": ["🌈","😜"] + "image_file": "17_gurl.webp" }, { - "image_file": "15_Cuppy_bluescreen.webp", - "emojis": ["💻","😩"] + "image_file": "18_gurl.webp" }, { - "image_file": "16_Cuppy_angry.webp", - "emojis": ["😡","😤"] + "image_file": "19_gurl.webp" }, { - "image_file": "17_Cuppy_tired.webp", - "emojis": ["😩","😨"] + "image_file": "20_gurl.webp" }, { - "image_file": "18_Cuppy_workhard.webp", - "emojis": ["💻","🌃"] + "image_file": "21_gurl.webp" }, { - "image_file": "19_Cuppy_shine.webp", - "emojis": ["🎉","✨"] + "image_file": "22_gurl.webp" }, { - "image_file": "20_Cuppy_disgusting.webp", - "emojis": ["🤮","👎"] + "image_file": "23_gurl.webp" }, { - "image_file": "21_Cuppy_hi.webp", - "emojis": ["🖐","🙋"] + "image_file": "24_gurl.webp" }, { - "image_file": "22_Cuppy_bye.webp", - "emojis": ["🖐","👋"] + "image_file": "25_gurl.webp" }, { - "image_file": "23_Cuppy_greentea.webp", - "emojis": ["🍵","😌"] + "image_file": "26_gurl.webp" }, { - "image_file": "24_Cuppy_phone.webp", - "emojis": ["📱","😦"] + "image_file": "27_gurl.webp" }, { - "image_file": "25_Cuppy_battery.webp", - "emojis": ["🔋","😵"] + "image_file": "28_gurl.webp" + }, + { + "image_file": "29_gurl.webp" + }, + { + "image_file": "30_gurl.webp" } ] }, { - "identifier": "great_mind", - "name": "Great Mind", - "publisher": "Chandan Kumar Mandal", - "tray_image_file": "tray_Great_Mind.png", + "identifier": "gurl2", + "name": "Gurl2", + "publisher": "chankruze", + "tray_image_file": "tray_Gurl2.png", "publisher_email":"chankruze@gmail.com", - "publisher_website": "https://geekofia.wordpress.com", - "privacy_policy_website": "", - "license_agreement_website": "", + "publisher_website": "https://chankruze.github.io/WhatsApp-Stickers", + "privacy_policy_website": "https://chankruze.github.io/WhatsApp-Stickers/policy", + "license_agreement_website": "https://github.com/chankruze/WhatsApp-Stickers/blob/master/LICENSE", "stickers": [ { - "image_file": "01_great_mind.webp" - }, - { - "image_file": "02_great_mind.webp" - }, - { - "image_file": "03_great_mind.webp" + "image_file": "31_gurl.webp" }, { - "image_file": "04_great_mind.webp" + "image_file": "32_gurl.webp" }, { - "image_file": "05_great_mind.webp" + "image_file": "33_gurl.webp" }, { - "image_file": "06_great_mind.webp" + "image_file": "34_gurl.webp" }, { - "image_file": "07_great_mind.webp" + "image_file": "35_gurl.webp" }, { - "image_file": "08_great_mind.webp" + "image_file": "36_gurl.webp" }, { - "image_file": "09_great_mind.webp" + "image_file": "37_gurl.webp" }, { - "image_file": "10_great_mind.webp" + "image_file": "38_gurl.webp" }, { - "image_file": "11_great_mind.webp" - }, + "image_file": "39_gurl.webp" + } + ] + }, + { + "identifier": "pewdiepie", + "name": "PewDiePie", + "publisher": "chankruze", + "tray_image_file": "tray_PewDiePie.png", + "publisher_email":"chankruze@gmail.com", + "publisher_website": "https://chankruze.github.io/WhatsApp-Stickers", + "privacy_policy_website": "https://chankruze.github.io/WhatsApp-Stickers/policy", + "license_agreement_website": "https://github.com/chankruze/WhatsApp-Stickers/blob/master/LICENSE", + "stickers": [ { - "image_file": "12_great_mind.webp" + "image_file": "01_pew.webp" }, { - "image_file": "13_great_mind.webp" + "image_file": "02_pew.webp" }, { - "image_file": "14_great_mind.webp" + "image_file": "03_pew.webp" }, { - "image_file": "15_great_mind.webp" + "image_file": "04_pew.webp" }, { - "image_file": "16_great_mind.webp" + "image_file": "05_pew.webp" }, { - "image_file": "17_great_mind.webp" + "image_file": "06_pew.webp" }, { - "image_file": "18_great_mind.webp" + "image_file": "07_pew.webp" }, { - "image_file": "19_great_mind.webp" + "image_file": "08_pew.webp" }, { - "image_file": "20_great_mind.webp" + "image_file": "09_pew.webp" }, { - "image_file": "21_great_mind.webp" + "image_file": "10_pew.webp" }, { - "image_file": "22_great_mind.webp" + "image_file": "11_pew.webp" }, { - "image_file": "23_great_mind.webp" + "image_file": "12_pew.webp" } ] }, { - "identifier": "gurl", - "name": "Gurl", - "publisher": "Chandan Kumar Mandal", - "tray_image_file": "tray_Gurl.png", + "identifier": "snowden", + "name": "Snowden", + "publisher": "chankruze", + "tray_image_file": "tray_Snowden.png", "publisher_email":"chankruze@gmail.com", - "publisher_website": "https://geekofia.wordpress.com", - "privacy_policy_website": "", - "license_agreement_website": "", + "publisher_website": "https://chankruze.github.io/WhatsApp-Stickers/", + "privacy_policy_website": "https://chankruze.github.io/WhatsApp-Stickers/policy", + "license_agreement_website": "https://github.com/chankruze/WhatsApp-Stickers/blob/master/LICENSE", "stickers": [ { - "image_file": "01_gurl.webp" + "image_file": "01_snowden.webp" }, { - "image_file": "02_gurl.webp" + "image_file": "02_snowden.webp" }, { - "image_file": "03_gurl.webp" + "image_file": "03_snowden.webp" }, { - "image_file": "04_gurl.webp" + "image_file": "04_snowden.webp" }, { - "image_file": "05_gurl.webp" + "image_file": "05_snowden.webp" }, { - "image_file": "06_gurl.webp" + "image_file": "06_snowden.webp" }, { - "image_file": "07_gurl.webp" + "image_file": "07_snowden.webp" }, { - "image_file": "08_gurl.webp" + "image_file": "08_snowden.webp" }, { - "image_file": "09_gurl.webp" + "image_file": "09_snowden.webp" }, { - "image_file": "10_gurl.webp" + "image_file": "10_snowden.webp" }, { - "image_file": "11_gurl.webp" + "image_file": "11_snowden.webp" }, { - "image_file": "12_gurl.webp" + "image_file": "12_snowden.webp" + }, + { + "image_file": "13_snowden.webp" + }, + { + "image_file": "14_snowden.webp" + }, + { + "image_file": "15_snowden.webp" + }, + { + "image_file": "16_snowden.webp" + }, + { + "image_file": "17_snowden.webp" + }, + { + "image_file": "18_snowden.webp" + }, + { + "image_file": "19_snowden.webp" + }, + { + "image_file": "20_snowden.webp" + }, + { + "image_file": "21_snowden.webp" + }, + { + "image_file": "22_snowden.webp" + }, + { + "image_file": "23_snowden.webp" + }, + { + "image_file": "24_snowden.webp" + }, + { + "image_file": "25_snowden.webp" + }, + { + "image_file": "26_snowden.webp" + }, + { + "image_file": "27_snowden.webp" + }, + { + "image_file": "28_snowden.webp" + }, + { + "image_file": "29_snowden.webp" + }, + { + "image_file": "30_snowden.webp" } ] }, { - "identifier": "misc", - "name": "Miscellaneous", - "publisher": "Chandan Kumar Mandal", - "tray_image_file": "tray_Miscellaneous.png", + "identifier": "snowden2", + "name": "Snowden2", + "publisher": "chankruze", + "tray_image_file": "tray_Snowden2.png", "publisher_email":"chankruze@gmail.com", - "publisher_website": "https://geekofia.wordpress.com", - "privacy_policy_website": "", - "license_agreement_website": "", + "publisher_website": "https://chankruze.github.io/WhatsApp-Stickers", + "privacy_policy_website": "https://chankruze.github.io/WhatsApp-Stickers/policy", + "license_agreement_website": "https://github.com/chankruze/WhatsApp-Stickers/blob/master/LICENSE", "stickers": [ { - "image_file": "01_misc.webp" + "image_file": "31_snowden.webp" }, { - "image_file": "02_misc.webp" + "image_file": "32_snowden.webp" }, { - "image_file": "03_misc.webp" + "image_file": "33_snowden.webp" }, { - "image_file": "04_misc.webp" + "image_file": "34_snowden.webp" }, { - "image_file": "05_misc.webp" + "image_file": "35_snowden.webp" + } + ] + }, + { + "identifier": "kesslan", + "name": "Kesslan", + "publisher": "FUZZTONE", + "tray_image_file": "tray_Kasslen.png", + "publisher_email":"chankruze@gmail.com", + "publisher_website": "https://chankruze.github.io/WhatsApp-Stickers/", + "privacy_policy_website": "https://chankruze.github.io/WhatsApp-Stickers/policy", + "license_agreement_website": "https://github.com/chankruze/WhatsApp-Stickers/blob/master/LICENSE", + "stickers": [ + { + "image_file": "01_kasslen.webp" }, { - "image_file": "06_misc.webp" + "image_file": "02_kasslen.webp" }, { - "image_file": "07_misc.webp" + "image_file": "03_kasslen.webp" }, { - "image_file": "08_misc.webp" + "image_file": "04_kasslen.webp" }, { - "image_file": "09_misc.webp" + "image_file": "05_kasslen.webp" }, { - "image_file": "10_misc.webp" + "image_file": "06_kasslen.webp" }, { - "image_file": "11_misc.webp" + "image_file": "07_kasslen.webp" }, { - "image_file": "12_misc.webp" + "image_file": "08_kasslen.webp" }, { - "image_file": "13_misc.webp" + "image_file": "09_kasslen.webp" }, { - "image_file": "14_misc.webp" + "image_file": "10_kasslen.webp" }, { - "image_file": "15_misc.webp" + "image_file": "11_kasslen.webp" }, { - "image_file": "16_misc.webp" + "image_file": "12_kasslen.webp" }, { - "image_file": "17_misc.webp" + "image_file": "13_kasslen.webp" }, { - "image_file": "18_misc.webp" + "image_file": "14_kasslen.webp" }, { - "image_file": "19_misc.webp" + "image_file": "15_kasslen.webp" }, { - "image_file": "20_misc.webp" + "image_file": "16_kasslen.webp" + }, + { + "image_file": "17_kasslen.webp" + }, + { + "image_file": "18_kasslen.webp" + }, + { + "image_file": "19_kasslen.webp" + }, + { + "image_file": "20_kasslen.webp" + }, + { + "image_file": "21_kasslen.webp" + }, + { + "image_file": "22_kasslen.webp" + }, + { + "image_file": "23_kasslen.webp" + }, + { + "image_file": "24_kasslen.webp" + }, + { + "image_file": "25_kasslen.webp" + }, + { + "image_file": "26_kasslen.webp" + }, + { + "image_file": "27_kasslen.webp" + }, + { + "image_file": "28_kasslen.webp" + }, + { + "image_file": "29_kasslen.webp" + }, + { + "image_file": "30_kasslen.webp" } ] }, { - "identifier": "pewdiepie", - "name": "PewDiePie", - "publisher": "Chandan Kumar Mandal", - "tray_image_file": "tray_PewDiePie.png", + "identifier": "kesslan2", + "name": "Kesslan2", + "publisher": "FUZZTONE", + "tray_image_file": "tray_Kasslen2.png", "publisher_email":"chankruze@gmail.com", - "publisher_website": "https://geekofia.wordpress.com", - "privacy_policy_website": "", - "license_agreement_website": "", + "publisher_website": "https://chankruze.github.io/WhatsApp-Stickers/", + "privacy_policy_website": "https://chankruze.github.io/WhatsApp-Stickers/policy", + "license_agreement_website": "https://github.com/chankruze/WhatsApp-Stickers/blob/master/LICENSE", "stickers": [ { - "image_file": "01_pew.webp" + "image_file": "31_kasslen.webp" }, { - "image_file": "02_pew.webp" + "image_file": "32_kasslen.webp" }, { - "image_file": "03_pew.webp" + "image_file": "33_kasslen.webp" }, { - "image_file": "04_pew.webp" + "image_file": "34_kasslen.webp" }, { - "image_file": "05_pew.webp" + "image_file": "35_kasslen.webp" }, { - "image_file": "06_pew.webp" + "image_file": "36_kasslen.webp" }, { - "image_file": "07_pew.webp" + "image_file": "37_kasslen.webp" }, { - "image_file": "08_pew.webp" + "image_file": "38_kasslen.webp" }, { - "image_file": "09_pew.webp" + "image_file": "39_kasslen.webp" }, { - "image_file": "10_pew.webp" + "image_file": "40_kasslen.webp" }, { - "image_file": "11_pew.webp" + "image_file": "41_kasslen.webp" }, { - "image_file": "12_pew.webp" + "image_file": "42_kasslen.webp" + }, + { + "image_file": "43_kasslen.webp" + }, + { + "image_file": "44_kasslen.webp" + }, + { + "image_file": "45_kasslen.webp" + }, + { + "image_file": "46_kasslen.webp" + } + ] + }, + { + "identifier": "tom-n-jerry", + "name": "Tom & Jerry", + "publisher": "chankruze", + "tray_image_file": "tray_Tom-n-Jerry.png", + "publisher_email":"chankruze@gmail.com", + "publisher_website": "https://chankruze.github.io/WhatsApp-Stickers/", + "privacy_policy_website": "https://chankruze.github.io/WhatsApp-Stickers/policy", + "license_agreement_website": "https://github.com/chankruze/WhatsApp-Stickers/blob/master/LICENSE", + "stickers": [ + { + "image_file": "01_tj.webp" + }, + { + "image_file": "02_tj.webp" + }, + { + "image_file": "03_tj.webp" + }, + { + "image_file": "04_tj.webp" + }, + { + "image_file": "05_tj.webp" + }, + { + "image_file": "06_tj.webp" + }, + { + "image_file": "07_tj.webp" + }, + { + "image_file": "08_tj.webp" + }, + { + "image_file": "09_tj.webp" + }, + { + "image_file": "10_tj.webp" + }, + { + "image_file": "11_tj.webp" + }, + { + "image_file": "12_tj.webp" + }, + { + "image_file": "13_tj.webp" + }, + { + "image_file": "14_tj.webp" + }, + { + "image_file": "15_tj.webp" + }, + { + "image_file": "16_tj.webp" + }, + { + "image_file": "17_tj.webp" + }, + { + "image_file": "18_tj.webp" + }, + { + "image_file": "19_tj.webp" + }, + { + "image_file": "20_tj.webp" + }, + { + "image_file": "21_tj.webp" + }, + { + "image_file": "22_tj.webp" + }, + { + "image_file": "23_tj.webp" + }, + { + "image_file": "24_tj.webp" + }, + { + "image_file": "25_tj.webp" + }, + { + "image_file": "26_tj.webp" + }, + { + "image_file": "27_tj.webp" + }, + { + "image_file": "28_tj.webp" + }, + { + "image_file": "29_tj.webp" + }, + { + "image_file": "30_tj.webp" + } + ] + }, + { + "identifier": "tom-n-jerry2", + "name": "Tom & Jerry 2", + "publisher": "chankruze", + "tray_image_file": "tray_Tom-n-Jerry2.png", + "publisher_email":"chankruze@gmail.com", + "publisher_website": "https://chankruze.github.io/WhatsApp-Stickers/", + "privacy_policy_website": "https://chankruze.github.io/WhatsApp-Stickers/policy", + "license_agreement_website": "https://github.com/chankruze/WhatsApp-Stickers/blob/master/LICENSE", + "stickers": [ + { + "image_file": "31_tj.webp" + }, + { + "image_file": "32_tj.webp" + }, + { + "image_file": "33_tj.webp" + }, + { + "image_file": "34_tj.webp" + }, + { + "image_file": "35_tj.webp" } ] } diff --git a/app/src/main/assets/cups/01_Cuppy_smile.webp b/app/src/main/assets/cups/01_Cuppy_smile.webp deleted file mode 100644 index b6f1b1f..0000000 Binary files a/app/src/main/assets/cups/01_Cuppy_smile.webp and /dev/null differ diff --git a/app/src/main/assets/cups/02_Cuppy_lol.webp b/app/src/main/assets/cups/02_Cuppy_lol.webp deleted file mode 100644 index 7d53dc1..0000000 Binary files a/app/src/main/assets/cups/02_Cuppy_lol.webp and /dev/null differ diff --git a/app/src/main/assets/cups/03_Cuppy_rofl.webp b/app/src/main/assets/cups/03_Cuppy_rofl.webp deleted file mode 100644 index 8edc275..0000000 Binary files a/app/src/main/assets/cups/03_Cuppy_rofl.webp and /dev/null differ diff --git a/app/src/main/assets/cups/04_Cuppy_sad.webp b/app/src/main/assets/cups/04_Cuppy_sad.webp deleted file mode 100644 index e86a55d..0000000 Binary files a/app/src/main/assets/cups/04_Cuppy_sad.webp and /dev/null differ diff --git a/app/src/main/assets/cups/05_Cuppy_cry.webp b/app/src/main/assets/cups/05_Cuppy_cry.webp deleted file mode 100644 index d5bb6da..0000000 Binary files a/app/src/main/assets/cups/05_Cuppy_cry.webp and /dev/null differ diff --git a/app/src/main/assets/cups/06_Cuppy_love.webp b/app/src/main/assets/cups/06_Cuppy_love.webp deleted file mode 100644 index 3d7bcc4..0000000 Binary files a/app/src/main/assets/cups/06_Cuppy_love.webp and /dev/null differ diff --git a/app/src/main/assets/cups/07_Cuppy_hate.webp b/app/src/main/assets/cups/07_Cuppy_hate.webp deleted file mode 100644 index ca1b2a3..0000000 Binary files a/app/src/main/assets/cups/07_Cuppy_hate.webp and /dev/null differ diff --git a/app/src/main/assets/cups/08_Cuppy_lovewithmug.webp b/app/src/main/assets/cups/08_Cuppy_lovewithmug.webp deleted file mode 100644 index 0ed82d0..0000000 Binary files a/app/src/main/assets/cups/08_Cuppy_lovewithmug.webp and /dev/null differ diff --git a/app/src/main/assets/cups/09_Cuppy_lovewithcookie.webp b/app/src/main/assets/cups/09_Cuppy_lovewithcookie.webp deleted file mode 100644 index 882ae9a..0000000 Binary files a/app/src/main/assets/cups/09_Cuppy_lovewithcookie.webp and /dev/null differ diff --git a/app/src/main/assets/cups/10_Cuppy_hmm.webp b/app/src/main/assets/cups/10_Cuppy_hmm.webp deleted file mode 100644 index cb4d8f9..0000000 Binary files a/app/src/main/assets/cups/10_Cuppy_hmm.webp and /dev/null differ diff --git a/app/src/main/assets/cups/11_Cuppy_upset.webp b/app/src/main/assets/cups/11_Cuppy_upset.webp deleted file mode 100644 index b04de4b..0000000 Binary files a/app/src/main/assets/cups/11_Cuppy_upset.webp and /dev/null differ diff --git a/app/src/main/assets/cups/12_Cuppy_angry.webp b/app/src/main/assets/cups/12_Cuppy_angry.webp deleted file mode 100644 index a5207db..0000000 Binary files a/app/src/main/assets/cups/12_Cuppy_angry.webp and /dev/null differ diff --git a/app/src/main/assets/cups/13_Cuppy_curious.webp b/app/src/main/assets/cups/13_Cuppy_curious.webp deleted file mode 100644 index 6443bcc..0000000 Binary files a/app/src/main/assets/cups/13_Cuppy_curious.webp and /dev/null differ diff --git a/app/src/main/assets/cups/14_Cuppy_weird.webp b/app/src/main/assets/cups/14_Cuppy_weird.webp deleted file mode 100644 index bc8bc27..0000000 Binary files a/app/src/main/assets/cups/14_Cuppy_weird.webp and /dev/null differ diff --git a/app/src/main/assets/cups/15_Cuppy_bluescreen.webp b/app/src/main/assets/cups/15_Cuppy_bluescreen.webp deleted file mode 100644 index b00db70..0000000 Binary files a/app/src/main/assets/cups/15_Cuppy_bluescreen.webp and /dev/null differ diff --git a/app/src/main/assets/cups/16_Cuppy_angry.webp b/app/src/main/assets/cups/16_Cuppy_angry.webp deleted file mode 100644 index 724e8bf..0000000 Binary files a/app/src/main/assets/cups/16_Cuppy_angry.webp and /dev/null differ diff --git a/app/src/main/assets/cups/17_Cuppy_tired.webp b/app/src/main/assets/cups/17_Cuppy_tired.webp deleted file mode 100644 index 0e3173f..0000000 Binary files a/app/src/main/assets/cups/17_Cuppy_tired.webp and /dev/null differ diff --git a/app/src/main/assets/cups/18_Cuppy_workhard.webp b/app/src/main/assets/cups/18_Cuppy_workhard.webp deleted file mode 100644 index 9250400..0000000 Binary files a/app/src/main/assets/cups/18_Cuppy_workhard.webp and /dev/null differ diff --git a/app/src/main/assets/cups/19_Cuppy_shine.webp b/app/src/main/assets/cups/19_Cuppy_shine.webp deleted file mode 100644 index 39a2211..0000000 Binary files a/app/src/main/assets/cups/19_Cuppy_shine.webp and /dev/null differ diff --git a/app/src/main/assets/cups/20_Cuppy_disgusting.webp b/app/src/main/assets/cups/20_Cuppy_disgusting.webp deleted file mode 100644 index b770988..0000000 Binary files a/app/src/main/assets/cups/20_Cuppy_disgusting.webp and /dev/null differ diff --git a/app/src/main/assets/cups/21_Cuppy_hi.webp b/app/src/main/assets/cups/21_Cuppy_hi.webp deleted file mode 100644 index 44afb1c..0000000 Binary files a/app/src/main/assets/cups/21_Cuppy_hi.webp and /dev/null differ diff --git a/app/src/main/assets/cups/22_Cuppy_bye.webp b/app/src/main/assets/cups/22_Cuppy_bye.webp deleted file mode 100644 index 9f38410..0000000 Binary files a/app/src/main/assets/cups/22_Cuppy_bye.webp and /dev/null differ diff --git a/app/src/main/assets/cups/23_Cuppy_greentea.webp b/app/src/main/assets/cups/23_Cuppy_greentea.webp deleted file mode 100644 index 72d3f4e..0000000 Binary files a/app/src/main/assets/cups/23_Cuppy_greentea.webp and /dev/null differ diff --git a/app/src/main/assets/cups/24_Cuppy_phone.webp b/app/src/main/assets/cups/24_Cuppy_phone.webp deleted file mode 100644 index 5495457..0000000 Binary files a/app/src/main/assets/cups/24_Cuppy_phone.webp and /dev/null differ diff --git a/app/src/main/assets/cups/25_Cuppy_battery.webp b/app/src/main/assets/cups/25_Cuppy_battery.webp deleted file mode 100644 index cb39692..0000000 Binary files a/app/src/main/assets/cups/25_Cuppy_battery.webp and /dev/null differ diff --git a/app/src/main/assets/cups/tray_Cuppy.png b/app/src/main/assets/cups/tray_Cuppy.png deleted file mode 100644 index d6a31c4..0000000 Binary files a/app/src/main/assets/cups/tray_Cuppy.png and /dev/null differ diff --git a/app/src/main/assets/great_mind/02_great_mind.webp b/app/src/main/assets/great_mind/02_great_mind.webp deleted file mode 100644 index e122d30..0000000 Binary files a/app/src/main/assets/great_mind/02_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/03_great_mind.webp b/app/src/main/assets/great_mind/03_great_mind.webp deleted file mode 100644 index 6bd6cfd..0000000 Binary files a/app/src/main/assets/great_mind/03_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/04_great_mind.webp b/app/src/main/assets/great_mind/04_great_mind.webp deleted file mode 100644 index a30c506..0000000 Binary files a/app/src/main/assets/great_mind/04_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/05_great_mind.webp b/app/src/main/assets/great_mind/05_great_mind.webp deleted file mode 100644 index 04e115e..0000000 Binary files a/app/src/main/assets/great_mind/05_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/06_great_mind.webp b/app/src/main/assets/great_mind/06_great_mind.webp deleted file mode 100644 index f6c995f..0000000 Binary files a/app/src/main/assets/great_mind/06_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/07_great_mind.webp b/app/src/main/assets/great_mind/07_great_mind.webp deleted file mode 100644 index d940150..0000000 Binary files a/app/src/main/assets/great_mind/07_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/08_great_mind.webp b/app/src/main/assets/great_mind/08_great_mind.webp deleted file mode 100644 index cbbf6fc..0000000 Binary files a/app/src/main/assets/great_mind/08_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/09_great_mind.webp b/app/src/main/assets/great_mind/09_great_mind.webp deleted file mode 100644 index 92f7816..0000000 Binary files a/app/src/main/assets/great_mind/09_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/10_great_mind.webp b/app/src/main/assets/great_mind/10_great_mind.webp deleted file mode 100644 index 94bee61..0000000 Binary files a/app/src/main/assets/great_mind/10_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/11_great_mind.webp b/app/src/main/assets/great_mind/11_great_mind.webp deleted file mode 100644 index ab64b30..0000000 Binary files a/app/src/main/assets/great_mind/11_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/12_great_mind.webp b/app/src/main/assets/great_mind/12_great_mind.webp deleted file mode 100644 index 25b6f35..0000000 Binary files a/app/src/main/assets/great_mind/12_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/13_great_mind.webp b/app/src/main/assets/great_mind/13_great_mind.webp deleted file mode 100644 index 55c730e..0000000 Binary files a/app/src/main/assets/great_mind/13_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/14_great_mind.webp b/app/src/main/assets/great_mind/14_great_mind.webp deleted file mode 100644 index af96102..0000000 Binary files a/app/src/main/assets/great_mind/14_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/15_great_mind.webp b/app/src/main/assets/great_mind/15_great_mind.webp deleted file mode 100644 index 446cb90..0000000 Binary files a/app/src/main/assets/great_mind/15_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/16_great_mind.webp b/app/src/main/assets/great_mind/16_great_mind.webp deleted file mode 100644 index 1e7597d..0000000 Binary files a/app/src/main/assets/great_mind/16_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/17_great_mind.webp b/app/src/main/assets/great_mind/17_great_mind.webp deleted file mode 100644 index d469455..0000000 Binary files a/app/src/main/assets/great_mind/17_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/18_great_mind.webp b/app/src/main/assets/great_mind/18_great_mind.webp deleted file mode 100644 index 6245589..0000000 Binary files a/app/src/main/assets/great_mind/18_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/19_great_mind.webp b/app/src/main/assets/great_mind/19_great_mind.webp deleted file mode 100644 index ad52321..0000000 Binary files a/app/src/main/assets/great_mind/19_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/20_great_mind.webp b/app/src/main/assets/great_mind/20_great_mind.webp deleted file mode 100644 index 68f01fd..0000000 Binary files a/app/src/main/assets/great_mind/20_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/21_great_mind.webp b/app/src/main/assets/great_mind/21_great_mind.webp deleted file mode 100644 index d4d4add..0000000 Binary files a/app/src/main/assets/great_mind/21_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/22_great_mind.webp b/app/src/main/assets/great_mind/22_great_mind.webp deleted file mode 100644 index ea4f56b..0000000 Binary files a/app/src/main/assets/great_mind/22_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/great_mind/23_great_mind.webp b/app/src/main/assets/great_mind/23_great_mind.webp deleted file mode 100644 index 4e8e233..0000000 Binary files a/app/src/main/assets/great_mind/23_great_mind.webp and /dev/null differ diff --git a/app/src/main/assets/gurl/01_gurl.webp b/app/src/main/assets/gurl/01_gurl.webp index b41df98..96e2b21 100644 Binary files a/app/src/main/assets/gurl/01_gurl.webp and b/app/src/main/assets/gurl/01_gurl.webp differ diff --git a/app/src/main/assets/gurl/02_gurl.webp b/app/src/main/assets/gurl/02_gurl.webp index d51dbd8..b41df98 100644 Binary files a/app/src/main/assets/gurl/02_gurl.webp and b/app/src/main/assets/gurl/02_gurl.webp differ diff --git a/app/src/main/assets/gurl/06_gurl.webp b/app/src/main/assets/gurl/06_gurl.webp index 1298d49..8a38c4d 100644 Binary files a/app/src/main/assets/gurl/06_gurl.webp and b/app/src/main/assets/gurl/06_gurl.webp differ diff --git a/app/src/main/assets/gurl/07_gurl.webp b/app/src/main/assets/gurl/07_gurl.webp index 352514a..4983f96 100644 Binary files a/app/src/main/assets/gurl/07_gurl.webp and b/app/src/main/assets/gurl/07_gurl.webp differ diff --git a/app/src/main/assets/gurl/08_gurl.webp b/app/src/main/assets/gurl/08_gurl.webp index 6c722e2..8518e82 100644 Binary files a/app/src/main/assets/gurl/08_gurl.webp and b/app/src/main/assets/gurl/08_gurl.webp differ diff --git a/app/src/main/assets/gurl/09_gurl.webp b/app/src/main/assets/gurl/09_gurl.webp index 0bf3854..b7516ef 100644 Binary files a/app/src/main/assets/gurl/09_gurl.webp and b/app/src/main/assets/gurl/09_gurl.webp differ diff --git a/app/src/main/assets/gurl/10_gurl.webp b/app/src/main/assets/gurl/10_gurl.webp index 04c83a3..6f29a24 100644 Binary files a/app/src/main/assets/gurl/10_gurl.webp and b/app/src/main/assets/gurl/10_gurl.webp differ diff --git a/app/src/main/assets/gurl/11_gurl.webp b/app/src/main/assets/gurl/11_gurl.webp index 0a891a6..80a5315 100644 Binary files a/app/src/main/assets/gurl/11_gurl.webp and b/app/src/main/assets/gurl/11_gurl.webp differ diff --git a/app/src/main/assets/gurl/12_gurl.webp b/app/src/main/assets/gurl/12_gurl.webp index 0f7824f..1298d49 100644 Binary files a/app/src/main/assets/gurl/12_gurl.webp and b/app/src/main/assets/gurl/12_gurl.webp differ diff --git a/app/src/main/assets/gurl/13_gurl.webp b/app/src/main/assets/gurl/13_gurl.webp new file mode 100644 index 0000000..352514a Binary files /dev/null and b/app/src/main/assets/gurl/13_gurl.webp differ diff --git a/app/src/main/assets/gurl/14_gurl.webp b/app/src/main/assets/gurl/14_gurl.webp new file mode 100644 index 0000000..09e4a29 Binary files /dev/null and b/app/src/main/assets/gurl/14_gurl.webp differ diff --git a/app/src/main/assets/gurl/15_gurl.webp b/app/src/main/assets/gurl/15_gurl.webp new file mode 100644 index 0000000..aec548c Binary files /dev/null and b/app/src/main/assets/gurl/15_gurl.webp differ diff --git a/app/src/main/assets/gurl/16_gurl.webp b/app/src/main/assets/gurl/16_gurl.webp new file mode 100644 index 0000000..75c73ef Binary files /dev/null and b/app/src/main/assets/gurl/16_gurl.webp differ diff --git a/app/src/main/assets/gurl/17_gurl.webp b/app/src/main/assets/gurl/17_gurl.webp new file mode 100644 index 0000000..a97608d Binary files /dev/null and b/app/src/main/assets/gurl/17_gurl.webp differ diff --git a/app/src/main/assets/gurl/18_gurl.webp b/app/src/main/assets/gurl/18_gurl.webp new file mode 100644 index 0000000..3b50d9f Binary files /dev/null and b/app/src/main/assets/gurl/18_gurl.webp differ diff --git a/app/src/main/assets/gurl/19_gurl.webp b/app/src/main/assets/gurl/19_gurl.webp new file mode 100644 index 0000000..2beebc2 Binary files /dev/null and b/app/src/main/assets/gurl/19_gurl.webp differ diff --git a/app/src/main/assets/gurl/20_gurl.webp b/app/src/main/assets/gurl/20_gurl.webp new file mode 100644 index 0000000..6c722e2 Binary files /dev/null and b/app/src/main/assets/gurl/20_gurl.webp differ diff --git a/app/src/main/assets/gurl/21_gurl.webp b/app/src/main/assets/gurl/21_gurl.webp new file mode 100644 index 0000000..fb2a570 Binary files /dev/null and b/app/src/main/assets/gurl/21_gurl.webp differ diff --git a/app/src/main/assets/gurl/22_gurl.webp b/app/src/main/assets/gurl/22_gurl.webp new file mode 100644 index 0000000..ff560f9 Binary files /dev/null and b/app/src/main/assets/gurl/22_gurl.webp differ diff --git a/app/src/main/assets/gurl/23_gurl.webp b/app/src/main/assets/gurl/23_gurl.webp new file mode 100644 index 0000000..3aa9f6b Binary files /dev/null and b/app/src/main/assets/gurl/23_gurl.webp differ diff --git a/app/src/main/assets/gurl/24_gurl.webp b/app/src/main/assets/gurl/24_gurl.webp new file mode 100644 index 0000000..c98e787 Binary files /dev/null and b/app/src/main/assets/gurl/24_gurl.webp differ diff --git a/app/src/main/assets/gurl/25_gurl.webp b/app/src/main/assets/gurl/25_gurl.webp new file mode 100644 index 0000000..febe2e7 Binary files /dev/null and b/app/src/main/assets/gurl/25_gurl.webp differ diff --git a/app/src/main/assets/gurl/26_gurl.webp b/app/src/main/assets/gurl/26_gurl.webp new file mode 100644 index 0000000..48ca91b Binary files /dev/null and b/app/src/main/assets/gurl/26_gurl.webp differ diff --git a/app/src/main/assets/gurl/27_gurl.webp b/app/src/main/assets/gurl/27_gurl.webp new file mode 100644 index 0000000..0fd2711 Binary files /dev/null and b/app/src/main/assets/gurl/27_gurl.webp differ diff --git a/app/src/main/assets/gurl/28_gurl.webp b/app/src/main/assets/gurl/28_gurl.webp new file mode 100644 index 0000000..d51dbd8 Binary files /dev/null and b/app/src/main/assets/gurl/28_gurl.webp differ diff --git a/app/src/main/assets/gurl/29_gurl.webp b/app/src/main/assets/gurl/29_gurl.webp new file mode 100644 index 0000000..68b9bbb Binary files /dev/null and b/app/src/main/assets/gurl/29_gurl.webp differ diff --git a/app/src/main/assets/gurl/30_gurl.webp b/app/src/main/assets/gurl/30_gurl.webp new file mode 100644 index 0000000..62a5790 Binary files /dev/null and b/app/src/main/assets/gurl/30_gurl.webp differ diff --git a/app/src/main/assets/gurl/tray_Gurl.png b/app/src/main/assets/gurl/tray_Gurl.png index 4e94d61..550f8a2 100644 Binary files a/app/src/main/assets/gurl/tray_Gurl.png and b/app/src/main/assets/gurl/tray_Gurl.png differ diff --git a/app/src/main/assets/gurl2/31_gur9.webp b/app/src/main/assets/gurl2/31_gur9.webp new file mode 100644 index 0000000..b794cef Binary files /dev/null and b/app/src/main/assets/gurl2/31_gur9.webp differ diff --git a/app/src/main/assets/gurl2/31_gurl.webp b/app/src/main/assets/gurl2/31_gurl.webp new file mode 100644 index 0000000..776a73d Binary files /dev/null and b/app/src/main/assets/gurl2/31_gurl.webp differ diff --git a/app/src/main/assets/gurl2/32_gurl.webp b/app/src/main/assets/gurl2/32_gurl.webp new file mode 100644 index 0000000..1e01866 Binary files /dev/null and b/app/src/main/assets/gurl2/32_gurl.webp differ diff --git a/app/src/main/assets/gurl2/33_gurl.webp b/app/src/main/assets/gurl2/33_gurl.webp new file mode 100644 index 0000000..a099d55 Binary files /dev/null and b/app/src/main/assets/gurl2/33_gurl.webp differ diff --git a/app/src/main/assets/gurl2/34_gurl.webp b/app/src/main/assets/gurl2/34_gurl.webp new file mode 100644 index 0000000..ffa65c6 Binary files /dev/null and b/app/src/main/assets/gurl2/34_gurl.webp differ diff --git a/app/src/main/assets/gurl2/35_gurl.webp b/app/src/main/assets/gurl2/35_gurl.webp new file mode 100644 index 0000000..5b265e7 Binary files /dev/null and b/app/src/main/assets/gurl2/35_gurl.webp differ diff --git a/app/src/main/assets/gurl2/36_gurl.webp b/app/src/main/assets/gurl2/36_gurl.webp new file mode 100644 index 0000000..9df820b Binary files /dev/null and b/app/src/main/assets/gurl2/36_gurl.webp differ diff --git a/app/src/main/assets/gurl2/37_gurl.webp b/app/src/main/assets/gurl2/37_gurl.webp new file mode 100644 index 0000000..f98dc3a Binary files /dev/null and b/app/src/main/assets/gurl2/37_gurl.webp differ diff --git a/app/src/main/assets/gurl2/38_gurl.webp b/app/src/main/assets/gurl2/38_gurl.webp new file mode 100644 index 0000000..91edd54 Binary files /dev/null and b/app/src/main/assets/gurl2/38_gurl.webp differ diff --git a/app/src/main/assets/gurl2/39_gurl.webp b/app/src/main/assets/gurl2/39_gurl.webp new file mode 100644 index 0000000..bfc9bdb Binary files /dev/null and b/app/src/main/assets/gurl2/39_gurl.webp differ diff --git a/app/src/main/assets/gurl2/tray_Gurl2.png b/app/src/main/assets/gurl2/tray_Gurl2.png new file mode 100644 index 0000000..550f8a2 Binary files /dev/null and b/app/src/main/assets/gurl2/tray_Gurl2.png differ diff --git a/app/src/main/assets/kesslan/01_kasslen.webp b/app/src/main/assets/kesslan/01_kasslen.webp new file mode 100644 index 0000000..4d904df Binary files /dev/null and b/app/src/main/assets/kesslan/01_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/02_kasslen.webp b/app/src/main/assets/kesslan/02_kasslen.webp new file mode 100644 index 0000000..f1b09ba Binary files /dev/null and b/app/src/main/assets/kesslan/02_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/03_kasslen.webp b/app/src/main/assets/kesslan/03_kasslen.webp new file mode 100644 index 0000000..23c5642 Binary files /dev/null and b/app/src/main/assets/kesslan/03_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/04_kasslen.webp b/app/src/main/assets/kesslan/04_kasslen.webp new file mode 100644 index 0000000..26d4651 Binary files /dev/null and b/app/src/main/assets/kesslan/04_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/05_kasslen.webp b/app/src/main/assets/kesslan/05_kasslen.webp new file mode 100644 index 0000000..286f7da Binary files /dev/null and b/app/src/main/assets/kesslan/05_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/06_kasslen.webp b/app/src/main/assets/kesslan/06_kasslen.webp new file mode 100644 index 0000000..cfe9345 Binary files /dev/null and b/app/src/main/assets/kesslan/06_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/07_kasslen.webp b/app/src/main/assets/kesslan/07_kasslen.webp new file mode 100644 index 0000000..57a31c5 Binary files /dev/null and b/app/src/main/assets/kesslan/07_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/08_kasslen.webp b/app/src/main/assets/kesslan/08_kasslen.webp new file mode 100644 index 0000000..688e41f Binary files /dev/null and b/app/src/main/assets/kesslan/08_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/09_kasslen.webp b/app/src/main/assets/kesslan/09_kasslen.webp new file mode 100644 index 0000000..ff381ee Binary files /dev/null and b/app/src/main/assets/kesslan/09_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/10_kasslen.webp b/app/src/main/assets/kesslan/10_kasslen.webp new file mode 100644 index 0000000..8b80259 Binary files /dev/null and b/app/src/main/assets/kesslan/10_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/11_kasslen.webp b/app/src/main/assets/kesslan/11_kasslen.webp new file mode 100644 index 0000000..1fe6dec Binary files /dev/null and b/app/src/main/assets/kesslan/11_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/12_kasslen.webp b/app/src/main/assets/kesslan/12_kasslen.webp new file mode 100644 index 0000000..51ac290 Binary files /dev/null and b/app/src/main/assets/kesslan/12_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/13_kasslen.webp b/app/src/main/assets/kesslan/13_kasslen.webp new file mode 100644 index 0000000..19e0d6e Binary files /dev/null and b/app/src/main/assets/kesslan/13_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/14_kasslen.webp b/app/src/main/assets/kesslan/14_kasslen.webp new file mode 100644 index 0000000..2d85fdf Binary files /dev/null and b/app/src/main/assets/kesslan/14_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/15_kasslen.webp b/app/src/main/assets/kesslan/15_kasslen.webp new file mode 100644 index 0000000..aba318e Binary files /dev/null and b/app/src/main/assets/kesslan/15_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/16_kasslen.webp b/app/src/main/assets/kesslan/16_kasslen.webp new file mode 100644 index 0000000..cb92f93 Binary files /dev/null and b/app/src/main/assets/kesslan/16_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/17_kasslen.webp b/app/src/main/assets/kesslan/17_kasslen.webp new file mode 100644 index 0000000..9de2af9 Binary files /dev/null and b/app/src/main/assets/kesslan/17_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/18_kasslen.webp b/app/src/main/assets/kesslan/18_kasslen.webp new file mode 100644 index 0000000..041394c Binary files /dev/null and b/app/src/main/assets/kesslan/18_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/19_kasslen.webp b/app/src/main/assets/kesslan/19_kasslen.webp new file mode 100644 index 0000000..0969af7 Binary files /dev/null and b/app/src/main/assets/kesslan/19_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/20_kasslen.webp b/app/src/main/assets/kesslan/20_kasslen.webp new file mode 100644 index 0000000..415cd94 Binary files /dev/null and b/app/src/main/assets/kesslan/20_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/21_kasslen.webp b/app/src/main/assets/kesslan/21_kasslen.webp new file mode 100644 index 0000000..2a1d0a0 Binary files /dev/null and b/app/src/main/assets/kesslan/21_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/22_kasslen.webp b/app/src/main/assets/kesslan/22_kasslen.webp new file mode 100644 index 0000000..3a6eb76 Binary files /dev/null and b/app/src/main/assets/kesslan/22_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/23_kasslen.webp b/app/src/main/assets/kesslan/23_kasslen.webp new file mode 100644 index 0000000..18fe884 Binary files /dev/null and b/app/src/main/assets/kesslan/23_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/24_kasslen.webp b/app/src/main/assets/kesslan/24_kasslen.webp new file mode 100644 index 0000000..768e86b Binary files /dev/null and b/app/src/main/assets/kesslan/24_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/25_kasslen.webp b/app/src/main/assets/kesslan/25_kasslen.webp new file mode 100644 index 0000000..26184d7 Binary files /dev/null and b/app/src/main/assets/kesslan/25_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/26_kasslen.webp b/app/src/main/assets/kesslan/26_kasslen.webp new file mode 100644 index 0000000..75ba6a9 Binary files /dev/null and b/app/src/main/assets/kesslan/26_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/27_kasslen.webp b/app/src/main/assets/kesslan/27_kasslen.webp new file mode 100644 index 0000000..ef512eb Binary files /dev/null and b/app/src/main/assets/kesslan/27_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/28_kasslen.webp b/app/src/main/assets/kesslan/28_kasslen.webp new file mode 100644 index 0000000..08640a9 Binary files /dev/null and b/app/src/main/assets/kesslan/28_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/29_kasslen.webp b/app/src/main/assets/kesslan/29_kasslen.webp new file mode 100644 index 0000000..e5dcf81 Binary files /dev/null and b/app/src/main/assets/kesslan/29_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/30_kasslen.webp b/app/src/main/assets/kesslan/30_kasslen.webp new file mode 100644 index 0000000..8421cb7 Binary files /dev/null and b/app/src/main/assets/kesslan/30_kasslen.webp differ diff --git a/app/src/main/assets/kesslan/tray_Kasslen.png b/app/src/main/assets/kesslan/tray_Kasslen.png new file mode 100644 index 0000000..7fe0492 Binary files /dev/null and b/app/src/main/assets/kesslan/tray_Kasslen.png differ diff --git a/app/src/main/assets/kesslan2/31_kasslen.webp b/app/src/main/assets/kesslan2/31_kasslen.webp new file mode 100644 index 0000000..5786543 Binary files /dev/null and b/app/src/main/assets/kesslan2/31_kasslen.webp differ diff --git a/app/src/main/assets/kesslan2/32_kasslen.webp b/app/src/main/assets/kesslan2/32_kasslen.webp new file mode 100644 index 0000000..55470e5 Binary files /dev/null and b/app/src/main/assets/kesslan2/32_kasslen.webp differ diff --git a/app/src/main/assets/kesslan2/33_kasslen.webp b/app/src/main/assets/kesslan2/33_kasslen.webp new file mode 100644 index 0000000..9d44819 Binary files /dev/null and b/app/src/main/assets/kesslan2/33_kasslen.webp differ diff --git a/app/src/main/assets/kesslan2/34_kasslen.webp b/app/src/main/assets/kesslan2/34_kasslen.webp new file mode 100644 index 0000000..8ce91d6 Binary files /dev/null and b/app/src/main/assets/kesslan2/34_kasslen.webp differ diff --git a/app/src/main/assets/kesslan2/35_kasslen.webp b/app/src/main/assets/kesslan2/35_kasslen.webp new file mode 100644 index 0000000..2944641 Binary files /dev/null and b/app/src/main/assets/kesslan2/35_kasslen.webp differ diff --git a/app/src/main/assets/kesslan2/36_kasslen.webp b/app/src/main/assets/kesslan2/36_kasslen.webp new file mode 100644 index 0000000..a62fc9e Binary files /dev/null and b/app/src/main/assets/kesslan2/36_kasslen.webp differ diff --git a/app/src/main/assets/kesslan2/37_kasslen.webp b/app/src/main/assets/kesslan2/37_kasslen.webp new file mode 100644 index 0000000..7917426 Binary files /dev/null and b/app/src/main/assets/kesslan2/37_kasslen.webp differ diff --git a/app/src/main/assets/kesslan2/38_kasslen.webp b/app/src/main/assets/kesslan2/38_kasslen.webp new file mode 100644 index 0000000..0eddf5a Binary files /dev/null and b/app/src/main/assets/kesslan2/38_kasslen.webp differ diff --git a/app/src/main/assets/kesslan2/39_kasslen.webp b/app/src/main/assets/kesslan2/39_kasslen.webp new file mode 100644 index 0000000..36562f8 Binary files /dev/null and b/app/src/main/assets/kesslan2/39_kasslen.webp differ diff --git a/app/src/main/assets/kesslan2/40_kasslen.webp b/app/src/main/assets/kesslan2/40_kasslen.webp new file mode 100644 index 0000000..a3489d6 Binary files /dev/null and b/app/src/main/assets/kesslan2/40_kasslen.webp differ diff --git a/app/src/main/assets/kesslan2/41_kasslen.webp b/app/src/main/assets/kesslan2/41_kasslen.webp new file mode 100644 index 0000000..538d0d1 Binary files /dev/null and b/app/src/main/assets/kesslan2/41_kasslen.webp differ diff --git a/app/src/main/assets/kesslan2/42_kasslen.webp b/app/src/main/assets/kesslan2/42_kasslen.webp new file mode 100644 index 0000000..0045f24 Binary files /dev/null and b/app/src/main/assets/kesslan2/42_kasslen.webp differ diff --git a/app/src/main/assets/kesslan2/43_kasslen.webp b/app/src/main/assets/kesslan2/43_kasslen.webp new file mode 100644 index 0000000..599e172 Binary files /dev/null and b/app/src/main/assets/kesslan2/43_kasslen.webp differ diff --git a/app/src/main/assets/kesslan2/44_kasslen.webp b/app/src/main/assets/kesslan2/44_kasslen.webp new file mode 100644 index 0000000..6cdec62 Binary files /dev/null and b/app/src/main/assets/kesslan2/44_kasslen.webp differ diff --git a/app/src/main/assets/kesslan2/45_kasslen.webp b/app/src/main/assets/kesslan2/45_kasslen.webp new file mode 100644 index 0000000..c81584a Binary files /dev/null and b/app/src/main/assets/kesslan2/45_kasslen.webp differ diff --git a/app/src/main/assets/kesslan2/46_kasslen.webp b/app/src/main/assets/kesslan2/46_kasslen.webp new file mode 100644 index 0000000..5786543 Binary files /dev/null and b/app/src/main/assets/kesslan2/46_kasslen.webp differ diff --git a/app/src/main/assets/kesslan2/tray_Kasslen2.png b/app/src/main/assets/kesslan2/tray_Kasslen2.png new file mode 100644 index 0000000..7fe0492 Binary files /dev/null and b/app/src/main/assets/kesslan2/tray_Kasslen2.png differ diff --git a/app/src/main/assets/misc/01_misc.webp b/app/src/main/assets/misc/01_misc.webp deleted file mode 100644 index c54e0e3..0000000 Binary files a/app/src/main/assets/misc/01_misc.webp and /dev/null differ diff --git a/app/src/main/assets/misc/08_misc.webp b/app/src/main/assets/misc/08_misc.webp deleted file mode 100644 index 25c3e7b..0000000 Binary files a/app/src/main/assets/misc/08_misc.webp and /dev/null differ diff --git a/app/src/main/assets/misc/09_misc.webp b/app/src/main/assets/misc/09_misc.webp deleted file mode 100644 index 91e186a..0000000 Binary files a/app/src/main/assets/misc/09_misc.webp and /dev/null differ diff --git a/app/src/main/assets/misc/14_misc.webp b/app/src/main/assets/misc/14_misc.webp deleted file mode 100644 index d636a55..0000000 Binary files a/app/src/main/assets/misc/14_misc.webp and /dev/null differ diff --git a/app/src/main/assets/misc/15_misc.webp b/app/src/main/assets/misc/15_misc.webp deleted file mode 100644 index e0d6a5e..0000000 Binary files a/app/src/main/assets/misc/15_misc.webp and /dev/null differ diff --git a/app/src/main/assets/misc/16_misc.webp b/app/src/main/assets/misc/16_misc.webp deleted file mode 100644 index dc4886d..0000000 Binary files a/app/src/main/assets/misc/16_misc.webp and /dev/null differ diff --git a/app/src/main/assets/misc/17_misc.webp b/app/src/main/assets/misc/17_misc.webp deleted file mode 100644 index 9480b39..0000000 Binary files a/app/src/main/assets/misc/17_misc.webp and /dev/null differ diff --git a/app/src/main/assets/misc/18_misc.webp b/app/src/main/assets/misc/18_misc.webp deleted file mode 100644 index 527c3cd..0000000 Binary files a/app/src/main/assets/misc/18_misc.webp and /dev/null differ diff --git a/app/src/main/assets/misc/19_misc.webp b/app/src/main/assets/misc/19_misc.webp deleted file mode 100644 index efd1f83..0000000 Binary files a/app/src/main/assets/misc/19_misc.webp and /dev/null differ diff --git a/app/src/main/assets/misc/20_misc.webp b/app/src/main/assets/misc/20_misc.webp deleted file mode 100644 index 151780d..0000000 Binary files a/app/src/main/assets/misc/20_misc.webp and /dev/null differ diff --git a/app/src/main/assets/misc/tray_Miscellaneous.png b/app/src/main/assets/misc/tray_Miscellaneous.png deleted file mode 100644 index 7a6b55f..0000000 Binary files a/app/src/main/assets/misc/tray_Miscellaneous.png and /dev/null differ diff --git a/app/src/main/assets/snowden/01_snowden.webp b/app/src/main/assets/snowden/01_snowden.webp new file mode 100644 index 0000000..df4c565 Binary files /dev/null and b/app/src/main/assets/snowden/01_snowden.webp differ diff --git a/app/src/main/assets/snowden/02_snowden.webp b/app/src/main/assets/snowden/02_snowden.webp new file mode 100644 index 0000000..fd863f6 Binary files /dev/null and b/app/src/main/assets/snowden/02_snowden.webp differ diff --git a/app/src/main/assets/snowden/03_snowden.webp b/app/src/main/assets/snowden/03_snowden.webp new file mode 100644 index 0000000..bbf4df7 Binary files /dev/null and b/app/src/main/assets/snowden/03_snowden.webp differ diff --git a/app/src/main/assets/snowden/04_snowden.webp b/app/src/main/assets/snowden/04_snowden.webp new file mode 100644 index 0000000..150ce82 Binary files /dev/null and b/app/src/main/assets/snowden/04_snowden.webp differ diff --git a/app/src/main/assets/snowden/05_snowden.webp b/app/src/main/assets/snowden/05_snowden.webp new file mode 100644 index 0000000..a28880b Binary files /dev/null and b/app/src/main/assets/snowden/05_snowden.webp differ diff --git a/app/src/main/assets/snowden/06_snowden.webp b/app/src/main/assets/snowden/06_snowden.webp new file mode 100644 index 0000000..e99f554 Binary files /dev/null and b/app/src/main/assets/snowden/06_snowden.webp differ diff --git a/app/src/main/assets/snowden/07_snowden.webp b/app/src/main/assets/snowden/07_snowden.webp new file mode 100644 index 0000000..818cf06 Binary files /dev/null and b/app/src/main/assets/snowden/07_snowden.webp differ diff --git a/app/src/main/assets/snowden/08_snowden.webp b/app/src/main/assets/snowden/08_snowden.webp new file mode 100644 index 0000000..bc5bda2 Binary files /dev/null and b/app/src/main/assets/snowden/08_snowden.webp differ diff --git a/app/src/main/assets/snowden/09_snowden.webp b/app/src/main/assets/snowden/09_snowden.webp new file mode 100644 index 0000000..b6e0e1d Binary files /dev/null and b/app/src/main/assets/snowden/09_snowden.webp differ diff --git a/app/src/main/assets/snowden/10_snowden.webp b/app/src/main/assets/snowden/10_snowden.webp new file mode 100644 index 0000000..6683a1f Binary files /dev/null and b/app/src/main/assets/snowden/10_snowden.webp differ diff --git a/app/src/main/assets/snowden/11_snowden.webp b/app/src/main/assets/snowden/11_snowden.webp new file mode 100644 index 0000000..ccf6def Binary files /dev/null and b/app/src/main/assets/snowden/11_snowden.webp differ diff --git a/app/src/main/assets/snowden/12_snowden.webp b/app/src/main/assets/snowden/12_snowden.webp new file mode 100644 index 0000000..d8340ce Binary files /dev/null and b/app/src/main/assets/snowden/12_snowden.webp differ diff --git a/app/src/main/assets/snowden/13_snowden.webp b/app/src/main/assets/snowden/13_snowden.webp new file mode 100644 index 0000000..45d7b77 Binary files /dev/null and b/app/src/main/assets/snowden/13_snowden.webp differ diff --git a/app/src/main/assets/snowden/14_snowden.webp b/app/src/main/assets/snowden/14_snowden.webp new file mode 100644 index 0000000..13b02f0 Binary files /dev/null and b/app/src/main/assets/snowden/14_snowden.webp differ diff --git a/app/src/main/assets/snowden/15_snowden.webp b/app/src/main/assets/snowden/15_snowden.webp new file mode 100644 index 0000000..967e58b Binary files /dev/null and b/app/src/main/assets/snowden/15_snowden.webp differ diff --git a/app/src/main/assets/snowden/16_snowden.webp b/app/src/main/assets/snowden/16_snowden.webp new file mode 100644 index 0000000..cef9234 Binary files /dev/null and b/app/src/main/assets/snowden/16_snowden.webp differ diff --git a/app/src/main/assets/snowden/17_snowden.webp b/app/src/main/assets/snowden/17_snowden.webp new file mode 100644 index 0000000..9f369c2 Binary files /dev/null and b/app/src/main/assets/snowden/17_snowden.webp differ diff --git a/app/src/main/assets/snowden/18_snowden.webp b/app/src/main/assets/snowden/18_snowden.webp new file mode 100644 index 0000000..70cdd52 Binary files /dev/null and b/app/src/main/assets/snowden/18_snowden.webp differ diff --git a/app/src/main/assets/snowden/19_snowden.webp b/app/src/main/assets/snowden/19_snowden.webp new file mode 100644 index 0000000..95dcaaa Binary files /dev/null and b/app/src/main/assets/snowden/19_snowden.webp differ diff --git a/app/src/main/assets/snowden/20_snowden.webp b/app/src/main/assets/snowden/20_snowden.webp new file mode 100644 index 0000000..d9db875 Binary files /dev/null and b/app/src/main/assets/snowden/20_snowden.webp differ diff --git a/app/src/main/assets/snowden/21_snowden.webp b/app/src/main/assets/snowden/21_snowden.webp new file mode 100644 index 0000000..bcacd80 Binary files /dev/null and b/app/src/main/assets/snowden/21_snowden.webp differ diff --git a/app/src/main/assets/snowden/22_snowden.webp b/app/src/main/assets/snowden/22_snowden.webp new file mode 100644 index 0000000..0b45a97 Binary files /dev/null and b/app/src/main/assets/snowden/22_snowden.webp differ diff --git a/app/src/main/assets/snowden/23_snowden.webp b/app/src/main/assets/snowden/23_snowden.webp new file mode 100644 index 0000000..56231b8 Binary files /dev/null and b/app/src/main/assets/snowden/23_snowden.webp differ diff --git a/app/src/main/assets/snowden/24_snowden.webp b/app/src/main/assets/snowden/24_snowden.webp new file mode 100644 index 0000000..63ccfd9 Binary files /dev/null and b/app/src/main/assets/snowden/24_snowden.webp differ diff --git a/app/src/main/assets/snowden/25_snowden.webp b/app/src/main/assets/snowden/25_snowden.webp new file mode 100644 index 0000000..0715243 Binary files /dev/null and b/app/src/main/assets/snowden/25_snowden.webp differ diff --git a/app/src/main/assets/snowden/26_snowden.webp b/app/src/main/assets/snowden/26_snowden.webp new file mode 100644 index 0000000..29a4f3e Binary files /dev/null and b/app/src/main/assets/snowden/26_snowden.webp differ diff --git a/app/src/main/assets/snowden/27_snowden.webp b/app/src/main/assets/snowden/27_snowden.webp new file mode 100644 index 0000000..544c12e Binary files /dev/null and b/app/src/main/assets/snowden/27_snowden.webp differ diff --git a/app/src/main/assets/snowden/28_snowden.webp b/app/src/main/assets/snowden/28_snowden.webp new file mode 100644 index 0000000..8819d5f Binary files /dev/null and b/app/src/main/assets/snowden/28_snowden.webp differ diff --git a/app/src/main/assets/snowden/29_snowden.webp b/app/src/main/assets/snowden/29_snowden.webp new file mode 100644 index 0000000..9953efd Binary files /dev/null and b/app/src/main/assets/snowden/29_snowden.webp differ diff --git a/app/src/main/assets/snowden/30_snowden.webp b/app/src/main/assets/snowden/30_snowden.webp new file mode 100644 index 0000000..d2a68d5 Binary files /dev/null and b/app/src/main/assets/snowden/30_snowden.webp differ diff --git a/app/src/main/assets/snowden/tray_Snowden.png b/app/src/main/assets/snowden/tray_Snowden.png new file mode 100644 index 0000000..9293af7 Binary files /dev/null and b/app/src/main/assets/snowden/tray_Snowden.png differ diff --git a/app/src/main/assets/snowden2/31_snowden.webp b/app/src/main/assets/snowden2/31_snowden.webp new file mode 100644 index 0000000..5cd61b8 Binary files /dev/null and b/app/src/main/assets/snowden2/31_snowden.webp differ diff --git a/app/src/main/assets/snowden2/32_snowden.webp b/app/src/main/assets/snowden2/32_snowden.webp new file mode 100644 index 0000000..e848a09 Binary files /dev/null and b/app/src/main/assets/snowden2/32_snowden.webp differ diff --git a/app/src/main/assets/snowden2/33_snowden.webp b/app/src/main/assets/snowden2/33_snowden.webp new file mode 100644 index 0000000..213d3ea Binary files /dev/null and b/app/src/main/assets/snowden2/33_snowden.webp differ diff --git a/app/src/main/assets/snowden2/34_snowden.webp b/app/src/main/assets/snowden2/34_snowden.webp new file mode 100644 index 0000000..66d1a84 Binary files /dev/null and b/app/src/main/assets/snowden2/34_snowden.webp differ diff --git a/app/src/main/assets/snowden2/35_snowden.webp b/app/src/main/assets/snowden2/35_snowden.webp new file mode 100644 index 0000000..4a0fafb Binary files /dev/null and b/app/src/main/assets/snowden2/35_snowden.webp differ diff --git a/app/src/main/assets/snowden2/tray_Snowden2.png b/app/src/main/assets/snowden2/tray_Snowden2.png new file mode 100644 index 0000000..9293af7 Binary files /dev/null and b/app/src/main/assets/snowden2/tray_Snowden2.png differ diff --git a/app/src/main/assets/tom-n-jerry/01_tj.webp b/app/src/main/assets/tom-n-jerry/01_tj.webp new file mode 100644 index 0000000..d93c2f2 Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/01_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/02_tj.webp b/app/src/main/assets/tom-n-jerry/02_tj.webp new file mode 100644 index 0000000..ed355f5 Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/02_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/03_tj.webp b/app/src/main/assets/tom-n-jerry/03_tj.webp new file mode 100644 index 0000000..2638d41 Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/03_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/04_tj.webp b/app/src/main/assets/tom-n-jerry/04_tj.webp new file mode 100644 index 0000000..b165e17 Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/04_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/05_tj.webp b/app/src/main/assets/tom-n-jerry/05_tj.webp new file mode 100644 index 0000000..0ae15af Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/05_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/06_tj.webp b/app/src/main/assets/tom-n-jerry/06_tj.webp new file mode 100644 index 0000000..c53d94a Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/06_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/07_tj.webp b/app/src/main/assets/tom-n-jerry/07_tj.webp new file mode 100644 index 0000000..eb705b0 Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/07_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/08_tj.webp b/app/src/main/assets/tom-n-jerry/08_tj.webp new file mode 100644 index 0000000..582ba7f Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/08_tj.webp differ diff --git a/app/src/main/assets/animals/17_animals.webp b/app/src/main/assets/tom-n-jerry/09_tj.webp similarity index 100% rename from app/src/main/assets/animals/17_animals.webp rename to app/src/main/assets/tom-n-jerry/09_tj.webp diff --git a/app/src/main/assets/tom-n-jerry/10_tj.webp b/app/src/main/assets/tom-n-jerry/10_tj.webp new file mode 100644 index 0000000..c6fded2 Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/10_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/11_tj.webp b/app/src/main/assets/tom-n-jerry/11_tj.webp new file mode 100644 index 0000000..cd387c3 Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/11_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/12_tj.webp b/app/src/main/assets/tom-n-jerry/12_tj.webp new file mode 100644 index 0000000..7284dfa Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/12_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/13_tj.webp b/app/src/main/assets/tom-n-jerry/13_tj.webp new file mode 100644 index 0000000..3766ff7 Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/13_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/14_tj.webp b/app/src/main/assets/tom-n-jerry/14_tj.webp new file mode 100644 index 0000000..26034d2 Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/14_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/15_tj.webp b/app/src/main/assets/tom-n-jerry/15_tj.webp new file mode 100644 index 0000000..bbbac1f Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/15_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/16_tj.webp b/app/src/main/assets/tom-n-jerry/16_tj.webp new file mode 100644 index 0000000..572cd2f Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/16_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/17_tj.webp b/app/src/main/assets/tom-n-jerry/17_tj.webp new file mode 100644 index 0000000..627e0ef Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/17_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/18_tj.webp b/app/src/main/assets/tom-n-jerry/18_tj.webp new file mode 100644 index 0000000..2e0c469 Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/18_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/19_tj.webp b/app/src/main/assets/tom-n-jerry/19_tj.webp new file mode 100644 index 0000000..9dbc3ad Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/19_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/20_tj.webp b/app/src/main/assets/tom-n-jerry/20_tj.webp new file mode 100644 index 0000000..8af6b91 Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/20_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/21_tj.webp b/app/src/main/assets/tom-n-jerry/21_tj.webp new file mode 100644 index 0000000..0650b33 Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/21_tj.webp differ diff --git a/app/src/main/assets/animals/18_animals.webp b/app/src/main/assets/tom-n-jerry/22_tj.webp similarity index 100% rename from app/src/main/assets/animals/18_animals.webp rename to app/src/main/assets/tom-n-jerry/22_tj.webp diff --git a/app/src/main/assets/tom-n-jerry/23_tj.webp b/app/src/main/assets/tom-n-jerry/23_tj.webp new file mode 100644 index 0000000..82e9edc Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/23_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/24_tj.webp b/app/src/main/assets/tom-n-jerry/24_tj.webp new file mode 100644 index 0000000..7211f6d Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/24_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/25_tj.webp b/app/src/main/assets/tom-n-jerry/25_tj.webp new file mode 100644 index 0000000..2436c4a Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/25_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/26_tj.webp b/app/src/main/assets/tom-n-jerry/26_tj.webp new file mode 100644 index 0000000..a3c7845 Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/26_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/27_tj.webp b/app/src/main/assets/tom-n-jerry/27_tj.webp new file mode 100644 index 0000000..7c1a203 Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/27_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/28_tj.webp b/app/src/main/assets/tom-n-jerry/28_tj.webp new file mode 100644 index 0000000..64d8531 Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/28_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/29_tj.webp b/app/src/main/assets/tom-n-jerry/29_tj.webp new file mode 100644 index 0000000..6d8a209 Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/29_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/30_tj.webp b/app/src/main/assets/tom-n-jerry/30_tj.webp new file mode 100644 index 0000000..8e45d23 Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/30_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry/tray_Tom-n-Jerry.png b/app/src/main/assets/tom-n-jerry/tray_Tom-n-Jerry.png new file mode 100644 index 0000000..093e61e Binary files /dev/null and b/app/src/main/assets/tom-n-jerry/tray_Tom-n-Jerry.png differ diff --git a/app/src/main/assets/tom-n-jerry2/31_tj.webp b/app/src/main/assets/tom-n-jerry2/31_tj.webp new file mode 100644 index 0000000..2348e4a Binary files /dev/null and b/app/src/main/assets/tom-n-jerry2/31_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry2/32_tj.webp b/app/src/main/assets/tom-n-jerry2/32_tj.webp new file mode 100644 index 0000000..0b53267 Binary files /dev/null and b/app/src/main/assets/tom-n-jerry2/32_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry2/33_tj.webp b/app/src/main/assets/tom-n-jerry2/33_tj.webp new file mode 100644 index 0000000..d1237ee Binary files /dev/null and b/app/src/main/assets/tom-n-jerry2/33_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry2/34_tj.webp b/app/src/main/assets/tom-n-jerry2/34_tj.webp new file mode 100644 index 0000000..9d091ac Binary files /dev/null and b/app/src/main/assets/tom-n-jerry2/34_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry2/35_tj.webp b/app/src/main/assets/tom-n-jerry2/35_tj.webp new file mode 100644 index 0000000..7841f15 Binary files /dev/null and b/app/src/main/assets/tom-n-jerry2/35_tj.webp differ diff --git a/app/src/main/assets/tom-n-jerry2/tray_Tom-n-Jerry2.png b/app/src/main/assets/tom-n-jerry2/tray_Tom-n-Jerry2.png new file mode 100644 index 0000000..093e61e Binary files /dev/null and b/app/src/main/assets/tom-n-jerry2/tray_Tom-n-Jerry2.png differ