aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/adapter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* optionally search local muc rooms instead of jabber.networkChristian Schneppe2019-11-031-17/+15
|
* mark cancelled jingle ft as such on both sidesChristian Schneppe2019-10-261-5/+4
|
* show username as title in context menu when long clicking avatar in MUCChristian Schneppe2019-09-221-10/+10
|
* show context menu in channel search to share uriChristian Schneppe2019-09-211-8/+31
|
* migrate to AndroidXChristian Schneppe2019-09-2012-38/+37
|
* replace YouTube links with Invidious linksChristian Schneppe2019-09-202-6/+10
| | | | increases privacy and is configurable via preferences
* bug fixes in MessageAdapterChristian Schneppe2019-09-191-6/+3
|
* fixed some minor NPEChristian Schneppe2019-09-191-1/+3
|
* show language in message bubble if multiple language variants were receivedChristian Schneppe2019-09-121-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* fix crash during file existing checkChristian Schneppe2019-09-081-1/+1
|
* improve webpreviews during offline timesChristian Schneppe2019-09-071-1/+2
|
* check for orphaned filesChristian Schneppe2019-09-061-1/+28
|
* create share button in backup done notificationChristian Schneppe2019-07-172-0/+4
|
* show own account in chatlist/contacts/conferences if you are in multi ↵Christian Schneppe2019-06-202-0/+15
| | | | account mode
* added language tag in channel search resultsChristian Schneppe2019-05-041-0/+9
|
* small message optimizationsChristian Schneppe2019-05-041-8/+9
|
* introduced type private_file_message to handle attachments in PMsChristian Schneppe2019-05-031-38/+65
|
* implement channel discoveryChristian Schneppe2019-04-261-0/+78
| | | | | refactor muc search to use http cache channel search results
* use styled warning for message errorChristian Schneppe2019-04-121-1/+5
|
* fix url detection for webpreviewsChristian Schneppe2019-03-311-1/+11
|
* rework max file upload size in server infoChristian Schneppe2019-03-311-7/+1
|
* add activity to define some important privacy settings on first startChristian Schneppe2019-03-311-29/+36
|
* fix some more NPEChristian Schneppe2019-02-221-11/+13
|
* show file too large instead of generic delivery failedChristian Schneppe2019-02-211-2/+15
|
* improve RichPreviewChristian Schneppe2019-02-201-8/+25
|
* allow filtering in participant viewChristian Schneppe2019-02-181-2/+3
|
* change isDatasaverDisabled integration for web previewChristian Schneppe2019-02-091-1/+2
|
* load FileOrImage before web previewChristian Schneppe2019-02-091-2/+2
|
* small fixes for web previewChristian Schneppe2019-02-091-1/+4
| | | | make links clickable and don't use transform links toLowerCase()
* show web link previews in chatChristian Schneppe2019-02-091-7/+53
| | | | fixes #113
* optimize importsChristian Schneppe2019-02-087-45/+0
|
* changed order of users and media in muc detailsChristian Schneppe2019-01-271-1/+1
|
* add context menu for muc user adapterChristian Schneppe2019-01-273-36/+31
|
* refactored group chat members into seperate screenChristian Schneppe2019-01-272-0/+218
|
* refactored avatar workers into single classChristian Schneppe2019-01-274-377/+15
|
* migrate conversation list row to binderChristian Schneppe2019-01-271-119/+89
|
* make bitmap worker task staticChristian Schneppe2019-01-276-32/+53
|
* show timestamp in restore viewChristian Schneppe2019-01-261-1/+1
|
* rework backup & restoreChristian Schneppe2019-01-262-71/+244
| | | | use the implementation from Conversations
* provide Set as Profile intentChristian Schneppe2019-01-251-2/+6
|
* extend open with to audio filesChristian Schneppe2019-01-251-10/+2
|
* explicitly set type=images for all media with an image mime type this is in ↵Christian Schneppe2019-01-251-1/+1
| | | | preperation to be able to query the database for all images
* offer 'open with' in context menu for geo urisChristian Schneppe2019-01-251-1/+1
|
* fix display of deleted filesChristian Schneppe2019-01-252-2/+2
|
* mark deleted files in database and not query them when querying for mediaChristian Schneppe2019-01-252-4/+4
|
* count muc participants correctlyChristian Schneppe2019-01-241-24/+22
|
* add preference to play gif files automatically in chat viewChristian Schneppe2019-01-041-21/+74
| | | | fixes #170 and #236
* added epub and azw mime types. try to resolve application/octet-stream by ↵Christian Schneppe2018-12-271-0/+2
| | | | file extension instead. added preview icons for ebooks
* fixed some rare crashes caused by race conditionsChristian Schneppe2018-12-271-5/+5
|
* fix crash in MediaPreviewAdapterChristian Schneppe2018-12-271-1/+5
|