aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_change_password.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-20migrate to AndroidXChristian Schneppe1-6/+6
2019-02-08show "show password icon" in activity_change_passwordChristian Schneppe1-1/+2
2019-01-04add RTL supportChristian Schneppe1-0/+2
2018-12-27fix crash in ChangePasswordActivityChristian Schneppe1-1/+1
2018-12-14Reduce `minSdkVersion` to 16, fix issues reported by lintChristian Schneppe1-5/+7
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-2/+2
2018-09-27some color changesChristian Schneppe1-2/+3
2018-04-29use styled borderless buttonChristian Schneppe1-2/+2
2018-04-22made all text styleableChristian Schneppe1-0/+6
2018-04-11replace deprecated action bar with toolbarChristian Schneppe1-1/+4
* 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-01finished app compat themeingChristian Schneppe1-2/+2
2018-04-01changed some of the jid entering dialogs to textinputlayoutChristian Schneppe1-9/+2
2018-03-20Moved the error message to TextInputLayout in the ChangePasswordActivityChristian Schneppe1-0/+2
2018-03-17fixed paddingsChristian Schneppe1-1/+1
2018-03-17ported presence activity to cardviewChristian Schneppe1-38/+40
2018-03-15Change ShowHidePasswordEditText to TextInputEditText.Christian Schneppe1-49/+37
change the input fields in the AccountActivity to use the TextInputLayout.
2016-11-19reformat codeChristian Schneppe1-95/+96
2016-04-26prevent user from accidentally changing password after using magic createDaniel Gultsch1-10/+12
2015-07-13renamed colorsDaniel Gultsch1-11/+11
2015-01-13make use of different dimensions for different screen sizesDaniel Gultsch1-1/+4
2015-01-03added missing layout fileDaniel Gultsch1-0/+105