mirror of
https://github.com/stoatchat/for-android.git
synced 2026-07-09 11:35:45 -04:00
[PR #35] [CLOSED] Update UI adjustment #57
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stoatchat/for-android/pull/35
Author: @alexjyong
Created: 9/10/2025
Status: ❌ Closed
Base:
dev← Head:update-ui-adjustment📝 Commits (10+)
c7f0f9cfeature: Adding support for Github codespaces (#25)305efa1Squashed commit of the following:f05d010fixing missing import from git merge conflict issues.ea692b1adding in better emoji handling, a recently used emoji section, and better markdown handlingdc2699ecleaning readme up a bit.406c017Fixing custom emoji and markdown issues (#5)e169a7cadding in automated workflow03c87e2update to workflow9226710typo :)3494501third time is the charm📊 Changes
56 files changed (+2017 additions, -341 deletions)
View changed files
📝
.devcontainer/devcontainer.json(+1 -1)📝
.github/workflows/android.yml(+56 -18)📝
.gitignore(+1 -0)📝
README.md(+136 -4)📝
app/build.gradle.kts(+12 -2)📝
app/google-services.json.example(+3 -3)📝
app/proguard-rules.pro(+1 -1)📝
app/src/main/cpp/stendal/stendal.cpp(+14 -1)📝
app/src/main/java/chat/revolt/RevoltApplication.kt(+8 -0)📝
app/src/main/java/chat/revolt/api/RevoltAPI.kt(+3 -0)➕
app/src/main/java/chat/revolt/api/internals/UpdateChecker.kt(+122 -0)📝
app/src/main/java/chat/revolt/api/realtime/RealtimeSocket.kt(+3 -0)📝
app/src/main/java/chat/revolt/api/settings/Experiments.kt(+14 -2)📝
app/src/main/java/chat/revolt/composables/chat/Message.kt(+31 -44)📝
app/src/main/java/chat/revolt/composables/chat/MessageField.kt(+26 -1)📝
app/src/main/java/chat/revolt/composables/emoji/EmojiPicker.kt(+166 -31)➕
app/src/main/java/chat/revolt/composables/generic/EmojiAwareText.kt(+160 -0)➕
app/src/main/java/chat/revolt/composables/generic/UpdateBanner.kt(+104 -0)📝
app/src/main/java/chat/revolt/composables/markdown/MarkdownText.kt(+85 -42)📝
app/src/main/java/chat/revolt/composables/markdown/MarkdownTree.kt(+34 -0)...and 36 more files
📄 Description
Please make sure to check the following tasks before opening and submitting a PR
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.