aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-26attempt to fix some rare crashesChristian Schneppe1-1/+1
2019-10-26update ui after bookmark changeChristian Schneppe1-2/+3
2019-10-26bookmarks2. introduce #compat namespaceChristian Schneppe1-2/+2
2019-10-26Bookmarks2: support retractionChristian Schneppe2-30/+46
2019-10-26WIP Bookmarks 2 supportChristian Schneppe1-7/+70
2019-10-26LMC: find replacedMessages based on bare JIDChristian Schneppe1-3/+6
2019-10-26mark cancelled jingle ft as such on both sidesChristian Schneppe1-1/+2
2019-09-20migrate to AndroidXChristian Schneppe6-9/+9
2019-09-13parse LMC 1.1Christian Schneppe2-2/+20
2019-09-13keep track of previously edited idsChristian Schneppe2-13/+103
2019-09-12show language in message bubble if multiple language variants were receivedChristian Schneppe2-6/+23
2019-09-09introduce new file transfer statusChristian Schneppe1-0/+1
2019-09-03fix some crashesChristian Schneppe2-4/+12
2019-08-31do not put default nick into bookmark if none has been set beforeChristian Schneppe1-6/+10
2019-08-31create empty disco result on error to fire advance stream features eventChristian Schneppe1-0/+12
2019-08-31resetToWaiting should include http uploaded filesChristian Schneppe1-1/+1
2019-07-17handle blocking and unblocking of full jidsChristian Schneppe1-0/+92
2019-07-01migrate copy ond write list to synchronized hashset for pending mucsChristian Schneppe1-2/+2
2019-07-01rate limit muc pings / joins. never run two pings at same timeChristian Schneppe1-0/+1
2019-07-01implement FCM push for group chatsChristian Schneppe1-0/+1
2019-07-01code cleanup & small fixesChristian Schneppe1-1/+1
2019-06-25implement client support for muc pushChristian Schneppe1-0/+5
2019-06-20show own account in chatlist/contacts/conferences if you are in multi account...Christian Schneppe3-6/+13
2019-06-20attempt to keep messages waiting until muc is connectedChristian Schneppe1-0/+1
2019-06-08synchronize around attributes in toContentValues()Christian Schneppe1-1/+3
2019-06-08performance improvementsChristian Schneppe1-2/+1
2019-05-18performance improvementsChristian Schneppe2-6/+8
2019-05-04go forward through cursor in message restoreChristian Schneppe1-26/+13
2019-05-04small message optimizationsChristian Schneppe1-2/+2
2019-05-03introduced type private_file_message to handle attachments in PMsChristian Schneppe2-14/+46
2019-05-03store correcting message in dbChristian Schneppe1-5/+4
2019-05-03put PM hint above edittextChristian Schneppe1-0/+2
2019-04-12show users nick in chat if it's setChristian Schneppe1-1/+1
2019-03-31fix url detection for webpreviewsChristian Schneppe1-1/+2
2019-02-09small fixes for web previewChristian Schneppe1-2/+2
2019-02-09show web link previews in chatChristian Schneppe1-1/+15
2019-02-08optimize importsChristian Schneppe2-2/+0
2019-02-08hide lock icon in channels; modify muc user contextChristian Schneppe2-13/+15
2019-02-07show different room settings for channels and groupsChristian Schneppe1-4/+12
2019-02-04rename some variablesChristian Schneppe1-1/+1
2019-01-27refactored group chat members into seperate screenChristian Schneppe1-3/+28
2019-01-27refactored avatar workers into single classChristian Schneppe6-4/+40
2019-01-27scan all files in case some files were previously marked as deleted by accidentChristian Schneppe1-0/+20
2019-01-25normalize nicks before getting them from bookmarks or pepChristian Schneppe1-8/+21
2019-01-25resend presence to muc avatar updateChristian Schneppe1-1/+5
2019-01-25explicitly set type=images for all media with an image mime type this is in p...Christian Schneppe1-1/+1
2019-01-25check if encrypted pgp file get deletedChristian Schneppe1-15/+5
2019-01-25fix display of deleted filesChristian Schneppe2-8/+8
2019-01-25mark deleted files in database and not query them when querying for mediaChristian Schneppe4-47/+33
2019-01-24count muc participants correctlyChristian Schneppe1-13/+0