aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/ConversationActivity.java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | added alt as possible modifier key. use mod+(0..9) to jump to a conversationDaniel Gultsch2015-09-091-26/+45
| * | added rotation detection to up/down navigationDaniel Gultsch2015-09-071-4/+23
| * | added some key bindingDaniel Gultsch2015-09-071-4/+82
| * | show an send button instead of the enter key in softkeyboards when enterIsSen...Daniel Gultsch2015-09-041-0/+1
| * | added setting to allow for white backgrounds in incoming message bubblesDaniel Gultsch2015-08-241-2/+9
| * | hide multi-end and otr encryption in conferencesDaniel Gultsch2015-08-061-2/+3
| * | added config.java variable to hide openpgp as an encryption methodDaniel Gultsch2015-08-051-0/+1
| * | Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub2015-08-011-2/+2
| * | Refactor axolotl message processing workflowAndreas Straub2015-07-311-1/+1
| * | improved 'next encryption' selectionDaniel Gultsch2015-07-311-17/+6
| * | Rerender message bubbles on encryption changeAndreas Straub2015-07-291-0/+1
| * | Refactor out inner classes, cache trust storeAndreas Straub2015-07-291-1/+1
| * | allow for private messages being started from muc details in anonymous mucsDaniel Gultsch2015-07-211-4/+18
| * | Start TrustKeysActivity if no keys are TRUSTEDAndreas Straub2015-07-201-2/+7
| * | rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch2015-07-201-6/+1
| * | Optimize importsAndreas Straub2015-07-201-1/+1
| * | Ask for key trust when sending messagesAndreas Straub2015-07-191-11/+45
| * | Disable Axolotl option if not usableAndreas Straub2015-07-191-10/+10
| * | Reformat code to use tabsAndreas Straub2015-07-191-5/+5
| * | Added axolotl activation code to UIAndreas Straub2015-07-191-0/+18
| * | fixed some npesDaniel Gultsch2015-07-161-4/+11
| * | made lock button reflect encryption status of the next messages instead of th...Daniel Gultsch2015-07-121-16/+10
| * | display toast in ui on failed http downloadDaniel Gultsch2015-07-101-1/+12
| * | show attach button in conferences when http upload is availableDaniel Gultsch2015-06-291-4/+7
| * | added choose picture as another quick action. fixes #1221Daniel Gultsch2015-05-261-0/+3
| * | fixed with attaching wrong files when returning to activity and background se...Daniel Gultsch2015-05-211-1/+1
| * | added fall back package id for voice recorder pluginDaniel Gultsch2015-05-201-0/+1
| * | handle conference invites differently to deal with killed activities. fixes #...Daniel Gultsch2015-05-121-0/+6
| * | don't reinit conversation when coming back to activity. avoids unnecessary sc...Daniel Gultsch2015-05-121-3/+1
| * | clean up in attachment chooser code. fixed #1168Daniel Gultsch2015-05-041-51/+51
| * | open market if share location plugin isn't installedDaniel Gultsch2015-05-041-0/+15
| * | replace send button with quick action button as long as no text has been enteredDaniel Gultsch2015-05-021-6/+17
| * | made material icons smaller (24dp)Daniel Gultsch2015-04-281-1/+1
| * | revert undo timeout to a more reasonable valueDaniel Gultsch2015-04-281-1/+1
| * | handle returning from camera without pictureDaniel Gultsch2015-04-271-0/+3
| * | some code clean up to fix some rare NPE’sDaniel Gultsch2015-04-191-4/+4
| * | increased undo delayiNPUTmice2015-04-171-1/+1
| * | shut up linteriNPUTmice2015-04-131-0/+1
| * | allow sharing multiple images at once. fixes #1090iNPUTmice2015-04-111-40/+69
| * | Enable end-conversation by swipe gestureBrianBlade2015-04-081-9/+94
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-11-061-1/+2
|\ \ \ | | |/ | |/|
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-11-031-22/+5
|\| |
* | | Merge trz/rename into trz/rebasesteckbrief2015-10-221-88/+74
|\| |
* | | Merge branch 'trz/rename' into trz/rebaselookshe2015-10-051-2/+3
|\| |
| * | renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-191-1116/+0
* | | Fixes FS#20: Limitation of end conversation swipe to left sidesteckbrief2015-08-111-58/+59
* | | Merge tag '1.5.2' into trz/rebaselookshe2015-08-111-128/+299
|/ /
* | whatsapp-like smiley implementationlookshe2015-04-121-7/+8
* | differ between received and read messagelookshe2015-04-111-4/+0
|/
* display geo uris as location. show 'send loction' in share menu if request lo...iNPUTmice2015-03-071-47/+91