diff options
author | Yunjin Lee <yunjin-.lee@samsung.com> | 2020-11-04 16:10:47 +0900 |
---|---|---|
committer | Yunjin Lee <yunjin-.lee@samsung.com> | 2020-11-04 16:10:47 +0900 |
commit | 35a4774ed2977c4d15d52c10cb269fced548ab57 (patch) | |
tree | 5f23d0b9f670d4b6192767775243359cf807994e | |
parent | 6002ffa4d47947892e4227a45a2ac97a440c4b9e (diff) | |
download | askuser-popup-accepted/tizen_5.5_unified.tar.gz askuser-popup-accepted/tizen_5.5_unified.tar.bz2 askuser-popup-accepted/tizen_5.5_unified.zip |
Release version 0.0.11tizen_7.0_m2_releasetizen_6.5.m2_releasesubmit/tizen_6.5/20211028.164101submit/tizen_6.0/20201105.061910submit/tizen_5.5/20201105.061836submit/tizen/20201105.061859accepted/tizen/unified/20201106.051629accepted/tizen/7.0/unified/hotfix/20221116.112042accepted/tizen/7.0/unified/20221110.062754accepted/tizen/6.5/unified/20211028.224310accepted/tizen/6.0/unified/20201109.024722accepted/tizen/5.5/unified/20201106.093237tizen_7.0_hotfixtizen_6.0tizen_5.5accepted/tizen_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unifiedaccepted/tizen_6.0_unifiedaccepted/tizen_5.5_unified
- Destroy app info after use
- Send responses when receiving app_control from another caller app
Change-Id: I0434b9bc3f51b8051ca56e79011a626d14f27d20
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
-rw-r--r-- | packaging/changes | 4 | ||||
-rwxr-xr-x | packaging/org.tizen.askuser-popup.spec | 2 | ||||
-rwxr-xr-x | packaging/org.tizen.askuser-popup.xml | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/packaging/changes b/packaging/changes index 321ddfa..cb89913 100644 --- a/packaging/changes +++ b/packaging/changes @@ -1,3 +1,7 @@ +Release version 0.0.11 +- Destroy app info after use +- Send responses when receiving app_control from another caller app + Release version 0.0.10 - Queue data for multiple requests while single mode lauching diff --git a/packaging/org.tizen.askuser-popup.spec b/packaging/org.tizen.askuser-popup.spec index 4e56eaf..1576c88 100755 --- a/packaging/org.tizen.askuser-popup.spec +++ b/packaging/org.tizen.askuser-popup.spec @@ -3,7 +3,7 @@ Name: org.tizen.askuser-popup-profile_wearable Summary: Ask user popup for wearable profile -Version: 0.0.10 +Version: 0.0.11 Release: 0 Provides: org.tizen.askuser-popup = %{version}-%{release} Group: Applications/Other diff --git a/packaging/org.tizen.askuser-popup.xml b/packaging/org.tizen.askuser-popup.xml index c2b8939..a11faeb 100755 --- a/packaging/org.tizen.askuser-popup.xml +++ b/packaging/org.tizen.askuser-popup.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.askuser-popup" api-version="5.5" version="0.0.10" support-mode="screen-reader|ultra-power-saving" removable="false"> +<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.askuser-popup" api-version="5.5" version="0.0.11" support-mode="screen-reader|ultra-power-saving" removable="false"> <ui-application appid="org.tizen.askuser-popup" launch_mode="caller" exec="org.tizen.askuser-popup" multiple="false" nodisplay="true" taskmanage="false" type="capp"> <label>askuser popup</label> </ui-application> |