Notification ProviderService Java API Updation
authornikhil.a <nikhil.a7@samsung.com>
Tue, 9 Aug 2016 07:36:14 +0000 (13:06 +0530)
committerMadan Lanka <lanka.madan@samsung.com>
Tue, 9 Aug 2016 10:21:56 +0000 (10:21 +0000)
commit95646376dc7f52cce82d025600b2d30d46c2c697
treee81c9e783b1c2d9cb89a11f650c2d4468c47c973
parentdefdf6eff73081dc0ccb48b3f0253ec655d7c085
Notification ProviderService Java API Updation

1) Updated the JAVA API's for the NS ProviderService using C++ wrapper
2) Modified the JNI API's for NS ProviderService
3) Added the sample Android application for testing the Java API for Provider.

Change-Id: I1df1509e9f95d5c7df3d6711dadd0889d1997045
Signed-off-by: nikhil.a <nikhil.a7@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/10031
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Abitha Shankar <abitha.s@samsung.com>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
28 files changed:
service/notification/android/notification-service/src/main/java/org/iotivity/service/ns/IoTNotification.java [deleted file]
service/notification/android/notification-service/src/main/java/org/iotivity/service/ns/NSMessage.java [deleted file]
service/notification/android/notification-service/src/main/java/org/iotivity/service/ns/NSSync.java [deleted file]
service/notification/android/notification-service/src/main/java/org/iotivity/service/ns/provider/Consumer.java [moved from service/notification/android/notification-service/src/main/java/org/iotivity/service/ns/NSConsumer.java with 54% similarity]
service/notification/android/notification-service/src/main/java/org/iotivity/service/ns/provider/ProviderService.java [new file with mode: 0644]
service/notification/android/notification-service/src/main/jni/Android.mk
service/notification/android/notification-service/src/main/jni/notificationProvider.c [deleted file]
service/notification/android/notification-service/src/main/jni/notificationProvider.h [deleted file]
service/notification/android/notification-service/src/main/jni/provider/JniNotificationProvider.cpp [new file with mode: 0644]
service/notification/android/notification-service/src/main/jni/provider/JniNotificationProvider.h [new file with mode: 0644]
service/notification/examples/android/NotiProviderExample/.idea/.name [deleted file]
service/notification/examples/android/NotiProviderExample/.idea/compiler.xml [deleted file]
service/notification/examples/android/NotiProviderExample/.idea/copyright/profiles_settings.xml [deleted file]
service/notification/examples/android/NotiProviderExample/.idea/gradle.xml [deleted file]
service/notification/examples/android/NotiProviderExample/.idea/inspectionProfiles/Project_Default.xml [deleted file]
service/notification/examples/android/NotiProviderExample/.idea/inspectionProfiles/profiles_settings.xml [deleted file]
service/notification/examples/android/NotiProviderExample/.idea/misc.xml [deleted file]
service/notification/examples/android/NotiProviderExample/.idea/modules.xml [deleted file]
service/notification/examples/android/NotiProviderExample/.idea/runConfigurations.xml [deleted file]
service/notification/examples/android/NotiProviderExample/.idea/vcs.xml [deleted file]
service/notification/examples/android/NotiProviderExample/app/build.gradle
service/notification/examples/android/NotiProviderExample/app/src/main/java/com/sec/notiproviderexample/MainActivity.java
service/notification/examples/android/NotiProviderExample/app/src/main/java/com/sec/notiproviderexample/NotiListener.java
service/notification/examples/android/NotiProviderExample/app/src/main/java/com/sec/notiproviderexample/ProviderProxy.java
service/notification/examples/android/NotiProviderExample/iotivity-armeabi-notification-service-debug/build.gradle [moved from service/notification/examples/android/NotiProviderExample/iotivity-armeabi-notification-service-release/build.gradle with 83% similarity]
service/notification/examples/android/NotiProviderExample/iotivity-base-armeabi-debug/build.gradle [new file with mode: 0644]
service/notification/examples/android/NotiProviderExample/iotivity-base-armeabi-release/build.gradle [deleted file]
service/notification/examples/android/NotiProviderExample/settings.gradle