Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Added new emotes and split existing packs due to the 30 sticker/pack …
Browse files Browse the repository at this point in the history
…limit
  • Loading branch information
DoubleGremlin181 committed Mar 16, 2020
1 parent 59fc6d4 commit 2c530a6
Show file tree
Hide file tree
Showing 30 changed files with 59 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId "me.kavishhukmani.watwitchstickers"
minSdkVersion 15
targetSdkVersion 28
versionCode 802
versionName "8.0.2"
versionCode 901
versionName "9.0.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
def contentProviderAuthority = applicationId + ".stickercontentprovider"
// Creates a placeholder property to use in the manifest.
Expand Down
Binary file modified app/src/main/assets/3/FeelsSpecialMan.webp
Binary file not shown.
Binary file added app/src/main/assets/4/NOP.webp
Binary file not shown.
Binary file added app/src/main/assets/4/PepeScoots.webp
Binary file not shown.
Binary file added app/src/main/assets/4/Pepeg.webp
Binary file not shown.
Binary file added app/src/main/assets/4/YEP.webp
Binary file not shown.
Binary file added app/src/main/assets/4/coronaS.webp
Binary file not shown.
Binary file added app/src/main/assets/4/peepoSad.webp
Binary file not shown.
Binary file added app/src/main/assets/4/widepeepoSad.webp
Binary file not shown.
Binary file added app/src/main/assets/5/5Head_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/assets/5/KEKL.webp
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added app/src/main/assets/6/OkayChamp.webp
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added app/src/main/assets/6/sadKEK.webp
Binary file not shown.
File renamed without changes.
56 changes: 54 additions & 2 deletions app/src/main/assets/contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,10 @@
"image_file": "Bruh.webp",
"emojis": []
},
{
"image_file": "coronaS.webp",
"emojis": []
},
{
"image_file": "ez.webp",
"emojis": []
Expand All @@ -296,6 +300,10 @@
"image_file": "Kek.webp",
"emojis": []
},
{
"image_file": "NOP.webp",
"emojis": []
},
{
"image_file": "peepoHappy.webp",
"emojis": []
Expand All @@ -304,6 +312,14 @@
"image_file": "peepoLove.webp",
"emojis": []
},
{
"image_file": "peepoSad.webp",
"emojis": []
},
{
"image_file": "Pepeg.webp",
"emojis": []
},
{
"image_file": "Pepega.webp",
"emojis": []
Expand Down Expand Up @@ -332,6 +348,10 @@
"image_file": "Pepepains.webp",
"emojis": []
},
{
"image_file": "PepeScoots.webp",
"emojis": []
},
{
"image_file": "PepoThink.webp",
"emojis": []
Expand All @@ -343,14 +363,22 @@
{
"image_file": "widepeepoHappy.webp",
"emojis": []
},
{
"image_file": "widepeepoSad.webp",
"emojis": []
},
{
"image_file": "YEP.webp",
"emojis": []
}
]
},
{
"identifier": "5",
"name": "Other FFZ and BTTV",
"publisher": "DoubleGremlin181",
"tray_image_file": "OMEGALUL_icon.png",
"tray_image_file": "5Head_icon.png",
"publisher_email": "[email protected]",
"publisher_website": "https://kavishhukmani.me",
"privacy_policy_website": "",
Expand Down Expand Up @@ -404,6 +432,10 @@
"image_file": "Kapp.webp",
"emojis": []
},
{
"image_file": "KEKL.webp",
"emojis": []
},
{
"image_file": "KEKW.webp",
"emojis": []
Expand All @@ -420,7 +452,19 @@
{
"image_file": "Krappa.webp",
"emojis": []
},
}
]
},
{
"identifier": "6",
"name": "Some more FFZ and BTTV",
"publisher": "DoubleGremlin181",
"tray_image_file": "OMEGALUL_icon.png",
"publisher_email": "[email protected]",
"publisher_website": "https://kavishhukmani.me",
"privacy_policy_website": "",
"license_agreement_website": "",
"stickers": [
{
"image_file": "LuL.webp",
"emojis": []
Expand All @@ -445,6 +489,10 @@
"image_file": "OhISee.webp",
"emojis": []
},
{
"image_file": "OkayChamp.webp",
"emojis": []
},
{
"image_file": "OMEGALUL.webp",
"emojis": []
Expand All @@ -457,6 +505,10 @@
"image_file": "PogU.webp",
"emojis": []
},
{
"image_file": "sadKEK.webp",
"emojis": []
},
{
"image_file": "WaitWhat.webp",
"emojis": []
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.android.tools.build:gradle:3.6.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Jan 08 14:18:10 IST 2020
#Sun Mar 15 19:39:20 IST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

0 comments on commit 2c530a6

Please sign in to comment.