Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start TrustKeysActivity if no keys are TRUSTED | Andreas Straub | 2015-07-20 | 2 | -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 online | Andreas Straub | 2015-07-20 | 1 | -0/+1 |
| | |||||
* | Add purge axolotl key option | Andreas Straub | 2015-07-20 | 3 | -8/+35 |
| | | | | Can now long-press a key to permanently purge it. | ||||
* | changed message bubble appearance | Raphael Pohl | 2015-07-20 | 1 | -10/+27 |
| | |||||
* | rely on refreshUi/refreshUiReal and make sure it is being used everywhere | Daniel Gultsch | 2015-07-20 | 11 | -66/+64 |
| | |||||
* | Merge branch 'CryptoNextBeta' into development | Andreas Straub | 2015-07-20 | 19 | -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 available | Andreas Straub | 2015-07-20 | 1 | -4/+26 |
| | | |||||
| * | Optimize imports | Andreas Straub | 2015-07-20 | 18 | -66/+51 |
| | | |||||
| * | Remove device list from EditAccount | Andreas Straub | 2015-07-19 | 1 | -22/+0 |
| | | |||||
| * | Add clear devices to overflow menu in EditAccount | Andreas Straub | 2015-07-19 | 1 | -3/+11 |
| | | |||||
| * | Ask for key trust when sending messages | Andreas Straub | 2015-07-19 | 4 | -14/+311 |
| | | | | | | | | | | | | 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. | ||||
| * | Refactor trust key ui and show in account details | Andreas Straub | 2015-07-19 | 3 | -48/+102 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Fix trust status for outgoing messages | Andreas Straub | 2015-07-19 | 2 | -7/+7 |
| | | | | | | | | | | | | Tag sent messages with own fingerprint, set own fingerprint as always trusted, include own fingerprint in database trust search, explicitly reset trust colorfilter | ||||
| * | Fix copying of axolotl keys to clipboard | Sam Whited | 2015-07-19 | 1 | -1/+1 |
| | | |||||
| * | Add refresh icon to v21 theme | Sam Whited | 2015-07-19 | 1 | -1/+0 |
| | | |||||
| * | Disable Axolotl option if not usable | Andreas Straub | 2015-07-19 | 2 | -33/+10 |
| | | | | | | | | | | In MUCs or if contact is not axolotl capable, disable axolotl menu option | ||||
| * | Show trust status of messages' originating session | Andreas Straub | 2015-07-19 | 1 | -0/+13 |
| | | | | | | | | | | Shade lock icon red if message was received in a session that has not been marked trusted by the user or fingerprint is unknown | ||||
| * | Add key trust toggle to ContactDetailsActivity | Andreas Straub | 2015-07-19 | 1 | -10/+39 |
| | | | | | | | | Can now toggle IdentityKey trust | ||||
| * | Display trust status in ContactDetailsActivity | Andreas Straub | 2015-07-19 | 1 | -0/+3 |
| | | |||||
| * | Display axolotl chat message hint | Andreas Straub | 2015-07-19 | 1 | -0/+3 |
| | | |||||
| * | Add basic PEP managemend UI to EditAccountActivity | Andreas Straub | 2015-07-19 | 1 | -4/+105 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Adapt prettifyFingerprint() to axolotl FP sizes | Andreas Straub | 2015-07-19 | 1 | -1/+1 |
| | | |||||
| * | Fix displaying Contact IdentityKeys | Andreas Straub | 2015-07-19 | 1 | -1/+2 |
| | | | | | | | | | | Migrate ContactDetailsActivity to use new SQL IdentityKeys storage, remove dead code from Contact class. | ||||
| * | Reformat code to use tabs | Andreas Straub | 2015-07-19 | 1 | -5/+5 |
| | | | | | | | | This really sucks to do it like this. Sorry. :( | ||||
| * | Added axolotl activation code to UI | Andreas Straub | 2015-07-19 | 4 | -0/+71 |
| | | |||||
* | | don't show 'show contact details' context menu item when contact isn not in ↵ | Daniel Gultsch | 2015-07-20 | 1 | -3/+8 |
| | | | | | | | | roster | ||||
* | | show contact details in conference details ... | Christian S | 2015-07-19 | 1 | -0/+5 |
|/ | |||||
* | changed switch widget | Daniel Gultsch | 2015-07-18 | 2 | -3/+73 |
| | |||||
* | code cleanup | Daniel Gultsch | 2015-07-17 | 1 | -1/+1 |
| | |||||
* | show error message in account details when info has not been edited | Daniel Gultsch | 2015-07-17 | 1 | -1/+1 |
| | |||||
* | even less jumpy | Daniel Gultsch | 2015-07-16 | 1 | -1/+3 |
| | |||||
* | fixed some ux glitches in editaccount | Daniel Gultsch | 2015-07-16 | 1 | -7/+9 |
| | |||||
* | fixed some npes | Daniel Gultsch | 2015-07-16 | 1 | -4/+11 |
| | |||||
* | fixed crash on invalid muc bookmarks | Daniel Gultsch | 2015-07-15 | 1 | -3/+7 |
| | |||||
* | renamed colors | Daniel Gultsch | 2015-07-13 | 1 | -12/+8 |
| | |||||
* | catch exception on broken android phones | Daniel Gultsch | 2015-07-12 | 1 | -1/+7 |
| | |||||
* | made lock button reflect encryption status of the next messages instead of ↵ | Daniel Gultsch | 2015-07-12 | 1 | -16/+10 |
| | | | | the last | ||||
* | renamed HttpConnection to HttpDownloadConnection | Daniel Gultsch | 2015-07-10 | 2 | -2/+2 |
| | |||||
* | renamed downloadable to transferable | Daniel Gultsch | 2015-07-10 | 3 | -25/+25 |
| | |||||
* | display toast in ui on failed http download | Daniel Gultsch | 2015-07-10 | 3 | -7/+23 |
| | | | | fixes #954 | ||||
* | show timestamp on images in mucs | Daniel Gultsch | 2015-07-10 | 1 | -1/+1 |
| | | | | fixes #1178 | ||||
* | fixed share with activity to account for http file upload | Daniel Gultsch | 2015-07-02 | 1 | -40/+34 |
| | |||||
* | refactored message context menu | Daniel Gultsch | 2015-07-02 | 2 | -32/+37 |
| | |||||
* | changed mime type handling | Daniel Gultsch | 2015-07-01 | 1 | -3/+2 |
| | |||||
* | made httpconnection (download) ready all kind of files | Daniel Gultsch | 2015-06-30 | 3 | -7/+6 |
| | |||||
* | refactored bodyContainsDownloadable to be more flexible | Daniel Gultsch | 2015-06-30 | 1 | -1/+1 |
| | |||||
* | always show copy original url in context menu when url is available | Daniel Gultsch | 2015-06-30 | 1 | -2/+1 |
| | |||||
* | make quick actions available in conferences when file attachment is available | Daniel Gultsch | 2015-06-29 | 1 | -23/+28 |
| | |||||
* | show attach button in conferences when http upload is available | Daniel Gultsch | 2015-06-29 | 1 | -4/+7 |
| | |||||
* | reworked handeling of system contacts | Daniel Gultsch | 2015-06-03 | 1 | -22/+20 |
| |