aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_edit_account.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-22fix theme in activity_edit_accountChristian Schneppe1-4/+4
2018-04-21more theme workingChristian Schneppe1-5/+7
2018-04-11replace deprecated action bar with toolbarChristian Schneppe1-13/+17
* replace deprecated action bar with toolbar * add toolbar support in each activity * remove redundant themes made earlier * add configure action bar method in xmpp activity * remove android namespace from actionmodeoverlay * solve bug of scrolling toolbar
2018-04-01fix change password activity for magic created accountsChristian Schneppe1-460/+469
2018-04-01finished app compat themeingChristian Schneppe1-7/+4
2018-04-01change last text styles overChristian Schneppe1-48/+20
2018-04-01use text styles in more placesChristian Schneppe1-19/+6
2018-04-01migrated some views over to app compat text stylesChristian Schneppe1-20/+13
2018-04-01changed some of the jid entering dialogs to textinputlayoutChristian Schneppe1-20/+6
2018-04-01use cards views in about and publish avatar activityChristian Schneppe1-3/+3
2018-03-17fixed paddingsChristian Schneppe1-4/+5
2018-03-17switch account activity to card view. started using data binderChristian Schneppe1-629/+631
2018-03-16Moved the error message to TextInputLayoutChristian Schneppe1-1/+4
2018-03-16change image button backgroundChristian Schneppe1-4/+4
2018-03-15Change ShowHidePasswordEditText to TextInputEditText.Christian Schneppe1-60/+54
change the input fields in the AccountActivity to use the TextInputLayout.
2018-01-21add soft keyboard next button functionalityChristian Schneppe1-0/+1
2017-09-04get rid of uneccessary 'own omemo fingerprint' stringChristian Schneppe1-1/+1
2017-05-10display open pgp key id in account details and allow to deleteChristian Schneppe1-47/+95
2016-11-20don't show omemo keys by default in account detailsChristian Schneppe1-1/+1
2016-11-20show 'clear devices' button underneath own devicesChristian Schneppe1-2/+11
2016-11-19reformat codeChristian Schneppe1-21/+25
2016-11-07show warning in account details when data saver is enabledChristian Schneppe1-7/+8
2016-09-23Fix "More table" layoutMishiranu1-12/+43
Retain "More table" visibility on screen orientation change
2016-07-25show toast hint when touching inactive omemo fingerprintsDaniel Gultsch1-0/+1
2016-05-04merge upstream changesChristian S1-2/+23
2016-04-23disable suggestions in password fieldChristian S1-1/+1
2016-04-21modified welcome screenChristian S1-22/+1
2016-04-16make image corners more roundedChristian S1-1/+1
2016-04-05fix ui bug in edit account viewChristian S1-3/+3
2016-02-12client side support for XEP-0357: Push NotificationsDaniel Gultsch1-2/+21
2016-01-16modfied some avatar sizesChristian S1-2/+2
2016-01-15rename axolotlChristian S1-1/+1
2016-01-11ask to be excluded from battery optimizationDaniel Gultsch1-169/+212
2015-12-04renamed axolotl to omemoChristian S1-1/+1
2015-12-04initial tor supportDaniel Gultsch1-63/+128
2015-12-01initial tor supportDaniel Gultsch1-1/+53
2015-10-26Reset the margins manually after rotatingsaqura1-0/+1
2015-08-14show HTTP upload availability on Edit account screenhlad1-0/+20
2015-08-08modified avatar sizesChristian S1-488/+463
2015-08-08renamed multi-end / axolotl to OMEMODaniel Gultsch1-3/+3
2015-08-03added Config.java varibale to lock account creation to specfic domainDaniel Gultsch1-0/+1
2015-07-22Hide regenerate keys buttonAndreas Straub1-1/+1
Can re-enable it via Config.java setting
2015-07-21very subtleDaniel Gultsch1-6/+9
2015-07-20fixed monospace font and android LDaniel Gultsch1-2/+4
2015-07-19Remove device list from EditAccountAndreas Straub1-43/+0
2015-07-19Refactor trust key ui and show in account detailsAndreas Straub1-1/+32
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-19Add basic PEP managemend UI to EditAccountActivityAndreas Straub1-0/+101
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-16show bigger avatar in 'edit account' viewChristian S.1-2/+2
2015-07-13renamed colorsDaniel Gultsch1-32/+32
2015-07-08resize avatar viewsChristian S1-6/+11