Release version 2.0.7 52/234752/4 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix tizen_6.0 tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.102701 accepted/tizen/6.0/unified/hotfix/20201103.045706 accepted/tizen/6.5/unified/20211028.224610 accepted/tizen/unified/20200602.133252 submit/tizen/20200601.053547 submit/tizen_6.0/20201029.205505 submit/tizen_6.0_hotfix/20201102.192905 submit/tizen_6.0_hotfix/20201103.115105 submit/tizen_6.5/20211028.164101 tizen_6.0.m2_release tizen_6.5.m2_release
authorYunjin Lee <yunjin-.lee@samsung.com>
Thu, 28 May 2020 09:27:39 +0000 (18:27 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Fri, 29 May 2020 01:50:07 +0000 (10:50 +0900)
- Fix not to be displayed on task manager

Change-Id: I29d190195edcb1e4896529cd3740b76596e6fe69
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
packaging/changes [new file with mode: 0644]
packaging/org.tizen.privacy-setting-popup.xml
packaging/org.tizen.privacy-setting.spec
packaging/org.tizen.privacy-setting.xml

diff --git a/packaging/changes b/packaging/changes
new file mode 100644 (file)
index 0000000..0305253
--- /dev/null
@@ -0,0 +1,44 @@
+Release version 2.0.7
+- Fix not to be displayed on task manager
+
+Release version 2.0.6
+- Fix app event handler size
+
+Release version 2.0.5
+- Fix memory leak
+
+Release version 2.0.4
+- Fix coverity issues
+
+Release version 2.0.3
+- Adjust to dlog changes
+
+Release version 2.0.2
+- Add haptic privilege to privacy app control
+- Adjust privilege API changes
+
+Release version 2.0.1
+- Fix screen reader to read the text when popup launched
+- Update translations
+- Close popup when language changed
+- Remove unused extra data and update button image file
+- Update popup message and supported language set
+- Add language change callback and modify rotary event handling
+
+Release version 2.0.0
+- Add common popup to privacy setting
+
+Release version 1.0.0
+- Terminate app after policy update
+- Change policy level according to the application's api-version when revoking privacy
+- Update language files and change language string accordingly
+- Remove ui-gadget-1 dependency
+- Terminate app when privacy of the app is offed
+- Apply new privacy setting UX
+- Remove Profile Build Dependency (Type-B)
+- Fix spec to remove/reduce rpmlint error and warning
+- Modify appid to pkgid: only for cyad command
+- Revert "Modify appid to pkgid"
+- Modify appid to pkgid
+- Initial commit for privacy setting ui app on wearable profile
+- Initial empty repository
index 21e75dffe690ae39ca5ca2a232ef81b811594591..0b50c581d0f96678ca922b80ded7adb767d3ce9a 100755 (executable)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.privacy-setting-popup" api-version="4.0" version="0.1">
+<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.privacy-setting-popup" api-version="4.0" version="2.0.7">
        <ui-application appid="org.tizen.privacy-setting-popup" launch_mode="group" exec="org.tizen.privacy-setting-popup" multiple="false" nodisplay="true" taskmanage="false" type="capp">
                <label>privacy-setting popup</label>
                <app-control>
index b95715fabd91261f37818bb9fdfc9ba61064387a..590d56c1210d635eb77fc76d9689af7d70aaa140 100755 (executable)
@@ -4,7 +4,7 @@
 
 Name:    org.tizen.privacy-setting-profile_wearable
 Summary: Privacy setting ui application
-Version: 2.0.6
+Version: 2.0.7
 Release: 1
 Provides: org.tizen.privacy-setting = %{version}-%{release}
 Group:   Applications/Other
index 35e5fec0f8c6438af948cbbe70ef87d24051c731..d8a599113357406fceb0c03fe3a5448fb7e876ff 100755 (executable)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.privacy-setting" api-version="3.0" version="0.1">
+<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.privacy-setting" api-version="3.0" version="2.0.7">
        <ui-application appid="org.tizen.privacy-setting" exec="org.tizen.privacy-setting" multiple="false" nodisplay="true" taskmanage="false" type="capp">
                <label>Setting privacy</label>
        </ui-application>