aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/ui/ConversationFragment.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-10-26add error message to failed messages. accessible via context menuChristian Schneppe1-0/+15
2016-10-26Remove MERGE_SEPARATORChristian Schneppe1-1/+1
2016-10-21Retain TextView selection after list updatingChristian Schneppe1-1/+25
2016-10-18update conversation in database background threadChristian Schneppe1-4/+2
2016-09-23add timeouts to HTTPUrlConnections and allow cancelation of all sending filesDaniel Gultsch1-3/+4
2016-09-19allow deleting file inside messengers storage pathChristian Schneppe1-1/+3
2016-09-17dont show delete file button when outside conversations directoryChristian Schneppe1-2/+5
2016-09-14remember scroll position on rotate. fixes #2011Daniel Gultsch1-5/+34
2016-09-09download own vcard avatar if none is set. fixes #2008Daniel Gultsch1-1/+1
2016-09-09optimized importsChristian Schneppe1-1/+0
2016-09-07show server not found muc errorDaniel Gultsch1-0/+3
2016-09-03code cleanupChristian Schneppe1-7/+4
Revert "don't set attach video as quick action" This reverts commit befcebb309daba9bb8afa453897debd89ba3f014. Revert "make 'record voice' as default quick action" This reverts commit 3cd7a1124c78da4d44c7d6ccadc4d2e379323486. Revert "keep CPU awake while compressing video" This reverts commit 0a22bd7bfb12a58b4de57490ef43bfe91c334689. Revert "revert 0a22bd7bfb12a58b4de57490ef43bfe91c334689" This reverts commit 7c4ad375806a704b44e6b5134fd25615cec2a71d.
2016-09-02don't set attach video as quick actionChristian Schneppe1-19/+3
2016-08-28compress videos bigger than 10 MB before sendingChristian Schneppe1-1/+20
2016-08-26add snackbar for request presence subscriptionDaniel Gultsch1-0/+15
2016-08-26offer quick reply on android NDaniel Gultsch1-25/+1
2016-07-29changed package id inside manifest and projectChristian Schneppe1-26/+26
2016-07-28automatically join muc after unknown errorChristian Schneppe1-1/+2
2016-07-09don't crash when tabbing through muc user list with offline usersDaniel Gultsch1-2/+3
2016-07-01use dnd as overriding statusDaniel Gultsch1-1/+1
2016-06-19show toast when connection to openkeychain could not be madeDaniel Gultsch1-1/+9
2016-06-19mark used otr fingprint in contact details and highlight pgpDaniel Gultsch1-2/+16
2016-06-19only dismiss sent message after encryptionDaniel Gultsch1-3/+1
2016-06-19delay notification until after pgp decryptionDaniel Gultsch1-1/+1
2016-06-14refactored pgp decryptionDaniel Gultsch1-73/+16
2016-05-31optimize importsChristian Schneppe1-1/+0
2016-05-31don't scroll to pos 0 when uuid wasn't foundDaniel Gultsch1-4/+7
2016-05-25hide fingerprints in UI if encryption is disabledDaniel Gultsch1-2/+5
2016-05-22show first unread message on top after reinitDaniel Gultsch1-24/+31
2016-05-16keep conference members in memory and show them in conference detailsDaniel Gultsch1-12/+10
2016-05-13scroll to bottom after sending multi-line messageDaniel Gultsch1-2/+8
2016-05-12scroll to bottom after sending multi-line messageDaniel Gultsch1-2/+8
2016-05-05republish pgp signature when changing statusDaniel Gultsch1-1/+1
2016-04-22expert setting to manually change presenceDaniel Gultsch1-3/+9
2016-04-09Insert /me on long click send buttonArtem Shipovskiy1-0/+11
2016-04-09don't show contact details when in conversations with selfDaniel Gultsch1-1/+3
2016-03-31save otr fingerprint in messageDaniel Gultsch1-2/+2
2016-03-23allow to delete attachments. fixes #1539Daniel Gultsch1-7/+25
2016-03-06warn in conversations when account is disabledDaniel Gultsch1-1/+14
2016-03-04allow to copy original url even while downloading. fixes #1743Daniel Gultsch1-6/+9
2016-03-03don't break with srcoll events on empty message listsDaniel Gultsch1-2/+7
2016-02-23Retry decryption from message menufiaxh1-0/+13
2016-02-22properly trigger show load more messages in mucsDaniel Gultsch1-2/+10
2016-02-22turned muc errors into enum. added error codes for service shutdownDaniel Gultsch1-11/+16
2016-02-21show load more messages when auto loading is disabled and messages are still ↵Daniel Gultsch1-6/+10
left on server
2016-02-19don't reset whisper on reInit. fixes #1637Daniel Gultsch1-3/+0
2016-02-17only offer message correction for the very last messageDaniel Gultsch1-3/+6
2016-02-15basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch1-14/+58
2016-02-14only show load more messages button when mam is availableDaniel Gultsch1-1/+5
also update ui after that button has been pressed. fixes #1695
2016-02-14try to automatically rejoin muc after beeing kickedChristian S1-1/+2