Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | show resource prompt when sending uncompressed video | Christian Schneppe | 2019-09-29 | 2 | -2/+17 | |
| | ||||||
* | delete omemo keys when deleting account | Christian Schneppe | 2019-09-29 | 2 | -3/+12 | |
| | ||||||
* | make list selection manager work with app compat | Christian Schneppe | 2019-09-29 | 1 | -71/+71 | |
| | ||||||
* | rework intro | Christian Schneppe | 2019-09-29 | 3 | -26/+63 | |
| | ||||||
* | channel search result long press to show join dialog | Christian Schneppe | 2019-09-24 | 3 | -16/+43 | |
| | ||||||
* | small changes in quotes | Christian Schneppe | 2019-09-24 | 1 | -5/+14 | |
| | | | | | * don't show username in single chats * differ between own and foreign quotes | |||||
* | minor intro improvements, shorten some texts | Christian Schneppe | 2019-09-24 | 1 | -1/+21 | |
| | ||||||
* | fix crash OTR crash | Christian Schneppe | 2019-09-24 | 1 | -1/+1 | |
| | ||||||
* | correct file locations for EmojiService | Christian Schneppe | 2019-09-23 | 1 | -26/+0 | |
| | ||||||
* | Google Play version use downloadable Emojis instead of bundled | Christian Schneppe | 2019-09-23 | 2 | -37/+15 | |
| | ||||||
* | print emoji only status messages larger | Christian Schneppe | 2019-09-23 | 1 | -8/+18 | |
| | ||||||
* | do not parse invites from type=groupchat | Christian Schneppe | 2019-09-23 | 3 | -26/+34 | |
| | ||||||
* | show username as title in context menu when long clicking avatar in MUC | Christian Schneppe | 2019-09-22 | 3 | -12/+61 | |
| | ||||||
* | use existing variable for user | Christian Schneppe | 2019-09-22 | 1 | -1/+1 | |
| | ||||||
* | show context menu in channel search to share uri | Christian Schneppe | 2019-09-21 | 3 | -25/+65 | |
| | ||||||
* | introduce app intro and some help screens | Christian Schneppe | 2019-09-21 | 7 | -9/+223 | |
| | ||||||
* | close correct socket after faulty jingle socks connection | Christian Schneppe | 2019-09-20 | 1 | -1/+1 | |
| | ||||||
* | improved logging for messages waiting for join | Christian Schneppe | 2019-09-20 | 3 | -11/+25 | |
| | ||||||
* | added overlay to avatar in EditAccountActivity | Christian Schneppe | 2019-09-20 | 3 | -8/+51 | |
| | | | | in addition to #390 | |||||
* | migrate to AndroidX | Christian Schneppe | 2019-09-20 | 114 | -285/+269 | |
| | ||||||
* | replace YouTube links with Invidious links | Christian Schneppe | 2019-09-20 | 5 | -7/+40 | |
| | | | | increases privacy and is configurable via preferences | |||||
* | bug fixes in MessageAdapter | Christian Schneppe | 2019-09-19 | 1 | -6/+3 | |
| | ||||||
* | fixed R8 weirdness | Christian Schneppe | 2019-09-19 | 2 | -5/+4 | |
| | ||||||
* | fixed direct invites after adhoc | Christian Schneppe | 2019-09-19 | 4 | -6/+25 | |
| | ||||||
* | cancel spinning wheel on muclumbus error | Christian Schneppe | 2019-09-19 | 2 | -10/+14 | |
| | ||||||
* | warn when using _only_ ambiguous cyrillic | Christian Schneppe | 2019-09-19 | 1 | -3/+33 | |
| | ||||||
* | fixed some minor NPE | Christian Schneppe | 2019-09-19 | 4 | -7/+13 | |
| | ||||||
* | clear notifications when deleting account | Christian Schneppe | 2019-09-19 | 1 | -1/+2 | |
| | ||||||
* | do not finish or repair sessions for untrusted senders | Christian Schneppe | 2019-09-19 | 2 | -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 view | Christian Schneppe | 2019-09-19 | 1 | -12/+60 | |
| | | | | fixes #390, #369 | |||||
* | parse LMC 1.1 | Christian Schneppe | 2019-09-13 | 4 | -4/+23 | |
| | ||||||
* | keep track of previously edited ids | Christian Schneppe | 2019-09-13 | 6 | -21/+114 | |
| | ||||||
* | catch empty password exceptions in ExportBackupService | Christian Schneppe | 2019-09-13 | 1 | -2/+6 | |
| | ||||||
* | stopped constantly focus shift if user is typing | Christian Schneppe | 2019-09-13 | 1 | -7/+1 | |
| | | | | fixes #386 | |||||
* | set Messenger identity as userAgent for RichPreview and ChannelDiscovery | Christian Schneppe | 2019-09-12 | 2 | -0/+24 | |
| | ||||||
* | when parsing omemo messages ensure we only find one element | Christian Schneppe | 2019-09-12 | 3 | -2/+15 | |
| | ||||||
* | 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 | |
| |