From f899a3e49f05898a334f8618f60bd4203c6e39a3 Mon Sep 17 00:00:00 2001 From: str4d Date: Sun, 2 Mar 2014 03:33:48 +0000 Subject: [PATCH] Support for changing passwords --- AndroidManifest.xml | 3 ++ res/layout/activity_set_password.xml | 62 ++++++++++++++++++++++ res/layout/dialog_password.xml | 23 ++++++++ res/values/colors.xml | 1 + res/values/strings.xml | 5 ++ res/xml/settings.xml | 6 +++ src/i2p/bote/SetPasswordActivity.java | 76 +++++++++++++++++++++++++++ 7 files changed, 176 insertions(+) create mode 100644 res/layout/activity_set_password.xml create mode 100644 res/layout/dialog_password.xml create mode 100644 src/i2p/bote/SetPasswordActivity.java diff --git a/AndroidManifest.xml b/AndroidManifest.xml index f73e1c9..fa351d4 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -29,6 +29,9 @@ + diff --git a/res/layout/activity_set_password.xml b/res/layout/activity_set_password.xml new file mode 100644 index 0000000..a0421d1 --- /dev/null +++ b/res/layout/activity_set_password.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + +