Release version 1.0.6 62/234762/1 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen tizen_6.0 tizen_6.0_hotfix tizen_6.5 tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/6.0/unified/20201030.102948 accepted/tizen/6.0/unified/20211029.040507 accepted/tizen/6.0/unified/20211029.081043 accepted/tizen/6.0/unified/hotfix/20201103.045023 accepted/tizen/6.5/unified/20211029.054104 accepted/tizen/7.0/unified/20221110.061418 accepted/tizen/7.0/unified/hotfix/20221116.111848 accepted/tizen/8.0/unified/20231005.095953 accepted/tizen/unified/20200602.133256 submit/tizen/20200601.052734 submit/tizen_6.0/20201029.205505 submit/tizen_6.0/20211029.144301 submit/tizen_6.0_hotfix/20201102.192905 submit/tizen_6.0_hotfix/20201103.115105 submit/tizen_6.5/20211028.164001 submit/tizen_6.5/20211029.140001 tizen_6.0.m2_release tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_m2_release
authorYunjin Lee <yunjin-.lee@samsung.com>
Thu, 28 May 2020 10:14:45 +0000 (19:14 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Thu, 28 May 2020 10:14:45 +0000 (19:14 +0900)
- 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>
packaging/changes [new file with mode: 0644]
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..db6f139
--- /dev/null
@@ -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
index 87acd5c91c0b77ed0f153b6f6235aced8a5454c7..e12147700e234745add16ebd4551713cd8e34d41 100755 (executable)
@@ -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
index 35e5fec0f8c6438af948cbbe70ef87d24051c731..28c1a02e1c8a8a1c2ec523ebb908ded0a95ce341 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="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>