Skip to content

This repository is based on the WhatsApp sample apps and API for creating third party sticker packs for WhatsApp.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE-code
Unknown
LICENSE-images
Notifications You must be signed in to change notification settings

lor-enz/wa-penguin-stickers

 
 

Repository files navigation

WhatsApp Penguin Stickers

My personal sticker app for the WA Messenger with Penguin Stickers. Also includes Buttons to add the Stickers to Signal or Telegram.

This is a fork of the official WhatsApp Stickers App Template There are technical Changes that improve the Android app. And there are changes to include sticker content I made myself.

Only the Android App is modified. The iOS App is untouched. Both Apps are in one Repo and I'd like to diverge from the original repo as little as possible that's why the iOS app is still present.

More info about my stickers is available at lorenz.kiwi/sticker

Install it from the Play Store

alt text

Technical Changes

Boring Stuff

Brought the Android Version up to date to current Versions and Google Policies.

  • Upgraded Android Gradle Plugin from 4.1.3 -> 7.4.0
  • Changed compileSdkVersion from 30 -> 31
  • Changed targetSdkVersion from 30 -> 31
  • Added android:exported tag to EntryActivity in AndroidManifest.xml

Exciting Stuff

Includes an "Add to Telegram" Button and an "Add to Signal" Button. The buttons are not just hardcoded in. The contents.json can easily be modified to replace the my sticker content with other sticker content. The Buttons are connected to the information in the contents.json that now have two extra Strings: telegram_link and signal_link

License

The Software excluding the Sticker images is BSD licensed, as found in the LICENSE-code file.

The Sticker images follow a different license, as found in the LICENSE-images file

About

This repository is based on the WhatsApp sample apps and API for creating third party sticker packs for WhatsApp.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE-code
Unknown
LICENSE-images

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 51.8%
  • C 48.2%