Basic InboxActivity

This commits adds basic functionality for the Inbox Activity. It can now show you replies and mentions.
This commit is contained in:
Balazs Toldi
2023-08-01 15:24:44 +02:00
parent 1c2212f0fe
commit 4c95404fe1
12 changed files with 323 additions and 138 deletions

View File

@@ -1344,4 +1344,6 @@
<string name="could_not_resolve_link">Could not resolve URL :(</string>
<string name="mark_post_as_read_failed">Failed to mark post as read</string>
<string name="upload_image">Upload an image</string>
<string name="mentions">Mentions</string>
<string name="replies">Replies</string>
</resources>