platform/core/uifw/download-fonts-service.git
7 years agolicense: Add macro to copy license file 56/121456/1 accepted/tizen_3.0_common accepted/tizen_3.0_ivi accepted/tizen_3.0_mobile accepted/tizen_3.0_tv accepted/tizen_3.0_wearable tizen_3.0 accepted/tizen/3.0/common/20170330.125319 accepted/tizen/3.0/ivi/20170330.042836 accepted/tizen/3.0/mobile/20170330.042434 accepted/tizen/3.0/tv/20170330.042636 accepted/tizen/3.0/wearable/20170330.042737 submit/tizen_3.0/20170329.101717
Jeeyong Um [Tue, 28 Mar 2017 05:34:25 +0000 (14:34 +0900)]
license: Add macro to copy license file

Signed-Off-By: Jeeyong Um <jc9.um@samsung.com>
Change-Id: Ia3d3b76b7a4a1ee8c760146ce55117b954ad3d55

7 years agoreplace strerror() to strerror_r() for thread safety 42/119742/1 submit/tizen_3.0/20170323.054933
Youngbok Shin [Mon, 20 Mar 2017 04:13:45 +0000 (13:13 +0900)]
replace strerror() to strerror_r() for thread safety

It adds a macro to print error information of errno.

Change-Id: Ic68c0b40bea361788917618e7263f6ed30e04e03

7 years agoreplace sprintf() to snprintf() for better security 35/119735/1
Youngbok Shin [Mon, 20 Mar 2017 03:18:25 +0000 (12:18 +0900)]
replace sprintf() to snprintf() for better security

Change-Id: I25508293e1daa8aeb95b9133298d088e2353b6c8

7 years agofix memory leak and uninitialized local variable issues 65/119165/1
Youngbok Shin [Thu, 16 Mar 2017 01:44:02 +0000 (10:44 +0900)]
fix memory leak and uninitialized local variable issues

- Memory leak from FontConfig Pattern pointer.
- Uninitialized local variable can be problem
  when it checks address for free and file close.

Change-Id: I5a23fbf2fa484a70cceaab9eb6cbda5d86cb02f1

7 years agocopy file when move font file to proper shared path 73/112673/1 tizen_3.0_tv accepted/tizen/3.0/common/20170206.110222 accepted/tizen/3.0/ivi/20170206.034337 accepted/tizen/3.0/mobile/20170206.033925 accepted/tizen/3.0/tv/20170206.034110 accepted/tizen/3.0/wearable/20170206.034217 submit/tizen_3.0/20170203.055501
Youngbok Shin [Thu, 2 Feb 2017 07:00:26 +0000 (16:00 +0900)]
copy file when move font file to proper shared path

It resolve smack issue when .wgt font application is installed.

Change-Id: I3ea71a0ffbbac0eea15526ad31e22c42a5544daa

7 years agofix setting a default font issue in wrong cases 26/108526/1 accepted/tizen/3.0/common/20170126.092531 accepted/tizen/3.0/ivi/20170126.060956 accepted/tizen/3.0/mobile/20170126.060708 accepted/tizen/3.0/tv/20170126.060853 submit/tizen_3.0/20170125.120130 submit/tizen_3.0/20170125.121642
Youngbok Shin [Thu, 5 Jan 2017 03:39:57 +0000 (12:39 +0900)]
fix setting a default font issue in wrong cases

Even if a deleted font is not related to current font,
The download font service changes current font to a default font in some cases.
It is caused by using strncmp without "/" character at end of delete dir path.

ex. Current Font Path - /opt/share/fonts/org.tizen.downloadablefont1/myfont.ttf
    Delete Font Path  - /opt/share/fonts/org.tizen.downloadablefont

The path for comparing should have "/" at end of the path.

Change-Id: I76bbd3b06a835edb987093f4ee3226c2eb0c01ac

7 years agoremove changing permission for ELM_PROFILE_CFG file 25/108525/1
Youngbok Shin [Thu, 5 Jan 2017 03:34:01 +0000 (12:34 +0900)]
remove changing permission for ELM_PROFILE_CFG file

It was a legacy code for old Tizen 2.x. The configure files for EFL
will be cared in each user sessions. So, we don't need to care
permisson and owner of the configure files.

Change-Id: Ia3d0b2efe917320ffc6976e3f1081363cb6488be

7 years agoFix download-fonts-service package for Tizen 3.0 73/91573/6 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable tizen_3.0.m2 accepted/tizen/3.0.m2/mobile/20170104.141207 accepted/tizen/3.0.m2/tv/20170104.141942 accepted/tizen/3.0.m2/wearable/20170104.142237 accepted/tizen/3.0/common/20161115.184834 accepted/tizen/3.0/ivi/20161117.020827 accepted/tizen/3.0/mobile/20161117.020724 accepted/tizen/3.0/tv/20161117.020743 accepted/tizen/3.0/wearable/20161117.020803 accepted/tizen/common/20161110.153858 accepted/tizen/ivi/20161111.002345 accepted/tizen/mobile/20161111.002248 accepted/tizen/tv/20161111.002305 accepted/tizen/wearable/20161111.002324 submit/tizen/20161110.103439 submit/tizen_3.0.m2/20170104.093751 submit/tizen_3.0/20161108.120451 submit/tizen_3.0/20161110.103350 submit/tizen_3.0/20161115.041433
Youngbok Shin [Mon, 10 Oct 2016 08:35:37 +0000 (17:35 +0900)]
Fix download-fonts-service package for Tizen 3.0

Change-Id: I49354bbab76c71d33ccd2c3b2c82f626664930d4

8 years agoupdate version to 0.0.8
Sung-Taek Hong [Fri, 25 Sep 2015 10:18:44 +0000 (19:18 +0900)]
update version to 0.0.8

Signed-off-by: Sung-Taek Hong <sth253.hong@samsung.com>
Change-Id: I1d160b94beef18ebda4d3082d7eb1d2b4e20d0fb

8 years agoFixed to use security_server_label_access() instead of lsetxattr().
Youngbok Shin [Wed, 23 Sep 2015 10:13:40 +0000 (19:13 +0900)]
Fixed to use security_server_label_access() instead of lsetxattr().

Change-Id: I8ba5996064fd73bebd2aaff228efdf5682d1637a

8 years agobump version up
Thiep Ha [Thu, 3 Sep 2015 05:04:38 +0000 (14:04 +0900)]
bump version up

Change-Id: I27fdd77b69cbf7f3533438eb8fd6192c80d5ef7c

8 years agoadd null check for opendir
WooHyun Jung [Thu, 2 Jul 2015 12:24:55 +0000 (21:24 +0900)]
add null check for opendir

Change-Id: I75a648b03f54ceb9ef25b09da96fb63ce0cb3182

8 years ago[License] apply SPDX identifier and update copyright
Sung-Taek Hong [Fri, 31 Jul 2015 07:22:11 +0000 (16:22 +0900)]
[License] apply SPDX identifier and update copyright

Change-Id: I35fb2f8fe8f0e0dfdc99eff785a7c0f61727987c
Signed-off-by: Sung-Taek Hong <sth253.hong@samsung.com>
9 years ago[Title] add new package for download font
Youngbok Shin [Thu, 16 Apr 2015 05:11:02 +0000 (14:11 +0900)]
[Title] add new package for download font

9 years agoInitial empty repository
KyungMi Lee [Mon, 23 Mar 2015 05:17:02 +0000 (14:17 +0900)]
Initial empty repository