framework/appfw/shortcut.git
10 years agoTry to use gettimeofday if clock_gettime is failed tizen_2.2 2.2.1_release submit/tizen_2.2/20131107.061017
Sung-jae Park [Thu, 26 Sep 2013 03:37:30 +0000 (12:37 +0900)]
Try to use gettimeofday if clock_gettime is failed

Change-Id: Ib4475943c798bff990259eac364f55acc5d0a79d

10 years agoReplace gettimeofday with clock_get_time
Sung-jae Park [Thu, 26 Sep 2013 02:24:52 +0000 (11:24 +0900)]
Replace gettimeofday with clock_get_time

Change-Id: I88e8eee0ab2dfd031a807aa4c4c7fb701fdd7cdf

10 years agoAdd missing header
Sung-jae Park [Tue, 3 Sep 2013 10:00:35 +0000 (19:00 +0900)]
Add missing header

Change-Id: I0b794286472f49dc43dbdff117585c9cd344ae59

10 years agoUse the uniq desc filename
Sung-jae Park [Thu, 29 Aug 2013 06:11:27 +0000 (15:11 +0900)]
Use the uniq desc filename

To prevent from overwriting desc file if the request is duplicated.

Change-Id: I59e1820f85570954c1be053c7b2bd551deaf2b7c

10 years agoUpdate coding convetion.
Sung-jae Park [Tue, 13 Aug 2013 01:44:28 +0000 (10:44 +0900)]
Update coding convetion.

Change-Id: Iaac15cbf752bc72aae77b7983d701147c60ebb61

10 years agoRemoe last trailing comma 2.2_release submit/tizen_2.2/20130714.151339
Sung-jae Park [Wed, 3 Jul 2013 23:44:27 +0000 (08:44 +0900)]
Remoe last trailing comma

Change-Id: I537aa6eb1cb0eb4489c0a3fbcb04c7ad5b45d9ed

10 years agoCheck the API and its type.
Sung-jae Park [Sun, 30 Jun 2013 05:23:35 +0000 (14:23 +0900)]
Check the API and its type.

Change-Id: Ieda77a5ef0e4b01c3f7230bd0db7f00035dbf158

10 years agoAdd new error code for permission validation (smack)
Sung-jae Park [Sun, 30 Jun 2013 01:22:06 +0000 (10:22 +0900)]
Add new error code for permission validation (smack)

Change-Id: I690cebd2bb0d9f68c514f5cc6e5e454faa545b17

10 years agoUpdate Log
Sung-jae Park [Thu, 27 Jun 2013 05:16:49 +0000 (14:16 +0900)]
Update Log

Change-Id: I3b8fd1812452f9a3a556313ccd5e15c8204c8a1d

10 years agoMerge branch 'tizen_2.1' into tizen_2.2
Sung-jae Park [Thu, 13 Jun 2013 02:08:41 +0000 (11:08 +0900)]
Merge branch 'tizen_2.1' into tizen_2.2

Change-Id: Ifb541c3aa2990c9abb9c1128d37146e7d1fddbb1

10 years agoUse the secure_dlog
Sung-jae Park [Thu, 13 Jun 2013 01:14:51 +0000 (10:14 +0900)]
Use the secure_dlog

[model] Tizen
[binary_type] AP
[customer] Tizen Developer
[issue#] N/A
[problem] Secured data should not be printed as a log
[cause] Security enhancement
[solution] Use the secure_dlog instead of dlog
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I1af54d083a117166aa1e5fa830f43db198dd338f

10 years agoFix prevent issues.
Sung-jae Park [Wed, 29 May 2013 07:05:47 +0000 (16:05 +0900)]
Fix prevent issues.

Change-Id: Ib601a9b9f8a74a625724a4697f2fad4909877582

10 years agoDon't try to make a connection from discon cb.
Sung-jae Park [Mon, 20 May 2013 11:30:34 +0000 (20:30 +0900)]
Don't try to make a connection from discon cb.

Change-Id: I10ac77e38f01643ae63d3da5165e169808bd384f

10 years agoIcon service API is introduced. tizen_2.1 accepted/tizen_2.1/20130520.093055 submit/tizen_2.1/20130516.045513
Sung-jae Park [Wed, 15 May 2013 02:13:11 +0000 (11:13 +0900)]
Icon service API is introduced.

Patch 2
    Update the icon service reuqest codes.
    APIs are changed.

Patch 1
    Update shortcut service library.
    Icon service API is implemented.
    Default layout & group should be "" (zero length string)
    The icon provider will choose the default layout and group when it get zero length string.

Change-Id: I2d47a1dbdeb8281c20f3a352fd3bcaf4ffe10a4e

11 years agoAdd new sizes. submit/tizen_2.1/20130514.053102
Sung-jae Park [Thu, 2 May 2013 01:23:41 +0000 (10:23 +0900)]
Add new sizes.

Should be exposured for commercializing feature.

Change-Id: I782b11aa266a4aa0d93a98de46c7aa43c9a909c9

11 years agoUpdate spec comment 2.1b_release accepted/tizen_2.1/20130425.035428 submit/tizen_2.1/20130424.230904
Sung-jae Park [Tue, 23 Apr 2013 00:43:29 +0000 (09:43 +0900)]
Update spec comment

Change-Id: Ia16d0953a04f9debbacd1fa2938006ada7a916c0

11 years agoMerge branch 'tizen_2.1' of ssh://tizendev.org:29418/framework/appfw/shortcut into...
Sung-jae Park [Tue, 23 Apr 2013 00:42:21 +0000 (09:42 +0900)]
Merge branch 'tizen_2.1' of ssh://tizendev.org:29418/framework/appfw/shortcut into tizen_2.1

11 years agoClient/Server architecture is applied.
Sung-jae Park [Tue, 23 Apr 2013 00:05:03 +0000 (09:05 +0900)]
Client/Server architecture is applied.

There is master service daemon to help communicate between app & home.
Every request and reply will through the master.

Change-Id: I1aadd01ff3d0e19274fc46777ef73f9d514f9a22

11 years agoMerge branch 'tizen_2.1' of ssh://tizendev.org:29418/framework/appfw/shortcut into...
Sung-jae Park [Tue, 23 Apr 2013 00:20:06 +0000 (09:20 +0900)]
Merge branch 'tizen_2.1' of ssh://tizendev.org:29418/framework/appfw/shortcut into tizen_2.1

11 years agoClient/Server architecture is applied.
Sung-jae Park [Tue, 23 Apr 2013 00:05:03 +0000 (09:05 +0900)]
Client/Server architecture is applied.

There is master service daemon to help communicate between app & home.
Every request and reply will through the master.

Change-Id: I1aadd01ff3d0e19274fc46777ef73f9d514f9a22

11 years agoFix for 64 bit compatibility.
Junfeng Dong [Thu, 28 Mar 2013 09:30:49 +0000 (17:30 +0800)]
Fix for 64 bit compatibility.

- Fix hardcoding path.
- Use %cmake to set default paths.

Change-Id: Idf0f2d2403575f0571447c61bb6d2c953b0888d8

11 years agoAdd new API for removing shortcut(livebox)
Sung-jae Park [Sat, 30 Mar 2013 04:28:42 +0000 (04:28 +0000)]
Add new API for removing shortcut(livebox)

Change-Id: I58bece3692a8a1fdeb5ecf2acc6557be76425048

11 years agoUpdate shortcut status codes.
Sung-jae Park [Wed, 27 Mar 2013 04:47:17 +0000 (04:47 +0000)]
Update shortcut status codes.

Add cared bit mask.
If the homescreen already cares the error status, the application should know it.
So it can decide what it should do for error status.

Change-Id: I84d752a9e4e975b5394374f46fb1b5df8cb63fa7

11 years agoUpdate License
Sung-jae Park [Mon, 25 Mar 2013 04:24:22 +0000 (04:24 +0000)]
Update License

Add the shortcut status codes.
User(developer) can get the status code for handling the result of shortcut add request.

Change-Id: Icfd4e0e7e3a644c3696fddf5c2ebd3e9e845de83

11 years agoMerge branch 'master' into tizen_2.1
Sung-jae Park [Thu, 21 Mar 2013 13:10:55 +0000 (13:10 +0000)]
Merge branch 'master' into tizen_2.1

Conflicts:
lib/include/shortcut.h
lib/src/main.c
packaging/libshortcut.spec

Change-Id: Iea906d9a45831adb87457e30198efef41c72f2ee

11 years agoRemove unused functions, Add allow_duplicate parameter.
Sung-jae Park [Tue, 19 Mar 2013 10:29:41 +0000 (10:29 +0000)]
Remove unused functions, Add allow_duplicate parameter.

Homescreen will check the app-name and app-id for checking the duplicated.
If the allow_duplicate is 0, the homescreen should reject the shortcut add request if it is already exists.
or add it.

Change-Id: If5f4ece386e87be5cc152d2fcddfa5e65f3fe85c

11 years agomerge with master
Jinkun Jang [Fri, 15 Mar 2013 16:12:42 +0000 (01:12 +0900)]
merge with master

11 years agoTizen 2.1 base
Jinkun Jang [Tue, 12 Mar 2013 16:46:38 +0000 (01:46 +0900)]
Tizen 2.1 base

11 years agoReplace the NULL with SQLITE_TRANSIENT.
Sung-jae Park [Tue, 5 Mar 2013 15:27:44 +0000 (15:27 +0000)]
Replace the NULL with SQLITE_TRANSIENT.

NULL is defined as SQLITE_STATIC.
But I intend to use the SQLITE_TRANSIENT, so I set it correctly.

Change-Id: I43c5cae2a5deb80f425746a1ee8f255daa104bc1

11 years agoAdd new type for easy mode livebox
Sung-jae Park [Mon, 18 Feb 2013 04:16:51 +0000 (04:16 +0000)]
Add new type for easy mode livebox

Change-Id: Icdc9cd9269c1efa09510612cb34e22fd0df15526

11 years agoUpdate the upgrade feature
Sung-jae Park [Fri, 15 Feb 2013 03:00:20 +0000 (03:00 +0000)]
Update the upgrade feature

Change-Id: I24b872f658d63cf1f3ce4eb13d383f3c35af7be3

11 years agoChange the smack manifest
Sung-jae Park [Thu, 24 Jan 2013 03:25:15 +0000 (03:25 +0000)]
Change the smack manifest

Change-Id: I85e67b49a3e777cc6be9c28025079a5f75d21bd9

11 years agoChange S/W License to Apache
Sung-jae Park [Sat, 19 Jan 2013 05:12:52 +0000 (14:12 +0900)]
Change S/W License to Apache

Change-Id: I4a69a34d27ef616679bb8aa3520d720bc35fdca4

11 years agoRevise the spec file
Sung-jae Park [Fri, 4 Jan 2013 12:37:18 +0000 (21:37 +0900)]
Revise the spec file

Change-Id: I29f6dd096f7058988b57ab25c95c574a94a93e6a

11 years agoChange the LOG_TAG, Remove homescreen plugin.
Sung-jae Park [Wed, 2 Jan 2013 07:06:10 +0000 (16:06 +0900)]
Change the LOG_TAG, Remove homescreen plugin.

Change-Id: I38dcf75b7eabf9fe43e32438832a3c587773dc16

11 years agoUpdate the project to the newest version.
Sung-jae Park [Thu, 20 Dec 2012 08:19:30 +0000 (17:19 +0900)]
Update the project to the newest version.

Change-Id: I1a1b629fb3f26e68d8b896b23dbc7c209965c774

11 years agoApply smack patch
Sung-jae Park [Wed, 19 Sep 2012 09:52:19 +0000 (18:52 +0900)]
Apply smack patch

Change-Id: Ic0124db60697a15b647bbd576b936b402adb5d9d

11 years agoAdd new API 2.0alpha master 2.0_alpha submit/master/20120920.151039
Sung-jae Park [Wed, 22 Aug 2012 07:41:34 +0000 (16:41 +0900)]
Add new API

Change package name

Change-Id: I93cd647c7b640cb9497625f10c84daaf4a3c5224

11 years agoapply FSL(Flora Software License)
Kim Kibum [Fri, 8 Jun 2012 05:54:13 +0000 (14:54 +0900)]
apply FSL(Flora Software License)

11 years agoInitial empty repository
Hyesook Choi [Thu, 7 Jun 2012 23:56:46 +0000 (08:56 +0900)]
Initial empty repository