aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-01-03archive destoryed mucs when registering that bookmark has been removedChristian Schneppe1-0/+12
2018-12-27deduplicate disco responseChristian Schneppe1-2/+2
2018-12-14show warning snackbar before joining anon-non-private roomChristian Schneppe1-1/+2
2018-12-04implement self healing omemoChristian Schneppe2-1/+16
2018-12-04some code reorder for actionbar titlesChristian Schneppe2-17/+0
2018-12-04remove role=none participant when first online participant joinsChristian Schneppe1-1/+1
2018-11-30fixed cache cleaning of muc avatarsChristian Schneppe1-1/+1
2018-11-30transmit display name (nick) in subscription requestsChristian Schneppe2-3/+5
2018-11-23make password editable on auth errorChristian Schneppe1-1/+1
2018-11-23only show not stranger if messages are coming from quicksy domain not quicksy...Christian Schneppe1-1/+1
2018-11-23do not add self as crytpo target in MUCChristian Schneppe1-1/+1
2018-11-23fixed race condition that prevented bookmark nick to be usedChristian Schneppe2-6/+28
2018-11-23added interface to edit nickChristian Schneppe1-1/+7
2018-11-23use inContactList() instead inRoster() in the proper placesChristian Schneppe3-6/+6
2018-11-23quicksy server is not a strangerChristian Schneppe1-0/+1
2018-11-23show synced contacts in choose contact activityChristian Schneppe3-8/+4
2018-11-23refresh contacts when opening StartConversationsActivityChristian Schneppe1-0/+8
2018-11-23refresh synced contacts even if offlineChristian Schneppe1-1/+1
2018-11-23basic phone number syncChristian Schneppe2-2/+28
2018-11-23refactored phone contact loading in preperation for syncChristian Schneppe1-18/+14
2018-11-11implement message deletionChristian Schneppe3-3/+28
2018-10-20show snackbar for remote server timeout in mucsChristian Schneppe1-0/+1
2018-10-20show cancelled instead of delivery failed if user requested to abort transferChristian Schneppe1-1/+1
2018-10-01introduced error code for server not opening stream after auth or starttlsChristian Schneppe1-193/+194