aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils/UIHelper.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-20show own account in chatlist/contacts/conferences if you are in multi ↵Christian Schneppe1-7/+8
account mode
2019-03-31rework max file upload size in server infoChristian Schneppe1-0/+10
2019-01-25ignore code block start in message previewChristian Schneppe1-0/+3
2019-01-25fix display of deleted filesChristian Schneppe1-1/+1
2019-01-25mark deleted files in database and not query them when querying for mediaChristian Schneppe1-3/+3
2018-12-27added epub and azw mime types. try to resolve application/octet-stream by ↵Christian Schneppe1-0/+2
file extension instead. added preview icons for ebooks
2018-12-04implement self healing omemoChristian Schneppe1-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.
2018-08-26disabled by default variant of XEP-0392Christian Schneppe1-0/+3
2018-05-21do not save draft if message is completly empty and fixed appending shared textChristian Schneppe1-0/+16
2018-05-14apply styling helper to conversation overviewChristian Schneppe1-7/+20
2018-05-05filter sequences of more than 3 ltr-rtlChristian Schneppe1-1/+1
2018-04-30use GIF to describe gifs instead of imageChristian Schneppe1-1/+3
2018-04-30very much unoptimized search functionalityChristian Schneppe1-3/+4
2018-04-29removed 'received' prefix from descriptionChristian Schneppe1-18/+4
2018-04-23make error message for 'not encrypted for this device'Christian Schneppe1-0/+2
2018-04-08create interface for onBackendConnectedChristian Schneppe1-2/+4
2018-04-02migrate to xmpp-addrChristian Schneppe1-6/+3
2018-03-24vastly untested refactor. pushing for backup purposesChristian Schneppe1-17/+0
2018-03-14do not use pop up menus for encryption and attachment selectionChristian Schneppe1-15/+0
2018-01-30optimized /me behaviorChristian Schneppe1-1/+1
fixes #133
2017-12-10Refined avatar generation a bitChristian Schneppe1-11/+58
2017-12-10avoid some false positive quotesChristian Schneppe1-3/+3
2017-11-28some bug fixesChristian Schneppe1-6/+3
2017-11-23code cleanupChristian Schneppe1-2/+2
2017-11-23deduplicate read markers if one with real jid is foundChristian Schneppe1-1/+1
2017-11-23shorten >4 names to a, b, c +n moreChristian Schneppe1-2/+6
2017-11-22send and show read markers in private, non-anonymous groupsChristian Schneppe1-5/+64
2017-08-13cache some information generated from body like isEmojiOnly, fileParams, ↵Christian Schneppe1-2/+2
isGeoUri and isXmppUri
2017-08-03display messages that only contain emoji slightly largerChristian Schneppe1-6/+0
2017-08-01update datebubblesChristian Schneppe1-0/+18
2017-04-16don't count >number% as quoteChristian Schneppe1-1/+1
2017-04-13exclude >= from being recognized as quoteChristian Schneppe1-1/+6
2017-04-13treat URL as file if URL is in oob or contains keyChristian Schneppe1-1/+1
2017-04-05changed one last seen stateChristian Schneppe1-1/+1
2017-03-26made a few exceptions to quote parser for emoticons and quotesChristian Schneppe1-4/+41
2017-03-23rework last activity logic to something that should work pretty well …Christian Schneppe1-2/+3
…in Conversations only enviroments
2017-03-15grey out offline contacts in StartConversationChristian Schneppe1-5/+7
2017-03-11display chat states in conferencesChristian Schneppe1-0/+10
2017-03-09do not interpret grin >< as quoteChristian Schneppe1-2/+11
2017-03-04show icons in pop menu with reflection. imagespan was not centred ver…Christian Schneppe1-0/+18
…tically
2017-01-25don't quote text when '>' is followed by numeberChristian Schneppe1-1/+16
2017-01-09add more punctuations to message previewChristian Schneppe1-5/+7
2016-12-25skip empty lines in message preview. prevents indexoutofbounds exceptionChristian Schneppe1-1/+25
and don't show quoted text in message preview
2016-11-19reformat codeChristian Schneppe1-278/+278
2016-11-11show button on "xmpp:" urisChristian Schneppe1-0/+6
2016-09-23don't simply ignore null in message body but try to avoid itDaniel Gultsch1-3/+1
2016-09-17deal with null bodys in message previewChristian Schneppe1-8/+6
2016-08-26offer quick reply on android NDaniel Gultsch1-3/+27
2016-07-29show identity type for device selectionDaniel Gultsch1-0/+18
2016-07-29changed package id inside manifest and projectChristian Schneppe1-9/+9