Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't show v\omemo keys as such if not enabled | Daniel Gultsch | 2016-03-20 | 1 | -3/+4 |
| | |||||
* | reworked sharewith activity to stay open during sharing | Daniel Gultsch | 2016-03-16 | 1 | -0/+1 |
| | | | | closing the activity prematuraly caused uri permissions to be revoked | ||||
* | don't show opt-out of battery optimization dialog when push is enabled | Daniel Gultsch | 2016-03-06 | 1 | -1/+1 |
| | |||||
* | rename purge keys positive button to 'purge keys' | Daniel Gultsch | 2016-02-28 | 1 | -1/+1 |
| | |||||
* | changed single_account config into more simple lock_settings | Daniel Gultsch | 2016-02-27 | 1 | -0/+14 |
| | |||||
* | use extract account from intent method and final EXTRA_ACCOUNT variable | Daniel Gultsch | 2016-01-22 | 1 | -5/+4 |
| | |||||
* | added convenience method to extract account from intent | Daniel Gultsch | 2016-01-22 | 1 | -1/+13 |
| | |||||
* | check for file storage permission before selecting avatar | Daniel Gultsch | 2016-01-13 | 1 | -0/+14 |
| | |||||
* | Revert "Add additional warnings to OMEMO purge key function" | Daniel Gultsch | 2016-01-12 | 1 | -26/+2 |
| | | | | This reverts commit 3bea5b25cd5496cd3f14a66c208b34d0c8e48b03. | ||||
* | Add additional warnings to OMEMO purge key function | Andreas Straub | 2016-01-12 | 1 | -2/+26 |
| | | | | | | People continue to press the "don't press this" button. Maybe adding some warnings indicating that this button will not fix their problems will help... | ||||
* | ask to be excluded from battery optimization | Daniel Gultsch | 2016-01-11 | 1 | -0/+11 |
| | |||||
* | Allow entering a JID from 'choose contact'. thanks @singpolyma | Daniel Gultsch | 2016-01-04 | 1 | -0/+2 |
| | | | | | fixes #1611 fixes #1602 | ||||
* | strip leading 0x05 off omemo fingerprints | Daniel Gultsch | 2015-12-27 | 1 | -4/+7 |
| | |||||
* | show certificate information | Daniel Gultsch | 2015-12-23 | 1 | -3/+7 |
| | |||||
* | Sign empty status | fiaxh | 2015-11-09 | 1 | -2/+1 |
| | |||||
* | Use OpenPGP-API 9.0 | fiaxh | 2015-11-09 | 1 | -23/+50 |
| | |||||
* | explicitly mark verified omemo keys in UI | Daniel Gultsch | 2015-10-31 | 1 | -6/+11 |
| | |||||
* | Reset the margins manually after rotating | saqura | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1461 from akallabeth/captcha_support | Daniel Gultsch | 2015-10-11 | 1 | -0/+6 |
|\ | | | | | Implemented account registration with captcha | ||||
| * | Captcha support. | Armin Novak | 2015-10-11 | 1 | -0/+6 |
| | | |||||
* | | prevent null pointer when trying to display device fingerprints of not ↵ | Daniel Gultsch | 2015-10-11 | 1 | -0/+3 |
|/ | | | | existing sessions | ||||
* | initial UI work to allow setting up accounts from certifcates | Daniel Gultsch | 2015-10-09 | 1 | -0/+5 |
| | |||||
* | Only show that have sessions in fingerprint list | Andreas Straub | 2015-09-06 | 1 | -11/+8 |
| | | | | | | | | | 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 | ||||
* | use dedicated colors for primary and primary_dark | Daniel Gultsch | 2015-08-26 | 1 | -1/+1 |
| | |||||
* | renamed multi-end / axolotl to OMEMO | Daniel Gultsch | 2015-08-08 | 1 | -3/+3 |
| | |||||
* | Let UNTRUSTED/UNDECIDED keys become INACTIVE | Andreas Straub | 2015-08-01 | 1 | -12/+18 |
| | |||||
* | fixed some colors in message adapter | Daniel Gultsch | 2015-07-30 | 1 | -1/+1 |
| | |||||
* | Highlight selected message's fingerprint in list | Andreas Straub | 2015-07-29 | 1 | -8/+20 |
| | |||||
* | Improve trust toggle responsiveness | Andreas Straub | 2015-07-29 | 1 | -6/+1 |
| | | | | Removed unnecessary UI refreshes, explicitly update UI where needed. | ||||
* | Refactor out inner classes, cache trust store | Andreas Straub | 2015-07-29 | 1 | -9/+9 |
| | | | | | | | 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. | ||||
* | Disable trust toggle completely for INACTIVE keys | Andreas Straub | 2015-07-22 | 1 | -0/+1 |
| | |||||
* | Add INACTIVE state for removed keys | Andreas Straub | 2015-07-21 | 1 | -4/+20 |
| | | | | | | | | | | | | | 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 mucs | Daniel Gultsch | 2015-07-21 | 1 | -4/+9 |
| | |||||
* | Add purge axolotl key option | Andreas Straub | 2015-07-20 | 1 | -4/+33 |
| | | | | Can now long-press a key to permanently purge it. | ||||
* | rely on refreshUi/refreshUiReal and make sure it is being used everywhere | Daniel Gultsch | 2015-07-20 | 1 | -4/+2 |
| | |||||
* | Optimize imports | Andreas Straub | 2015-07-20 | 1 | -1/+0 |
| | |||||
* | Ask for key trust when sending messages | Andreas Straub | 2015-07-19 | 1 | -1/+8 |
| | | | | | | 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 | 1 | -0/+79 |
| | | | | | | | | | 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. | ||||
* | Disable Axolotl option if not usable | Andreas Straub | 2015-07-19 | 1 | -23/+0 |
| | | | | | In MUCs or if contact is not axolotl capable, disable axolotl menu option | ||||
* | Added axolotl activation code to UI | Andreas Straub | 2015-07-19 | 1 | -0/+23 |
| | |||||
* | renamed colors | Daniel Gultsch | 2015-07-13 | 1 | -12/+8 |
| | |||||
* | display toast in ui on failed http download | Daniel Gultsch | 2015-07-10 | 1 | -6/+9 |
| | | | | fixes #954 | ||||
* | removed debug logging | Daniel Gultsch | 2015-05-12 | 1 | -2/+0 |
| | |||||
* | handle conference invites differently to deal with killed activities. fixes ↵ | Daniel Gultsch | 2015-05-12 | 1 | -31/+56 |
| | | | | #1188 | ||||
* | fixed regression where the selected conversation wasn't highlighted anymore ↵ | iNPUTmice | 2015-04-13 | 1 | -1/+7 |
| | | | | on tabled layout | ||||
* | Added multiple select to Choose Contact Activity | Andreas Straub | 2015-03-18 | 1 | -5/+28 |
| | | | | | | | | | | | | | | | | | When passing the Choose Contact Activity a boolean called "multiple" set to true, it now allows the user to select multiple contacts. Long pressing a contact enters multiple selection mode and the selection is confirmed using a button in the CAB. The Activity returns whether or not multiple contacts were selected using the same boolean. If multiple contacts were selected, an array of JID strings called "contacts" is returned. The Choose Contact Activity now also honors "filter_contacts", an array of strings containing JIDs that should not be displayed in the picker. The invite to conference dialog now uses this feature to enable inviting multiple contacts at once. Additionally, Invite Contact uses "filter_contacts" to only display contacts that are not yet participating in the conversation | ||||
* | limit ui refresh rate | iNPUTmice | 2015-02-17 | 1 | -0/+29 |
| | |||||
* | adapt caps on whether or not message confirmation is on | iNPUTmice | 2015-01-26 | 1 | -3/+1 |
| | |||||
* | Changed online color to green instead of primary | Anders Sandblad | 2015-01-23 | 1 | -0/+4 |
| | |||||
* | always allow access to contact details. provide add button in contact details | iNPUTmice | 2015-01-21 | 1 | -5/+7 |
| |