aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* version 1.6.0 beta 3Christian S2015-08-125-13/+9
|\
| * use same code that is used to open files for imagesDaniel Gultsch2015-08-111-4/+1
| | | | | | | | fixes #1323
| * changed color of 'whispered' prefixDaniel Gultsch2015-08-111-2/+1
| | | | | | | | fixes #1326
| * renamed multi-end / axolotl to OMEMODaniel Gultsch2015-08-084-7/+7
| |
* | also hide encryption options in MUCsChristian S2015-08-081-0/+1
| |
* | add config option to hide all encryption modesChristian S2015-08-081-0/+1
| |
* | modified image preview size and avatar sizeChristian S2015-08-081-4/+4
| |
* | copy commitsChristian S2015-08-089-47/+121
|\|
| * hide multi-end and otr encryption in conferencesDaniel Gultsch2015-08-061-2/+3
| |
| * Improve TrustKeysActivity slider responsivenessAndreas Straub2015-08-051-11/+11
| | | | | | | | | | | | Slider used to skip back on drag-and-drop action. The switch doesn't trigger explicit whole UI refreshes anymore, it now directly adjusts the "done" button's locked status.
| * added config.java variable to hide openpgp as an encryption methodDaniel Gultsch2015-08-052-0/+3
| |
| * added Config.java varibale to lock account creation to specfic domainDaniel Gultsch2015-08-036-33/+104
| |
* | copy commitsChristian S2015-08-027-103/+133
|\|
| * Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub2015-08-014-26/+32
| |
| * Refactor axolotl message processing workflowAndreas Straub2015-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | XmppAxolotlMessage is now entirely responsible for handling encryption and decryption of messages, only leveraging XmppAxolotlSession as a packing/unpacking primitive for payload keys. Removed pseudo-dead session generation code step from prepareMessage function, as sessions have been created by invoking the TrustKeysActivity for a while now. Added prepareKeyTransportMessage function, which creates a message with no payload. The key that is packed into the header keyElements can then be used for other purposes (e.g. encrypted file transfer).
| * improved 'next encryption' selectionDaniel Gultsch2015-07-312-31/+24
| |
| * Fix session logic: enforce same type of encryptionAndreas Straub2015-07-301-25/+3
| |
| * fixed some colors in message adapterDaniel Gultsch2015-07-302-26/+32
| |
| * Reset lock color for non-axolotl messagesAndreas Straub2015-07-291-0/+2
| |
| * Highlight selected message's fingerprint in listAndreas Straub2015-07-295-13/+32
| |
| * Rerender message bubbles on encryption changeAndreas Straub2015-07-291-0/+1
| |
| * Tag carbon messages in parser, adapt session logicAndreas Straub2015-07-291-2/+2
| | | | | | | | | | | | Messages sent from another device of the own account are now explicitly tagged as carboned message. The session detection logic now uses this tag to find "session borders".
| * Color plaintext messages in encrypted sessions redAndreas Straub2015-07-291-0/+30
| | | | | | | | | | | | | | | | | | Plaintext messages that were received while in an encrypted session are now colored red. We define "in an encrypted session" if a) the last message sent by our own device before the message under consideration (or any message received between then and now) was encrypted AND b) the next message will be sent encrypted or the next message sent after the one under consideration was sent encrypted
| * Improve trust toggle responsivenessAndreas Straub2015-07-291-6/+1
| | | | | | | | Removed unnecessary UI refreshes, explicitly update UI where needed.
| * Refactor out inner classes, cache trust storeAndreas Straub2015-07-294-14/+14
| | | | | | | | | | | | | | Moves SQLiteAxolotlStore and XmppAxolotlSession into proper classes. IdentityKeys trust statuses are now cached in an LruCache to prevent hammering the database when rendering the UI.
| * call refreshUi directlyDaniel Gultsch2015-07-241-1/+1
| |
* | removed username from typing infoChristian S2015-07-301-1/+1
| |
* | added missing chatstate hintsChristian S2015-07-281-2/+4
| |
* | changed subtitle a bitChristian S2015-07-231-1/+1
| |
* | add subtitle to ActionBar in chatviewsChristian S2015-07-232-9/+23
|\ \ | | | | | | | | | | | | * display typing info in ActionBar as subtitle for single user chats * display participants in ActionBar as subtitle in conferences
| * | hide typing info when contact stopped typingChristian S.2015-07-211-1/+1
| | |
| * | move typing info to ActionBar subtitleChristian S2015-07-203-116/+137
| | |
* | | copy commitsChristian S2015-07-238-41/+107
|\ \ \ | | |/ | |/|
| * | 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-222-2/+2
| | |
| * | Hide regenerate keys buttonAndreas Straub2015-07-221-10/+13
| | | | | | | | | | | | Can re-enable it via Config.java setting
| * | Disable trust toggle completely for INACTIVE keysAndreas Straub2015-07-221-0/+1
| | |
| * | Add INACTIVE state for removed keysAndreas Straub2015-07-214-9/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We introduce a new trust state: INACTIVE. This state is intended for old keys that have been removed. When a TRUSTED device is removed from the PEP devicelist, it's status will be set to INACTIVE. INACTIVE keys are shown in the UI as greyed out, non-interactible key rows. Messages are not encrypted for INACTIVE devices. When an INACTIVE device reappears in PEP, or a message is received from an INACTIVE device, it is set back to trusted.
| * | allow for private messages being started from muc details in anonymous mucsDaniel Gultsch2015-07-213-15/+42
| | |
* | | copy commitsChristian S2015-07-2021-147/+816
|\| |
| * | Start TrustKeysActivity if no keys are TRUSTEDAndreas Straub2015-07-202-4/+15
| | | | | | | | | | | | | | | If there are no UNDECIDED keys, but none of the contact's keys are trusted, redirect the user to the TrustKeysActivity
| * | Do not display clear devices button if not onlineAndreas Straub2015-07-201-0/+1
| | |
| * | Add purge axolotl key optionAndreas Straub2015-07-203-8/+35
| | | | | | | | | | | | Can now long-press a key to permanently purge it.
| * | changed message bubble appearanceRaphael Pohl2015-07-201-10/+27
| | |
| * | rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch2015-07-2011-66/+64
| | |
| * | Merge branch 'CryptoNextBeta' into developmentAndreas Straub2015-07-2019-77/+618
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CryptoNextBeta: (60 commits) Lock TrustKeys if no trusted keys are available Optimize imports Use MD style for key trust toggle switch Fix set/remove OnUpdateBlocklistListener Fix axolotl database migration Remove device list from EditAccount Add clear devices to overflow menu in EditAccount Ask for key trust when sending messages Encrypt files for HTTP upload in encrypted chats Refactor trust key ui and show in account details Send correct body for HTTP files Handle file transmission properly in axolotl Remove unneccessary code Fix trust status for outgoing messages Don't merge messages with different trust statuses Fix copying of axolotl keys to clipboard Add refresh icon to v21 theme Disable Axolotl option if not usable Show trust status of messages' originating session Add key trust toggle to ContactDetailsActivity ...
| | * | Lock TrustKeys if no trusted keys are availableAndreas Straub2015-07-201-4/+26
| | | |
| | * | Optimize importsAndreas Straub2015-07-2018-66/+51
| | | |
| | * | Remove device list from EditAccountAndreas Straub2015-07-191-22/+0
| | | |
| | * | Add clear devices to overflow menu in EditAccountAndreas Straub2015-07-191-3/+11
| | | |