aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities (follow)
Commit message (Expand)AuthorAgeFilesLines
* explicitly use BouncyCastle for file cryptoChristian Schneppe2020-03-161-0/+4
* do not merge oob messagesChristian Schneppe2020-03-161-0/+2
* do not warn user if bookmark already existsChristian Schneppe2020-02-171-7/+1
* show audio artist and title for audio filesChristian Schneppe2020-02-021-0/+1
* optimize importsChristian Schneppe2020-01-311-1/+2
* omemo changes: use 12 byte IV, no longer accept auth tag appended to payloadChristian Schneppe2020-01-242-4/+4
* make registration uris work with fixed usernamesChristian Schneppe2020-01-241-0/+2
* support registration via pars tokensChristian Schneppe2020-01-241-0/+4
* persist file size across abortsChristian Schneppe2020-01-021-1/+5
* make parts in Message.java finalChristian Schneppe2020-01-021-1/+1
* properly restore LMC edits. switch to LMC v1.1Christian Schneppe2019-12-093-89/+109
* show jabber accounts from local address in Quicksy flavorChristian Schneppe2019-12-081-4/+10
* Disable NewLines in Base64 values (#416)FH2019-12-031-1/+1
* prevent crash when counterpart in message was nullChristian Schneppe2019-11-151-2/+6
* rework message deletionChristian Schneppe2019-11-042-1/+9
* optionally search local muc rooms instead of jabber.networkChristian Schneppe2019-11-031-0/+88
* introduce setting to completely disable (OMEMO) encryptionChristian Schneppe2019-11-021-0/+3
* attempt to fix some rare crashesChristian Schneppe2019-10-261-1/+1
* update ui after bookmark changeChristian Schneppe2019-10-261-2/+3
* bookmarks2. introduce #compat namespaceChristian Schneppe2019-10-261-2/+2
* Bookmarks2: support retractionChristian Schneppe2019-10-262-30/+46
* WIP Bookmarks 2 supportChristian Schneppe2019-10-261-7/+70
* LMC: find replacedMessages based on bare JIDChristian Schneppe2019-10-261-3/+6
* mark cancelled jingle ft as such on both sidesChristian Schneppe2019-10-261-1/+2
* migrate to AndroidXChristian Schneppe2019-09-206-9/+9
* parse LMC 1.1Christian Schneppe2019-09-132-2/+20
* keep track of previously edited idsChristian Schneppe2019-09-132-13/+103
* show language in message bubble if multiple language variants were receivedChristian Schneppe2019-09-122-6/+23
* introduce new file transfer statusChristian Schneppe2019-09-091-0/+1
* fix some crashesChristian Schneppe2019-09-032-4/+12
* do not put default nick into bookmark if none has been set beforeChristian Schneppe2019-08-311-6/+10
* create empty disco result on error to fire advance stream features eventChristian Schneppe2019-08-311-0/+12
* resetToWaiting should include http uploaded filesChristian Schneppe2019-08-311-1/+1
* handle blocking and unblocking of full jidsChristian Schneppe2019-07-171-0/+92
* migrate copy ond write list to synchronized hashset for pending mucsChristian Schneppe2019-07-011-2/+2
* rate limit muc pings / joins. never run two pings at same timeChristian Schneppe2019-07-011-0/+1
* implement FCM push for group chatsChristian Schneppe2019-07-011-0/+1
* code cleanup & small fixesChristian Schneppe2019-07-011-1/+1
* implement client support for muc pushChristian Schneppe2019-06-251-0/+5
* show own account in chatlist/contacts/conferences if you are in multi account...Christian Schneppe2019-06-203-6/+13
* attempt to keep messages waiting until muc is connectedChristian Schneppe2019-06-201-0/+1
* synchronize around attributes in toContentValues()Christian Schneppe2019-06-081-1/+3
* performance improvementsChristian Schneppe2019-06-081-2/+1
* performance improvementsChristian Schneppe2019-05-182-6/+8
* go forward through cursor in message restoreChristian Schneppe2019-05-041-26/+13
* small message optimizationsChristian Schneppe2019-05-041-2/+2
* introduced type private_file_message to handle attachments in PMsChristian Schneppe2019-05-032-14/+46
* store correcting message in dbChristian Schneppe2019-05-031-5/+4
* put PM hint above edittextChristian Schneppe2019-05-031-0/+2
* show users nick in chat if it's setChristian Schneppe2019-04-121-1/+1