aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/EditAccountActivity.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-06don't show opt-out of battery optimization dialog when push is enabledDaniel Gultsch1-2/+3
2016-03-02Fixes FS#146: Remove Tor-Supportsteckbrief1-3/+1
2016-02-27changed single_account config into more simple lock_settingsDaniel Gultsch1-1/+8
2016-02-19skip avatar ui when pep is not available. fixes #1706Daniel Gultsch1-5/+5
2016-02-16made clear that archiving preferences are server sideDaniel Gultsch1-1/+1
2016-02-14fixed server info push not showing up when unavailableDaniel Gultsch1-2/+2
2016-02-13fixed compile bug in free versionDaniel Gultsch1-1/+1
2016-02-12Imports organizedsteckbrief1-2/+2
2016-02-12client side support for XEP-0357: Push NotificationsDaniel Gultsch1-0/+13
2016-02-11Compilation errors and merge mixups fixedsteckbrief1-2/+2
2016-02-09allow user to set MAM preferencesDaniel Gultsch1-1/+63
2016-01-25expert setting to trigger extended connection optionsDaniel Gultsch1-7/+23
2016-01-22use extract account from intent method and final EXTRA_ACCOUNT variableDaniel Gultsch1-4/+4
2016-01-11ask to be excluded from battery optimizationDaniel Gultsch1-3/+24
2016-01-03edit account activity was still showing the omemo key with leading 0x05. ↵Daniel Gultsch1-2/+2
fixes #1631
2015-12-23show certificate informationDaniel Gultsch1-1/+1
2015-12-14splite PARANOIA_MODE into three different optionsDaniel Gultsch1-1/+1
2015-12-02show tor config in paranoid modeDaniel Gultsch1-1/+1
2015-12-01do socks5 connect manuallyDaniel Gultsch1-21/+31
2015-12-01initial tor supportDaniel Gultsch1-1/+42
2015-11-25pgp fixes and revert configuration changesDaniel Gultsch1-6/+0
2015-10-26Reset the margins manually after rotatingsaqura1-0/+9
2015-10-25invalidate menu after backend connection.Daniel Gultsch1-0/+1
fixes the menu not being shown after rotation in edit account details
2015-10-17improved error reporting in trust keys activityDaniel Gultsch1-1/+1
2015-10-13set cursor to end of jid in edit accountDaniel Gultsch1-2/+3
2015-10-11add menu item in account details to renew certificateDaniel Gultsch1-24/+56
2015-10-11Captcha support.Armin Novak1-1/+73
2015-10-09initial UI work to allow setting up accounts from certifcatesDaniel Gultsch1-21/+25
2015-10-09do not dismiss editAccountActivity when still trying to register new accountDaniel Gultsch1-1/+3
2015-09-06indicate broken pep in server infoDaniel Gultsch1-1/+7
2015-09-06Only show that have sessions in fingerprint listAndreas Straub1-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
2015-08-14show HTTP upload availability on Edit account screenhlad1-0/+7
2015-08-11Merge tag '1.5.2' into trz/rebaselookshe1-15/+25
2015-08-08renamed multi-end / axolotl to OMEMODaniel Gultsch1-2/+2
2015-08-03added Config.java varibale to lock account creation to specfic domainDaniel Gultsch1-20/+55
2015-07-29Highlight selected message's fingerprint in listAndreas Straub1-1/+4
2015-07-22Hide regenerate keys buttonAndreas Straub1-10/+13
Can re-enable it via Config.java setting
2015-07-21Add INACTIVE state for removed keysAndreas Straub1-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.
2015-07-20Do not display clear devices button if not onlineAndreas Straub1-0/+1
2015-07-20Add purge axolotl key optionAndreas Straub1-2/+1
Can now long-press a key to permanently purge it.
2015-07-20rely on refreshUi/refreshUiReal and make sure it is being used everywhereDaniel Gultsch1-26/+25
2015-07-20Optimize importsAndreas Straub1-1/+0
2015-07-19Remove device list from EditAccountAndreas Straub1-22/+0
2015-07-19Add clear devices to overflow menu in EditAccountAndreas Straub1-3/+11
2015-07-19Refactor trust key ui and show in account detailsAndreas Straub1-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.
2015-07-19Fix copying of axolotl keys to clipboardSam Whited1-1/+1
2015-07-19Add refresh icon to v21 themeSam Whited1-1/+0
2015-07-19Add basic PEP managemend UI to EditAccountActivityAndreas Straub1-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.
2015-07-17show error message in account details when info has not been editedDaniel Gultsch1-1/+1
2015-07-16even less jumpyDaniel Gultsch1-1/+3