aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils/UIHelper.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* respect invidious settings in notificationsChristian Schneppe2020-04-021-1/+2
|
* don't show offline status in dynamic tagsChristian Schneppe2020-02-191-2/+0
|
* make colored muc names configurableChristian Schneppe2020-02-111-2/+5
| | | | * default = off
* use colored usernames in group chats/channelsChristian Schneppe2020-02-101-0/+13
|
* show progressbar instead of percentages while up-/downloading filesChristian Schneppe2020-02-011-3/+2
|
* persist file size across abortsChristian Schneppe2020-01-021-2/+2
|
* show nick for /me in 1:1 chatsChristian Schneppe2019-12-171-2/+12
| | | | fixes #421
* rework message deletionChristian Schneppe2019-11-041-1/+5
|
* mark cancelled jingle ft as such on both sidesChristian Schneppe2019-10-261-3/+6
|
* migrate to AndroidXChristian Schneppe2019-09-201-1/+1
|
* introduce new file transfer statusChristian Schneppe2019-09-091-0/+2
|
* create share button in backup done notificationChristian Schneppe2019-07-171-0/+5
|
* show own account in chatlist/contacts/conferences if you are in multi ↵Christian Schneppe2019-06-201-7/+8
| | | | account mode
* rework max file upload size in server infoChristian Schneppe2019-03-311-0/+10
|
* ignore code block start in message previewChristian Schneppe2019-01-251-0/+3
|
* fix display of deleted filesChristian Schneppe2019-01-251-1/+1
|
* mark deleted files in database and not query them when querying for mediaChristian Schneppe2019-01-251-3/+3
|
* 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
* implement self healing omemoChristian Schneppe2018-12-041-0/+2
| | | | | | after receiving a SignalMessage that can’t be decrypted because of broken sessions Conversations will attempt to grab a new pre key bundle and send a new PreKeySignalMessage wrapped in a key transport message.
* disabled by default variant of XEP-0392Christian Schneppe2018-08-261-0/+3
|
* do not save draft if message is completly empty and fixed appending shared textChristian Schneppe2018-05-211-0/+16
|
* apply styling helper to conversation overviewChristian Schneppe2018-05-141-7/+20
|
* filter sequences of more than 3 ltr-rtlChristian Schneppe2018-05-051-1/+1
|
* use GIF to describe gifs instead of imageChristian Schneppe2018-04-301-1/+3
|
* very much unoptimized search functionalityChristian Schneppe2018-04-301-3/+4
|
* removed 'received' prefix from descriptionChristian Schneppe2018-04-291-18/+4
|
* make error message for 'not encrypted for this device'Christian Schneppe2018-04-231-0/+2
|
* create interface for onBackendConnectedChristian Schneppe2018-04-081-2/+4
|
* migrate to xmpp-addrChristian Schneppe2018-04-021-6/+3
|
* vastly untested refactor. pushing for backup purposesChristian Schneppe2018-03-241-17/+0
|
* do not use pop up menus for encryption and attachment selectionChristian Schneppe2018-03-141-15/+0
|
* optimized /me behaviorChristian Schneppe2018-01-301-1/+1
| | | | fixes #133
* Refined avatar generation a bitChristian Schneppe2017-12-101-11/+58
|
* avoid some false positive quotesChristian Schneppe2017-12-101-3/+3
|
* some bug fixesChristian Schneppe2017-11-281-6/+3
|
* code cleanupChristian Schneppe2017-11-231-2/+2
|
* deduplicate read markers if one with real jid is foundChristian Schneppe2017-11-231-1/+1
|
* shorten >4 names to a, b, c +n moreChristian Schneppe2017-11-231-2/+6
|
* send and show read markers in private, non-anonymous groupsChristian Schneppe2017-11-221-5/+64
|
* cache some information generated from body like isEmojiOnly, fileParams, ↵Christian Schneppe2017-08-131-2/+2
| | | | isGeoUri and isXmppUri
* display messages that only contain emoji slightly largerChristian Schneppe2017-08-031-6/+0
|
* update datebubblesChristian Schneppe2017-08-011-0/+18
|
* don't count >number% as quoteChristian Schneppe2017-04-161-1/+1
|
* exclude >= from being recognized as quoteChristian Schneppe2017-04-131-1/+6
|
* treat URL as file if URL is in oob or contains keyChristian Schneppe2017-04-131-1/+1
|
* changed one last seen stateChristian Schneppe2017-04-051-1/+1
|
* made a few exceptions to quote parser for emoticons and quotesChristian Schneppe2017-03-261-4/+41
|
* rework last activity logic to something that should work pretty well …Christian Schneppe2017-03-231-2/+3
| | | | …in Conversations only enviroments
* grey out offline contacts in StartConversationChristian Schneppe2017-03-151-5/+7
|
* display chat states in conferencesChristian Schneppe2017-03-111-0/+10
|