chinwag-android/app/src/main
Konrad Pozniak f483cf7f29
don't load custom emojis in their full size (#4429)
This should save quite some memory, but most importantly it gets rid of
this crash:

```
java.lang.RuntimeException: Canvas: trying to draw too large(121969936bytes) bitmap.
           at android.graphics.RecordingCanvas.throwIfCannotDraw(RecordingCanvas.java:266)
           at android.graphics.BaseRecordingCanvas.drawBitmap(BaseRecordingCanvas.java:94)
           at android.graphics.drawable.BitmapDrawable.draw(BitmapDrawable.java:549)
           at com.keylesspalace.tusky.util.EmojiSpan.draw(CustomEmojiHelper.kt:131)
           ...
```
2024-05-10 12:57:27 +02:00
..
java/com/keylesspalace/tusky don't load custom emojis in their full size (#4429) 2024-05-10 12:57:27 +02:00
res don't load custom emojis in their full size (#4429) 2024-05-10 12:57:27 +02:00
AndroidManifest.xml change SendStatusService type to shortService (#4292) 2024-02-29 12:21:15 +01:00
ic_launcher-web.png new app icon (#2695) 2022-09-13 19:48:09 +02:00