aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* try to catch plattform bugsDaniel 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 ↵Daniel Gultsch2015-09-133-9/+39
| | | | mode)
* 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
| | | | | * ctrl + tab will open the conversations overview (when available) * ctrl + up / down will navigate between conversations
* 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
| | | | | | | | | Doesn't access database directly anymore but goes through AxolotlService now to obtain list of fingerprints associated with an Account/Contact. This should prevent orphaned keys littering the UI which previously couldn't be removed through the Clear Devices function. Together with 1c79982da84964c1d81179a0927d9cd1eadf53de this fixes #1393
* 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 ↵Daniel Gultsch2015-09-042-7/+10
| | | | enterIsSend and showEnterKey are both set
* Ensure uris is empty before onStart adds to itAndreas Straub2015-09-021-0/+1
| | | | Fixes #1382
* 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
|
* Display error message if all contact keys purgedAndreas Straub2015-08-151-0/+10
|
* show HTTP upload availability on Edit account screenhlad2015-08-141-0/+7
|
* 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
|
* 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
|
* 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
|
* 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
|