Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changed single_account config into more simple lock_settings | Daniel Gultsch | 2016-02-27 | 1 | -1/+8 |
| | |||||
* | skip avatar ui when pep is not available. fixes #1706 | Daniel Gultsch | 2016-02-19 | 1 | -5/+5 |
| | |||||
* | made clear that archiving preferences are server side | Daniel Gultsch | 2016-02-16 | 1 | -1/+1 |
| | |||||
* | fixed server info push not showing up when unavailable | Daniel Gultsch | 2016-02-14 | 1 | -2/+2 |
| | |||||
* | fixed compile bug in free version | Daniel Gultsch | 2016-02-13 | 1 | -1/+1 |
| | |||||
* | client side support for XEP-0357: Push Notifications | Daniel Gultsch | 2016-02-12 | 1 | -0/+13 |
| | |||||
* | allow user to set MAM preferences | Daniel Gultsch | 2016-02-09 | 1 | -1/+63 |
| | |||||
* | expert setting to trigger extended connection options | Daniel Gultsch | 2016-01-25 | 1 | -7/+23 |
| | |||||
* | use extract account from intent method and final EXTRA_ACCOUNT variable | Daniel Gultsch | 2016-01-22 | 1 | -4/+4 |
| | |||||
* | ask to be excluded from battery optimization | Daniel Gultsch | 2016-01-11 | 1 | -3/+24 |
| | |||||
* | edit account activity was still showing the omemo key with leading 0x05. ↵ | Daniel Gultsch | 2016-01-03 | 1 | -2/+2 |
| | | | | fixes #1631 | ||||
* | show certificate information | Daniel Gultsch | 2015-12-23 | 1 | -1/+1 |
| | |||||
* | splite PARANOIA_MODE into three different options | Daniel Gultsch | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | show tor config in paranoid mode | Daniel Gultsch | 2015-12-02 | 1 | -1/+1 |
| | |||||
* | do socks5 connect manually | Daniel Gultsch | 2015-12-01 | 1 | -21/+31 |
| | |||||
* | initial tor support | Daniel Gultsch | 2015-12-01 | 1 | -1/+42 |
| | |||||
* | pgp fixes and revert configuration changes | Daniel Gultsch | 2015-11-25 | 1 | -6/+0 |
| | |||||
* | Merge pull request #1520 from saqura/self_handle_orientation | Daniel Gultsch | 2015-10-26 | 1 | -0/+9 |
|\ | | | | | Handle some orientation changes manually | ||||
| * | Reset the margins manually after rotating | saqura | 2015-10-26 | 1 | -0/+9 |
| | | |||||
* | | invalidate menu after backend connection. | Daniel Gultsch | 2015-10-25 | 1 | -0/+1 |
|/ | | | | fixes the menu not being shown after rotation in edit account details | ||||
* | improved error reporting in trust keys activity | Daniel Gultsch | 2015-10-17 | 1 | -1/+1 |
| | |||||
* | set cursor to end of jid in edit account | Daniel Gultsch | 2015-10-13 | 1 | -2/+3 |
| | |||||
* | add menu item in account details to renew certificate | Daniel Gultsch | 2015-10-11 | 1 | -24/+56 |
| | |||||
* | Captcha support. | Armin Novak | 2015-10-11 | 1 | -1/+73 |
| | |||||
* | initial UI work to allow setting up accounts from certifcates | Daniel Gultsch | 2015-10-09 | 1 | -21/+25 |
| | |||||
* | do not dismiss editAccountActivity when still trying to register new account | Daniel Gultsch | 2015-10-09 | 1 | -1/+3 |
| | |||||
* | indicate broken pep in server info | Daniel Gultsch | 2015-09-06 | 1 | -1/+7 |
| | |||||
* | Only show that have sessions in fingerprint list | Andreas Straub | 2015-09-06 | 1 | -9/+6 |
| | | | | | | | | | 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 | ||||
* | show HTTP upload availability on Edit account screen | hlad | 2015-08-14 | 1 | -0/+7 |
| | |||||
* | renamed multi-end / axolotl to OMEMO | Daniel Gultsch | 2015-08-08 | 1 | -2/+2 |
| | |||||
* | added Config.java varibale to lock account creation to specfic domain | Daniel Gultsch | 2015-08-03 | 1 | -20/+55 |
| | |||||
* | Highlight selected message's fingerprint in list | Andreas Straub | 2015-07-29 | 1 | -1/+4 |
| | |||||
* | Hide regenerate keys button | Andreas Straub | 2015-07-22 | 1 | -10/+13 |
| | | | | Can re-enable it via Config.java setting | ||||
* | Add INACTIVE state for removed keys | Andreas Straub | 2015-07-21 | 1 | -1/+7 |
| | | | | | | | | | | | | | 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. | ||||
* | 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 | 1 | -2/+1 |
| | | | | 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 | -26/+25 |
| | |||||
* | Optimize imports | Andreas Straub | 2015-07-20 | 1 | -1/+0 |
| | |||||
* | 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 |
| | |||||
* | Refactor trust key ui and show in account details | Andreas Straub | 2015-07-19 | 1 | -0/+22 |
| | | | | | | | | | 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 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 |
| | |||||
* | 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. | ||||
* | 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 |
| | |||||
* | call StartConversationActivity in init mode only after adding the first account | Daniel Gultsch | 2015-05-15 | 1 | -1/+3 |
| | |||||
* | fixed service discovery by properly storing and checking identities | Daniel Gultsch | 2015-04-25 | 1 | -1/+1 |
| | |||||
* | always show save button when account info was modified. fixes #918 | iNPUTmice | 2015-04-14 | 1 | -5/+9 |
| |