aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_edit_account.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-08implement adhoc invite links if server supports thisChristian Schneppe1-0/+22
2019-01-04add RTL supportChristian Schneppe1-12/+22
2018-12-30add ability to set nickname in profileChristian Schneppe1-1/+51
2018-12-14Reduce `minSdkVersion` to 16, fix issues reported by lintChristian Schneppe1-2/+13
This further reduces the minimum API level to 16, which should encompass most users stuck on older versions of Android (mainly BlackBerry OS and Jolla users). Several issues reported by code analysis were fixed, mainly around issues with layouts.
2018-11-23attempt to work around bugs in Chinese ROMsChristian Schneppe1-1/+1
2018-11-23show 'show password' toggle for all magically created accountsChristian Schneppe1-2/+3
2018-11-07design message borderMartin/Geno1-2/+0
2018-10-03reworked shortcut for QR-Code scanning in profileChristian Schneppe1-40/+20
fixes #190
2018-10-01add shortcut for QR-Code scanning in profileChristian Schneppe1-9/+42
fixes #190
2018-09-28Revert "design: bubbles more curvier, avatar higher radius and no border"Christian Schneppe1-0/+2
This reverts commit 1816092e68584b5794303578b6af6d621ffc58d4. This causes render errors on some devices.
2018-09-27some color changesChristian Schneppe1-5/+8
2018-09-14design: bubbles more curvier, avatar higher radius and no borderMartin/Geno1-2/+0
2018-08-30make port field disabled if hostname is emptyChristian Schneppe1-1/+1
2018-06-29open/close soft keyboard in quick editChristian Schneppe1-1/+1
2018-06-29correct activity_edit_account layoutChristian Schneppe1-1/+1
2018-06-03optimized some colors and switched back to square avatarsChristian Schneppe1-2/+3
2018-05-27show buttons to privacy policy and terms of use during account creation on ↵Christian Schneppe1-0/+30
our server pix-art.de
2018-05-26add support for S3 file transfersChristian Schneppe1-0/+1
2018-04-29use styled borderless buttonChristian Schneppe1-4/+4
2018-04-22made checkboxes and radiobuttons stylableChristian Schneppe1-0/+1
2018-04-22made all text styleableChristian Schneppe1-9/+20
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