aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/ConversationFragment.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #47 from siacs/masterChristian S2015-11-011-1/+7
|\
| * indicate cbe in chat message hintDaniel Gultsch2015-10-311-1/+7
* | Merge remote-tracking branch 'siacs/master' into developmentChristian S2015-10-311-68/+70
|\|
| * Decrypt PGP messages in backgroundfiaxh2015-10-281-68/+70
* | Merge remote-tracking branch 'siacs/master' into developmentChristian S2015-10-201-1/+1
|\|
| * open unknown files with wildcard intentDaniel Gultsch2015-10-201-1/+1
* | copy commitsChristian S2015-10-171-1/+2
|\|
| * allow redownloading files from remote hosts. fixes #1504Daniel Gultsch2015-10-171-1/+2
* | copy commitsChristian S2015-10-011-0/+43
|\|
| * allow tab completion in conferencesDaniel Gultsch2015-09-271-0/+43
* | added blue tick as read indicatorChristian S2015-09-261-3/+3
* | Merge branch 'siacs/master' into developmentChristian S2015-09-151-2/+7
|\|
| * added possibiltiy to set conferences as moderated (only visible in advanced m...Daniel Gultsch2015-09-131-2/+7
* | Version 1.6.9Christian S2015-09-121-1/+8
|\|
| * added alt as possible modifier key. use mod+(0..9) to jump to a conversationDaniel Gultsch2015-09-091-0/+1
| * added some key bindingDaniel Gultsch2015-09-071-0/+4
| * catch npe in setupIme methodDaniel Gultsch2015-09-071-1/+3
* | Merge pull request #34 from siacs/masterChristian S.2015-09-051-8/+12
|\|
| * minimize softkeyboard only if it has been in fullscreen modeDaniel Gultsch2015-09-041-1/+3
| * show an send button instead of the enter key in softkeyboards when enterIsSen...Daniel Gultsch2015-09-041-7/+9
* | Version 1.6.5Christian S2015-08-261-1/+2
|\|
| * renamed plain text to unencrypted. fixes #1331Daniel Gultsch2015-08-241-1/+1
| * added setting to allow for white backgrounds in incoming message bubblesDaniel Gultsch2015-08-241-0/+1
* | version 1.6.0 beta 3Christian S2015-08-121-1/+1
|\|
| * renamed multi-end / axolotl to OMEMODaniel Gultsch2015-08-081-1/+1
* | copy commitsChristian S2015-08-021-16/+21
|\|
| * improved 'next encryption' selectionDaniel Gultsch2015-07-311-14/+18
| * Highlight selected message's fingerprint in listAndreas Straub2015-07-291-1/+2
| * call refreshUi directlyDaniel Gultsch2015-07-241-1/+1
* | add subtitle to ActionBar in chatviewsChristian S2015-07-231-2/+2
|\ \
| * | move typing info to ActionBar subtitleChristian S2015-07-201-2/+3
* | | copy commitsChristian S2015-07-231-6/+13
|\ \ \ | | |/ | |/|
| * | show warning when trying to highlight users that have left the conferenceDaniel Gultsch2015-07-221-5/+12
| * | use 'interactive mode' when starting downloads from the context menuDaniel Gultsch2015-07-221-1/+1
* | | copy commitsChristian S2015-07-201-2/+32
|\| | | |/ |/|
| * Optimize importsAndreas Straub2015-07-201-4/+2
| * Ask for key trust when sending messagesAndreas Straub2015-07-191-2/+21
| * Display axolotl chat message hintAndreas Straub2015-07-191-0/+3
| * Added axolotl activation code to UIAndreas Straub2015-07-191-0/+10
* | Merge branch 'development' of https://github.com/siacs/Conversations into sia...Christian S2015-07-141-13/+19
|\|
| * catch exception on broken android phonesDaniel Gultsch2015-07-121-1/+7
| * renamed HttpConnection to HttpDownloadConnectionDaniel Gultsch2015-07-101-1/+1
| * renamed downloadable to transferableDaniel Gultsch2015-07-101-11/+11
* | changed WEBP to JPEG for imagesChristian S2015-07-031-1/+1
|/
* refactored message context menuDaniel Gultsch2015-07-021-26/+31
* changed mime type handlingDaniel Gultsch2015-07-011-3/+2
* made httpconnection (download) ready all kind of filesDaniel Gultsch2015-06-301-1/+1
* refactored bodyContainsDownloadable to be more flexibleDaniel Gultsch2015-06-301-1/+1
* always show copy original url in context menu when url is availableDaniel Gultsch2015-06-301-2/+1
* make quick actions available in conferences when file attachment is availableDaniel Gultsch2015-06-291-23/+28