aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* optimize importsChristian Schneppe2020-01-311-2/+0
|
* migrate to AndroidXChristian Schneppe2019-09-201-3/+1
|
* when parsing omemo messages ensure we only find one elementChristian Schneppe2019-09-121-0/+13
|
* inherit language from parent message when finding localized bodyChristian Schneppe2019-09-121-1/+3
|
* show language in message bubble if multiple language variants were receivedChristian Schneppe2019-09-122-25/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XML and by inheritence XMPP has the feature of transmitting multiple language variants for the same content. This can be really useful if, for example, you are talking to an automated system. A chat bot could greet you in your own language. On the wire this will usually look like this: ```xml <message to="you"> <body>Good morning</body> <body xml:lang="de">Guten Morgen</body> </message> ``` However receiving such a message in a group chat can be very confusing and potentially dangerous if the sender puts conflicting information in there and different people get shown different strings. Disabling support for localization entirely isn’t an ideal solution as on principle it is still a good feature; and other clients might still show a localization even if Conversations would always show the default language. So instead we now show the displayed language in a corner of the message bubble if more than one translation has been received. If multiple languages are received we will attempt to find one in the language the operating system is set to. If no such translation can be found it will attempt to display the English string. If English can not be found either (for example a message that only has ru and fr on a phone that is set to de) it will display what ever language came first. Furthermore we will discard (not show at all) messages with with multiple bodies of the same language. (This is considered an invalid message) The language tag will not be shown if we receive a single body in a language not understood by the user. (For example operating system set to 'de' and message received with one body in 'ru' will just display that body as usual.) As a guide line to the user: If you are reading a message where it is important that this message is not interpreted differently by different people (like a vote (+1 / -1) in a chat room) make sure it has *no* language tag.
* use helper method to close socketChristian Schneppe2019-07-171-2/+8
|
* explicitly start service (instead of just bind) service from contact chooserChristian Schneppe2019-01-251-3/+4
|
* fixed sni and alpn for kitkatChristian Schneppe2018-10-011-1/+1
|
* fall back to random subject langugae in case there is no english oneChristian Schneppe2018-07-151-3/+6
|
* reset subject and name on emptyChristian Schneppe2018-07-091-0/+5
|
* convert empty resources in messages to bare jidChristian Schneppe2018-05-021-1/+2
|
* return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe2018-05-021-1/+2
|
* fixed rare crash on jolla devicesChristian Schneppe2018-04-071-4/+1
|
* migrate to xmpp-addrChristian Schneppe2018-04-021-4/+3
|
* use translated version of subject if availableChristian Schneppe2018-04-011-0/+26
|
* remove wakelocks in XmlReaderChristian Schneppe2018-01-211-21/+1
|
* use countdownlatch to check if TagWriter has finishedChristian Schneppe2018-01-211-4/+13
|
* fixed interupt handlingChristian Schneppe2018-01-211-1/+3
|
* do not check if namespace equals prefix for attributesChristian Schneppe2017-05-311-1/+1
|
* deal with namespace attributesChristian Schneppe2017-05-311-3/+9
|
* make sure tag writer thread shuts downChristian Schneppe2017-04-261-8/+7
|
* synchronize modifications of output stream in tag writerChristian Schneppe2017-02-221-4/+4
|
* only force close tagwriter before creating a new oneChristian Schneppe2017-02-141-0/+4
|
* make sure to properly stop tagwriterChristian Schneppe2017-01-252-1/+8
|
* reformat codeChristian Schneppe2016-11-194-449/+449
|
* catch all throwables when parsing xmlDaniel Gultsch2016-08-111-2/+2
|
* changed package id inside manifest and projectChristian Schneppe2016-07-294-0/+522