diff --git a/README.md b/README.md index 0162864..5ea436c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ EweSticker is an Android sticker keyboard application, specifically designed for - [Light Theme](#light-theme) - [Documentation](#documentation) - [Installation](#installation) +- [Application compatibility](#application-compatibility) + - [Working](#working) + - [Known Issues/ Workarounds](#known-issues-workarounds) - [Gradle tasks](#gradle-tasks) - [Kotlin and Android Version](#kotlin-and-android-version) - [Building From Source](#building-from-source) @@ -98,6 +101,36 @@ preferred store by clicking on one of the badges below, then download/install: [Get it on Google Play](https://play.google.com/store/apps/details?id=com.fredhappyface.ewesticker) [Get it on GitHub](../../releases) +## Application compatibility + +### Working + +I've tested EweSticker with the various apps I have installed. Please note that it will likely be +compatible with other applications as well. + +| app | id | webp | animated | +| ---------------- | --------------------------------- | ---- | -------- | +| Android Messages | com.google.android.apps.messaging | ✔ | ✔ | +| WhatsApp | com.whatsapp | ✔ | ✖ | +| Telegram | org.telegram.messenger | ✔ | ✖ | +| Signal | org.thoughtcrime.securesms | ✔ | ✖ | +| Discord | com.discord | ✔ | ✔ | +| Fair Email | eu.faircode.email | ✔ | ✔ | +| Element | im.vector.app | ✔ | ✔ | +| Moshidon | org.joinmastodon.android.moshinda | ✔ | ✔ | +| Google Keep | com.google.android.keep | ✔ | ✖ | +| Twitter | com.twitter.android | ✔ | ✖ | + +### Known Issues/ Workarounds + +| app | id | Workaround | +| ----------- | ----------------------------------------- | -------------------------------------------------- | +| WeChat | com.tencent.mm | \[Unknown] | +| Notion | notion.id | Displays the share sheet, can upload to a new note | +| Gmail | com.google.android.gm | Displays the share sheet, added to a new email | +| Reddit | com.reddit.frontpage | Displays the share sheet, added to a new post | +| Google Docs | com.google.android.apps.docs.editors.docs | \[Unknown] Nothing happens | + ### Build from Source