aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-1210-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 linterChristian Schneppe2019-09-122-13/+5
|
* make some more activities to start as single taskChristian Schneppe2019-09-111-10/+21
|
* introduce automatic theme based on the systems themeChristian Schneppe2019-09-115-5/+29
|
* include user into quote messageChristian Schneppe2019-09-117-18/+53
|
* add 1080p as video resolution and set default to 720pChristian Schneppe2019-09-0918-52/+17
|
* introduce new file transfer statusChristian Schneppe2019-09-095-2/+14
|
* update libs and CHANGELOGChristian Schneppe2019-09-092-11/+3
|
* do not include scope in ipv6 annoucmentChristian Schneppe2019-09-091-1/+12
|
* include ticker information in notificationChristian Schneppe2019-09-0914-28/+16
|
* fix permission errorsChristian Schneppe2019-09-091-1/+1
|
* catch exception in updaterChristian Schneppe2019-09-091-11/+17
|
* version 2.2.9 + changesChristian Schneppe2019-09-082-2/+13
|
* fix crash during file existing checkChristian Schneppe2019-09-082-2/+2
|
* version 2.2.8 + changesChristian Schneppe2019-09-082-3/+5
|
* improve webpreviews during offline timesChristian Schneppe2019-09-074-29/+45
|
* send multiple downloads and uploads into queueChristian Schneppe2019-09-073-17/+24
|
* Merge branch 'master' of https://github.com/kriztan/Pix-Art-MessengerChristian Schneppe2019-09-0711-111/+1133
|\
| * New Crowdin translations (#384)Christian Schneppe2019-09-0711-111/+1133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Russian) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Spanish) * New translations strings.xml (Italian) * New translations strings.xml (German) * New translations strings.xml (Russian) * New translations strings.xml (German) * New translations strings.xml (Spanish) * New translations strings.xml (Portuguese) * New translations strings.xml (Polish) * New translations strings.xml (Italian) * New translations strings.xml (French) * New translations strings.xml (Dutch) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Bulgarian) * New translations strings.xml (Catalan) * New translations strings.xml (German) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Spanish)
* | catch exceptions in SerialSingleThreadExecutorChristian Schneppe2019-09-071-0/+2
|/
* update gradleChristian Schneppe2019-09-061-2/+2
|
* shorten restore_warningChristian Schneppe2019-09-061-2/+2
|
* JET uses plain text file sizeChristian Schneppe2019-09-061-2/+9
|
* do not include link local in direct candidatesChristian Schneppe2019-09-063-16/+12
|
* make Tor connections work with direct TLSChristian Schneppe2019-09-063-66/+71
|
* implemented support for for jingle encrypted transports (XEP-0396)Christian Schneppe2019-09-065-11/+42
|
* deleted wrong to jidChristian Schneppe2019-09-061-1/+0
| | | | fixes #374
* check for orphaned filesChristian Schneppe2019-09-061-1/+28
|
* fix versionCodeChristian Schneppe2019-09-031-1/+1
|
* version 2.2.8 beta (2019-09-03) + changesChristian Schneppe2019-09-032-5/+14
|
* get images from google photosChristian Schneppe2019-09-031-0/+1
|
* fix some crashesChristian Schneppe2019-09-0319-71/+183
|
* use higher priority for proxy on receiving endChristian Schneppe2019-09-032-5/+4
|
* send fallback to ibb after proxy activation failedChristian Schneppe2019-09-031-6/+17
|
* also reply with direct connections on responseChristian Schneppe2019-09-033-18/+35
|
* bare minimum direct connectionsChristian Schneppe2019-09-036-6/+174
|
* order canditates by priority before attempting to connectChristian Schneppe2019-09-032-25/+27
|
* fix stringsChristian Schneppe2019-09-031-2/+2
|
* fix rotation issues in MediaViewerActivityChristian Schneppe2019-08-311-0/+1
|
* when sharing text from PAM to PAM use quotesChristian Schneppe2019-08-313-4/+11
|
* more ibb fixes (include sid in transport-accept)Christian Schneppe2019-08-312-15/+25
|
* fixed unlikely race between enabling carbons and discovering last MAM idChristian Schneppe2019-08-311-3/+3
|
* include pgp sig and status in presence to non anon mucChristian Schneppe2019-08-312-23/+16
|
* do not put default nick into bookmark if none has been set beforeChristian Schneppe2019-08-313-13/+25
|
* fixed pgp decryption of automatically accepted jingle ftChristian Schneppe2019-08-311-10/+7
|
* increased reconnection interval after policy violationChristian Schneppe2019-08-311-1/+3
|
* refactored filename and extension parsingChristian Schneppe2019-08-313-42/+59
|
* catch npe on participants context menuChristian Schneppe2019-08-312-0/+6
|
* make config flag for leave before joinChristian Schneppe2019-08-312-2/+5
|