aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger (follow)
Commit message (Expand)AuthorAgeFilesLines
* first step to remove OTR encryptionChristian Schneppe2019-12-132-1/+4
* rework adhocinviteChristian Schneppe2019-12-132-24/+29
* use setFlags instead of addFlags to grant uri permissionsChristian Schneppe2019-12-139-10/+9
* catch rare NPE while deleting bookmarkChristian Schneppe2019-12-131-3/+8
* small ui fixes for private messagesChristian Schneppe2019-12-122-1/+2
* increase mam messages catchup and don't abort on MAM_MAX_MESSAGESChristian Schneppe2019-12-122-2/+2
* add .heic to list of known mime typesChristian Schneppe2019-12-121-6/+7
* don’t use secure delete when migrating edit columnChristian Schneppe2019-12-121-4/+9
* small quotes fixesChristian Schneppe2019-12-121-4/+7
* jingle ibb: wait to receive ibbChristian Schneppe2019-12-093-36/+53
* properly restore LMC edits. switch to LMC v1.1Christian Schneppe2019-12-095-91/+115
* reduce cursor size back to 4m; now that the cause is fixedChristian Schneppe2019-12-081-1/+1
* use Base64.NO_WRAP instead of trim()Christian Schneppe2019-12-083-6/+2
* show jabber accounts from local address in Quicksy flavorChristian Schneppe2019-12-081-4/+10
* prevent crash when deleting account on servers that don't support omemoChristian Schneppe2019-12-081-1/+2
* increase cursor window size on Android P when restoring messagesChristian Schneppe2019-12-083-5/+25
* delete cached posh file after not being able to verifyChristian Schneppe2019-12-081-44/+49
* only show message deleted if LMC is activatedChristian Schneppe2019-12-083-2/+9
* add direct answer button in private muc messagesChristian Schneppe2019-12-081-0/+23
* use current time on resend messageChristian Schneppe2019-12-081-0/+3
* try to fix missing sendbuttonChristian Schneppe2019-12-081-4/+3
* fix shareWithActivityChristian Schneppe2019-12-081-6/+7
* fix rare crashChristian Schneppe2019-12-071-0/+3
* add missing permission requests for Android PChristian Schneppe2019-12-0711-48/+61
* fix updaterChristian Schneppe2019-12-071-4/+4
* don't show real username in quotesChristian Schneppe2019-12-071-5/+1
* Disable NewLines in Base64 values (#416)FH2019-12-033-8/+8
* fix user in textselection quotesChristian Schneppe2019-11-172-15/+22
* add possibility to block muc user from mucChristian Schneppe2019-11-163-5/+41
* fix color mixing in ChannelDiscoveryActivityChristian Schneppe2019-11-161-2/+0
* rework design colors and make it compatible with older ROMsChristian Schneppe2019-11-164-36/+60
* make exporting backup compatible with conversationsChristian Schneppe2019-11-161-1/+2
* fix duplicate accounts in EnterJidDialogChristian Schneppe2019-11-153-46/+36
* introduce new orange theme colorChristian Schneppe2019-11-157-31/+97
* Fix empty grey box for unknown file types (#405)TheOneric2019-11-152-22/+21
* make private messages in MUCs more visibleChristian Schneppe2019-11-152-17/+39
* rework no write access hint in moderated public mucsChristian Schneppe2019-11-153-6/+39
* small UI fixes in SetSettingsActivityChristian Schneppe2019-11-151-1/+0
* do not crash when audio file reports zero lengthChristian Schneppe2019-11-151-5/+10
* prevent crash when counterpart in message was nullChristian Schneppe2019-11-151-2/+6
* check if sender is in contact list before accepting jingle fileChristian Schneppe2019-11-151-2/+3
* allow jingle state transition for fallback after proxy failureChristian Schneppe2019-11-151-2/+6
* make jingle state transitions less error proneChristian Schneppe2019-11-151-2/+28
* fixed spinning wheel when switching between local and jabber.network discoveryChristian Schneppe2019-11-151-0/+8
* do not validate port if hostname is emptyChristian Schneppe2019-11-151-11/+17
* rework IntroActivity a bitChristian Schneppe2019-11-153-4/+10
* show overlay to set avatar at the right bottom cornerChristian Schneppe2019-11-102-3/+15
* set isQuicksy trueChristian Schneppe2019-11-091-1/+1
* use variable for app directory in FileBackendChristian Schneppe2019-11-061-6/+7
* rework message deletionChristian Schneppe2019-11-047-64/+84