From e29d1179425238672b8be7b01dfac14f98257198 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Sat, 31 Aug 2013 20:02:56 +0200 Subject: [PATCH] Implemented authentication process --- AndroidManifest.xml | 12 +- res/layout/gpodnetauth_activity.xml | 10 + res/layout/gpodnetauth_credentials.xml | 84 +++++ res/layout/gpodnetauth_device.xml | 107 ++++++ res/layout/gpodnetauth_finish.xml | 44 +++ res/values/arrays.xml | 1 - res/values/strings.xml | 25 ++ res/xml/preferences.xml | 112 ++++-- .../GpodnetAuthenticationActivity.java | 329 ++++++++++++++++++ .../antennapod/gpoddernet/GpodnetService.java | 10 +- 10 files changed, 698 insertions(+), 36 deletions(-) create mode 100644 res/layout/gpodnetauth_activity.xml create mode 100644 res/layout/gpodnetauth_credentials.xml create mode 100644 res/layout/gpodnetauth_device.xml create mode 100644 res/layout/gpodnetauth_finish.xml create mode 100644 src/de/danoeh/antennapod/activity/gpoddernet/GpodnetAuthenticationActivity.java diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 36ff8eef7..75db9cffa 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -348,7 +348,7 @@ - + + + + + + + + diff --git a/res/layout/gpodnetauth_activity.xml b/res/layout/gpodnetauth_activity.xml new file mode 100644 index 000000000..cd428fbdf --- /dev/null +++ b/res/layout/gpodnetauth_activity.xml @@ -0,0 +1,10 @@ + + + + + \ No newline at end of file diff --git a/res/layout/gpodnetauth_credentials.xml b/res/layout/gpodnetauth_credentials.xml new file mode 100644 index 000000000..43268d291 --- /dev/null +++ b/res/layout/gpodnetauth_credentials.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + +