aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/ConversationActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-04show an send button instead of the enter key in softkeyboards when enterIsSen...show_send_button_in_softkeyboardDaniel Gultsch1-0/+1
2015-08-24added setting to allow for white backgrounds in incoming message bubblesDaniel Gultsch1-2/+9
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-29Rerender message bubbles on encryption changeAndreas Straub1-0/+1
2015-07-29Refactor out inner classes, cache trust storeAndreas Straub1-1/+1
2015-07-21allow for private messages being started from muc details in anonymous mucsDaniel Gultsch1-4/+18
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-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
2015-05-26added choose picture as another quick action. fixes #1221Daniel Gultsch1-0/+3
2015-05-21fixed with attaching wrong files when returning to activity and background se...Daniel Gultsch1-1/+1
2015-05-20added fall back package id for voice recorder pluginDaniel Gultsch1-0/+1
2015-05-12handle conference invites differently to deal with killed activities. fixes #...Daniel Gultsch1-0/+6
2015-05-12don't reinit conversation when coming back to activity. avoids unnecessary sc...Daniel Gultsch1-3/+1
2015-05-04clean up in attachment chooser code. fixed #1168Daniel Gultsch1-51/+51
2015-05-04open market if share location plugin isn't installedDaniel Gultsch1-0/+15
2015-05-02replace send button with quick action button as long as no text has been enteredDaniel Gultsch1-6/+17
2015-04-28made material icons smaller (24dp)Daniel Gultsch1-1/+1
2015-04-28revert undo timeout to a more reasonable valueDaniel Gultsch1-1/+1
2015-04-27handle returning from camera without pictureDaniel Gultsch1-0/+3
2015-04-19some code clean up to fix some rare NPE’sDaniel Gultsch1-4/+4
2015-04-17increased undo delayiNPUTmice1-1/+1
2015-04-13shut up linteriNPUTmice1-0/+1
2015-04-11allow sharing multiple images at once. fixes #1090iNPUTmice1-40/+69
2015-04-08Enable end-conversation by swipe gestureBrianBlade1-9/+94
2015-03-07display geo uris as location. show 'send loction' in share menu if request lo...iNPUTmice1-47/+91
2015-02-22init mode (first start) for StartConversationActivity (no up button) and avoi...iNPUTmice1-8/+26
2015-02-19launch edit account activity when starting Conversations for the first time (...iNPUTmice1-5/+9
2015-02-17limit ui refresh rateiNPUTmice1-33/+16
2015-02-17refresh list view more ofteniNPUTmice1-1/+1
2015-02-12use time instead of uptime for unmuteiNPUTmice1-3/+1
2015-01-29Use Material Design Icons on API 21+Sam Whited1-2/+7
2015-01-29properly clear notifications. fixed #921iNPUTmice1-2/+8
2015-01-21always allow access to contact details. provide add button in contact detailsiNPUTmice1-21/+1
2015-01-21Add block/unblock to contact details menuSam Whited1-4/+0
2015-01-16Add download button on notification if applicableSam Whited1-6/+14
2015-01-15sending read marker when resuming activity and conversation is openiNPUTmice1-1/+4
2015-01-14Add option to swap enter/emoticon keySam Whited1-21/+24