aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart (follow)
Commit message (Expand)AuthorAgeFilesLines
* show account chooser for new conferences / join conferencesChristian Schneppe2018-04-223-6/+11
* in case fragment starts after activity is bound to service; fetch conversatio...Christian Schneppe2018-04-221-14/+25
* fixed muc detection for rare cases where muc is hosted on primary domainChristian Schneppe2018-04-222-1/+7
* fixed read event when status messages are displayedChristian Schneppe2018-04-221-1/+7
* code cleanupChristian Schneppe2018-04-221-2/+2
* fixed read event when using fab scroll downChristian Schneppe2018-04-221-43/+47
* only mark visible messages as readChristian Schneppe2018-04-225-31/+64
* fixed regression in StartConversationActivity that ignored welcome jidChristian Schneppe2018-04-221-4/+3
* null check for conversationChristian Schneppe2018-04-221-0/+3
* show scroll down button instantly when scrolling upChristian Schneppe2018-04-221-7/+8
* introduced sroll to bottom buttonChristian Schneppe2018-04-223-8/+170
* make it possible to switch back to single account if only one account availableChristian Schneppe2018-04-221-3/+2
* integrate invite to Pix-Art MessengerChristian Schneppe2018-04-222-14/+49
* catch NPEChristian Schneppe2018-04-221-1/+1
* fix crash in resendMessageChristian Schneppe2018-04-222-14/+4
* more theme workingChristian Schneppe2018-04-2110-59/+111
* some OTR hintsChristian Schneppe2018-04-132-4/+7
* persist some muc configurationsChristian Schneppe2018-04-133-16/+33
* remove duplicate call to onConversationArchived()Christian Schneppe2018-04-131-4/+0
* end view if conversation was archivedChristian Schneppe2018-04-134-36/+50
* hide disable encryption button when omemo is in always modeChristian Schneppe2018-04-131-1/+10
* fixed regression of 'add contact' not workingChristian Schneppe2018-04-131-0/+1
* introduced tri state omemo setting (off by default, on by default, always)Christian Schneppe2018-04-136-11/+122
* add ruleset to disable omemo-by-default for certain providersChristian Schneppe2018-04-132-2/+23
* getNextEncryption does not honor ENCYPTION_MASKChristian Schneppe2018-04-131-0/+3
* process receipts only on mam catchupChristian Schneppe2018-04-131-1/+1
* reformatChristian Schneppe2018-04-131-83/+83
* make receipt handling work with out of order receiptsChristian Schneppe2018-04-132-4/+17
* do not allow user to quote fileChristian Schneppe2018-04-131-2/+4
* code cleanup in Contact classChristian Schneppe2018-04-131-18/+22
* ignore bookmark name of 'None'Christian Schneppe2018-04-133-16/+26
* fix OTRChristian Schneppe2018-04-121-0/+5
* in lack of confirm source dialog in account details only trust scanned urisChristian Schneppe2018-04-122-6/+8
* call to update ui after fingerprint verificationChristian Schneppe2018-04-121-1/+2
* fixed cache key generation for messages w/o full jidChristian Schneppe2018-04-121-8/+26
* figure out fallbacks with omemo source idChristian Schneppe2018-04-123-3/+55
* messages coming from known muc server are treated as muc when creating conver...Christian Schneppe2018-04-123-13/+12
* ignore double tab in ConferenceDetailsActivityChristian Schneppe2018-04-121-0/+1
* StartConversationActivity: persist search across rotationChristian Schneppe2018-04-121-44/+68
* improved logging while deleting old cache filesChristian Schneppe2018-04-121-2/+3
* Improved QR code recognition when screen and camera orientation don't matchChristian Schneppe2018-04-121-13/+29
* use utf-8 in barcodesChristian Schneppe2018-04-121-39/+53
* increased LruCache for unicode script detectionChristian Schneppe2018-04-121-1/+1
* commit allowing state lossChristian Schneppe2018-04-121-1/+1
* fix getNextEncryptionChristian Schneppe2018-04-122-13/+10
* prevent double tapping on overflow menuChristian Schneppe2018-04-1210-5/+97
* write roster only for active accountsChristian Schneppe2018-04-121-1/+1
* added prosodys enable archive to default room configChristian Schneppe2018-04-121-0/+1
* fixed redownload of deleted http upload messagesChristian Schneppe2018-04-121-0/+4
* run roster sync in replacing task managerChristian Schneppe2018-04-123-18/+70