From 13f5cb71084d5ac2c04a4b482bf4f22295c5d883 Mon Sep 17 00:00:00 2001 From: ivan agosto Date: Wed, 5 Sep 2018 22:04:40 -0500 Subject: [PATCH] Register activity works --- .idea/caches/build_file_checksums.ser | Bin 535 -> 535 bytes .idea/workspace.xml | 240 ++++++++++++------ .../org/libre/agosto/p2play/HostActivity.kt | 4 +- .../org/libre/agosto/p2play/LoginActivity.kt | 4 +- .../libre/agosto/p2play/RegisterActivity.kt | 44 ++++ .../java/org/libre/agosto/p2play/ajax/Auth.kt | 21 ++ app/src/main/res/layout/activity_login.xml | 2 +- app/src/main/res/layout/activity_register.xml | 4 +- app/src/main/res/values/loginActivity.xml | 14 +- 9 files changed, 244 insertions(+), 89 deletions(-) diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 9e004452c07f5decbd8a21140f5d97e81630fcc8..7e327e4c7da696336f4e5284517a74e3b2f870d3 100644 GIT binary patch delta 35 tcmV+;0NnqV1eXMmm;|e|x^a=5%n;PFrIsBgbisB(EauI;l&6z;0iQ2j5oZ7Z delta 35 tcmV+;0NnqV1eXMmm;|Daf`5^m%n;cX7%PfY#JZN9Ah`$hxXY7x0iPGL5MTfR diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5889604..8bdd263 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,55 +1,19 @@ + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - - - + + + - - + + - - + + - - + + + + + + + + + + + + @@ -95,6 +69,11 @@ + + + Looper.prepare() + + @@ -2229,6 +2208,10 @@ @@ -2253,26 +2236,44 @@ - + - + - + + + + + + + + + + + + + + + + + + +