diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 53f1c12266..d415492c83 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -30,6 +30,13 @@ + + + + + + - + + + + + + @@ -158,6 +174,14 @@ + + + + + + + + diff --git a/assets/whisper.store b/assets/whisper.store new file mode 100644 index 0000000000..664ca9563c Binary files /dev/null and b/assets/whisper.store differ diff --git a/libs/gcm.jar b/libs/gcm.jar new file mode 100644 index 0000000000..ac109a830e Binary files /dev/null and b/libs/gcm.jar differ diff --git a/libs/libphonenumber-5.3.jar b/libs/libphonenumber-5.3.jar new file mode 100644 index 0000000000..7be725cc63 Binary files /dev/null and b/libs/libphonenumber-5.3.jar differ diff --git a/libs/thoughtcrimegson-2.1.jar b/libs/thoughtcrimegson-2.1.jar new file mode 100644 index 0000000000..8406d51d03 Binary files /dev/null and b/libs/thoughtcrimegson-2.1.jar differ diff --git a/res/drawable-hdpi/alert.png b/res/drawable-hdpi/alert.png new file mode 100644 index 0000000000..05012c9741 Binary files /dev/null and b/res/drawable-hdpi/alert.png differ diff --git a/res/drawable-hdpi/check.png b/res/drawable-hdpi/check.png new file mode 100644 index 0000000000..58bf972171 Binary files /dev/null and b/res/drawable-hdpi/check.png differ diff --git a/res/drawable-hdpi/ic_menu_search_holo_light.png b/res/drawable-hdpi/ic_menu_search_holo_light.png new file mode 100644 index 0000000000..1cb61faf49 Binary files /dev/null and b/res/drawable-hdpi/ic_menu_search_holo_light.png differ diff --git a/res/drawable-mdpi/alert.png b/res/drawable-mdpi/alert.png new file mode 100644 index 0000000000..dd647adda8 Binary files /dev/null and b/res/drawable-mdpi/alert.png differ diff --git a/res/drawable-mdpi/check.png b/res/drawable-mdpi/check.png new file mode 100644 index 0000000000..cf5fab3adf Binary files /dev/null and b/res/drawable-mdpi/check.png differ diff --git a/res/drawable-mdpi/ic_menu_search_holo_light.png b/res/drawable-mdpi/ic_menu_search_holo_light.png new file mode 100644 index 0000000000..2369d03f33 Binary files /dev/null and b/res/drawable-mdpi/ic_menu_search_holo_light.png differ diff --git a/res/drawable-xhdpi/alert.png b/res/drawable-xhdpi/alert.png new file mode 100644 index 0000000000..7e8f1ee27d Binary files /dev/null and b/res/drawable-xhdpi/alert.png differ diff --git a/res/drawable-xhdpi/check.png b/res/drawable-xhdpi/check.png new file mode 100644 index 0000000000..b8915716e0 Binary files /dev/null and b/res/drawable-xhdpi/check.png differ diff --git a/res/drawable-xhdpi/ic_menu_search_holo_light.png b/res/drawable-xhdpi/ic_menu_search_holo_light.png new file mode 100644 index 0000000000..578cb24eb0 Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_search_holo_light.png differ diff --git a/res/drawable/background_pane.9.png b/res/drawable/background_pane.9.png new file mode 100644 index 0000000000..218ebaada9 Binary files /dev/null and b/res/drawable/background_pane.9.png differ diff --git a/res/layout/country_list_item.xml b/res/layout/country_list_item.xml new file mode 100644 index 0000000000..d4ed941c1d --- /dev/null +++ b/res/layout/country_list_item.xml @@ -0,0 +1,28 @@ + + + + + + + + + + diff --git a/res/layout/country_selection.xml b/res/layout/country_selection.xml new file mode 100644 index 0000000000..212333686d --- /dev/null +++ b/res/layout/country_selection.xml @@ -0,0 +1,10 @@ + + + + + \ No newline at end of file diff --git a/res/layout/country_selection_fragment.xml b/res/layout/country_selection_fragment.xml new file mode 100644 index 0000000000..998d36ed99 --- /dev/null +++ b/res/layout/country_selection_fragment.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + diff --git a/res/layout/registration_activity.xml b/res/layout/registration_activity.xml new file mode 100644 index 0000000000..466b710842 --- /dev/null +++ b/res/layout/registration_activity.xml @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +