Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | inherit language from parent message when finding localized body | Christian Schneppe | 2019-09-12 | 1 | -1/+3 |
| | |||||
* | show language in message bubble if multiple language variants were received | Christian Schneppe | 2019-09-12 | 10 | -59/+130 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | fixed 2 issues reported by new linter | Christian Schneppe | 2019-09-12 | 2 | -13/+5 |
| | |||||
* | introduce automatic theme based on the systems theme | Christian Schneppe | 2019-09-11 | 1 | -2/+22 |
| | |||||
* | include user into quote message | Christian Schneppe | 2019-09-11 | 6 | -18/+52 |
| | |||||
* | add 1080p as video resolution and set default to 720p | Christian Schneppe | 2019-09-09 | 1 | -4/+8 |
| | |||||
* | introduce new file transfer status | Christian Schneppe | 2019-09-09 | 4 | -2/+13 |
| | |||||
* | do not include scope in ipv6 annoucment | Christian Schneppe | 2019-09-09 | 1 | -1/+12 |
| | |||||
* | include ticker information in notification | Christian Schneppe | 2019-09-09 | 1 | -15/+15 |
| | |||||
* | fix permission errors | Christian Schneppe | 2019-09-09 | 1 | -1/+1 |
| | |||||
* | catch exception in updater | Christian Schneppe | 2019-09-09 | 1 | -11/+17 |
| | |||||
* | fix crash during file existing check | Christian Schneppe | 2019-09-08 | 2 | -2/+2 |
| | |||||
* | improve webpreviews during offline times | Christian Schneppe | 2019-09-07 | 4 | -29/+45 |
| | |||||
* | send multiple downloads and uploads into queue | Christian Schneppe | 2019-09-07 | 3 | -17/+24 |
| | |||||
* | catch exceptions in SerialSingleThreadExecutor | Christian Schneppe | 2019-09-07 | 1 | -0/+2 |
| | |||||
* | JET uses plain text file size | Christian Schneppe | 2019-09-06 | 1 | -2/+9 |
| | |||||
* | do not include link local in direct candidates | Christian Schneppe | 2019-09-06 | 3 | -16/+12 |
| | |||||
* | make Tor connections work with direct TLS | Christian Schneppe | 2019-09-06 | 3 | -66/+71 |
| | |||||
* | implemented support for for jingle encrypted transports (XEP-0396) | Christian Schneppe | 2019-09-06 | 5 | -11/+42 |
| | |||||
* | deleted wrong to jid | Christian Schneppe | 2019-09-06 | 1 | -1/+0 |
| | | | | fixes #374 | ||||
* | check for orphaned files | Christian Schneppe | 2019-09-06 | 1 | -1/+28 |
| | |||||
* | fix some crashes | Christian Schneppe | 2019-09-03 | 19 | -71/+183 |
| | |||||
* | use higher priority for proxy on receiving end | Christian Schneppe | 2019-09-03 | 2 | -5/+4 |
| | |||||
* | send fallback to ibb after proxy activation failed | Christian Schneppe | 2019-09-03 | 1 | -6/+17 |
| | |||||
* | also reply with direct connections on response | Christian Schneppe | 2019-09-03 | 3 | -18/+35 |
| | |||||
* | bare minimum direct connections | Christian Schneppe | 2019-09-03 | 6 | -6/+174 |
| | |||||
* | order canditates by priority before attempting to connect | Christian Schneppe | 2019-09-03 | 2 | -25/+27 |
| | |||||
* | fix rotation issues in MediaViewerActivity | Christian Schneppe | 2019-08-31 | 1 | -0/+1 |
| | |||||
* | when sharing text from PAM to PAM use quotes | Christian Schneppe | 2019-08-31 | 3 | -4/+11 |
| | |||||
* | more ibb fixes (include sid in transport-accept) | Christian Schneppe | 2019-08-31 | 2 | -15/+25 |
| | |||||
* | fixed unlikely race between enabling carbons and discovering last MAM id | Christian Schneppe | 2019-08-31 | 1 | -3/+3 |
| | |||||
* | include pgp sig and status in presence to non anon muc | Christian Schneppe | 2019-08-31 | 2 | -23/+16 |
| | |||||
* | do not put default nick into bookmark if none has been set before | Christian Schneppe | 2019-08-31 | 3 | -13/+25 |
| | |||||
* | fixed pgp decryption of automatically accepted jingle ft | Christian Schneppe | 2019-08-31 | 1 | -10/+7 |
| | |||||
* | increased reconnection interval after policy violation | Christian Schneppe | 2019-08-31 | 1 | -1/+3 |
| | |||||
* | refactored filename and extension parsing | Christian Schneppe | 2019-08-31 | 3 | -42/+59 |
| | |||||
* | catch npe on participants context menu | Christian Schneppe | 2019-08-31 | 1 | -0/+5 |
| | |||||
* | make config flag for leave before join | Christian Schneppe | 2019-08-31 | 2 | -2/+5 |
| | |||||
* | create empty disco result on error to fire advance stream features event | Christian Schneppe | 2019-08-31 | 2 | -1/+26 |
| | |||||
* | fix SOCKS5 to IBB fallback | Christian Schneppe | 2019-08-31 | 1 | -5/+4 |
| | |||||
* | fixed send_multiple share intent with empty extras | Christian Schneppe | 2019-08-31 | 1 | -1/+2 |
| | |||||
* | catch IllegalArgumentException when reading backup file | Christian Schneppe | 2019-08-31 | 2 | -0/+4 |
| | |||||
* | implement time out for waiting on voice recording | Christian Schneppe | 2019-08-31 | 1 | -10/+25 |
| | |||||
* | made domain verifier case insensitive. | Christian Schneppe | 2019-08-31 | 1 | -9/+10 |
| | |||||
* | put initial xmpp uri into signup intent | Christian Schneppe | 2019-08-31 | 2 | -2/+2 |
| | |||||
* | resetToWaiting should include http uploaded files | Christian Schneppe | 2019-08-31 | 1 | -1/+1 |
| | |||||
* | do not include DNS servers from networks know to be inactive | Christian Schneppe | 2019-08-31 | 1 | -18/+17 |
| | | | | | * we still include DNS servers from VPNs because of edge cases where the XMPP server is hosted in the VPN * on older Android versions we don’t know if a network is active or not (activeNetwork == null) | ||||
* | do password empty check in dialog not in restore backup service | Christian Schneppe | 2019-08-31 | 2 | -25/+27 |
| | |||||
* | open backup files on view action | Christian Schneppe | 2019-08-31 | 1 | -18/+40 |
| | |||||
* | allow backup to be restored from selected file | Christian Schneppe | 2019-08-31 | 2 | -22/+136 |
| |