aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/EditAccountActivity.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-08-14show HTTP upload availability on Edit account screenhlad1-0/+7
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
2015-07-21Add INACTIVE state for removed keysAndreas Straub1-1/+7
2015-07-20Do not display clear devices button if not onlineAndreas Straub1-0/+1
2015-07-20Add purge axolotl key optionAndreas Straub1-2/+1
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
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
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
2015-07-16fixed some ux glitches in editaccountDaniel Gultsch1-7/+9
2015-05-15call StartConversationActivity in init mode only after adding the first accountDaniel Gultsch1-1/+3
2015-04-25fixed service discovery by properly storing and checking identitiesDaniel Gultsch1-1/+1
2015-04-14always show save button when account info was modified. fixes #918iNPUTmice1-5/+9
2015-02-27hide change password menu item if server feature is unavailableiNPUTmice1-7/+8
2015-02-26reset error status in edit account when reconnectingiNPUTmice1-0/+4
2015-02-25prevent next button from showing up too early on account setupiNPUTmice1-1/+1
2015-02-22init mode (first start) for StartConversationActivity (no up button) and avoi...iNPUTmice1-0/+2
2015-01-03migrated change password into separate activityDaniel Gultsch1-79/+20
2014-12-25code cleanup for change password stuffDaniel Gultsch1-13/+20
2014-12-25added callback to change account password to notify UI on success / failureDaniel Gultsch1-14/+44
2014-12-25Add ability to change password on serverSam Whited1-45/+67
2014-12-24Show server info option when blocking is unavailablepulser1-2/+4
2014-12-23Don't allow user to register domain only jidsSam Whited1-0/+5
2014-12-23Don't show menu on create account screenSam Whited1-0/+3
2014-12-23Remove old JID validatorSam Whited1-10/+4
2014-12-23Add more server compatibility info.Sam Whited1-2/+36
2014-12-22Fix NPEs in blocking codeSam Whited1-1/+1
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited1-90/+112
2014-12-03display proper error in edit account details if jid is invalidiNPUTmice1-8/+9
2014-11-16show full time stamp in connection established fieldiNPUTmice1-1/+1
2014-11-16show full time stamp in connection established fieldiNPUTmice1-1/+1
2014-11-16parse otr-fingerprint in qr codes and nfc. include otr fingerprint in shareab...iNPUTmice1-4/+4
2014-11-15Remove extra status wrapper methodSam Whited1-2/+1
2014-11-15Make account status an enumSam Whited1-7/+7
2014-11-11auto register/unregister listenersiNPUTmice1-14/+1
2014-11-09Rework `Account.getJid()' to return full JIDsSam Whited1-5/+5
2014-11-09Fix crash on account creationSam Whited1-13/+2