Currently translated at 4.4% (2 of 45 strings)
Translation: Conversations/App Store Metadata
Translate-URL: https://translate.codeberg.org/projects/conversations/app-store-metadata/sq/
Currently translated at 100.0% (9 of 9 strings)
Translation: Conversations/Android App (Quicksy)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-quicksy/sq/
Currently translated at 100.0% (9 of 9 strings)
Translation: Conversations/Android App (Quicksy)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-quicksy/sq/
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/sq/
* tag '2.12.1': (43 commits)
version bump to 2.12.1
Translated using Weblate (Galician)
Translated using Weblate (Spanish)
Added translation using Weblate (Albanian)
Added translation using Weblate (Albanian)
UP: null check transport verification
version bump to 2.12.0
Translated using Weblate (German)
Translated using Weblate (Polish)
Translated using Weblate (Polish)
Translated using Weblate (Romanian)
Translated using Weblate (Polish)
Translated using Weblate (Russian)
Translated using Weblate (Polish)
Translated using Weblate (Romanian)
add changelog ahead of release to allow translation
version bump to 2.12.0-beta
Translated using Weblate (Spanish)
Translated using Weblate (Spanish)
Translated using Weblate (Polish)
...
Currently translated at 100.0% (962 of 962 strings)
Translation: Conversations/Android App (shared)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-shared/gl/
Store `fallback` elements in payloads. If there is a `fallback` for something
we support (currently extended addressing and oob) then use the data provided to
snip the relevant portion out of the body.
Generate `fallback` element for oob we send, since we do send a fallback body.
Stephen Paul Weber
created
8cc418e
Support extended addressing ofrom when domain matches
Click to expand commit body
Allow a message to appear as from a different jid using ofrom if the domain
matches the actual from and source domain advertises support for extended
addressing. This is safe because spoofing control is up to the source server,
and the source server could have chosen to write a different from with the same
domain if it wished.
If there is a true counterpart (set from ofrom) then display nickname like in a
MUC because this message isn't from the normal counterpart of this conversation.
Stephen Paul Weber
created
8456f50
Make sure we don't go over 100 this pre-release
* sims2:
If we already have a file by this hash, let's just use it
Helper to get Cids for the <hash> elements
Helper to get file element, where thumnails etc live
Don't just start from blank if there are some FileParams we can update
Support BoB thumbnails
Support android Uri as well as java URI
Support data-uri thumbnails
Show thumbnail during download, if relevant
Show fallback thumbnail if there is no image
Helper to get thumbnails from SIMS element
Store FileParams as SIMS in payloads
Prevent accidental mutation of Elements
Parse all SIMS and OOBs on a message
Currently translated at 100.0% (9 of 9 strings)
Translation: Conversations/Android App (Quicksy)
Translate-URL: https://translate.codeberg.org/projects/conversations/android-app-quicksy/es/
gallegonovato
created
d5e2b6f
Added translation using Weblate (Albanian)
Besnik_b
created
a5e380a
Added translation using Weblate (Albanian)
Besnik_b
created
86dbeaa
If we already have a file by this hash, let's just use it
Click to expand commit body
Was already the case for BobTransfer, but here we do it before looking to see
what kind of transfers are supported. Even if there are no sources at all, if
we have this has already it'll work.
Stephen Paul Weber
created
1a6ee8e
Helper to get Cids for the <hash> elements
Stephen Paul Weber
created
115576a
Helper to get file element, where thumnails etc live
Stephen Paul Weber
created
7a1ee80
Don't just start from blank if there are some FileParams we can update
944d70a
Show thumbnail during download, if relevant
Stephen Paul Weber
created
b9d8b93
Show fallback thumbnail if there is no image
Click to expand commit body
Some thumbnails are just as good as scaling down the real image, but
some (especially blurhash) are not. So if nothing that's "good enough" to go in
the main cache is present, try the fallback.
If there is a thumbnail we can render right now (as of this commit, just
blurhash) then render that alongside the download button. Tapping the image
starts the download just like the button.
Stephen Paul Weber
created
2b6197a
Helper to get thumbnails from SIMS element