aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/utils/UIHelper.java (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-02respect invidious settings in notificationsChristian Schneppe1-1/+2
2020-02-19don't show offline status in dynamic tagsChristian Schneppe1-2/+0
2020-02-11make colored muc names configurableChristian Schneppe1-2/+5
2020-02-10use colored usernames in group chats/channelsChristian Schneppe1-0/+13
2020-02-01show progressbar instead of percentages while up-/downloading filesChristian Schneppe1-3/+2
2020-01-02persist file size across abortsChristian Schneppe1-2/+2
2019-12-17show nick for /me in 1:1 chatsChristian Schneppe1-2/+12
2019-11-04rework message deletionChristian Schneppe1-1/+5
2019-10-26mark cancelled jingle ft as such on both sidesChristian Schneppe1-3/+6
2019-09-20migrate to AndroidXChristian Schneppe1-1/+1
2019-09-09introduce new file transfer statusChristian Schneppe1-0/+2
2019-07-17create share button in backup done notificationChristian Schneppe1-0/+5
2019-06-20show own account in chatlist/contacts/conferences if you are in multi account...Christian Schneppe1-7/+8
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 fil...Christian Schneppe1-0/+2
2018-12-04implement self healing omemoChristian Schneppe1-0/+2
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
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, isGe...Christian Schneppe1-2/+2
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
2017-03-15grey out offline contacts in StartConversationChristian Schneppe1-5/+7
2017-03-11display chat states in conferencesChristian Schneppe1-0/+10