Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update Conversation and log filename on restoring orphaned files | Christian Schneppe | 2020-03-16 | 1 | -1/+2 |
| | |||||
* | fix MessageAdapter | Christian Schneppe | 2020-02-18 | 1 | -1/+6 |
| | |||||
* | add context menu to MediaBrowser to | Christian Schneppe | 2020-02-18 | 1 | -2/+113 |
| | | | | | | * share * open * delete | ||||
* | fix user adapter view recycling bug | Christian Schneppe | 2020-02-16 | 1 | -0/+2 |
| | |||||
* | make colored muc names configurable | Christian Schneppe | 2020-02-11 | 2 | -38/+13 |
| | | | | * default = off | ||||
* | rework PDF preview | Christian Schneppe | 2020-02-11 | 1 | -54/+52 |
| | | | | should fix #456 | ||||
* | fix colored nickname failure on single chats the 2nd | Christian Schneppe | 2020-02-10 | 1 | -1/+4 |
| | |||||
* | fix colored nickname failure on single chats | Christian Schneppe | 2020-02-10 | 1 | -0/+3 |
| | |||||
* | use colored usernames in group chats/channels | Christian Schneppe | 2020-02-10 | 2 | -3/+6 |
| | |||||
* | introduce preview for PDF files in chat | Christian Schneppe | 2020-02-09 | 1 | -18/+44 |
| | |||||
* | show audio artist and title for audio files | Christian Schneppe | 2020-02-02 | 1 | -1/+32 |
| | |||||
* | fix showing progressBar | Christian Schneppe | 2020-02-01 | 1 | -19/+14 |
| | |||||
* | show progressbar instead of percentages while up-/downloading files | Christian Schneppe | 2020-02-01 | 1 | -13/+48 |
| | |||||
* | fix showing presence colored names | Christian Schneppe | 2020-01-31 | 2 | -26/+27 |
| | | | | fixes #257 | ||||
* | use ToastCompat instead of Toast | Christian Schneppe | 2020-01-31 | 1 | -5/+6 |
| | |||||
* | add icons for video, audio and image files for the case the preview fails | Christian Schneppe | 2020-01-31 | 1 | -0/+18 |
| | |||||
* | optimize imports | Christian Schneppe | 2020-01-31 | 10 | -28/+38 |
| | |||||
* | use more material style | Christian Schneppe | 2020-01-26 | 1 | -10/+38 |
| | |||||
* | fix some bugs | Christian Schneppe | 2020-01-26 | 1 | -12/+9 |
| | |||||
* | use default values for some preferences instead of hardcoded ones | Christian Schneppe | 2020-01-26 | 1 | -1/+1 |
| | |||||
* | persist file size across aborts | Christian Schneppe | 2020-01-02 | 1 | -3/+5 |
| | |||||
* | small ui fixes for private messages | Christian Schneppe | 2019-12-12 | 1 | -1/+1 |
| | |||||
* | small quotes fixes | Christian Schneppe | 2019-12-12 | 1 | -4/+7 |
| | |||||
* | add direct answer button in private muc messages | Christian Schneppe | 2019-12-08 | 1 | -0/+23 |
| | |||||
* | add missing permission requests for Android P | Christian Schneppe | 2019-12-07 | 1 | -2/+2 |
| | | | | possibly fixes #410 | ||||
* | fix user in textselection quotes | Christian Schneppe | 2019-11-17 | 1 | -12/+17 |
| | |||||
* | rework design colors and make it compatible with older ROMs | Christian Schneppe | 2019-11-16 | 1 | -29/+43 |
| | |||||
* | introduce new orange theme color | Christian Schneppe | 2019-11-15 | 1 | -7/+26 |
| | |||||
* | Fix empty grey box for unknown file types (#405) | TheOneric | 2019-11-15 | 1 | -22/+20 |
| | | | | | | Previously if files, whose mime-type was not recognized by MimeUtils, were being sent to a Pix-Art-Client only a grey box without text would be shown. With this commit the general "open file" text is now shown for these files. Previously this text was only shown for files with recognized mime-types, not being specially handled (like images). Also the Advanced SSA (*.ass) subtitle format was added to MimeUtils as 'text/plain'. | ||||
* | make private messages in MUCs more visible | Christian Schneppe | 2019-11-15 | 1 | -7/+22 |
| | |||||
* | rework message deletion | Christian Schneppe | 2019-11-04 | 2 | -54/+63 |
| | |||||
* | optionally search local muc rooms instead of jabber.network | Christian Schneppe | 2019-11-03 | 1 | -17/+15 |
| | |||||
* | mark cancelled jingle ft as such on both sides | Christian Schneppe | 2019-10-26 | 1 | -5/+4 |
| | |||||
* | show username as title in context menu when long clicking avatar in MUC | Christian Schneppe | 2019-09-22 | 1 | -10/+10 |
| | |||||
* | show context menu in channel search to share uri | Christian Schneppe | 2019-09-21 | 1 | -8/+31 |
| | |||||
* | migrate to AndroidX | Christian Schneppe | 2019-09-20 | 12 | -38/+37 |
| | |||||
* | replace YouTube links with Invidious links | Christian Schneppe | 2019-09-20 | 2 | -6/+10 |
| | | | | increases privacy and is configurable via preferences | ||||
* | bug fixes in MessageAdapter | Christian Schneppe | 2019-09-19 | 1 | -6/+3 |
| | |||||
* | fixed some minor NPE | Christian Schneppe | 2019-09-19 | 1 | -1/+3 |
| | |||||
* | show language in message bubble if multiple language variants were received | Christian Schneppe | 2019-09-12 | 1 | -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 check | Christian Schneppe | 2019-09-08 | 1 | -1/+1 |
| | |||||
* | improve webpreviews during offline times | Christian Schneppe | 2019-09-07 | 1 | -1/+2 |
| | |||||
* | check for orphaned files | Christian Schneppe | 2019-09-06 | 1 | -1/+28 |
| | |||||
* | create share button in backup done notification | Christian Schneppe | 2019-07-17 | 2 | -0/+4 |
| | |||||
* | show own account in chatlist/contacts/conferences if you are in multi ↵ | Christian Schneppe | 2019-06-20 | 2 | -0/+15 |
| | | | | account mode | ||||
* | added language tag in channel search results | Christian Schneppe | 2019-05-04 | 1 | -0/+9 |
| | |||||
* | small message optimizations | Christian Schneppe | 2019-05-04 | 1 | -8/+9 |
| | |||||
* | introduced type private_file_message to handle attachments in PMs | Christian Schneppe | 2019-05-03 | 1 | -38/+65 |
| | |||||
* | implement channel discovery | Christian Schneppe | 2019-04-26 | 1 | -0/+78 |
| | | | | | refactor muc search to use http cache channel search results | ||||
* | use styled warning for message error | Christian Schneppe | 2019-04-12 | 1 | -1/+5 |
| |