Currently translated at 100.0% (13 of 13 strings)
Translation: Conversations/Android App (Conversations)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-conversations/uk/
Currently translated at 100.0% (967 of 967 strings)
Translation: Conversations/Android App (shared)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-shared/uk/
Currently translated at 100.0% (48 of 48 strings)
Translation: Conversations/App Store Metadata
Translate-URL: https://translate.codeberg.org/projects/conversations/app-store-metadata/uk/
Currently translated at 6.2% (3 of 48 strings)
Translation: Conversations/App Store Metadata
Translate-URL: https://translate.codeberg.org/projects/conversations/app-store-metadata/gl/
ghose
created
d5ae2f4
look at roomconfig_changesubject and roominfo_changesubject
If anything goes wrong, we just log. If app got killed in the middle of
the process, we don't notice. So now instead we retry after 3 seconds
whenever something goes wrong and we retry when the app comes back to
the home screen if it didn't happen yet. Still careful to only ever do
it once.
When replying to or mentioning a null-thread message, re-use the thread
id of any existing forked thread from a previous reply to that message
if there is one, so that not everyone replying to a null thread message
ends up generating a new thread when most of the time they mean to all
end up in the same new thread.
Of course user may tap thread icon at any time if they actually want a
second fork.
Mentions still do not generate a new thread since their association is
not tracked, but will follow the forked thread if it exists.
Stephen Paul Weber
created
15dfa7f
Reset html when resetting body (on MUC reflection)
Stephen Paul Weber
created
ecec584
Build optional splits (fdroid can use these)