Modify listeners of android sample app to receive subscription and sync data.
authorch79.cho <ch79.cho@samsung.com>
Wed, 25 May 2016 02:44:36 +0000 (11:44 +0900)
committerUze Choi <uzchoi@samsung.com>
Wed, 25 May 2016 08:41:18 +0000 (08:41 +0000)
commitbcc7f6493f02dd1432852f546988438a8f335dec
tree7a1167ac5b40844a409c7146cf697110e10fe9c9
parent09a886d63d82298d059873fd3e22bc928b8dbfc3
Modify listeners of android sample app to receive subscription and sync data.

The listeners work seperately when requested subscription and sync data
from consumer are delivered.

Change-Id: Ifa637b2e0e03878a4b1ca02b9860e445a4be8685
Signed-off-by: ch79.cho <ch79.cho@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/8315
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
21 files changed:
service/notification/android/notification-service/src/main/java/org/iotivity/service/notification/NSMessage.java
service/notification/android/notification-service/src/main/jni/notificationProvider.c
service/notification/examples/android/NotiProviderExample/.idea/gradle.xml
service/notification/examples/android/NotiProviderExample/.idea/inspectionProfiles/Project_Default.xml [new file with mode: 0644]
service/notification/examples/android/NotiProviderExample/.idea/inspectionProfiles/profiles_settings.xml [new file with mode: 0644]
service/notification/examples/android/NotiProviderExample/.idea/modules.xml
service/notification/examples/android/NotiProviderExample/app/build.gradle
service/notification/examples/android/NotiProviderExample/app/src/main/java/com/sec/notiproviderexample/MainActivity.java [changed mode: 0644->0755]
service/notification/examples/android/NotiProviderExample/app/src/main/java/com/sec/notiproviderexample/NotiListener.java [changed mode: 0644->0755]
service/notification/examples/android/NotiProviderExample/app/src/main/java/com/sec/notiproviderexample/NotificationObject.java [deleted file]
service/notification/examples/android/NotiProviderExample/app/src/main/java/com/sec/notiproviderexample/ProviderProxy.java [changed mode: 0644->0755]
service/notification/examples/android/NotiProviderExample/app/src/main/res/mipmap-hdpi/ic_launcher.png [new file with mode: 0644]
service/notification/examples/android/NotiProviderExample/app/src/main/res/mipmap-mdpi/ic_launcher.png [new file with mode: 0644]
service/notification/examples/android/NotiProviderExample/app/src/main/res/mipmap-xhdpi/ic_launcher.png [new file with mode: 0644]
service/notification/examples/android/NotiProviderExample/app/src/main/res/mipmap-xxhdpi/ic_launcher.png [new file with mode: 0644]
service/notification/examples/android/NotiProviderExample/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png [new file with mode: 0644]
service/notification/examples/android/NotiProviderExample/iotivity-armeabi-notification-service-release/build.gradle [new file with mode: 0644]
service/notification/examples/android/NotiProviderExample/iotivity-base-armeabi-release/build.gradle [new file with mode: 0644]
service/notification/examples/android/NotiProviderExample/settings.gradle
service/notification/include/NSCommon.h
service/notification/src/provider/NSProviderListener.c