aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* indicate cbe in chat message hintDaniel Gultsch2015-10-311-1/+7
* explicitly mark verified omemo keys in UIDaniel Gultsch2015-10-312-7/+12
* Merge pull request #1513 from fiaxh/pgp_background_decryptionDaniel Gultsch2015-10-303-71/+79
|\
| * Show PGP "please wait" message only when actually decryptingfiaxh2015-10-281-1/+5
| * Decrypt PGP messages in backgroundfiaxh2015-10-282-70/+74
* | load avatars in message adapter in background taskDaniel Gultsch2015-10-291-11/+92
* | show encryption type in warned/red messagesDaniel Gultsch2015-10-281-0/+6
|/
* Merge pull request #1520 from saqura/self_handle_orientationDaniel Gultsch2015-10-264-1/+29
|\
| * Reset the margins manually after rotatingsaqura2015-10-264-1/+29
* | invalidate menu after backend connection.Daniel Gultsch2015-10-251-0/+1
|/
* open unknown files with wildcard intentDaniel Gultsch2015-10-202-10/+15
* open manage account + certificate chooser when cbe mode is enabledDaniel Gultsch2015-10-202-28/+39
* add nick to bookmark when entering full jid in join conference dialogDaniel Gultsch2015-10-191-4/+6
* allow redownloading files from remote hosts. fixes #1504Daniel Gultsch2015-10-171-1/+2
* improved error reporting in trust keys activityDaniel Gultsch2015-10-173-12/+23
* introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch2015-10-161-32/+48
* make unread status and notifications presistent across restartsDaniel Gultsch2015-10-141-2/+1
* set cursor to end of jid in edit accountDaniel Gultsch2015-10-131-2/+3
* add config variable to enable x509 verificationDaniel Gultsch2015-10-121-2/+9
* code clean upDaniel Gultsch2015-10-123-8/+7
* add menu item in account details to renew certificateDaniel Gultsch2015-10-111-24/+56
* Merge pull request #1461 from akallabeth/captcha_supportDaniel Gultsch2015-10-112-1/+79
|\
| * Captcha support.Armin Novak2015-10-112-1/+79
* | prevent null pointer when trying to display device fingerprints of not existi...Daniel Gultsch2015-10-111-0/+3
|/
* initial UI work to allow setting up accounts from certifcatesDaniel Gultsch2015-10-093-23/+66
* do not dismiss editAccountActivity when still trying to register new accountDaniel Gultsch2015-10-091-1/+3
* introduced expert options to set status to away and xa if screen is off or if...Daniel Gultsch2015-10-081-5/+6
* Show whether MAM is supported in MUCssaqura2015-10-061-1/+12
* try to catch plattform bugs1.6.11Daniel Gultsch2015-10-021-1/+6
* do tab completion only if neither ctrl nor alt are being pressedDaniel Gultsch2015-09-281-4/+4
* catch rare activity not found exception when opening downloaded filesDaniel Gultsch2015-09-271-4/+9
* allow tab completion in conferencesDaniel Gultsch2015-09-272-4/+59
* Export logs to SD card preferencefiaxh2015-09-211-0/+29
* catch IndexOutOfBoundsException when swiping away conversationsDaniel Gultsch2015-09-171-1/+5
* added possibiltiy to set conferences as moderated (only visible in advanced m...Daniel Gultsch2015-09-133-9/+39
* added alt as possible modifier key. use mod+(0..9) to jump to a conversationDaniel Gultsch2015-09-092-26/+46
* added rotation detection to up/down navigationDaniel Gultsch2015-09-071-4/+23
* added some key bindingDaniel Gultsch2015-09-073-5/+87
* catch npe in setupIme methodDaniel Gultsch2015-09-071-1/+3
* indicate broken pep in server infoDaniel Gultsch2015-09-061-1/+7
* Only show that have sessions in fingerprint listAndreas Straub2015-09-064-43/+35
* invoke onEnterPressed callback only if shift is not pressedDaniel Gultsch2015-09-041-1/+1
* 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...show_send_button_in_softkeyboardDaniel Gultsch2015-09-042-7/+10
* Ensure uris is empty before onStart adds to itAndreas Straub2015-09-021-0/+1
* use dedicated colors for primary and primary_darkDaniel Gultsch2015-08-261-1/+1
* fixed highlight text color for white chat bubblesDaniel Gultsch2015-08-261-0/+1
* remove unused imports.Michael2015-08-251-1/+0
* 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-243-36/+61