aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New Crowdin translations (#392)Christian Schneppe2019-09-249-18/+959
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations strings.xml (Basque) * New translations strings.xml (Bulgarian) * New translations strings.xml (Catalan) * New translations strings.xml (Cebuano) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Turkish) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (Portuguese) * New translations strings.xml (German) * New translations strings.xml (Italian) * New translations strings.xml (Italian) * New translations strings.xml (German) * New translations strings.xml (Spanish) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Italian) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (German) * New translations strings.xml (Portuguese) * New translations strings.xml (Chinese Traditional) * New translations strings.xml (German) * New translations strings.xml (Chinese Simplified) * New translations strings.xml (Portuguese, Brazilian)
* small changes in quotesChristian Schneppe2019-09-242-5/+15
| | | | | * don't show username in single chats * differ between own and foreign quotes
* minor intro improvements, shorten some textsChristian Schneppe2019-09-2412-4/+28
|
* fix crash OTR crashChristian Schneppe2019-09-241-1/+1
|
* correct file locations for EmojiServiceChristian Schneppe2019-09-232-2/+2
|
* fix missing deps for EmojiServiceChristian Schneppe2019-09-232-0/+27
|
* New Crowdin translations (#391)Christian Schneppe2019-09-2315-1049/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations strings.xml (Russian) * New translations strings.xml (German) * New translations strings.xml (Swedish) * New translations strings.xml (Spanish) * New translations strings.xml (Romanian) * New translations strings.xml (Portuguese, Brazilian) * New translations strings.xml (Polish) * New translations strings.xml (Italian) * New translations strings.xml (Indonesian) * New translations strings.xml (Galician) * New translations strings.xml (French) * New translations strings.xml (Filipino) * New translations strings.xml (Dutch) * New translations strings.xml (Czech) * New translations strings.xml (Chinese Traditional)
* Google Play version use downloadable Emojis instead of bundledChristian Schneppe2019-09-233-37/+47
|
* print emoji only status messages largerChristian Schneppe2019-09-231-8/+18
|
* do not parse invites from type=groupchatChristian Schneppe2019-09-233-26/+34
|
* show username as title in context menu when long clicking avatar in MUCChristian Schneppe2019-09-224-12/+81
|
* use existing variable for userChristian Schneppe2019-09-221-1/+1
|
* show context menu in channel search to share uriChristian Schneppe2019-09-214-25/+71
|
* update license infoChristian Schneppe2019-09-211-0/+1
|
* introduce app intro and some help screensChristian Schneppe2019-09-2131-12/+250
|
* close correct socket after faulty jingle socks connectionChristian Schneppe2019-09-201-1/+1
|
* improved logging for messages waiting for joinChristian Schneppe2019-09-203-11/+25
|
* added overlay to avatar in EditAccountActivityChristian Schneppe2019-09-2010-228/+276
| | | | in addition to #390
* fix stringsChristian Schneppe2019-09-201-1/+1
|
* migrate to AndroidXChristian Schneppe2019-09-20145-398/+382
|
* replace YouTube links with Invidious linksChristian Schneppe2019-09-208-22/+63
| | | | increases privacy and is configurable via preferences
* set new automatic theme switch as defaultChristian Schneppe2019-09-191-1/+1
|
* bug fixes in MessageAdapterChristian Schneppe2019-09-191-6/+3
|
* fixed R8 weirdnessChristian Schneppe2019-09-192-5/+4
|
* fixed direct invites after adhocChristian Schneppe2019-09-194-6/+25
|
* cancel spinning wheel on muclumbus errorChristian Schneppe2019-09-192-10/+14
|
* warn when using _only_ ambiguous cyrillicChristian Schneppe2019-09-191-3/+33
|
* fixed some minor NPEChristian Schneppe2019-09-194-7/+13
|
* clear notifications when deleting accountChristian Schneppe2019-09-191-1/+2
|
* do not finish or repair sessions for untrusted sendersChristian Schneppe2019-09-192-14/+39
| | | | | | | | | finishing (sending a key transport message in response to pre key message) as well as reparing sessions will leak resource and availability and might in certain situations in group chat leak the Jabber ID. Therefor we disable that. Leaking resource might not be considered harmful by a lot of people however we have always doing similar things with receipts.
* changed profile viewChristian Schneppe2019-09-194-289/+397
| | | | fixes #390, #369
* parse LMC 1.1Christian Schneppe2019-09-134-4/+23
|
* keep track of previously edited idsChristian Schneppe2019-09-136-21/+114
|
* catch empty password exceptions in ExportBackupServiceChristian Schneppe2019-09-131-2/+6
|
* stopped constantly focus shift if user is typingChristian Schneppe2019-09-131-7/+1
| | | | fixes #386
* set Messenger identity as userAgent for RichPreview and ChannelDiscoveryChristian Schneppe2019-09-122-0/+24
|
* when parsing omemo messages ensure we only find one elementChristian Schneppe2019-09-123-2/+15
|
* 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
|
* 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
|
* fix crash during file existing checkChristian Schneppe2019-09-082-2/+2
|