summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYunjin Lee <yunjin-.lee@samsung.com>2020-05-28 19:14:45 +0900
committerYunjin Lee <yunjin-.lee@samsung.com>2020-05-28 19:14:45 +0900
commit86c70bb3d8fab6eb290713d3828a744a0118833b (patch)
tree5838b67b95d9c7635869dbb807b230fb35d00888
parentb8d717b8dc7079e455ca28a5566ee703284f2ae1 (diff)
downloadprivacy-setting-tizen_6.5.tar.gz
privacy-setting-tizen_6.5.tar.bz2
privacy-setting-tizen_6.5.zip
- Fix to return NULL when there's no string to return for the given part - Remove unused code - Fix not to be displayed on task manager Change-Id: I174f42a1f727ba0779e638131cacff498cf1400d Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
-rw-r--r--packaging/changes86
-rwxr-xr-xpackaging/org.tizen.privacy-setting.spec2
-rwxr-xr-xpackaging/org.tizen.privacy-setting.xml2
3 files changed, 88 insertions, 2 deletions
diff --git a/packaging/changes b/packaging/changes
new file mode 100644
index 0000000..db6f139
--- /dev/null
+++ b/packaging/changes
@@ -0,0 +1,86 @@
+Release version 1.0.6
+- Fix to return NULL when there's no string to return for the given part
+- Remove unused code
+- Fix not to be displayed on task manager
+
+Release version 1.0.5
+- Fix app event handler size
+
+Release version 1.0.4
+- Remove the privacy_menu_view to direct load create_privacy_list_view
+- Fix copyright headers and remove PRIVACY_MENU_MONITOR flag
+- Remove privacy-guard (DLP) from privavy-settings
+
+Release version 1.0.3
+- Fix logs
+- Adjust to dlog changes
+- Adjust to new dlog
+
+Release version 1.0.2
+- Adjust privilege API changes
+- Terminate app after policy update
+- Do not free where it should not be freed
+
+Release version 1.0.1
+- Package update to call privacy-guard-setting instead of -client + Code style fixes
+
+Release version 1.0.0
+- Fixes from issues detected by coverity tool
+- Fix resource leak
+- Merge "Avoid accessing object outside of their lifetimes" into tizen
+- Apply tizen coding rule
+- Avoid accessing object outside of their lifetimes
+- Fix buffer_overflow issue detected by svace 2.5 (WGID: 308944)
+- Use Test bugfixes
+- PO files from STMS + fix when menu hard button is repeatedly pressed
+- Adding DLP feature
+- Launch toast popup when revoking privacy of apps with api-version lower than 4.0
+- Change policy level according to the application's api-version when revoking privacy
+- Merge "tizen coding rule check" into tizen
+- tizen coding rule check
+- Remove ui-gadget-1 dependency
+- Terminate app when privacy of the app is offed
+- malloc failed case handling
+- integer initial declarations move to out of loop
+- Merge "Fix memory leaks in pg_list_view and pg_package_list_view" into tizen
+- Fix memory leaks in pg_list_view and pg_package_list_view
+- Fix crash for privacy_menu_view back btn handling
+- Revert "Change Ask User to Privacy Denied plugin"
+- Fix memory leak
+- Adjust changed bucket name
+- Change Ask User to Privacy Denied plugin
+- Remove Profile Build Dependency (Type-B)
+- [privacy setting] Modify to display packages according to the new privacy whitelist API
+- Add internal usermanagement privilege
+- Add subtitle and update language files accordingly
+- [privacy settings] Modify privacy status change logic
+- fixed svace defects
+- apply STMS translation result to Privacy Monitor part in privacy-setting app
+- Merge "Modify privacy setting UX" into tizen
+- Modify privacy setting UX
+- apply new UX for privacy setting
+- Fix spec to remove/reduce rpmlint error and warning
+- Revert "Modify appid to pkgid"
+- change the privilege name to display name
+- Modify appid to pkgid - missed in privious commit
+- Modify appid to pkgid
+- Change privacy setting menu name to support multi language
+- Add no item string when no applications using selected privacy and change the string not to be clicked
+- [SE][Ref.App][Tizen_3.0_Beta_RC16][Mobile][Settings][MenuTree] RB is not OFF, although there is animation when tapping on package
+- support multi-langs
+- Update language files and change menu title to support language translation
+- change some phrases and words
+- added guide text on the top of genlist
+- Modify to support language translation
+- Fix to update RB state when genlist item is selected
+- added a phrase for no contents case
+- fixed ajira defect - TSAM-5954: [SE][Ref.App][Tizen_3.0_Beta_RC15][Mobile][Settings][Menutree] Screen is blue and has not any content
+- Modify UI
+- added privacy-guard setting menu
+- Change UG to UI application
+- Revise compiler and linker options
+- Fix warning and apply coding rule
+- Change directory of manifest file
+- Replace unsafe function and add log macro for void function
+- Add privacy ug views
+- Initial empty repository
diff --git a/packaging/org.tizen.privacy-setting.spec b/packaging/org.tizen.privacy-setting.spec
index 87acd5c..e121477 100755
--- a/packaging/org.tizen.privacy-setting.spec
+++ b/packaging/org.tizen.privacy-setting.spec
@@ -3,7 +3,7 @@
Name: org.tizen.privacy-setting-profile_mobile
Summary: Privacy setting ui application
-Version: 1.0.5
+Version: 1.0.6
Release: 1
Provides: org.tizen.privacy-setting = %{version}-%{release}
Group: Applications/Other
diff --git a/packaging/org.tizen.privacy-setting.xml b/packaging/org.tizen.privacy-setting.xml
index 35e5fec..28c1a02 100755
--- a/packaging/org.tizen.privacy-setting.xml
+++ b/packaging/org.tizen.privacy-setting.xml
@@ -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="1.0.6">
<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>