aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* put device id into setting for dozeChristian Schneppe2017-12-101-3/+8
|
* possible fix for retry loop on pgp key annoucementChristian Schneppe2017-12-107-16/+14
|
* Do not show xmpp uris as links that have invalid jidsChristian Schneppe2017-12-101-1/+10
|
* show warning when opening invalid jidChristian Schneppe2017-12-102-0/+13
|
* Refined avatar generation a bitChristian Schneppe2017-12-105-36/+98
|
* ConversationsAdapter: Do not show image preview. Show pictogram insteadChristian Schneppe2017-12-101-70/+55
|
* avoid some false positive quotesChristian Schneppe2017-12-101-3/+3
|
* Conference Options: fix context menus for people not in rosterChristian Schneppe2017-12-101-2/+2
|
* read marker from mam. only trust true counterpart when mam:2 is being usedChristian Schneppe2017-12-101-1/+1
|
* MAM: update previously sent messages with server msg id during mam queryChristian Schneppe2017-12-102-6/+32
|
* MAM: assume true counterpart is safe to extract when using mam:2Christian Schneppe2017-12-103-4/+6
|
* MAM: do not use private messages when finding last id in mucChristian Schneppe2017-12-101-1/+4
|
* MessageParser: ignore groupchat messages retrieved from user archiveChristian Schneppe2017-12-101-0/+4
|
* fixed publish-options migrationChristian Schneppe2017-12-101-1/+9
|
* attempt to enable MAM(ejabberd) on muc configurationChristian Schneppe2017-12-011-0/+1
|
* do not return muc whispers as last markable messageChristian Schneppe2017-12-011-1/+3
|
* PresenceParser: work around for ejabberd not including status code 110 in ↵Christian Schneppe2017-12-012-3/+5
| | | | shut down presence
* add drawables for some more filetypes in chatlistChristian Schneppe2017-11-301-0/+18
|
* fixed wrong colors in message status textChristian Schneppe2017-11-301-0/+1
|
* fix typoChristian Schneppe2017-11-291-1/+1
|
* add exception list for encryption warningChristian Schneppe2017-11-292-2/+17
|
* make encryption settings persistent via snackbar choiceChristian Schneppe2017-11-291-0/+1
|
* add ability to use system emojis instead of integrated ones via expert settingsChristian Schneppe2017-11-296-8/+30
|
* some bug fixesChristian Schneppe2017-11-2823-99/+114
|
* fix bug with warn message for unencrypted chatsChristian Schneppe2017-11-271-8/+14
|
* fix wrong bracketsChristian Schneppe2017-11-271-2/+2
|
* make 'markable' attribute persistentChristian Schneppe2017-11-262-7/+18
|
* use REFRESH_UI_INTERVALL also for AudioPlayerChristian Schneppe2017-11-251-1/+2
| | | | seems to fix flickerinig of progress bar
* don't return null for opus file extensionsChristian Schneppe2017-11-252-0/+6
|
* reordered unencryption warning condition a bitChristian Schneppe2017-11-251-8/+8
|
* make unencrypted chat warning configurable via settingsChristian Schneppe2017-11-253-5/+15
|
* optimize colorsChristian Schneppe2017-11-251-0/+1
|
* show warning if chat is unecryptedChristian Schneppe2017-11-241-0/+14
| | | | | * if OMEMO is available, pressing the OK button switches to OMEMO encryption * if OMEMO is not available, the message hides for this moment and will pop up as long as you choose an encryption mode
* use com.android.support:support-emojiChristian Schneppe2017-11-2416-30/+393
|
* rename variablesChristian Schneppe2017-11-241-77/+77
|
* ListItemAdapter: use ViewHolderChristian Schneppe2017-11-241-26/+49
|
* add opus file type to MimeUtilsChristian Schneppe2017-11-231-0/+1
|
* fix crash while showing location from notificationChristian Schneppe2017-11-231-0/+3
|
* code cleanupChristian Schneppe2017-11-2350-247/+238
|
* deduplicate read markers if one with real jid is foundChristian Schneppe2017-11-234-4/+18
|
* MAM: start muc catchup with last sent message if serverId is availableChristian Schneppe2017-11-231-1/+1
|
* ConversationAdapter: use view holderChristian Schneppe2017-11-231-79/+109
|
* shorten >4 names to a, b, c +n moreChristian Schneppe2017-11-232-182/+190
|
* PgpService: feed result intent back into decryptionChristian Schneppe2017-11-231-6/+12
|
* MessageParser: don't refresh view after parsing chat state when combined ↵Christian Schneppe2017-11-221-4/+8
| | | | with message
* add final to config variableChristian Schneppe2017-11-221-1/+1
|
* save full jid when sending in muc. check chat markers against 'sender'Christian Schneppe2017-11-224-9/+19
|
* use empty wake lock tagChristian Schneppe2017-11-221-2/+2
|
* ConversationAdapter: do not show file icon when file has been deletedChristian Schneppe2017-11-221-4/+3
|
* send and show read markers in private, non-anonymous groupsChristian Schneppe2017-11-2212-85/+527
|