Android Studio project created for Easy Setup Android application
authorMadan Lanka <lanka.madan@samsung.com>
Wed, 8 Jul 2015 09:40:09 +0000 (05:40 -0400)
committerUze Choi <uzchoi@samsung.com>
Thu, 9 Jul 2015 01:13:02 +0000 (01:13 +0000)
commit26dd1362db865038969dbe30f8fbb245821a7783
treebc8dda85507d51e6abd0a31e3c25634ba1108319
parentb029953884356f976a4bdf560a6693bc6bcc115a
Android Studio project created for Easy Setup Android application

1) Removed support for Eclipse project
2) Modified the project settings and project folder structure to suit the Android Studio

Change-Id: I8a433b1002b242c4c1c5d59b88a41e1f8962e4e0
Signed-off-by: Madan Lanka <lanka.madan@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1578
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
44 files changed:
service/easy-setup/sampleapp/android/EasySetup/.classpath [deleted file]
service/easy-setup/sampleapp/android/EasySetup/.project [deleted file]
service/easy-setup/sampleapp/android/EasySetup/EasySetupGradle.iml [new file with mode: 0644]
service/easy-setup/sampleapp/android/EasySetup/app/app.iml [new file with mode: 0644]
service/easy-setup/sampleapp/android/EasySetup/app/build.gradle [new file with mode: 0644]
service/easy-setup/sampleapp/android/EasySetup/app/src/main/AndroidManifest.xml [moved from service/easy-setup/sampleapp/android/EasySetup/AndroidManifest.xml with 96% similarity]
service/easy-setup/sampleapp/android/EasySetup/app/src/main/java/org/iotivity/service/easysetup/MainActivity.java [moved from service/easy-setup/sampleapp/android/EasySetup/src/org/iotivity/service/easysetup/MainActivity.java with 87% similarity]
service/easy-setup/sampleapp/android/EasySetup/app/src/main/res/drawable-hdpi/background.png [moved from service/easy-setup/sampleapp/android/EasySetup/res/drawable-hdpi/background.png with 100% similarity]
service/easy-setup/sampleapp/android/EasySetup/app/src/main/res/drawable-hdpi/cancel.png [moved from service/easy-setup/sampleapp/android/EasySetup/res/drawable-hdpi/cancel.png with 100% similarity]
service/easy-setup/sampleapp/android/EasySetup/app/src/main/res/drawable-hdpi/ic_launcher.png [moved from service/easy-setup/sdk/mediator/android/EasySetupCore/res/drawable-hdpi/ic_launcher.png with 100% similarity]
service/easy-setup/sampleapp/android/EasySetup/app/src/main/res/drawable-hdpi/icon.png [moved from service/easy-setup/sampleapp/android/EasySetup/res/drawable-hdpi/icon.png with 100% similarity]
service/easy-setup/sampleapp/android/EasySetup/app/src/main/res/layout/activity_main.xml [moved from service/easy-setup/sampleapp/android/EasySetup/res/layout/activity_main.xml with 100% similarity]
service/easy-setup/sampleapp/android/EasySetup/app/src/main/res/layout/capture.xml [moved from service/easy-setup/sampleapp/android/EasySetup/res/layout/capture.xml with 99% similarity]
service/easy-setup/sampleapp/android/EasySetup/app/src/main/res/layout/decoder.xml [moved from service/easy-setup/sampleapp/android/EasySetup/res/layout/decoder.xml with 97% similarity]
service/easy-setup/sampleapp/android/EasySetup/app/src/main/res/layout/encoder.xml [moved from service/easy-setup/sampleapp/android/EasySetup/res/layout/encoder.xml with 98% similarity]
service/easy-setup/sampleapp/android/EasySetup/app/src/main/res/menu/main.xml [moved from service/easy-setup/sampleapp/android/EasySetup/res/menu/main.xml with 100% similarity]
service/easy-setup/sampleapp/android/EasySetup/app/src/main/res/values/colors.xml [moved from service/easy-setup/sampleapp/android/EasySetup/res/values/colors.xml with 97% similarity]
service/easy-setup/sampleapp/android/EasySetup/app/src/main/res/values/dimens.xml [moved from service/easy-setup/sampleapp/android/EasySetup/res/values/dimens.xml with 100% similarity]
service/easy-setup/sampleapp/android/EasySetup/app/src/main/res/values/ids.xml [moved from service/easy-setup/sampleapp/android/EasySetup/res/values/ids.xml with 95% similarity]
service/easy-setup/sampleapp/android/EasySetup/app/src/main/res/values/strings.xml [moved from service/easy-setup/sampleapp/android/EasySetup/res/values/strings.xml with 100% similarity]
service/easy-setup/sampleapp/android/EasySetup/app/src/main/res/values/styles.xml [moved from service/easy-setup/sampleapp/android/EasySetup/res/values/styles.xml with 100% similarity]
service/easy-setup/sampleapp/android/EasySetup/build.gradle [new file with mode: 0644]
service/easy-setup/sampleapp/android/EasySetup/easySetupCore-debug/build.gradle [new file with mode: 0644]
service/easy-setup/sampleapp/android/EasySetup/easySetupCore-debug/easySetupCore-debug.iml [new file with mode: 0644]
service/easy-setup/sampleapp/android/EasySetup/iotivity-armeabi-base-debug/build.gradle [new file with mode: 0644]
service/easy-setup/sampleapp/android/EasySetup/iotivity-armeabi-base-debug/iotivity-armeabi-base-debug.iml [new file with mode: 0644]
service/easy-setup/sampleapp/android/EasySetup/project.properties [deleted file]
service/easy-setup/sampleapp/android/EasySetup/settings.gradle [new file with mode: 0644]
service/easy-setup/sdk/mediator/android/EasySetupCore/build.gradle [new file with mode: 0644]
service/easy-setup/sdk/mediator/android/EasySetupCore/easySetupCore.iml [new file with mode: 0644]
service/easy-setup/sdk/mediator/android/EasySetupCore/project.properties [deleted file]
service/easy-setup/sdk/mediator/android/EasySetupCore/src/main/AndroidManifest.xml [moved from service/easy-setup/sdk/mediator/android/EasySetupCore/AndroidManifest.xml with 100% similarity]
service/easy-setup/sdk/mediator/android/EasySetupCore/src/main/java/org/iotivity/service/easysetup/mediator/EasySetupCallbackHandler.java [moved from service/easy-setup/sdk/mediator/android/EasySetupCore/src/org/iotivity/service/easysetup/mediator/EasySetupCallbackHandler.java with 100% similarity]
service/easy-setup/sdk/mediator/android/EasySetupCore/src/main/java/org/iotivity/service/easysetup/mediator/EasySetupManager.java [moved from service/easy-setup/sdk/mediator/android/EasySetupCore/src/org/iotivity/service/easysetup/mediator/EasySetupManager.java with 100% similarity]
service/easy-setup/sdk/mediator/android/EasySetupCore/src/main/java/org/iotivity/service/easysetup/mediator/EnrolleeInfo.java [moved from service/easy-setup/sdk/mediator/android/EasySetupCore/src/org/iotivity/service/easysetup/mediator/EnrolleeInfo.java with 100% similarity]
service/easy-setup/sdk/mediator/android/EasySetupCore/src/main/java/org/iotivity/service/easysetup/mediator/EnrolleeOnBoardingInfo.java [moved from service/easy-setup/sdk/mediator/android/EasySetupCore/src/org/iotivity/service/easysetup/mediator/EnrolleeOnBoardingInfo.java with 100% similarity]
service/easy-setup/sdk/mediator/android/EasySetupCore/src/main/java/org/iotivity/service/easysetup/mediator/IOnBoardingStatus.java [moved from service/easy-setup/sdk/mediator/android/EasySetupCore/src/org/iotivity/service/easysetup/mediator/IOnBoardingStatus.java with 100% similarity]
service/easy-setup/sdk/mediator/android/EasySetupCore/src/main/java/org/iotivity/service/easysetup/mediator/IProvisioningListener.java [moved from service/easy-setup/sdk/mediator/android/EasySetupCore/src/org/iotivity/service/easysetup/mediator/IProvisioningListener.java with 100% similarity]
service/easy-setup/sdk/mediator/android/EasySetupCore/src/main/java/org/iotivity/service/easysetup/mediator/OnBoardEnrollee.java [moved from service/easy-setup/sdk/mediator/android/EasySetupCore/src/org/iotivity/service/easysetup/mediator/OnBoardEnrollee.java with 100% similarity]
service/easy-setup/sdk/mediator/android/EasySetupCore/src/main/java/org/iotivity/service/easysetup/mediator/ProvisionEnrollee.java [moved from service/easy-setup/sdk/mediator/android/EasySetupCore/src/org/iotivity/service/easysetup/mediator/ProvisionEnrollee.java with 100% similarity]
service/easy-setup/sdk/mediator/android/EasySetupCore/src/main/java/org/iotivity/service/easysetup/mediator/WiFiSoftAPManager.java [moved from service/easy-setup/sdk/mediator/android/EasySetupCore/src/org/iotivity/service/easysetup/mediator/WiFiSoftAPManager.java with 100% similarity]
service/easy-setup/sdk/mediator/android/EasySetupCore/src/main/res/drawable-hdpi/ic_launcher.png [moved from service/easy-setup/sampleapp/android/EasySetup/res/drawable-hdpi/ic_launcher.png with 100% similarity]
service/easy-setup/sdk/mediator/android/EasySetupCore/src/main/res/values/strings.xml [moved from service/easy-setup/sdk/mediator/android/EasySetupCore/res/values/strings.xml with 100% similarity]
service/easy-setup/sdk/mediator/android/EasySetupCore/src/main/res/values/styles.xml [moved from service/easy-setup/sdk/mediator/android/EasySetupCore/res/values/styles.xml with 100% similarity]