aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-08-15Update license string with librariesAndreas Straub1-0/+4
2015-08-15Display error message if all contact keys purgedAndreas Straub2-0/+34
2015-08-14show HTTP upload availability on Edit account screenhlad2-0/+21
2015-08-10provide more detailed error toasts for http file downloadDaniel Gultsch1-1/+3
2015-08-08decreased right hand side padding in contact keysDaniel Gultsch1-1/+3
2015-08-08renamed multi-end / axolotl to OMEMODaniel Gultsch3-18/+17
2015-08-05changed text selection colorDaniel Gultsch3-0/+3
2015-08-03added Config.java varibale to lock account creation to specfic domainDaniel Gultsch2-0/+4
2015-08-03sync translations with transifexDaniel Gultsch24-71/+14
2015-08-01temporarily renamed new encryption method to 'Multi-End' until a better name ↵Daniel Gultsch1-10/+10
has been found
2015-07-31removed expert setting to 'force encryption'. merged certifcate and ↵Daniel Gultsch2-83/+75
encryption settings into same category
2015-07-30fixed some colors in message adapterDaniel Gultsch3-2/+1
2015-07-29Highlight selected message's fingerprint in listAndreas Straub2-0/+2
2015-07-29add new received message bubble drawableDaniel Gultsch15-0/+0
2015-07-22show warning when trying to highlight users that have left the conferenceDaniel Gultsch1-0/+1
2015-07-22treat private, non-anonymous mucs like 1:1 chats notification wiseDaniel Gultsch2-3/+3
2015-07-22Hide regenerate keys buttonAndreas Straub1-1/+1
Can re-enable it via Config.java setting
2015-07-21decreased saturation of received message bubbles by 25 unitsDaniel Gultsch10-0/+0
2015-07-21Add INACTIVE state for removed keysAndreas Straub1-0/+1
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.
2015-07-21allow for private messages being started from muc details in anonymous mucsDaniel Gultsch2-0/+5
2015-07-21pulled new translations from transifexDaniel Gultsch2-1/+6
2015-07-21very subtleDaniel Gultsch8-60/+74
2015-07-20Add purge axolotl key optionAndreas Straub1-0/+3
Can now long-press a key to permanently purge it.
2015-07-20pulled new translations from transifexDaniel Gultsch2-1/+6
2015-07-20changed sizes of avatars and padding in new message bubblesDaniel Gultsch15-30/+29
2015-07-20changed message bubble appearanceRaphael Pohl25-61/+62
2015-07-20fixed monospace font and android LDaniel Gultsch5-6/+13
2015-07-20don't show 'show contact details' context menu item when contact isn not in ↵Daniel Gultsch1-25/+25
roster
2015-07-20Use MD style for key trust toggle switchAndreas Straub2-7/+1
2015-07-19Remove device list from EditAccountAndreas Straub1-43/+0
2015-07-19Change CAB to accent color in v21Sam Whited1-0/+3
2015-07-19Add clear devices to overflow menu in EditAccountAndreas Straub2-0/+6
2015-07-19Ask for key trust when sending messagesAndreas Straub2-0/+123
If the contact (or the own account) has keys that have UNDECIDED trust, we now drop the user into the new TrustKeysActivity, where they have to decide for each new key whether it should be TRUSTED or UNTRUSTED.
2015-07-19Refactor trust key ui and show in account detailsAndreas Straub4-10/+51
Refactored the trust key row UI element so it can be used in multiple places. It now also uses a slider to toggle the trust state, and the redundant trust state description was removed. EditAccountActivity now shows the keys of other devices associated with that account.
2015-07-19Add refresh icon to v21 themeSam Whited6-0/+1
2015-07-19Add key trust toggle to ContactDetailsActivityAndreas Straub12-0/+13
Can now toggle IdentityKey trust
2015-07-19Display trust status in ContactDetailsActivityAndreas Straub1-3/+15
2015-07-19Display axolotl chat message hintAndreas Straub1-0/+1
2015-07-19Add basic PEP managemend UI to EditAccountActivityAndreas Straub2-0/+107
EditAccountActivity now show own fingerprint, and gives an option to regenerate local keying material (and wipe all sessions associated with the old keys in the process). It also now displays a list of other own devices, and gives an option to remove all but the current device.
2015-07-19show contact details in conference details ...Christian S1-1/+5
2015-07-19CryptoNext Menu entries addedAndreas Straub2-0/+4
2015-07-18changed switch widgetDaniel Gultsch30-4/+58
2015-07-18pulled translationsDaniel Gultsch7-1/+15
2015-07-16version bump to 1.5.0-beta.2Daniel Gultsch1-1/+1
2015-07-16fixed some ux glitches in editaccountDaniel Gultsch2-2/+0
2015-07-16removed empty translation fileDaniel Gultsch1-2/+0
2015-07-16made 'check image on http host' message more generic. fixed #1281Daniel Gultsch27-103/+332
2015-07-13renamed colorsDaniel Gultsch34-152/+153
2015-07-10display toast in ui on failed http downloadDaniel Gultsch1-0/+1
fixes #954
2015-07-02refactored message context menuDaniel Gultsch2-10/+15