aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/ConversationFragment.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* reset messagesLoaded when changing retention settingsDaniel Gultsch2017-01-251-9/+2
* modified highlight nick behaviour to better work with quotesDaniel Gultsch2017-01-201-7/+14
* unify getFileUri across share and open intentsDaniel Gultsch2017-01-091-2/+10
* Do not compress GIFs, allow GBoard to send GIFsMichael Eden2017-01-011-0/+36
* Merge branch 'feature-quotation' of https://github.com/Mishiranu/Conversation...Daniel Gultsch2016-12-021-0/+29
|\
| * Add quotation supportMishiranu2016-11-251-0/+29
* | Merge branch 'master' of https://github.com/Fenisu/Conversations into Fenisu-...Daniel Gultsch2016-12-021-2/+1
|\ \
* | | only show contact related snackbars when conversation is singleDaniel Gultsch2016-12-011-3/+3
| |/ |/|
* | offer message correction in private convsDaniel Gultsch2016-11-121-1/+1
* | don't offer message correction in anonymous mucsDaniel Gultsch2016-11-111-1/+2
* | add error message to failed messages. accessible via context menuDaniel Gultsch2016-10-261-0/+15
* | Remove MERGE_SEPARATORMishiranu2016-10-201-1/+1
* | update conversation in database background threadDaniel Gultsch2016-10-181-4/+2
* | Merge branch 'feature-selection' of https://github.com/Mishiranu/Conversation...Daniel Gultsch2016-10-171-0/+24
|\ \ | |/ |/|
| * Retain TextView selection after list updatingMishiranu2016-09-181-39/+3
| * Add "Select text" context menu optionMishiranu2016-09-171-0/+60
* | add timeouts to HTTPUrlConnections and allow cancelation of all sending filesDaniel Gultsch2016-09-201-3/+4
|/
* dont show delete file button when outside conversations directory. fixes #2007Daniel Gultsch2016-09-161-2/+5
* remember scroll position on rotate. fixes #2011Daniel Gultsch2016-09-121-3/+32
* download own vcard avatar if none is set. fixes #2008Daniel Gultsch2016-09-091-2/+1
* show server not found muc errorDaniel Gultsch2016-09-061-0/+3
* add snackbar for request presence subscriptionDaniel Gultsch2016-08-261-0/+15
* offer quick reply on android NDaniel Gultsch2016-08-251-25/+1
* don't crash when tabbing through muc user list with offline usersDaniel Gultsch2016-07-081-2/+3
* use dnd as overriding statusDaniel Gultsch2016-06-301-1/+1
* show toast when connection to openkeychain could not be madeDaniel Gultsch2016-06-161-1/+9
* mark used otr fingprint in contact details and highlight pgpDaniel Gultsch2016-06-161-2/+16
* only dismiss sent message after encryptionDaniel Gultsch2016-06-151-3/+1
* delay notification until after pgp decryptionDaniel Gultsch2016-06-151-1/+1
* refactored pgp decryptionDaniel Gultsch2016-06-131-75/+16
* Dark theme, theme switch, icons, style, stringsSteffen Keiper2016-06-081-7/+8
* don't scroll to pos 0 when uuid wasn't foundDaniel Gultsch2016-05-311-4/+7
* hide fingerprints in UI if encryption is disabledDaniel Gultsch2016-05-251-2/+5
* show first unread message on top after reinitDaniel Gultsch2016-05-221-24/+31
* keep conference members in memory and show them in conference detailsDaniel Gultsch2016-05-161-12/+10
* scroll to bottom after sending multi-line messageDaniel Gultsch2016-05-121-2/+8
* republish pgp signature when changing statusDaniel Gultsch2016-05-051-1/+1
* expert setting to manually change presenceDaniel Gultsch2016-04-221-3/+9
* don't show contact details when in conversations with selfDaniel Gultsch2016-04-091-1/+3
* save otr fingerprint in messageDaniel Gultsch2016-03-311-2/+2
* allow to delete attachments. fixes #1539Daniel Gultsch2016-03-231-7/+25
* warn in conversations when account is disabledDaniel Gultsch2016-03-061-1/+14
* allow to copy original url even while downloading. fixes #1743Daniel Gultsch2016-03-041-6/+9
* don't break with srcoll events on empty message listsDaniel Gultsch2016-03-031-2/+7
* Retry decryption from message menufiaxh2016-02-231-0/+13
* properly trigger show load more messages in mucsDaniel Gultsch2016-02-221-2/+10
* turned muc errors into enum. added error codes for service shutdownDaniel Gultsch2016-02-221-11/+16
* show load more messages when auto loading is disabled and messages are still ...Daniel Gultsch2016-02-211-6/+10
* don't reset whisper on reInit. fixes #1637Daniel Gultsch2016-02-191-3/+0
* only offer message correction for the very last messageDaniel Gultsch2016-02-171-3/+6