diff --git a/README.md b/README.md index 74c8fbbf..5edf0bcc 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,24 @@ -![gpstracker](https://raw.githubusercontent.com/nickfox/GpsTracker/master/gpstracker_small.png)Gps Tracker v4.0.3 +![gpstracker](https://raw.githubusercontent.com/nickfox/GpsTracker/master/gpstracker_small.png)Gps Tracker v5.1.3 ------------- -##### Google Map Gps Cell Phone Tracker Server +##### Google Map Gps Cell Phone Tracker -This project allows you to track cell phones periodically. For instance every minute or every five minutes. You can watch the cell phone being tracked in real time using Google Maps and you can store and reload routes easily. The map display page is built using bootstrap which makes the page responsive and also uses bootswatch which gives you the choice of 17 different themes. There are 4 clients, iOS, Android, Windows Phone and Java ME. +Now available as a Wordpress plugin and Android client! -You have the choice of two server stacks. You can choose one of: +This project allows you to track cell phones periodically. For instance every minute or every five minutes. You can watch the cell phone being tracked in real time using Google Maps (and other map providers such as OpenStreetMaps) and you can store and reload routes easily. The map display page is built using bootstrap which makes the page responsive and also uses bootswatch which gives you the choice of 17 different themes. There are 4 clients, iOS, Android, Windows Phone and Java ME. + +You have the following choices server side: 1. ASP.NET with SQL Server 2. PHP with your choice of: * MySQL * PostgreSQL * SQLite +3. Wordpress plugin with Android client -Both stacks are now in the same download but you only need to use one. - -By default the Tracker server is set up to use the included SQLite database. If you want to use one of the other supported database systems, edit the dbconnect.php file included with the Tracker Server. +All 3 stacks are in the same download but you only need to use one. -**Note:** This is only the server portion of the system. You will also need a client app running on your phone. Have a look at the Quick Start Guide in the link below for information on how to get the client apps. +By default the Tracker server is set up to use the included SQLite database. If you want to use one of the other supported database systems, edit the dbconnect.php file. If you need help, please go to: @@ -31,6 +32,42 @@ https://www.websmithing.com/2014/01/20/quick-start-guide-for-gpstracker-3/ #### Changelog +Jun 3, 2017 - v5.1.3 + +Got rid of help forum, it cut my adsense revenue in half. + +************* + +Jul 11, 2016 - v5.1.2 + +Updating documentation to show new help forum. + +************* + +Apr 2, 2016 - v5.1.1 + +Updated gradle in android client + +************* + +Oct 21, 2015 - v5.1.0 + +Added TK-103 server + +************* + +Sep 30, 2015 - v5.0.0 + +Added Wordpress plugin and Android client + +************* + +Sep 8, 2015 - v4.0.4 + +Added support for Sqlite and PostgreSQL, thanks Brent Fraser + +fixed prcGetAllRoutesForMap regression error + ************* Nov 24, 2014 - v4.0.3 diff --git a/phoneClients/README.md b/phoneClients/README.md new file mode 100644 index 00000000..e703c24e --- /dev/null +++ b/phoneClients/README.md @@ -0,0 +1,7 @@ +Just a note about the 2 android clients (android and android-wp). The android-wp client is for the wordpress plugin and the android client is for the php website. They will not work if they are swapped. I may decide to create one client for both later but don't feel like doing it right now. + +The difference between the two is that the wordpress client gets a "nonce" from the wordpress plugin: + +https://codex.wordpress.org/WordPress_Nonces + +This is used for added security so that apps that have not been properly verified will not be able to send updates to the plugin. A nice safety feature. \ No newline at end of file diff --git a/phoneClients/android-wp/.gitignore b/phoneClients/android-wp/.gitignore new file mode 100644 index 00000000..d6bfc95b --- /dev/null +++ b/phoneClients/android-wp/.gitignore @@ -0,0 +1,4 @@ +.gradle +/local.properties +/.idea/workspace.xml +.DS_Store diff --git a/phoneClients/android-wp/.idea/.name b/phoneClients/android-wp/.idea/.name new file mode 100644 index 00000000..c14b1d16 --- /dev/null +++ b/phoneClients/android-wp/.idea/.name @@ -0,0 +1 @@ +android-wp \ No newline at end of file diff --git a/phoneClients/android/.idea/compiler.xml b/phoneClients/android-wp/.idea/compiler.xml similarity index 90% rename from phoneClients/android/.idea/compiler.xml rename to phoneClients/android-wp/.idea/compiler.xml index 217af471..96cc43ef 100644 --- a/phoneClients/android/.idea/compiler.xml +++ b/phoneClients/android-wp/.idea/compiler.xml @@ -1,7 +1,6 @@ - - - + \ No newline at end of file diff --git a/phoneClients/android/.idea/copyright/profiles_settings.xml b/phoneClients/android-wp/.idea/copyright/profiles_settings.xml similarity index 100% rename from phoneClients/android/.idea/copyright/profiles_settings.xml rename to phoneClients/android-wp/.idea/copyright/profiles_settings.xml diff --git a/phoneClients/android-wp/.idea/gradle.xml b/phoneClients/android-wp/.idea/gradle.xml new file mode 100644 index 00000000..261ec285 --- /dev/null +++ b/phoneClients/android-wp/.idea/gradle.xml @@ -0,0 +1,19 @@ + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/android_async_http_1_4_9.xml b/phoneClients/android-wp/.idea/libraries/android_async_http_1_4_9.xml new file mode 100644 index 00000000..ccea99d5 --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/android_async_http_1_4_9.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/appcompat_v7_23_1_1.xml b/phoneClients/android-wp/.idea/libraries/appcompat_v7_23_1_1.xml new file mode 100644 index 00000000..bc819098 --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/appcompat_v7_23_1_1.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/httpclient_4_3_6.xml b/phoneClients/android-wp/.idea/libraries/httpclient_4_3_6.xml new file mode 100644 index 00000000..a479d143 --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/httpclient_4_3_6.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/mediarouter_v7_23_0_0.xml b/phoneClients/android-wp/.idea/libraries/mediarouter_v7_23_0_0.xml new file mode 100644 index 00000000..66e07bd5 --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/mediarouter_v7_23_0_0.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/.idea/libraries/play_services_4_3_23.xml b/phoneClients/android-wp/.idea/libraries/play_services_8_4_0.xml similarity index 58% rename from phoneClients/android/.idea/libraries/play_services_4_3_23.xml rename to phoneClients/android-wp/.idea/libraries/play_services_8_4_0.xml index 0f3af435..b4ca2ebf 100644 --- a/phoneClients/android/.idea/libraries/play_services_4_3_23.xml +++ b/phoneClients/android-wp/.idea/libraries/play_services_8_4_0.xml @@ -1,8 +1,8 @@ - + - - + + diff --git a/phoneClients/android-wp/.idea/libraries/play_services_ads_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_ads_8_4_0.xml new file mode 100644 index 00000000..5d1a6a70 --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_ads_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_analytics_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_analytics_8_4_0.xml new file mode 100644 index 00000000..5f59a583 --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_analytics_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_appindexing_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_appindexing_8_4_0.xml new file mode 100644 index 00000000..7b6e55e3 --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_appindexing_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_appinvite_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_appinvite_8_4_0.xml new file mode 100644 index 00000000..5e18571b --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_appinvite_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_appstate_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_appstate_8_4_0.xml new file mode 100644 index 00000000..6ec0dc67 --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_appstate_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_auth_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_auth_8_4_0.xml new file mode 100644 index 00000000..3f66e57f --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_auth_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_base_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_base_8_4_0.xml new file mode 100644 index 00000000..66432693 --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_base_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_basement_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_basement_8_4_0.xml new file mode 100644 index 00000000..6b4bffc7 --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_basement_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_cast_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_cast_8_4_0.xml new file mode 100644 index 00000000..14e781cc --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_cast_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_drive_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_drive_8_4_0.xml new file mode 100644 index 00000000..e7f5727b --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_drive_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_fitness_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_fitness_8_4_0.xml new file mode 100644 index 00000000..a283ba4e --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_fitness_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_games_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_games_8_4_0.xml new file mode 100644 index 00000000..d61272e3 --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_games_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_gcm_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_gcm_8_4_0.xml new file mode 100644 index 00000000..b50ef97b --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_gcm_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_identity_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_identity_8_4_0.xml new file mode 100644 index 00000000..6e900e38 --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_identity_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_location_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_location_8_4_0.xml new file mode 100644 index 00000000..0d2c4020 --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_location_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_maps_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_maps_8_4_0.xml new file mode 100644 index 00000000..b0c881f6 --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_maps_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_measurement_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_measurement_8_4_0.xml new file mode 100644 index 00000000..5dca191c --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_measurement_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_nearby_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_nearby_8_4_0.xml new file mode 100644 index 00000000..3e33396d --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_nearby_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_panorama_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_panorama_8_4_0.xml new file mode 100644 index 00000000..ccaba39b --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_panorama_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_plus_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_plus_8_4_0.xml new file mode 100644 index 00000000..f5873376 --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_plus_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_safetynet_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_safetynet_8_4_0.xml new file mode 100644 index 00000000..003e3913 --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_safetynet_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_vision_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_vision_8_4_0.xml new file mode 100644 index 00000000..f104cd66 --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_vision_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_wallet_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_wallet_8_4_0.xml new file mode 100644 index 00000000..ac52c103 --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_wallet_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/play_services_wearable_8_4_0.xml b/phoneClients/android-wp/.idea/libraries/play_services_wearable_8_4_0.xml new file mode 100644 index 00000000..0837fcae --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/play_services_wearable_8_4_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/support_annotations_23_1_1.xml b/phoneClients/android-wp/.idea/libraries/support_annotations_23_1_1.xml new file mode 100644 index 00000000..480cd8d3 --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/support_annotations_23_1_1.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/libraries/support_v4_23_1_1.xml b/phoneClients/android-wp/.idea/libraries/support_v4_23_1_1.xml new file mode 100644 index 00000000..924bf498 --- /dev/null +++ b/phoneClients/android-wp/.idea/libraries/support_v4_23_1_1.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/misc.xml b/phoneClients/android-wp/.idea/misc.xml new file mode 100644 index 00000000..e45faed7 --- /dev/null +++ b/phoneClients/android-wp/.idea/misc.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/.idea/modules.xml b/phoneClients/android-wp/.idea/modules.xml similarity index 68% rename from phoneClients/android/.idea/modules.xml rename to phoneClients/android-wp/.idea/modules.xml index ef5841bc..3f704b34 100644 --- a/phoneClients/android/.idea/modules.xml +++ b/phoneClients/android-wp/.idea/modules.xml @@ -2,9 +2,8 @@ - + - - + \ No newline at end of file diff --git a/phoneClients/android-wp/.idea/runConfigurations.xml b/phoneClients/android-wp/.idea/runConfigurations.xml new file mode 100644 index 00000000..7f68460d --- /dev/null +++ b/phoneClients/android-wp/.idea/runConfigurations.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/phoneClients/android/.idea/vcs.xml b/phoneClients/android-wp/.idea/vcs.xml similarity index 68% rename from phoneClients/android/.idea/vcs.xml rename to phoneClients/android-wp/.idea/vcs.xml index a5dd0864..6564d52d 100644 --- a/phoneClients/android/.idea/vcs.xml +++ b/phoneClients/android-wp/.idea/vcs.xml @@ -2,7 +2,5 @@ - - - + \ No newline at end of file diff --git a/phoneClients/android-wp/GpsTracker.iml b/phoneClients/android-wp/GpsTracker.iml new file mode 100644 index 00000000..8c0cc179 --- /dev/null +++ b/phoneClients/android-wp/GpsTracker.iml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/phoneClients/android/GpsTracker/GpsTracker.iml b/phoneClients/android-wp/GpsTracker/GpsTracker.iml similarity index 100% rename from phoneClients/android/GpsTracker/GpsTracker.iml rename to phoneClients/android-wp/GpsTracker/GpsTracker.iml diff --git a/phoneClients/android/GpsTrackerProject.iml b/phoneClients/android-wp/GpsTrackerProject.iml similarity index 100% rename from phoneClients/android/GpsTrackerProject.iml rename to phoneClients/android-wp/GpsTrackerProject.iml diff --git a/phoneClients/android-wp/README.md b/phoneClients/android-wp/README.md new file mode 100644 index 00000000..fda350c7 --- /dev/null +++ b/phoneClients/android-wp/README.md @@ -0,0 +1 @@ +This project was built with *android studio* and is close to the original version but uses GET instead of POST to update the wordpress plugin. diff --git a/phoneClients/android-wp/android-wp.iml b/phoneClients/android-wp/android-wp.iml new file mode 100644 index 00000000..7dd16d24 --- /dev/null +++ b/phoneClients/android-wp/android-wp.iml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/android.iml b/phoneClients/android-wp/android.iml similarity index 72% rename from phoneClients/android/android.iml rename to phoneClients/android-wp/android.iml index 0bb6048a..edb62a65 100644 --- a/phoneClients/android/android.iml +++ b/phoneClients/android-wp/android.iml @@ -1,12 +1,5 @@ - - - - - - diff --git a/phoneClients/android-wp/app/.gitignore b/phoneClients/android-wp/app/.gitignore new file mode 100644 index 00000000..3a36c6e7 --- /dev/null +++ b/phoneClients/android-wp/app/.gitignore @@ -0,0 +1,26 @@ +# Built application files +*.apk +*.ap_ + +# Files for the Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ + +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Proguard folder generated by Eclipse +proguard/ + +#Log Files +*.log diff --git a/phoneClients/android-wp/app/app.iml b/phoneClients/android-wp/app/app.iml new file mode 100644 index 00000000..c10c9ee0 --- /dev/null +++ b/phoneClients/android-wp/app/app.iml @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/app/build.gradle b/phoneClients/android-wp/app/build.gradle new file mode 100644 index 00000000..c2c97112 --- /dev/null +++ b/phoneClients/android-wp/app/build.gradle @@ -0,0 +1,27 @@ +apply plugin: 'android' + +android { + compileSdkVersion 23 + buildToolsVersion "23.0.2" + + defaultConfig { + applicationId "com.websmithing.wp.gpstracker" + minSdkVersion 10 + targetSdkVersion 23 + versionCode 4 + versionName "1.0.4" + } + buildTypes { + release { + debuggable false + proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' + } + } +} + +dependencies { + compile fileTree(dir: 'libs', include: ['*.jar']) + compile 'com.android.support:appcompat-v7:23.1.1' + compile 'com.google.android.gms:play-services:8.4.0' + compile 'com.loopj.android:android-async-http:1.4.9' +} diff --git a/phoneClients/android/app/proguard-rules.txt b/phoneClients/android-wp/app/proguard-rules.txt similarity index 100% rename from phoneClients/android/app/proguard-rules.txt rename to phoneClients/android-wp/app/proguard-rules.txt diff --git a/phoneClients/android-wp/app/src/main/AndroidManifest.xml b/phoneClients/android-wp/app/src/main/AndroidManifest.xml new file mode 100644 index 00000000..69b917d2 --- /dev/null +++ b/phoneClients/android-wp/app/src/main/AndroidManifest.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phoneClients/android-wp/app/src/main/java/com/websmithing/wp/gpstracker/GpsTrackerActivity.java b/phoneClients/android-wp/app/src/main/java/com/websmithing/wp/gpstracker/GpsTrackerActivity.java new file mode 100644 index 00000000..c977abd6 --- /dev/null +++ b/phoneClients/android-wp/app/src/main/java/com/websmithing/wp/gpstracker/GpsTrackerActivity.java @@ -0,0 +1,324 @@ +package com.websmithing.wp.gpstracker; + +import android.app.AlarmManager; +import android.app.PendingIntent; +import android.content.Context; +import android.content.Intent; +import android.content.SharedPreferences; +import android.graphics.Color; +import android.os.Bundle; +import android.os.SystemClock; +import android.support.v7.app.ActionBarActivity; +import android.util.Log; +import android.view.View; +import android.view.inputmethod.EditorInfo; +import android.widget.Button; +import android.widget.EditText; +import android.widget.RadioGroup; +import android.widget.Toast; + +import com.google.android.gms.common.ConnectionResult; +import com.google.android.gms.common.GooglePlayServicesUtil; +import com.loopj.android.http.AsyncHttpResponseHandler; +import com.loopj.android.http.RequestParams; + +import java.util.UUID; +import java.util.Date; + +public class GpsTrackerActivity extends ActionBarActivity { + private static final String TAG = "GpsTrackerActivity"; + + // use the websmithing defaultUploadWebsite for testing and then check your + // location with your browser here: https://www.websmithing.com/gpstracker/displaymap.php + private String defaultUploadWebsite; + + private static EditText txtUserName; + private static EditText txtWebsite; + private static Button trackingButton; + + private boolean currentlyTracking; + private RadioGroup intervalRadioGroup; + private int intervalInMinutes = 1; + private AlarmManager alarmManager; + private Intent gpsTrackerIntent; + private PendingIntent pendingIntent; + + + @Override + protected void onCreate(Bundle savedInstanceState) { + super.onCreate(savedInstanceState); + setContentView(R.layout.activity_gpstracker); + + defaultUploadWebsite = getString(R.string.default_upload_website); + + txtWebsite = (EditText)findViewById(R.id.txtWebsite); + txtUserName = (EditText)findViewById(R.id.txtUserName); + intervalRadioGroup = (RadioGroup)findViewById(R.id.intervalRadioGroup); + trackingButton = (Button)findViewById(R.id.trackingButton); + txtUserName.setImeOptions(EditorInfo.IME_ACTION_DONE); + + SharedPreferences sharedPreferences = this.getSharedPreferences("com.websmithing.gpstracker.prefs", Context.MODE_PRIVATE); + currentlyTracking = sharedPreferences.getBoolean("currentlyTracking", false); + + boolean firstTimeLoadindApp = sharedPreferences.getBoolean("firstTimeLoadindApp", true); + if (firstTimeLoadindApp) { + SharedPreferences.Editor editor = sharedPreferences.edit(); + editor.putBoolean("firstTimeLoadindApp", false); + editor.putString("appID", UUID.randomUUID().toString()); + editor.apply(); + } + + intervalRadioGroup.setOnCheckedChangeListener( + new RadioGroup.OnCheckedChangeListener() { + @Override + public void onCheckedChanged(RadioGroup radioGroup, int i) { + saveInterval(); + } + }); + + trackingButton.setOnClickListener(new View.OnClickListener() { + public void onClick(View view) { + trackLocation(view); + } + }); + } + + private void saveInterval() { + if (currentlyTracking) { + Toast.makeText(getApplicationContext(), R.string.user_needs_to_restart_tracking, Toast.LENGTH_LONG).show(); + } + + SharedPreferences sharedPreferences = this.getSharedPreferences("com.websmithing.gpstracker.prefs", Context.MODE_PRIVATE); + SharedPreferences.Editor editor = sharedPreferences.edit(); + + switch (intervalRadioGroup.getCheckedRadioButtonId()) { + case R.id.i1: + editor.putInt("intervalInMinutes", 1); + break; + case R.id.i5: + editor.putInt("intervalInMinutes", 5); + break; + case R.id.i15: + editor.putInt("intervalInMinutes", 15); + break; + } + + editor.commit(); + } + + private void startAlarmManager() { + Log.d(TAG, "startAlarmManager"); + + Context context = getBaseContext(); + alarmManager = (AlarmManager)context.getSystemService(Context.ALARM_SERVICE); + gpsTrackerIntent = new Intent(context, GpsTrackerAlarmReceiver.class); + pendingIntent = PendingIntent.getBroadcast(context, 0, gpsTrackerIntent, 0); + + SharedPreferences sharedPreferences = this.getSharedPreferences("com.websmithing.gpstracker.prefs", Context.MODE_PRIVATE); + intervalInMinutes = sharedPreferences.getInt("intervalInMinutes", 1); + + alarmManager.setRepeating(AlarmManager.ELAPSED_REALTIME_WAKEUP, + SystemClock.elapsedRealtime(), + intervalInMinutes * 60000, // 60000 = 1 minute + pendingIntent); + } + + private void cancelAlarmManager() { + Log.d(TAG, "cancelAlarmManager"); + + Context context = getBaseContext(); + Intent gpsTrackerIntent = new Intent(context, GpsTrackerAlarmReceiver.class); + PendingIntent pendingIntent = PendingIntent.getBroadcast(context, 0, gpsTrackerIntent, 0); + AlarmManager alarmManager = (AlarmManager)context.getSystemService(Context.ALARM_SERVICE); + alarmManager.cancel(pendingIntent); + } + + // called when trackingButton is tapped + protected void trackLocation(View v) { + if (!saveUserSettings()) { + return; + } + + if (!checkIfGooglePlayEnabled()) { + return; + } + + if (currentlyTracking) { + stopTracking(); + } else { + startTracking(); + } + + setTrackingButtonState(); + } + + private void startTracking() { + SharedPreferences sharedPreferences = this.getSharedPreferences("com.websmithing.gpstracker.prefs", Context.MODE_PRIVATE); + SharedPreferences.Editor editor = sharedPreferences.edit(); + String sessionID = UUID.randomUUID().toString(); + editor.putString("sessionID", sessionID); + currentlyTracking = true; + editor.putBoolean("currentlyTracking", true); + editor.putFloat("totalDistanceInMeters", 0f); + editor.putBoolean("firstTimeGettingPosition", true); + + Date now = new Date(); + editor.putLong("startTime", now.getTime()); // in milliseconds + editor.commit(); + + getWordpressNonce(sessionID); + startAlarmManager(); + } + + private void stopTracking() { + SharedPreferences sharedPreferences = this.getSharedPreferences("com.websmithing.gpstracker.prefs", Context.MODE_PRIVATE); + SharedPreferences.Editor editor = sharedPreferences.edit(); + currentlyTracking = false; + editor.putBoolean("currentlyTracking", false); + editor.putString("sessionID", ""); + editor.putLong("startTime", 0); + editor.commit(); + + cancelAlarmManager(); + } + + private boolean saveUserSettings() { + if (textFieldsAreEmptyOrHaveSpaces()) { + return false; + } + + SharedPreferences sharedPreferences = this.getSharedPreferences("com.websmithing.gpstracker.prefs", Context.MODE_PRIVATE); + SharedPreferences.Editor editor = sharedPreferences.edit(); + + switch (intervalRadioGroup.getCheckedRadioButtonId()) { + case R.id.i1: + editor.putInt("intervalInMinutes", 1); + break; + case R.id.i5: + editor.putInt("intervalInMinutes", 5); + break; + case R.id.i15: + editor.putInt("intervalInMinutes", 15); + break; + } + + editor.putString("userName", txtUserName.getText().toString().trim()); + editor.putString("defaultUploadWebsite", txtWebsite.getText().toString().trim()); + + editor.commit(); + + return true; + } + + private boolean textFieldsAreEmptyOrHaveSpaces() { + String tempUserName = txtUserName.getText().toString().trim(); + String tempWebsite = txtWebsite.getText().toString().trim(); + + if (tempWebsite.length() == 0 || hasSpaces(tempWebsite) || tempUserName.length() == 0 || hasSpaces(tempUserName)) { + Toast.makeText(this, R.string.textfields_empty_or_spaces, Toast.LENGTH_LONG).show(); + return true; + } + + return false; + } + + private boolean hasSpaces(String str) { + return ((str.split(" ").length > 1) ? true : false); + } + + private void displayUserSettings() { + SharedPreferences sharedPreferences = this.getSharedPreferences("com.websmithing.gpstracker.prefs", Context.MODE_PRIVATE); + intervalInMinutes = sharedPreferences.getInt("intervalInMinutes", 1); + + switch (intervalInMinutes) { + case 1: + intervalRadioGroup.check(R.id.i1); + break; + case 5: + intervalRadioGroup.check(R.id.i5); + break; + case 15: + intervalRadioGroup.check(R.id.i15); + break; + } + + txtWebsite.setText(sharedPreferences.getString("defaultUploadWebsite", defaultUploadWebsite)); + txtUserName.setText(sharedPreferences.getString("userName", "")); + } + + private boolean checkIfGooglePlayEnabled() { + if (GooglePlayServicesUtil.isGooglePlayServicesAvailable(this) == ConnectionResult.SUCCESS) { + return true; + } else { + Log.e(TAG, "unable to connect to google play services."); + Toast.makeText(getApplicationContext(), R.string.google_play_services_unavailable, Toast.LENGTH_LONG).show(); + return false; + } + } + + private void getWordpressNonce(String sessionID) { + SharedPreferences sharedPreferences = this.getSharedPreferences("com.websmithing.gpstracker.prefs", Context.MODE_PRIVATE); + final SharedPreferences.Editor editor = sharedPreferences.edit(); + + final RequestParams requestParams = new RequestParams(); + requestParams.put("gpstracker", "nonce"); + requestParams.put("sessionid", sessionID); // uuid + requestParams.put("phonenumber", sharedPreferences.getString("appID", "")); // uuid + + // http://codex.wordpress.org/Glossary#Nonce + + final String uploadWebsite = sharedPreferences.getString("defaultUploadWebsite", defaultUploadWebsite); + + LoopjHttpClient.get(uploadWebsite, requestParams, new AsyncHttpResponseHandler() { + @Override + public void onSuccess(int statusCode, cz.msebera.android.httpclient.Header[] headers, byte[] responseBody) { + String wordpressNonce = new String(responseBody); + + LoopjHttpClient.debugLoopJ(TAG, "getWordpressNonce - success", uploadWebsite, requestParams, responseBody, headers, statusCode, null); + + if (wordpressNonce.equals("0")) { + Toast.makeText(getApplicationContext(), R.string.security_token_error, Toast.LENGTH_LONG).show(); + editor.putString("wordpressNonce", "0"); + Log.e(TAG, "getWordpressNonce1: 0"); + + stopTracking(); + setTrackingButtonState(); + + } else { + editor.putString("wordpressNonce", wordpressNonce); + // Log.e(TAG, "getWordpressNonce2: " + wordpressNonce); + } + editor.commit(); + } + @Override + public void onFailure(int statusCode, cz.msebera.android.httpclient.Header[] headers, byte[] errorResponse, Throwable e) { + Toast.makeText(getApplicationContext(), R.string.reachability_error, Toast.LENGTH_LONG).show(); + LoopjHttpClient.debugLoopJ(TAG, "getWordpressNonce - failure", uploadWebsite, requestParams, errorResponse, headers, statusCode, e); + editor.putString("wordpressNonce", "0"); + editor.commit(); + } + }); + } + + private void setTrackingButtonState() { + if (currentlyTracking) { + trackingButton.setBackgroundResource(R.drawable.green_tracking_button); + trackingButton.setTextColor(Color.BLACK); + trackingButton.setText(R.string.tracking_is_on); + } else { + trackingButton.setBackgroundResource(R.drawable.red_tracking_button); + trackingButton.setTextColor(Color.WHITE); + trackingButton.setText(R.string.tracking_is_off); + } + } + + @Override + public void onResume() { + Log.d(TAG, "onResume"); + super.onResume(); // Always call the superclass method first + + displayUserSettings(); + setTrackingButtonState(); + } + +} diff --git a/phoneClients/android-wp/app/src/main/java/com/websmithing/wp/gpstracker/GpsTrackerAlarmReceiver.java b/phoneClients/android-wp/app/src/main/java/com/websmithing/wp/gpstracker/GpsTrackerAlarmReceiver.java new file mode 100644 index 00000000..121e4106 --- /dev/null +++ b/phoneClients/android-wp/app/src/main/java/com/websmithing/wp/gpstracker/GpsTrackerAlarmReceiver.java @@ -0,0 +1,14 @@ +package com.websmithing.wp.gpstracker; + +import android.content.Context; +import android.content.Intent; +import android.support.v4.content.WakefulBroadcastReceiver; + +// make sure we use a WakefulBroadcastReceiver so that we acquire a partial wakelock +public class GpsTrackerAlarmReceiver extends WakefulBroadcastReceiver { + private static final String TAG = "GpsTrackerAlarmReceiver"; + @Override + public void onReceive(Context context, Intent intent) { + context.startService(new Intent(context, LocationService.class)); + } +} diff --git a/phoneClients/android-wp/app/src/main/java/com/websmithing/wp/gpstracker/GpsTrackerBootReceiver.java b/phoneClients/android-wp/app/src/main/java/com/websmithing/wp/gpstracker/GpsTrackerBootReceiver.java new file mode 100644 index 00000000..65b51b7a --- /dev/null +++ b/phoneClients/android-wp/app/src/main/java/com/websmithing/wp/gpstracker/GpsTrackerBootReceiver.java @@ -0,0 +1,32 @@ +package com.websmithing.wp.gpstracker; + +import android.app.AlarmManager; +import android.app.PendingIntent; +import android.content.BroadcastReceiver; +import android.content.Context; +import android.content.Intent; +import android.content.SharedPreferences; +import android.os.SystemClock; + +public class GpsTrackerBootReceiver extends BroadcastReceiver { + private static final String TAG = "GpsTrackerBootReceiver"; + @Override + public void onReceive(Context context, Intent intent) { + AlarmManager alarmManager = (AlarmManager)context.getSystemService(Context.ALARM_SERVICE); + Intent gpsTrackerIntent = new Intent(context, GpsTrackerAlarmReceiver.class); + PendingIntent pendingIntent = PendingIntent.getBroadcast(context, 0, gpsTrackerIntent, 0); + + SharedPreferences sharedPreferences = context.getSharedPreferences("com.websmithing.gpstracker.prefs", Context.MODE_PRIVATE); + int intervalInMinutes = sharedPreferences.getInt("intervalInMinutes", 1); + Boolean currentlyTracking = sharedPreferences.getBoolean("currentlyTracking", false); + + if (currentlyTracking) { + alarmManager.setRepeating(AlarmManager.ELAPSED_REALTIME_WAKEUP, + SystemClock.elapsedRealtime(), + intervalInMinutes * 60000, // 60000 = 1 minute, + pendingIntent); + } else { + alarmManager.cancel(pendingIntent); + } + } +} diff --git a/phoneClients/android-wp/app/src/main/java/com/websmithing/wp/gpstracker/LocationService.java b/phoneClients/android-wp/app/src/main/java/com/websmithing/wp/gpstracker/LocationService.java new file mode 100644 index 00000000..fc695d23 --- /dev/null +++ b/phoneClients/android-wp/app/src/main/java/com/websmithing/wp/gpstracker/LocationService.java @@ -0,0 +1,232 @@ +package com.websmithing.wp.gpstracker; + +import android.app.Service; +import android.content.Context; +import android.content.Intent; +import android.content.SharedPreferences; +import android.location.Location; +import android.os.Bundle; +import android.os.IBinder; +import android.util.Log; + +import com.google.android.gms.common.ConnectionResult; +import com.google.android.gms.common.GooglePlayServicesUtil; +import com.google.android.gms.common.api.GoogleApiClient; +import com.google.android.gms.location.LocationListener; +import com.google.android.gms.location.LocationRequest; +import com.google.android.gms.location.LocationServices; +import com.loopj.android.http.AsyncHttpResponseHandler; +import com.loopj.android.http.RequestParams; + +import java.io.UnsupportedEncodingException; +import java.net.URLEncoder; +import java.text.DateFormat; +import java.text.SimpleDateFormat; +import java.util.Date; +import java.util.TimeZone; + +public class LocationService extends Service implements + GoogleApiClient.ConnectionCallbacks, + GoogleApiClient.OnConnectionFailedListener, + LocationListener { + + private static final String TAG = "LocationService"; + + // use the websmithing defaultUploadWebsite for testing and then check your + // location with your browser here: https://www.websmithing.com/gpstracker/displaymap.php + private String defaultUploadWebsite; + + private boolean currentlyProcessingLocation = false; + private LocationRequest locationRequest; + private GoogleApiClient googleApiClient; + + @Override + public void onCreate() { + super.onCreate(); + + defaultUploadWebsite = getString(R.string.default_upload_website); + } + + @Override + public int onStartCommand(Intent intent, int flags, int startId) { + // if we are currently trying to get a location and the alarm manager has called this again, + // no need to start processing a new location. + if (!currentlyProcessingLocation) { + currentlyProcessingLocation = true; + startTracking(); + } + + return START_NOT_STICKY; + } + + private void startTracking() { + Log.d(TAG, "startTracking"); + + SharedPreferences sharedPreferences = this.getSharedPreferences("com.websmithing.gpstracker.prefs", Context.MODE_PRIVATE); + String wordpressNonce = sharedPreferences.getString("wordpressNonce", "0"); + + if (wordpressNonce.equals("0")) { + Log.e(TAG, "startTracking wordpressNonce: 0"); + SharedPreferences.Editor editor = sharedPreferences.edit(); + editor.putBoolean("currentlyTracking", false); + editor.putString("sessionID", ""); + editor.commit(); + return; + } + + if (GooglePlayServicesUtil.isGooglePlayServicesAvailable(this) == ConnectionResult.SUCCESS) { + + googleApiClient = new GoogleApiClient.Builder(this) + .addApi(LocationServices.API) + .addConnectionCallbacks(this) + .addOnConnectionFailedListener(this) + .build(); + + if (!googleApiClient.isConnected() || !googleApiClient.isConnecting()) { + googleApiClient.connect(); + } + } else { + Log.e(TAG, "unable to connect to google play services."); + } + } + + protected void sendLocationDataToWebsite(Location location) { + // formatted for mysql datetime format + DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); + dateFormat.setTimeZone(TimeZone.getDefault()); + Date date = new Date(location.getTime()); + + SharedPreferences sharedPreferences = this.getSharedPreferences("com.websmithing.gpstracker.prefs", Context.MODE_PRIVATE); + SharedPreferences.Editor editor = sharedPreferences.edit(); + + float totalDistanceInMeters = sharedPreferences.getFloat("totalDistanceInMeters", 0f); + + boolean firstTimeGettingPosition = sharedPreferences.getBoolean("firstTimeGettingPosition", true); + + if (firstTimeGettingPosition) { + editor.putBoolean("firstTimeGettingPosition", false); + } else { + Location previousLocation = new Location(""); + previousLocation.setLatitude(sharedPreferences.getFloat("previousLatitude", 0f)); + previousLocation.setLongitude(sharedPreferences.getFloat("previousLongitude", 0f)); + + float distance = location.distanceTo(previousLocation); + totalDistanceInMeters += distance; + editor.putFloat("totalDistanceInMeters", totalDistanceInMeters); + } + + editor.putFloat("previousLatitude", (float)location.getLatitude()); + editor.putFloat("previousLongitude", (float)location.getLongitude()); + editor.commit(); + + final RequestParams requestParams = new RequestParams(); + requestParams.put("gpstracker", "location"); + requestParams.put("latitude", Double.toString(location.getLatitude())); + requestParams.put("longitude", Double.toString(location.getLongitude())); + requestParams.put("username", sharedPreferences.getString("userName", "")); + requestParams.put("phonenumber", sharedPreferences.getString("appID", "")); // uuid + requestParams.put("sessionid", sharedPreferences.getString("sessionID", "0")); // uuid + Double speedInMilesPerHour = location.getSpeed()* 2.2369; + requestParams.put("speed", Integer.toString(speedInMilesPerHour.intValue())); + Float direction = location.getBearing(); + requestParams.put("direction", Integer.toString(direction.intValue())); + + if (totalDistanceInMeters > 0) { + requestParams.put("distance", Float.toString(totalDistanceInMeters / 1609)); // in miles + } else { + requestParams.put("distance", 0); // in miles + } + + try { + requestParams.put("gpstime", URLEncoder.encode(dateFormat.format(date), "UTF-8")); + } catch (UnsupportedEncodingException e) {} + + requestParams.put("locationmethod", location.getProvider()); + Double accuracyInFeet = location.getAccuracy()* 3.28; + requestParams.put("accuracy", Integer.toString(accuracyInFeet.intValue())); + + Double altitudeInFeet = location.getAltitude() * 3.28; + requestParams.put("extrainfo", Integer.toString(altitudeInFeet.intValue())); + + requestParams.put("eventtype", "android-wp"); + requestParams.put("wpnonce", sharedPreferences.getString("wordpressNonce", "1")); + + final String uploadWebsite = sharedPreferences.getString("defaultUploadWebsite", defaultUploadWebsite); + + LoopjHttpClient.get(uploadWebsite, requestParams, new AsyncHttpResponseHandler() { + @Override + public void onSuccess(int statusCode, cz.msebera.android.httpclient.Header[] headers, byte[] responseBody) { + LoopjHttpClient.debugLoopJ(TAG, "sendLocationDataToWebsite - success", uploadWebsite, requestParams, responseBody, headers, statusCode, null); + stopSelf(); + } + @Override + public void onFailure(int statusCode, cz.msebera.android.httpclient.Header[] headers, byte[] errorResponse, Throwable e) { + LoopjHttpClient.debugLoopJ(TAG, "sendLocationDataToWebsite - failure", uploadWebsite, requestParams, errorResponse, headers, statusCode, e); + stopSelf(); + } + }); + } + + @Override + public void onDestroy() { + super.onDestroy(); + } + + @Override + public IBinder onBind(Intent intent) { + return null; + } + + @Override + public void onLocationChanged(Location location) { + Log.d(TAG, "onLocationChanged"); + + if (location != null) { + Log.e(TAG, "position: " + location.getLatitude() + ", " + location.getLongitude() + " accuracy: " + location.getAccuracy()); + + // we have our desired accuracy of 500 meters so lets quit this service, + // onDestroy will be called and stop our location updates + if (location.getAccuracy() < 500.0f) { + stopLocationUpdates(); + sendLocationDataToWebsite(location); + } + } + } + + private void stopLocationUpdates() { + if (googleApiClient != null && googleApiClient.isConnected()) { + googleApiClient.disconnect(); + } + } + + /** + * Called by Location Services when the request to connect the + * client finishes successfully. At this point, you can + * request the current location or start periodic updates + */ + @Override + public void onConnected(Bundle bundle) { + Log.d(TAG, "onConnected"); + + locationRequest = LocationRequest.create(); + locationRequest.setInterval(1000); // milliseconds + locationRequest.setFastestInterval(1000); // the fastest rate in milliseconds at which your app can handle location updates + locationRequest.setPriority(LocationRequest.PRIORITY_HIGH_ACCURACY); + + LocationServices.FusedLocationApi.requestLocationUpdates( + googleApiClient, locationRequest, this); + } + + @Override + public void onConnectionFailed(ConnectionResult connectionResult) { + Log.e(TAG, "onConnectionFailed"); + + stopLocationUpdates(); + stopSelf(); + } + + @Override + public void onConnectionSuspended(int i) { + Log.e(TAG, "GoogleApiClient connection has been suspend"); + } +} diff --git a/phoneClients/android-wp/app/src/main/java/com/websmithing/wp/gpstracker/LoopjHttpClient.java b/phoneClients/android-wp/app/src/main/java/com/websmithing/wp/gpstracker/LoopjHttpClient.java new file mode 100644 index 00000000..d95f332c --- /dev/null +++ b/phoneClients/android-wp/app/src/main/java/com/websmithing/wp/gpstracker/LoopjHttpClient.java @@ -0,0 +1,48 @@ +package com.websmithing.wp.gpstracker; + +import android.util.Log; + +import com.loopj.android.http.AsyncHttpClient; +import com.loopj.android.http.AsyncHttpResponseHandler; +import com.loopj.android.http.RequestParams; + +public class LoopjHttpClient { + private static AsyncHttpClient client = new AsyncHttpClient(); + + public static void get(String url, RequestParams params, AsyncHttpResponseHandler responseHandler) { + //client.getHttpClient().getParams().setParameter(ClientPNames.ALLOW_CIRCULAR_REDIRECTS, true); + client.get(url, params, responseHandler); + } + + public static void post(String url, RequestParams requestParams, AsyncHttpResponseHandler responseHandler) { + client.post(url, requestParams, responseHandler); + } + + //public static void debugLoopJ(String TAG, String methodName, byte[] response, Header[] headers, int statusCode, Throwable t) { + public static void debugLoopJ(String TAG, String methodName,String url, RequestParams requestParams, byte[] response, cz.msebera.android.httpclient.Header[] headers, int statusCode, Throwable t) { + + Log.d(TAG, client.getUrlWithQueryString(false, url, requestParams)); + + if (headers != null) { + Log.e(TAG, methodName); + Log.d(TAG, "Return Headers:"); + /* + for (Header h : headers) { + String _h = String.format(Locale.US, "%s : %s", h.getName(), h.getValue()); + Log.d(TAG, _h); + } + */ + + if (t != null) { + Log.d(TAG, "Throwable:" + t); + } + + Log.e(TAG, "StatusCode: " + statusCode); + + if (response != null) { + Log.d(TAG, "Response: " + new String(response)); + } + + } + } +} diff --git a/phoneClients/android/app/src/main/res/drawable-hdpi/ic_launcher.png b/phoneClients/android-wp/app/src/main/res/drawable-hdpi/ic_launcher.png similarity index 100% rename from phoneClients/android/app/src/main/res/drawable-hdpi/ic_launcher.png rename to phoneClients/android-wp/app/src/main/res/drawable-hdpi/ic_launcher.png diff --git a/phoneClients/android/app/src/main/res/drawable-mdpi/ic_launcher.png b/phoneClients/android-wp/app/src/main/res/drawable-mdpi/ic_launcher.png similarity index 100% rename from phoneClients/android/app/src/main/res/drawable-mdpi/ic_launcher.png rename to phoneClients/android-wp/app/src/main/res/drawable-mdpi/ic_launcher.png diff --git a/phoneClients/android/app/src/main/res/drawable-xhdpi/ic_launcher.png b/phoneClients/android-wp/app/src/main/res/drawable-xhdpi/ic_launcher.png similarity index 100% rename from phoneClients/android/app/src/main/res/drawable-xhdpi/ic_launcher.png rename to phoneClients/android-wp/app/src/main/res/drawable-xhdpi/ic_launcher.png diff --git a/phoneClients/android/app/src/main/res/drawable-xxhdpi/ic_launcher.png b/phoneClients/android-wp/app/src/main/res/drawable-xxhdpi/ic_launcher.png similarity index 100% rename from phoneClients/android/app/src/main/res/drawable-xxhdpi/ic_launcher.png rename to phoneClients/android-wp/app/src/main/res/drawable-xxhdpi/ic_launcher.png diff --git a/phoneClients/android/app/src/main/res/drawable-xxxhdpi/ic_launcher.png b/phoneClients/android-wp/app/src/main/res/drawable-xxxhdpi/ic_launcher.png similarity index 100% rename from phoneClients/android/app/src/main/res/drawable-xxxhdpi/ic_launcher.png rename to phoneClients/android-wp/app/src/main/res/drawable-xxxhdpi/ic_launcher.png diff --git a/phoneClients/android-wp/app/src/main/res/drawable/green_tracking_button.xml b/phoneClients/android-wp/app/src/main/res/drawable/green_tracking_button.xml new file mode 100644 index 00000000..d97efe0a --- /dev/null +++ b/phoneClients/android-wp/app/src/main/res/drawable/green_tracking_button.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android-wp/app/src/main/res/drawable/red_tracking_button.xml b/phoneClients/android-wp/app/src/main/res/drawable/red_tracking_button.xml new file mode 100644 index 00000000..0a5089da --- /dev/null +++ b/phoneClients/android-wp/app/src/main/res/drawable/red_tracking_button.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/phoneClients/android/app/src/main/res/layout/activity_gpstracker.xml b/phoneClients/android-wp/app/src/main/res/layout/activity_gpstracker.xml similarity index 96% rename from phoneClients/android/app/src/main/res/layout/activity_gpstracker.xml rename to phoneClients/android-wp/app/src/main/res/layout/activity_gpstracker.xml index 2775bfdc..d8d005e1 100644 --- a/phoneClients/android/app/src/main/res/layout/activity_gpstracker.xml +++ b/phoneClients/android-wp/app/src/main/res/layout/activity_gpstracker.xml @@ -6,7 +6,7 @@ android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" android:paddingBottom="@dimen/activity_vertical_margin" - tools:context="com.websmithing.gpstracker.GpsTrackerActivity" > + tools:context="com.websmithing.wp.gpstracker.GpsTrackerActivity" > + android:height="50dip" /> diff --git a/phoneClients/android-wp/app/src/main/res/values-w820dp/dimens.xml b/phoneClients/android-wp/app/src/main/res/values-w820dp/dimens.xml new file mode 100644 index 00000000..63fc8164 --- /dev/null +++ b/phoneClients/android-wp/app/src/main/res/values-w820dp/dimens.xml @@ -0,0 +1,6 @@ + + + 64dp + diff --git a/phoneClients/android-wp/app/src/main/res/values/dimens.xml b/phoneClients/android-wp/app/src/main/res/values/dimens.xml new file mode 100644 index 00000000..a0171a70 --- /dev/null +++ b/phoneClients/android-wp/app/src/main/res/values/dimens.xml @@ -0,0 +1,6 @@ + + + 16dp + 16dp + + diff --git a/phoneClients/android-wp/app/src/main/res/values/strings.xml b/phoneClients/android-wp/app/src/main/res/values/strings.xml new file mode 100644 index 00000000..77462a7a --- /dev/null +++ b/phoneClients/android-wp/app/src/main/res/values/strings.xml @@ -0,0 +1,20 @@ + + + Gps Tracker for WordPress + http://www.mywebsite.com + + Tracking is Off + Tracking is On + Please restart tracking to change the time interval. + Cannot reach the website that you have entered. Did you spell it correctly? Does your website use http or https? + Security token error. + Please fill in both fields. User names cannot have a space. + Please go into Settings > Apps > All and enable Google Play Services. + + user name + upload website + Update every: + 1 minute + 5 minutes + 15 minutes + diff --git a/phoneClients/android-wp/app/src/main/res/values/styles.xml b/phoneClients/android-wp/app/src/main/res/values/styles.xml new file mode 100644 index 00000000..00a7ff8f --- /dev/null +++ b/phoneClients/android-wp/app/src/main/res/values/styles.xml @@ -0,0 +1,8 @@ + + + + + + diff --git a/phoneClients/android-wp/build.gradle b/phoneClients/android-wp/build.gradle new file mode 100644 index 00000000..ae32a439 --- /dev/null +++ b/phoneClients/android-wp/build.gradle @@ -0,0 +1,16 @@ +// Top-level build file where you can add configuration options common to all sub-projects/modules. + +buildscript { + repositories { + mavenCentral() + } + dependencies { + classpath 'com.android.tools.build:gradle:1.5.0' + } +} + +allprojects { + repositories { + mavenCentral() + } +} diff --git a/phoneClients/android-wp/build/intermediates/dex-cache/cache.xml b/phoneClients/android-wp/build/intermediates/dex-cache/cache.xml new file mode 100644 index 00000000..e73d2e9a --- /dev/null +++ b/phoneClients/android-wp/build/intermediates/dex-cache/cache.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/AndroidManifest.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/AndroidManifest.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/AndroidManifest.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/AndroidManifest.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/R.txt b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/R.txt similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/R.txt rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/R.txt diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/classes.jar b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/classes.jar similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/classes.jar rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/classes.jar diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_fade_in.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_fade_in.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_fade_in.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_fade_in.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_fade_out.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_fade_out.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_fade_out.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_fade_out.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_in_bottom.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_in_bottom.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_in_bottom.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_in_bottom.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_in_top.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_in_top.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_in_top.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_in_top.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_out_bottom.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_out_bottom.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_out_bottom.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_out_bottom.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_out_top.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_out_top.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_out_top.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_out_top.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/color/abc_search_url_text_holo.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/color/abc_search_url_text_holo.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/color/abc_search_url_text_holo.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/color/abc_search_url_text_holo.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_solid_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_solid_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_solid_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_solid_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_ab_back_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_ab_back_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_ab_back_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_ab_back_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_cab_done_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_cab_done_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_cab_done_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_cab_done_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_disabled.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_disabled.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_disabled.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_disabled.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_normal.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_normal.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_normal.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_normal.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_go.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_go.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_go.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_go.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_share_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_share_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_share_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_menu_share_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_search.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_search.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_search.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_search.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_search_api_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_search_api_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_search_api_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_search_api_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_voice_search.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_voice_search.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_voice_search.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_voice_search.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_divider_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_divider_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_divider_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_divider_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_divider_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_divider_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_divider_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_divider_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_focused_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_focused_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_focused_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_focused_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_longpressed_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_longpressed_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_longpressed_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_longpressed_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_pressed_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_pressed_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_pressed_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_pressed_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_solid_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_solid_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_solid_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_solid_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_ab_back_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_ab_back_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_ab_back_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_ab_back_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_cab_done_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_cab_done_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_cab_done_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_cab_done_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_disabled.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_disabled.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_disabled.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_disabled.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_normal.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_normal.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_normal.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_normal.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_go.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_go.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_go.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_go.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_share_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_share_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_share_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_menu_share_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_search.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_search.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_search.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_search.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_search_api_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_search_api_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_search_api_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_search_api_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_voice_search.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_voice_search.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_voice_search.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_voice_search.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_divider_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_divider_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_divider_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_divider_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_divider_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_divider_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_divider_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_divider_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_focused_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_focused_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_focused_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_focused_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_longpressed_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_longpressed_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_longpressed_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_longpressed_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_pressed_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_pressed_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_pressed_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_pressed_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_disabled.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_disabled.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_disabled.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_disabled.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_normal.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_normal.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_normal.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_normal.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_go.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_go.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_go.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_go.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_search.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_search.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_search.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_search.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_search_api_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_search_api_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_search_api_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_search_api_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_voice_search.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_voice_search.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_voice_search.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_voice_search.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_divider_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_divider_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_divider_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_divider_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_focused_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_focused_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_focused_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_focused_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_longpressed_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_longpressed_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_longpressed_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_longpressed_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_solid_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_solid_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_solid_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_solid_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_solid_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_solid_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_solid_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_solid_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_transparent_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_transparent_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_transparent_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_transparent_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_transparent_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_transparent_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_transparent_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_bottom_transparent_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_share_pack_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_share_pack_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_share_pack_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_share_pack_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_share_pack_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_share_pack_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_share_pack_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_share_pack_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_solid_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_solid_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_solid_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_solid_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_solid_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_solid_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_solid_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_solid_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_solid_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_solid_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_solid_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_solid_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_solid_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_solid_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_solid_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_solid_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_transparent_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_transparent_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_transparent_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_transparent_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_transparent_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_transparent_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_transparent_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_stacked_transparent_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_transparent_dark_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_transparent_dark_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_transparent_dark_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_transparent_dark_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_transparent_light_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_transparent_light_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_transparent_light_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ab_transparent_light_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_bottom_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_bottom_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_bottom_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_bottom_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_bottom_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_bottom_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_bottom_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_bottom_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_top_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_top_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_top_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_top_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_top_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_top_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_top_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_cab_background_top_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_ab_back_holo_dark.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_ab_back_holo_dark.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_ab_back_holo_dark.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_ab_back_holo_dark.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_ab_back_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_ab_back_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_ab_back_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_ab_back_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_cab_done_holo_dark.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_cab_done_holo_dark.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_cab_done_holo_dark.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_cab_done_holo_dark.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_cab_done_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_cab_done_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_cab_done_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_cab_done_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_disabled.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_disabled.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_disabled.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_disabled.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_normal.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_normal.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_normal.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_normal.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_search_api_disabled_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_search_api_disabled_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_search_api_disabled_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_search_api_disabled_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_search_api_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_search_api_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_search_api_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_clear_search_api_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_dark.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_dark.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_dark.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_dark.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_go.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_go.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_go.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_go.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_go_search_api_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_go_search_api_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_go_search_api_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_go_search_api_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_share_holo_dark.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_share_holo_dark.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_share_holo_dark.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_share_holo_dark.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_share_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_share_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_share_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_menu_share_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_search.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_search.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_search.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_search.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_search_api_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_search_api_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_search_api_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_search_api_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_voice_search.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_voice_search.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_voice_search.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_voice_search.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_voice_search_api_holo_light.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_voice_search_api_holo_light.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_voice_search_api_holo_light.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_ic_voice_search_api_holo_light.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_divider_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_divider_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_divider_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_divider_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_divider_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_divider_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_divider_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_divider_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_focused_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_focused_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_focused_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_focused_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_default_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_default_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_default_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_default_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_default_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_default_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_default_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_default_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_focused_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_focused_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_focused_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_focused_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_pressed_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_pressed_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_pressed_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_selected_pressed_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_unselected_pressed_holo.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_unselected_pressed_holo.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_unselected_pressed_holo.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_tab_unselected_pressed_holo.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_default_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_default_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_default_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_default_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_default_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_default_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_default_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_default_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_selected_holo_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_selected_holo_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_selected_holo_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_selected_holo_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_selected_holo_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_selected_holo_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_selected_holo_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable-xxhdpi/abc_textfield_search_selected_holo_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_ic_clear.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_ic_clear.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_ic_clear.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_ic_clear.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_ic_clear_holo_light.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_ic_clear_holo_light.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_ic_clear_holo_light.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_ic_clear_holo_light.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_item_background_holo_dark.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_item_background_holo_dark.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_item_background_holo_dark.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_item_background_holo_dark.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_item_background_holo_light.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_item_background_holo_light.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_item_background_holo_light.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_item_background_holo_light.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_background_transition_holo_dark.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_background_transition_holo_dark.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_background_transition_holo_dark.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_background_transition_holo_dark.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_background_transition_holo_light.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_background_transition_holo_light.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_background_transition_holo_light.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_background_transition_holo_light.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_holo_dark.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_holo_dark.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_holo_dark.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_holo_dark.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_holo_light.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_holo_light.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_holo_light.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_holo_light.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_search_dropdown_dark.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_search_dropdown_dark.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_search_dropdown_dark.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_search_dropdown_dark.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_search_dropdown_light.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_search_dropdown_light.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_search_dropdown_light.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_search_dropdown_light.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_spinner_ab_holo_dark.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_spinner_ab_holo_dark.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_spinner_ab_holo_dark.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_spinner_ab_holo_dark.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_spinner_ab_holo_light.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_spinner_ab_holo_light.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_spinner_ab_holo_light.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_spinner_ab_holo_light.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_tab_indicator_ab_holo.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_tab_indicator_ab_holo.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_tab_indicator_ab_holo.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_tab_indicator_ab_holo.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_holo_dark.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_holo_dark.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_holo_dark.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_holo_dark.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_holo_light.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_holo_light.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_holo_light.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_holo_light.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_right_holo_dark.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_right_holo_dark.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_right_holo_dark.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_right_holo_dark.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_right_holo_light.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_right_holo_light.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_right_holo_light.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_right_holo_light.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v11/abc_action_bar_decor.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v11/abc_action_bar_decor.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v11/abc_action_bar_decor.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v11/abc_action_bar_decor.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v11/abc_simple_decor.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v11/abc_simple_decor.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v11/abc_simple_decor.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v11/abc_simple_decor.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v14/abc_activity_chooser_view.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v14/abc_activity_chooser_view.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v14/abc_activity_chooser_view.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v14/abc_activity_chooser_view.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor_include.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor_include.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor_include.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor_include.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor_overlay.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor_overlay.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor_overlay.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor_overlay.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_home.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_home.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_home.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_home.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_tab.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_tab.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_tab.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_tab.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_tabbar.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_tabbar.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_tabbar.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_tabbar.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_title_item.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_title_item.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_title_item.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_title_item.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_view_list_nav_layout.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_view_list_nav_layout.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_view_list_nav_layout.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_view_list_nav_layout.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_menu_item_layout.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_menu_item_layout.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_menu_item_layout.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_menu_item_layout.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_menu_layout.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_menu_layout.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_menu_layout.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_menu_layout.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_mode_bar.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_mode_bar.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_mode_bar.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_mode_bar.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_mode_close_item.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_mode_close_item.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_mode_close_item.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_mode_close_item.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view_include.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view_include.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view_include.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view_include.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view_list_item.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view_list_item.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view_list_item.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view_list_item.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_expanded_menu_layout.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_expanded_menu_layout.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_expanded_menu_layout.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_expanded_menu_layout.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_checkbox.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_checkbox.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_checkbox.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_checkbox.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_icon.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_icon.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_icon.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_icon.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_layout.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_layout.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_layout.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_layout.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_radio.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_radio.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_radio.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_radio.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_popup_menu_item_layout.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_popup_menu_item_layout.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_popup_menu_item_layout.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_popup_menu_item_layout.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_search_dropdown_item_icons_2line.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_search_dropdown_item_icons_2line.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_search_dropdown_item_icons_2line.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_search_dropdown_item_icons_2line.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_search_view.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_search_view.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_search_view.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_search_view.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_simple_decor.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_simple_decor.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_simple_decor.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_simple_decor.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/support_simple_spinner_dropdown_item.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/support_simple_spinner_dropdown_item.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/support_simple_spinner_dropdown_item.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/support_simple_spinner_dropdown_item.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-af/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-af/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-af/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-af/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-am/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-am/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-am/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-am/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ar/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ar/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ar/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ar/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-bg/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-bg/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-bg/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-bg/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ca/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ca/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ca/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ca/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-cs/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-cs/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-cs/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-cs/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-da/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-da/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-da/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-da/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-de/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-de/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-de/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-de/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-el/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-el/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-el/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-el/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-en-rGB/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-en-rGB/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-en-rGB/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-en-rGB/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-en-rIN/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-en-rIN/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-en-rIN/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-en-rIN/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-es-rUS/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-es-rUS/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-es-rUS/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-es-rUS/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-es/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-es/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-es/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-es/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-et-rEE/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-et-rEE/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-et-rEE/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-et-rEE/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fa/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fa/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fa/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fa/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fi/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fi/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fi/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fi/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fr-rCA/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fr-rCA/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fr-rCA/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fr-rCA/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fr/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fr/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fr/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fr/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hi/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hi/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hi/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hi/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hr/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hr/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hr/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hr/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hu/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hu/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hu/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hu/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hy-rAM/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hy-rAM/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hy-rAM/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hy-rAM/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-in/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-in/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-in/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-in/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-it/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-it/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-it/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-it/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-iw/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-iw/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-iw/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-iw/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ja/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ja/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ja/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ja/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ka-rGE/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ka-rGE/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ka-rGE/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ka-rGE/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-km-rKH/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-km-rKH/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-km-rKH/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-km-rKH/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ko/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ko/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ko/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ko/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-land/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-land/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-land/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-land/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-large-v14/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-large-v14/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-large-v14/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-large-v14/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-large/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-large/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-large/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-large/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-lo-rLA/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-lo-rLA/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-lo-rLA/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-lo-rLA/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-lt/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-lt/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-lt/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-lt/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-lv/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-lv/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-lv/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-lv/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-mn-rMN/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-mn-rMN/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-mn-rMN/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-mn-rMN/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ms-rMY/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ms-rMY/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ms-rMY/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ms-rMY/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-nb/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-nb/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-nb/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-nb/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-nl/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-nl/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-nl/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-nl/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-pl/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-pl/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-pl/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-pl/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-pt-rPT/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-pt-rPT/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-pt-rPT/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-pt-rPT/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-pt/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-pt/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-pt/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-pt/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ro/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ro/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ro/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ro/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ru/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ru/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ru/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ru/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sk/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sk/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sk/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sk/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sl/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sl/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sl/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sl/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sr/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sr/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sr/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sr/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sv/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sv/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sv/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sv/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sw/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sw/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sw/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sw/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sw600dp/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sw600dp/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sw600dp/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sw600dp/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-th/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-th/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-th/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-th/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-tl/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-tl/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-tl/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-tl/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-tr/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-tr/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-tr/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-tr/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-uk/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-uk/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-uk/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-uk/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-v11/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-v11/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-v11/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-v11/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-v14/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-v14/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-v14/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-v14/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-vi/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-vi/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-vi/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-vi/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w360dp/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w360dp/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w360dp/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w360dp/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w480dp/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w480dp/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w480dp/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w480dp/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w500dp/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w500dp/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w500dp/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w500dp/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w600dp/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w600dp/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w600dp/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w600dp/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w720dp/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w720dp/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w720dp/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w720dp/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-xlarge/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-xlarge/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-xlarge/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-xlarge/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-zh-rCN/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-zh-rCN/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-zh-rCN/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-zh-rCN/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-zh-rHK/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-zh-rHK/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-zh-rHK/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-zh-rHK/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-zh-rTW/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-zh-rTW/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-zh-rTW/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-zh-rTW/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-zu/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-zu/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-zu/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-zu/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values/values.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values/values.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values/values.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values/values.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/AndroidManifest.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/AndroidManifest.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/AndroidManifest.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/AndroidManifest.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/R.txt b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/R.txt similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/R.txt rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/R.txt diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/classes.jar b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/classes.jar similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/classes.jar rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/classes.jar diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/proguard.txt b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/proguard.txt similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/proguard.txt rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/proguard.txt diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/color/common_signin_btn_text_dark.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/color/common_signin_btn_text_dark.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/color/common_signin_btn_text_dark.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/color/common_signin_btn_text_dark.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/color/common_signin_btn_text_light.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/color/common_signin_btn_text_light.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/color/common_signin_btn_text_light.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/color/common_signin_btn_text_light.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_focus_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_disabled_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_focus_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_focus_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_normal_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_normal_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_pressed_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_icon_pressed_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_focus_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_focus_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_disabled_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_focus_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_focus_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_normal_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_normal_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_pressed_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/common_signin_btn_text_pressed_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_medium_off_client.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_medium_off_client.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_medium_off_client.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_medium_off_client.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_small_off_client.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_small_off_client.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_small_off_client.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_small_off_client.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_standard_off_client.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_standard_off_client.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_standard_off_client.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_standard_off_client.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_tall_off_client.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_tall_off_client.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_tall_off_client.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-hdpi/ic_plusone_tall_off_client.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_focus_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_disabled_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_focus_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_focus_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_normal_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_normal_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_pressed_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_icon_pressed_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_focus_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_focus_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_disabled_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_focus_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_focus_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_normal_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_normal_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_pressed_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/common_signin_btn_text_pressed_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_medium_off_client.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_medium_off_client.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_medium_off_client.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_medium_off_client.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_small_off_client.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_small_off_client.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_small_off_client.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_small_off_client.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_standard_off_client.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_standard_off_client.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_standard_off_client.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_standard_off_client.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_tall_off_client.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_tall_off_client.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_tall_off_client.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-mdpi/ic_plusone_tall_off_client.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_focus_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_disabled_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_focus_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_focus_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_normal_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_normal_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_pressed_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_icon_pressed_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_focus_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_disabled_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_focus_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_focus_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_normal_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_normal_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_pressed_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/common_signin_btn_text_pressed_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_medium_off_client.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_medium_off_client.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_medium_off_client.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_medium_off_client.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_small_off_client.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_small_off_client.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_small_off_client.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_small_off_client.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_standard_off_client.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_standard_off_client.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_standard_off_client.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_standard_off_client.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_tall_off_client.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_tall_off_client.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_tall_off_client.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xhdpi/ic_plusone_tall_off_client.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_focus_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_disabled_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_focus_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_focus_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_focus_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_focus_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_focus_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_focus_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_focus_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_focus_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_normal_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_normal_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_normal_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_normal_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_normal_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_normal_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_normal_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_normal_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_pressed_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_pressed_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_pressed_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_pressed_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_pressed_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_pressed_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_pressed_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_icon_pressed_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_focus_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_disabled_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_focus_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_focus_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_focus_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_focus_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_focus_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_focus_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_focus_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_focus_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_normal_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_normal_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_normal_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_normal_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_normal_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_normal_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_normal_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_normal_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_pressed_dark.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_pressed_dark.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_pressed_dark.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_pressed_dark.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_pressed_light.9.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_pressed_light.9.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_pressed_light.9.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/common_signin_btn_text_pressed_light.9.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_medium_off_client.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_medium_off_client.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_medium_off_client.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_medium_off_client.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_small_off_client.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_small_off_client.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_small_off_client.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_small_off_client.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_standard_off_client.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_standard_off_client.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_standard_off_client.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_standard_off_client.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_tall_off_client.png b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_tall_off_client.png similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_tall_off_client.png rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable-xxhdpi/ic_plusone_tall_off_client.png diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_icon_dark.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_icon_dark.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_icon_dark.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_icon_dark.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_icon_light.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_icon_light.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_icon_light.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_icon_light.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_text_dark.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_text_dark.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_text_dark.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_text_dark.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_text_light.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_text_light.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_text_light.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/drawable/common_signin_btn_text_light.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-af/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-af/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-af/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-af/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-am/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-am/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-am/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-am/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ar/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ar/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ar/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ar/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-be/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-be/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-be/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-be/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-bg/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-bg/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-bg/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-bg/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ca/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ca/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ca/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ca/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-cs/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-cs/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-cs/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-cs/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-da/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-da/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-da/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-da/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-de/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-de/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-de/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-de/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-el/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-el/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-el/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-el/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-en-rGB/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-en-rGB/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-en-rGB/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-en-rGB/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-en-rIN/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-en-rIN/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-en-rIN/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-en-rIN/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-es-rUS/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-es-rUS/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-es-rUS/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-es-rUS/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-es/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-es/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-es/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-es/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-et-rEE/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-et-rEE/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-et-rEE/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-et-rEE/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fa/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fa/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fa/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fa/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fi/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fi/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fi/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fi/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fr-rCA/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fr-rCA/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fr-rCA/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fr-rCA/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fr/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fr/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fr/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-fr/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hi/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hi/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hi/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hi/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hr/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hr/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hr/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hr/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hu/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hu/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hu/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hu/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hy-rAM/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hy-rAM/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hy-rAM/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-hy-rAM/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-in/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-in/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-in/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-in/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-it/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-it/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-it/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-it/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-iw/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-iw/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-iw/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-iw/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ja/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ja/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ja/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ja/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ka-rGE/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ka-rGE/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ka-rGE/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ka-rGE/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-km-rKH/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-km-rKH/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-km-rKH/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-km-rKH/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ko/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ko/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ko/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ko/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lo-rLA/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lo-rLA/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lo-rLA/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lo-rLA/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lt/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lt/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lt/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lt/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lv/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lv/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lv/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-lv/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-mn-rMN/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-mn-rMN/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-mn-rMN/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-mn-rMN/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ms-rMY/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ms-rMY/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ms-rMY/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ms-rMY/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-nb/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-nb/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-nb/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-nb/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-nl/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-nl/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-nl/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-nl/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pl/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pl/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pl/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pl/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt-rBR/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt-rBR/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt-rBR/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt-rBR/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt-rPT/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt-rPT/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt-rPT/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt-rPT/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-pt/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ro/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ro/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ro/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ro/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ru/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ru/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ru/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-ru/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sk/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sk/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sk/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sk/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sl/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sl/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sl/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sl/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sr/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sr/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sr/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sr/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sv/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sv/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sv/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sv/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sw/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sw/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sw/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-sw/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-th/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-th/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-th/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-th/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-tl/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-tl/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-tl/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-tl/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-tr/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-tr/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-tr/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-tr/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-uk/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-uk/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-uk/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-uk/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-vi/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-vi/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-vi/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-vi/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rCN/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rCN/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rCN/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rCN/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rHK/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rHK/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rHK/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rHK/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rTW/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rTW/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rTW/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zh-rTW/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zu/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zu/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zu/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values-zu/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/ads_attrs.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/ads_attrs.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/ads_attrs.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/ads_attrs.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/colors.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/colors.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/colors.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/colors.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/maps_attrs.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/maps_attrs.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/maps_attrs.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/maps_attrs.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/strings.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/strings.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/strings.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/strings.xml diff --git a/phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/version.xml b/phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/version.xml similarity index 100% rename from phoneClients/android/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/version.xml rename to phoneClients/android-wp/build/intermediates/exploded-aar/com.google.android.gms/play-services/4.3.23/res/values/version.xml diff --git a/phoneClients/android-wp/build/intermediates/model_data.bin b/phoneClients/android-wp/build/intermediates/model_data.bin new file mode 100644 index 00000000..bd534053 Binary files /dev/null and b/phoneClients/android-wp/build/intermediates/model_data.bin differ diff --git a/phoneClients/android/gpstracker3.2.1.png b/phoneClients/android-wp/gpstracker3.2.1.png similarity index 100% rename from phoneClients/android/gpstracker3.2.1.png rename to phoneClients/android-wp/gpstracker3.2.1.png diff --git a/phoneClients/android-wp/gradle.properties b/phoneClients/android-wp/gradle.properties new file mode 100644 index 00000000..5d08ba75 --- /dev/null +++ b/phoneClients/android-wp/gradle.properties @@ -0,0 +1,18 @@ +# Project-wide Gradle settings. + +# IDE (e.g. Android Studio) users: +# Settings specified in this file will override any Gradle settings +# configured through the IDE. + +# For more details on how to configure your build environment visit +# http://www.gradle.org/docs/current/userguide/build_environment.html + +# Specifies the JVM arguments used for the daemon process. +# The setting is particularly useful for tweaking memory settings. +# Default value: -Xmx10248m -XX:MaxPermSize=256m +# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 + +# When configured, Gradle will run in incubating parallel mode. +# This option should only be used with decoupled projects. More details, visit +# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects +# org.gradle.parallel=true \ No newline at end of file diff --git a/phoneClients/android-wp/gradle/wrapper/gradle-wrapper.properties b/phoneClients/android-wp/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 00000000..6b549b74 --- /dev/null +++ b/phoneClients/android-wp/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,6 @@ +#Thu Feb 11 04:12:16 CET 2016 +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip diff --git a/phoneClients/android-wp/gradlew b/phoneClients/android-wp/gradlew new file mode 100644 index 00000000..91a7e269 --- /dev/null +++ b/phoneClients/android-wp/gradlew @@ -0,0 +1,164 @@ +#!/usr/bin/env bash + +############################################################################## +## +## Gradle start up script for UN*X +## +############################################################################## + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS="" + +APP_NAME="Gradle" +APP_BASE_NAME=`basename "$0"` + +# Use the maximum available, or set MAX_FD != -1 to use that value. +MAX_FD="maximum" + +warn ( ) { + echo "$*" +} + +die ( ) { + echo + echo "$*" + echo + exit 1 +} + +# OS specific support (must be 'true' or 'false'). +cygwin=false +msys=false +darwin=false +case "`uname`" in + CYGWIN* ) + cygwin=true + ;; + Darwin* ) + darwin=true + ;; + MINGW* ) + msys=true + ;; +esac + +# For Cygwin, ensure paths are in UNIX format before anything is touched. +if $cygwin ; then + [ -n "$JAVA_HOME" ] && JAVA_HOME=`cygpath --unix "$JAVA_HOME"` +fi + +# Attempt to set APP_HOME +# Resolve links: $0 may be a link +PRG="$0" +# Need this for relative symlinks. +while [ -h "$PRG" ] ; do + ls=`ls -ld "$PRG"` + link=`expr "$ls" : '.*-> \(.*\)$'` + if expr "$link" : '/.*' > /dev/null; then + PRG="$link" + else + PRG=`dirname "$PRG"`"/$link" + fi +done +SAVED="`pwd`" +cd "`dirname \"$PRG\"`/" >&- +APP_HOME="`pwd -P`" +cd "$SAVED" >&- + +CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar + +# Determine the Java command to use to start the JVM. +if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD="$JAVA_HOME/jre/sh/java" + else + JAVACMD="$JAVA_HOME/bin/java" + fi + if [ ! -x "$JAVACMD" ] ; then + die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +else + JAVACMD="java" + which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." +fi + +# Increase the maximum file descriptors if we can. +if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then + MAX_FD_LIMIT=`ulimit -H -n` + if [ $? -eq 0 ] ; then + if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then + MAX_FD="$MAX_FD_LIMIT" + fi + ulimit -n $MAX_FD + if [ $? -ne 0 ] ; then + warn "Could not set maximum file descriptor limit: $MAX_FD" + fi + else + warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" + fi +fi + +# For Darwin, add options to specify how the application appears in the dock +if $darwin; then + GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" +fi + +# For Cygwin, switch paths to Windows format before running java +if $cygwin ; then + APP_HOME=`cygpath --path --mixed "$APP_HOME"` + CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` + + # We build the pattern for arguments to be converted via cygpath + ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` + SEP="" + for dir in $ROOTDIRSRAW ; do + ROOTDIRS="$ROOTDIRS$SEP$dir" + SEP="|" + done + OURCYGPATTERN="(^($ROOTDIRS))" + # Add a user-defined pattern to the cygpath arguments + if [ "$GRADLE_CYGPATTERN" != "" ] ; then + OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" + fi + # Now convert the arguments - kludge to limit ourselves to /bin/sh + i=0 + for arg in "$@" ; do + CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` + CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option + + if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition + eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` + else + eval `echo args$i`="\"$arg\"" + fi + i=$((i+1)) + done + case $i in + (0) set -- ;; + (1) set -- "$args0" ;; + (2) set -- "$args0" "$args1" ;; + (3) set -- "$args0" "$args1" "$args2" ;; + (4) set -- "$args0" "$args1" "$args2" "$args3" ;; + (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; + (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; + (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; + (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; + (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; + esac +fi + +# Split up the JVM_OPTS And GRADLE_OPTS values into an array, following the shell quoting and substitution rules +function splitJvmOpts() { + JVM_OPTS=("$@") +} +eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS +JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME" + +exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@" diff --git a/phoneClients/android-wp/gradlew.bat b/phoneClients/android-wp/gradlew.bat new file mode 100644 index 00000000..aec99730 --- /dev/null +++ b/phoneClients/android-wp/gradlew.bat @@ -0,0 +1,90 @@ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS= + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto init + +echo. +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto init + +echo. +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:init +@rem Get command-line arguments, handling Windowz variants + +if not "%OS%" == "Windows_NT" goto win9xME_args +if "%@eval[2+2]" == "4" goto 4NT_args + +:win9xME_args +@rem Slurp the command line arguments. +set CMD_LINE_ARGS= +set _SKIP=2 + +:win9xME_args_slurp +if "x%~1" == "x" goto execute + +set CMD_LINE_ARGS=%* +goto execute + +:4NT_args +@rem Get arguments from the 4NT Shell from JP Software +set CMD_LINE_ARGS=%$ + +:execute +@rem Setup the command line + +set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% + +:end +@rem End local scope for the variables with windows NT shell +if "%ERRORLEVEL%"=="0" goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 +exit /b 1 + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/phoneClients/android-wp/settings.gradle b/phoneClients/android-wp/settings.gradle new file mode 100644 index 00000000..e7b4def4 --- /dev/null +++ b/phoneClients/android-wp/settings.gradle @@ -0,0 +1 @@ +include ':app' diff --git a/phoneClients/android/.idea/.name b/phoneClients/android/.idea/.name deleted file mode 100644 index 1fd74d19..00000000 --- a/phoneClients/android/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -android \ No newline at end of file diff --git a/phoneClients/android/.idea/encodings.xml b/phoneClients/android/.idea/encodings.xml index e206d70d..97626ba4 100644 --- a/phoneClients/android/.idea/encodings.xml +++ b/phoneClients/android/.idea/encodings.xml @@ -1,5 +1,6 @@ - - - + + + + \ No newline at end of file diff --git a/phoneClients/android/.idea/gradle.xml b/phoneClients/android/.idea/gradle.xml index 736c7b5c..7ac24c77 100644 --- a/phoneClients/android/.idea/gradle.xml +++ b/phoneClients/android/.idea/gradle.xml @@ -11,8 +11,8 @@ + - - + \ No newline at end of file diff --git a/phoneClients/android/.idea/libraries/android_async_http_1_4_6.xml b/phoneClients/android/.idea/libraries/android_async_http_1_4_6.xml deleted file mode 100644 index 775371d0..00000000 --- a/phoneClients/android/.idea/libraries/android_async_http_1_4_6.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/phoneClients/android/.idea/libraries/appcompat_v7_20_0_0.xml b/phoneClients/android/.idea/libraries/appcompat_v7_20_0_0.xml deleted file mode 100644 index ff9c6c14..00000000 --- a/phoneClients/android/.idea/libraries/appcompat_v7_20_0_0.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/phoneClients/android/.idea/libraries/support_annotations_20_0_0.xml b/phoneClients/android/.idea/libraries/support_annotations_20_0_0.xml deleted file mode 100644 index 7eacba55..00000000 --- a/phoneClients/android/.idea/libraries/support_annotations_20_0_0.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/phoneClients/android/.idea/libraries/support_v4_20_0_0.xml b/phoneClients/android/.idea/libraries/support_v4_20_0_0.xml deleted file mode 100644 index 0db4e14e..00000000 --- a/phoneClients/android/.idea/libraries/support_v4_20_0_0.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/phoneClients/android/.idea/misc.xml b/phoneClients/android/.idea/misc.xml index 8fef058f..cc72de32 100644 --- a/phoneClients/android/.idea/misc.xml +++ b/phoneClients/android/.idea/misc.xml @@ -1,115 +1,49 @@ - - + + + - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - localhost - 5050 - + + + + + + + 1.8 + + + + + + - - + \ No newline at end of file diff --git a/phoneClients/android/.idea/scopes/scope_settings.xml b/phoneClients/android/.idea/scopes/scope_settings.xml deleted file mode 100644 index 922003b8..00000000 --- a/phoneClients/android/.idea/scopes/scope_settings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/phoneClients/android/.idea/workspace.xml b/phoneClients/android/.idea/workspace.xml index 1b896940..443362be 100644 --- a/phoneClients/android/.idea/workspace.xml +++ b/phoneClients/android/.idea/workspace.xml @@ -1,173 +1,60 @@ - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - + + - - + + - + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - + - - + - - - - - - - - - - - - - Abstraction issues - - - - - - - - - - - - - - - - - - + @@ -1027,311 +1791,264 @@ + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - + + + + - - + - - - - + + - - + + + - - - - - - + + + + + + + + + - + + + + - - - - - + + - - 1387345487865 - 1387345487865 + + 1514995073277 + - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Android - - - - - - - - - - - - - - - Android API 19 Platform - - - - - - - - GpsTracker - - - - - - - - android-async-http-1.4.4 - - - - - - - - + \ No newline at end of file diff --git a/phoneClients/android/GpsTracker.iml b/phoneClients/android/GpsTracker.iml index 8c0cc179..d9b66e39 100644 --- a/phoneClients/android/GpsTracker.iml +++ b/phoneClients/android/GpsTracker.iml @@ -1,15 +1,19 @@ - - - - + + + + + + + + - - - + \ No newline at end of file diff --git a/phoneClients/android/app/.gitignore b/phoneClients/android/app/.gitignore index 3a36c6e7..796b96d1 100644 --- a/phoneClients/android/app/.gitignore +++ b/phoneClients/android/app/.gitignore @@ -1,26 +1 @@ -# Built application files -*.apk -*.ap_ - -# Files for the Dalvik VM -*.dex - -# Java class files -*.class - -# Generated files -bin/ -gen/ - -# Gradle files -.gradle/ -build/ - -# Local configuration file (sdk path, etc) -local.properties - -# Proguard folder generated by Eclipse -proguard/ - -#Log Files -*.log +/build diff --git a/phoneClients/android/app/app.iml b/phoneClients/android/app/app.iml index 8e8cc92c..a3a7d36b 100644 --- a/phoneClients/android/app/app.iml +++ b/phoneClients/android/app/app.iml @@ -1,5 +1,5 @@ - + @@ -11,9 +11,9 @@ - + + + - - - - - + + + + + + + + + - + + + + + + + + + + + + + + + - + - + + + + + + + + - + + + + - - - - - - - + + + + + + + - - - + + + + + + + + - + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + \ No newline at end of file diff --git a/phoneClients/android/app/build.gradle b/phoneClients/android/app/build.gradle index 215eab7a..d699bd56 100644 --- a/phoneClients/android/app/build.gradle +++ b/phoneClients/android/app/build.gradle @@ -1,28 +1,27 @@ -apply plugin: 'android' +apply plugin: 'com.android.application' android { - compileSdkVersion 20 - buildToolsVersion "20.0.0" - + compileSdkVersion 25 + buildToolsVersion "26.0.2" defaultConfig { applicationId "com.websmithing.gpstracker" - minSdkVersion 10 - targetSdkVersion 20 - versionCode 13 - versionName "4.0.2" + minSdkVersion 15 + targetSdkVersion 25 + versionCode 15 + versionName "4.0.5" + multiDexEnabled true } buildTypes { release { - debuggable false - runProguard false - proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' + minifyEnabled false + proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:20.0.0' - compile 'com.loopj.android:android-async-http:1.4.6' - compile 'com.google.android.gms:play-services:4.3.23' + compile 'com.android.support:appcompat-v7:25.0.0' + compile 'com.google.android.gms:play-services:9.8.0' + compile 'com.loopj.android:android-async-http:1.4.9' } diff --git a/phoneClients/android/app/proguard-rules.pro b/phoneClients/android/app/proguard-rules.pro new file mode 100644 index 00000000..a4beb64f --- /dev/null +++ b/phoneClients/android/app/proguard-rules.pro @@ -0,0 +1,17 @@ +# Add project specific ProGuard rules here. +# By default, the flags in this file are appended to flags specified +# in /Users/nickfox/Library/Android/sdk/tools/proguard/proguard-android.txt +# You can edit the include path and order by changing the proguardFiles +# directive in build.gradle. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# Add any project specific keep options here: + +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { +# public *; +#} diff --git a/phoneClients/android/app/src/main/AndroidManifest.xml b/phoneClients/android/app/src/main/AndroidManifest.xml index 3895fff6..5b5bf0ad 100644 --- a/phoneClients/android/app/src/main/AndroidManifest.xml +++ b/phoneClients/android/app/src/main/AndroidManifest.xml @@ -10,9 +10,9 @@ + android:theme="@style/Theme.AppCompat" > diff --git a/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/GpsTrackerActivity.java b/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/GpsTrackerActivity.java index 61a3a6c8..1bb8d22a 100644 --- a/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/GpsTrackerActivity.java +++ b/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/GpsTrackerActivity.java @@ -8,7 +8,7 @@ import android.graphics.Color; import android.os.Bundle; import android.os.SystemClock; -import android.support.v7.app.ActionBarActivity; +import android.support.v7.app.AppCompatActivity; import android.util.Log; import android.view.View; import android.view.inputmethod.EditorInfo; @@ -22,16 +22,16 @@ import java.util.UUID; -public class GpsTrackerActivity extends ActionBarActivity { +public class GpsTrackerActivity extends AppCompatActivity { private static final String TAG = "GpsTrackerActivity"; // use the websmithing defaultUploadWebsite for testing and then check your // location with your browser here: https://www.websmithing.com/gpstracker/displaymap.php private String defaultUploadWebsite; - private static EditText txtUserName; - private static EditText txtWebsite; - private static Button trackingButton; + private EditText txtUserName; + private EditText txtWebsite; + private Button trackingButton; private boolean currentlyTracking; private RadioGroup intervalRadioGroup; @@ -44,7 +44,11 @@ public class GpsTrackerActivity extends ActionBarActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); - setContentView(R.layout.activity_gpstracker); + setContentView(R.layout.activity_gps_tracker); + + getSupportActionBar().setDisplayShowHomeEnabled(true); + getSupportActionBar().setLogo(R.mipmap.ic_launcher); + getSupportActionBar().setDisplayUseLogoEnabled(true); defaultUploadWebsite = getString(R.string.default_upload_website); @@ -57,10 +61,10 @@ protected void onCreate(Bundle savedInstanceState) { SharedPreferences sharedPreferences = this.getSharedPreferences("com.websmithing.gpstracker.prefs", Context.MODE_PRIVATE); currentlyTracking = sharedPreferences.getBoolean("currentlyTracking", false); - boolean firstTimeLoadindApp = sharedPreferences.getBoolean("firstTimeLoadindApp", true); - if (firstTimeLoadindApp) { + boolean firstTimeLoadingApp = sharedPreferences.getBoolean("firstTimeLoadingApp", true); + if (firstTimeLoadingApp) { SharedPreferences.Editor editor = sharedPreferences.edit(); - editor.putBoolean("firstTimeLoadindApp", false); + editor.putBoolean("firstTimeLoadingApp", false); editor.putString("appID", UUID.randomUUID().toString()); editor.apply(); } diff --git a/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/LocationService.java b/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/LocationService.java index 472dbbe6..3d4362d1 100644 --- a/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/LocationService.java +++ b/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/LocationService.java @@ -10,11 +10,11 @@ import android.util.Log; import com.google.android.gms.common.ConnectionResult; -import com.google.android.gms.common.GooglePlayServicesClient; import com.google.android.gms.common.GooglePlayServicesUtil; -import com.google.android.gms.location.LocationClient; +import com.google.android.gms.common.api.GoogleApiClient; import com.google.android.gms.location.LocationListener; import com.google.android.gms.location.LocationRequest; +import com.google.android.gms.location.LocationServices; import com.loopj.android.http.AsyncHttpResponseHandler; import com.loopj.android.http.RequestParams; @@ -25,9 +25,11 @@ import java.util.Date; import java.util.TimeZone; +//import com.google.android.gms.common.GooglePlayServicesUtil; + public class LocationService extends Service implements - GooglePlayServicesClient.ConnectionCallbacks, - GooglePlayServicesClient.OnConnectionFailedListener, + GoogleApiClient.ConnectionCallbacks, + GoogleApiClient.OnConnectionFailedListener, LocationListener { private static final String TAG = "LocationService"; @@ -38,7 +40,7 @@ public class LocationService extends Service implements private boolean currentlyProcessingLocation = false; private LocationRequest locationRequest; - private LocationClient locationClient; + private GoogleApiClient googleApiClient; @Override public void onCreate() { @@ -63,10 +65,15 @@ private void startTracking() { Log.d(TAG, "startTracking"); if (GooglePlayServicesUtil.isGooglePlayServicesAvailable(this) == ConnectionResult.SUCCESS) { - locationClient = new LocationClient(this,this,this); - if (!locationClient.isConnected() || !locationClient.isConnecting()) { - locationClient.connect(); + googleApiClient = new GoogleApiClient.Builder(this) + .addApi(LocationServices.API) + .addConnectionCallbacks(this) + .addOnConnectionFailedListener(this) + .build(); + + if (!googleApiClient.isConnected() || !googleApiClient.isConnecting()) { + googleApiClient.connect(); } } else { Log.e(TAG, "unable to connect to google play services."); @@ -140,12 +147,12 @@ protected void sendLocationDataToWebsite(Location location) { LoopjHttpClient.get(uploadWebsite, requestParams, new AsyncHttpResponseHandler() { @Override - public void onSuccess(int statusCode, org.apache.http.Header[] headers, byte[] responseBody) { + public void onSuccess(int statusCode, cz.msebera.android.httpclient.Header[] headers, byte[] responseBody) { LoopjHttpClient.debugLoopJ(TAG, "sendLocationDataToWebsite - success", uploadWebsite, requestParams, responseBody, headers, statusCode, null); stopSelf(); } @Override - public void onFailure(int statusCode, org.apache.http.Header[] headers, byte[] errorResponse, Throwable e) { + public void onFailure(int statusCode, cz.msebera.android.httpclient.Header[] headers, byte[] errorResponse, Throwable e) { LoopjHttpClient.debugLoopJ(TAG, "sendLocationDataToWebsite - failure", uploadWebsite, requestParams, errorResponse, headers, statusCode, e); stopSelf(); } @@ -177,9 +184,8 @@ public void onLocationChanged(Location location) { } private void stopLocationUpdates() { - if (locationClient != null && locationClient.isConnected()) { - locationClient.removeLocationUpdates(this); - locationClient.disconnect(); + if (googleApiClient != null && googleApiClient.isConnected()) { + googleApiClient.disconnect(); } } @@ -197,26 +203,20 @@ public void onConnected(Bundle bundle) { locationRequest.setFastestInterval(1000); // the fastest rate in milliseconds at which your app can handle location updates locationRequest.setPriority(LocationRequest.PRIORITY_HIGH_ACCURACY); - locationClient.requestLocationUpdates(locationRequest, this); + LocationServices.FusedLocationApi.requestLocationUpdates( + googleApiClient, locationRequest, this); } - /** - * Called by Location Services if the connection to the - * location client drops because of an error. - */ @Override - public void onDisconnected() { - Log.e(TAG, "onDisconnected"); + public void onConnectionFailed(ConnectionResult connectionResult) { + Log.e(TAG, "onConnectionFailed"); stopLocationUpdates(); stopSelf(); } @Override - public void onConnectionFailed(ConnectionResult connectionResult) { - Log.e(TAG, "onConnectionFailed"); - - stopLocationUpdates(); - stopSelf(); + public void onConnectionSuspended(int i) { + Log.e(TAG, "GoogleApiClient connection has been suspend"); } } diff --git a/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/LoopjHttpClient.java b/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/LoopjHttpClient.java index 2c6453e0..2cae24a2 100644 --- a/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/LoopjHttpClient.java +++ b/phoneClients/android/app/src/main/java/com/websmithing/gpstracker/LoopjHttpClient.java @@ -6,13 +6,6 @@ import com.loopj.android.http.AsyncHttpResponseHandler; import com.loopj.android.http.RequestParams; -import org.apache.http.Header; - -import java.io.UnsupportedEncodingException; -import java.net.URLDecoder; -import java.net.URLEncoder; -import java.util.Locale; - public class LoopjHttpClient { private static AsyncHttpClient client = new AsyncHttpClient(); @@ -24,17 +17,19 @@ public static void post(String url, RequestParams requestParams, AsyncHttpRespon client.post(url, requestParams, responseHandler); } - public static void debugLoopJ(String TAG, String methodName,String url, RequestParams requestParams, byte[] response, Header[] headers, int statusCode, Throwable t) { + public static void debugLoopJ(String TAG, String methodName,String url, RequestParams requestParams, byte[] response, cz.msebera.android.httpclient.Header[] headers, int statusCode, Throwable t) { Log.d(TAG, client.getUrlWithQueryString(false, url, requestParams)); if (headers != null) { Log.e(TAG, methodName); Log.d(TAG, "Return Headers:"); + /* for (Header h : headers) { String _h = String.format(Locale.US, "%s : %s", h.getName(), h.getValue()); Log.d(TAG, _h); } + */ if (t != null) { Log.d(TAG, "Throwable:" + t); diff --git a/phoneClients/android/app/src/main/res/layout/activity_gps_tracker.xml b/phoneClients/android/app/src/main/res/layout/activity_gps_tracker.xml new file mode 100644 index 00000000..12af0406 --- /dev/null +++ b/phoneClients/android/app/src/main/res/layout/activity_gps_tracker.xml @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + +