diff options
author | Yunjin Lee <yunjin-.lee@samsung.com> | 2020-11-09 19:11:26 +0900 |
---|---|---|
committer | Yunjin Lee <yunjin-.lee@samsung.com> | 2020-11-09 19:11:26 +0900 |
commit | 981c944c14b457851f104c8f27ea5e6711e69508 (patch) | |
tree | 47ca37549981a2f4453d30b309c705fde75d684d | |
parent | 74b7bde24e9e6b85b1f07b398e633fd200a8c7a5 (diff) | |
download | askuser-popup-tizen_6.0.tar.gz askuser-popup-tizen_6.0.tar.bz2 askuser-popup-tizen_6.0.zip |
Release version 0.0.10tizen_8.0_m2_releasetizen_7.0_m2_releasetizen_6.5.m2_releasesubmit/tizen_6.5/20211029.140001submit/tizen_6.5/20211028.164001submit/tizen_6.0/20211029.144301submit/tizen_6.0/20201109.103813submit/tizen/20201109.103802accepted/tizen/unified/20201110.125029accepted/tizen/8.0/unified/20231005.095856accepted/tizen/7.0/unified/hotfix/20221116.111750accepted/tizen/7.0/unified/20221110.055809accepted/tizen/6.5/unified/20211029.053542accepted/tizen/6.0/unified/20211029.080542accepted/tizen/6.0/unified/20211029.040255accepted/tizen/6.0/unified/20201110.230835tizen_8.0tizen_7.0_hotfixtizen_6.0accepted/tizen_unifiedaccepted/tizen_8.0_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unifiedaccepted/tizen_6.0_unified
- Destroy app info after use
- Send responses when receiving app_control from another caller app
Change-Id: I5c66916eab07006bc8ac9c4c0f3a54cb38ce9fe2
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 3dc25d8..dd225ff 100644 --- a/packaging/changes +++ b/packaging/changes @@ -1,3 +1,7 @@ +Release version 0.0.10 +- Destroy app info after use +- Send responses when receiving app_control from another caller app + Release version 0.0.9 - Queue data for multiple requests while single mode launching diff --git a/packaging/org.tizen.askuser-popup.spec b/packaging/org.tizen.askuser-popup.spec index 9c8954f..f3b92da 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_mobile Summary: Ask user popup for mobile profile -Version: 0.0.9 +Version: 0.0.10 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 2854871..c2b8939 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.9" 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.10" 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> |