Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Commit

Permalink
organised the packs | removed messed up packs
Browse files Browse the repository at this point in the history
  • Loading branch information
chankruze committed Dec 22, 2018
1 parent 61a5c72 commit d85e097
Show file tree
Hide file tree
Showing 275 changed files with 467 additions and 187 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.DS_Store
.idea
build/
release/
local.properties
localhost/
obj/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build
/release
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Binary file added app/src/main/assets/agent007/04_agent007.webp
Binary file not shown.
Binary file added app/src/main/assets/agent007/05_agent007.webp
Binary file not shown.
Binary file added app/src/main/assets/agent007/06_agent007.webp
Binary file not shown.
Binary file added app/src/main/assets/agent007/07_agent007.webp
Binary file not shown.
Binary file added app/src/main/assets/agent007/09_agent007.webp
Binary file not shown.
Binary file added app/src/main/assets/agent007/13_agent007.webp
Binary file not shown.
Binary file added app/src/main/assets/agent007/16_agent007.webp
Binary file not shown.
Binary file added app/src/main/assets/agent007/17_agent007.webp
Binary file not shown.
Binary file added app/src/main/assets/agent007/18_agent007.webp
Binary file not shown.
Binary file added app/src/main/assets/agent007/19_agent007.webp
Binary file not shown.
Binary file added app/src/main/assets/agent007/20_agent007.webp
Binary file not shown.
Binary file added app/src/main/assets/agent007/21_agent007.webp
Binary file not shown.
Binary file added app/src/main/assets/agent007/22_agent007.webp
Binary file not shown.
Binary file added app/src/main/assets/agent007/23_agent007.webp
Binary file not shown.
Binary file added app/src/main/assets/agent007/24_agent007.webp
Binary file not shown.
Binary file added app/src/main/assets/agent007/25_agent007.webp
Binary file not shown.
Binary file added app/src/main/assets/agent007/26_agent007.webp
Binary file not shown.
Binary file added app/src/main/assets/agent007/27_agent007.webp
Binary file not shown.
Binary file added app/src/main/assets/agent007/29_agent007.webp
Binary file not shown.
Binary file removed app/src/main/assets/animals/01_animals.webp
Binary file not shown.
Binary file removed app/src/main/assets/animals/02_animals.webp
Binary file not shown.
Binary file removed app/src/main/assets/animals/03_animals.webp
Binary file not shown.
Binary file removed app/src/main/assets/animals/04_animals.webp
Binary file not shown.
Binary file removed app/src/main/assets/animals/05_animals.webp
Binary file not shown.
Binary file removed app/src/main/assets/animals/06_animals.webp
Binary file not shown.
Binary file removed app/src/main/assets/animals/07_animals.webp
Binary file not shown.
Binary file removed app/src/main/assets/animals/08_animals.webp
Binary file not shown.
Binary file removed app/src/main/assets/animals/09_animals.webp
Binary file not shown.
Binary file removed app/src/main/assets/animals/10_animals.webp
Binary file not shown.
Binary file removed app/src/main/assets/animals/11_animals.webp
Binary file not shown.
Binary file removed app/src/main/assets/animals/12_animals.webp
Binary file not shown.
Binary file removed app/src/main/assets/animals/13_animals.webp
Binary file not shown.
Binary file removed app/src/main/assets/animals/14_animals.webp
Binary file not shown.
Binary file removed app/src/main/assets/animals/15_animals.webp
Binary file not shown.
Binary file removed app/src/main/assets/animals/16_animals.webp
Binary file not shown.
Binary file removed app/src/main/assets/animals/19_animals.webp
Binary file not shown.
Binary file removed app/src/main/assets/animals/20_animals.webp
Binary file not shown.
Binary file removed app/src/main/assets/animals/tray_Animals.png
Binary file not shown.
Loading

0 comments on commit d85e097

Please sign in to comment.