aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities (follow)
Commit message (Collapse)AuthorAgeFilesLines
* display avatar in groupsChristian Schneppe2018-04-271-0/+4
|
* keep track of user object in messagesChristian Schneppe2018-04-241-0/+12
|
* all contacts in roster are 'trusted'Christian Schneppe2018-04-241-1/+1
|
* get escaped localpart as username. should fixed saslChristian Schneppe2018-04-231-1/+1
|
* make error message for 'not encrypted for this device'Christian Schneppe2018-04-231-0/+4
|
* only mark visible messages as readChristian Schneppe2018-04-221-10/+11
|
* introduced sroll to bottom buttonChristian Schneppe2018-04-221-0/+19
|
* persist some muc configurationsChristian Schneppe2018-04-132-12/+29
|
* introduced tri state omemo setting (off by default, on by default, always)Christian Schneppe2018-04-131-9/+12
|
* add ruleset to disable omemo-by-default for certain providersChristian Schneppe2018-04-131-2/+11
|
* getNextEncryption does not honor ENCYPTION_MASKChristian Schneppe2018-04-131-0/+3
|
* code cleanup in Contact classChristian Schneppe2018-04-131-18/+22
|
* ignore bookmark name of 'None'Christian Schneppe2018-04-133-16/+26
|
* fix getNextEncryptionChristian Schneppe2018-04-121-4/+5
|
* presist http upload availibilityChristian Schneppe2018-04-121-3/+2
|
* show message draft in conversation overviewChristian Schneppe2018-04-081-92/+121
|
* use escaped form of jid where approriateChristian Schneppe2018-04-071-2/+2
|
* return contact and account.getServer() as StringChristian Schneppe2018-04-074-11/+12
|
* cache bookmark jid in bookmarkChristian Schneppe2018-04-071-1/+4
|
* display irregular unicode code pointsChristian Schneppe2018-04-073-21/+0
|
* do not enable encryption for bug reportsChristian Schneppe2018-04-032-2/+4
|
* make omemo defaultChristian Schneppe2018-04-021-31/+12
|
* migrate to xmpp-addrChristian Schneppe2018-04-0211-106/+95
|
* reorder and scroll down after resending a messageChristian Schneppe2018-04-011-11/+7
|
* wip: new status message dialogChristian Schneppe2018-04-011-0/+5
|
* get rid of customizable resourcesChristian Schneppe2018-04-011-6/+9
|
* integrate trust manager into conversationsChristian Schneppe2018-03-121-0/+33
|
* do not merge bug reportsChristian Schneppe2018-02-261-1/+2
|
* MAM: look at total count for completness. parse fin correctlyChristian Schneppe2018-02-241-2/+2
|
* Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA ↵Christian Schneppe2018-02-191-1/+2
| | | | constant
* do not cross reference bookmarks and conversationsChristian Schneppe2018-02-104-35/+23
|
* optimized /me behaviorChristian Schneppe2018-01-301-1/+1
| | | | fixes #133
* discover file extension in original filename from pgpChristian Schneppe2018-01-301-32/+5
|
* improvements for self messagesChristian Schneppe2018-01-272-2/+2
| | | | | | * fix omemo in group chats w/o participants * don't create two axolotl messages when messaging self * fix read marker for self messages
* make chat markers opportunistic in private mucsChristian Schneppe2018-01-272-13/+19
|
* sent message receipts after mam catchupChristian Schneppe2018-01-211-0/+75
|
* show warning toast if PM is disabled in MUCChristian Schneppe2018-01-211-0/+5
|
* fix wrong avatar shown when true jid doesn't match in mucChristian Schneppe2018-01-171-1/+1
|
* clear muc avatar after going onlineChristian Schneppe2017-12-271-1/+3
|
* save muc subject to disk and use crypto targets for offline name generationChristian Schneppe2017-12-272-12/+35
|
* fixed treatAsDownload() for empty messagesChristian Schneppe2017-12-161-1/+5
|
* try to detect invalid nick (w/ emoji) in MUCsChristian Schneppe2017-12-161-0/+1
|
* ignore data uri after aesgcm uriChristian Schneppe2017-12-161-6/+12
|
* Refined avatar generation a bitChristian Schneppe2017-12-101-1/+1
|
* MAM: update previously sent messages with server msg id during mam queryChristian Schneppe2017-12-101-3/+7
|
* MAM: do not use private messages when finding last id in mucChristian Schneppe2017-12-101-1/+4
|
* do not return muc whispers as last markable messageChristian Schneppe2017-12-011-1/+3
|
* some bug fixesChristian Schneppe2017-11-281-1/+4
|
* make 'markable' attribute persistentChristian Schneppe2017-11-261-5/+11
|
* use com.android.support:support-emojiChristian Schneppe2017-11-241-3/+2
|