aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/ConversationActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-12request storage permission when needed on Android 6.0Daniel Gultsch1-1440/+1494
2015-12-06hide prepare file toast after preparing the fileDaniel Gultsch1-0/+1
2015-12-06be more carefull with pending urisDaniel Gultsch1-8/+16
2015-12-04fixed crashes when activity got destroyed when selecting pgp keyDaniel Gultsch1-5/+23
2015-11-25pgp fixes and revert configuration changesDaniel Gultsch1-5/+16
2015-11-09Use OpenPGP-API 9.0fiaxh1-1/+11
2015-10-28Decrypt PGP messages in backgroundfiaxh1-2/+4
2015-10-20add offline hint to subtitle if contact is offlineChristian S1-1404/+1410
2015-10-20open manage account + certificate chooser when cbe mode is enabledDaniel Gultsch1-24/+19
2015-10-19show lastseen as subtitle in chatviewChristian S1-2/+3
2015-10-14make unread status and notifications presistent across restartsDaniel Gultsch1-2/+1
2015-09-21made app update time configurable in config.javaChristian S1-2/+1
2015-09-20modified AppUpdaterChristian S1-6/+33
2015-09-20Start AppUpdater automaticallyChristian S1-0/+4
2015-09-17catch IndexOutOfBoundsException when swiping away conversationsDaniel Gultsch1-1/+5
2015-09-13added possibiltiy to set conferences as moderated (only visible in advanced m...Daniel Gultsch1-1/+1
2015-09-09added alt as possible modifier key. use mod+(0..9) to jump to a conversationDaniel Gultsch1-26/+45
2015-09-07added rotation detection to up/down navigationDaniel Gultsch1-4/+23
2015-09-07added some key bindingDaniel Gultsch1-4/+82
2015-09-04show an send button instead of the enter key in softkeyboards when enterIsSen...Daniel Gultsch1-0/+1
2015-08-24added setting to allow for white backgrounds in incoming message bubblesDaniel Gultsch1-2/+9
2015-08-18add subtitle to ActionBar in chatviewsChristian S1-2/+17
2015-08-08also hide encryption options in MUCsChristian S1-0/+1
2015-08-08add config option to hide all encryption modesChristian S1-0/+1
2015-08-06hide multi-end and otr encryption in conferencesDaniel Gultsch1-2/+3
2015-08-05added config.java variable to hide openpgp as an encryption methodDaniel Gultsch1-0/+1
2015-08-01Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub1-2/+2
2015-07-31Refactor axolotl message processing workflowAndreas Straub1-1/+1
2015-07-31improved 'next encryption' selectionDaniel Gultsch1-17/+6
2015-07-30removed username from typing infoChristian S1-1/+1
2015-07-29Rerender message bubbles on encryption changeAndreas Straub1-0/+1
2015-07-29Refactor out inner classes, cache trust storeAndreas Straub1-1/+1
2015-07-28added missing chatstate hintsChristian S1-2/+4
2015-07-23changed subtitle a bitChristian S1-1/+1
2015-07-21allow for private messages being started from muc details in anonymous mucsDaniel Gultsch1-4/+18
2015-07-21hide typing info when contact stopped typingChristian S.1-1/+1
2015-07-20move typing info to ActionBar subtitleChristian S1-114/+129
2015-07-20Start TrustKeysActivity if no keys are TRUSTEDAndreas Straub1-2/+7
2015-07-20rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch1-6/+1
2015-07-20Optimize importsAndreas Straub1-1/+1
2015-07-19Ask for key trust when sending messagesAndreas Straub1-11/+45
2015-07-19Disable Axolotl option if not usableAndreas Straub1-10/+10
2015-07-19Reformat code to use tabsAndreas Straub1-5/+5
2015-07-19Added axolotl activation code to UIAndreas Straub1-0/+18
2015-07-16fixed some npesDaniel Gultsch1-4/+11
2015-07-14modified swipe optionsChristian S.1-71/+71
2015-07-14swipe only to left to close an active conversationChristian S.1-0/+1
2015-07-12made lock button reflect encryption status of the next messages instead of th...Daniel Gultsch1-16/+10
2015-07-10display toast in ui on failed http downloadDaniel Gultsch1-1/+12
2015-06-29show attach button in conferences when http upload is availableDaniel Gultsch1-4/+7