summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2014-02-17Add multi-user supportsubmit/tizen_ivi_panda/20140403.011839submit/tizen/20140430.020549accepted/tizen/ivi/panda/20140403.015115accepted/tizen/common/20140506.112840tizen_ivi_pandaaccepted/tizen_ivi_pandaKévin THIERRY2-1/+6
Note that offending paths ("/opt/usr/apps") in the file sample.xml were not removed since this file is neither used nor part of the generated RPM. As the name of the file suggest it, it simply is a sample. Also correct some RPMLINT warnings/errors: + set a valid license tag in spec file + set a valid group tag in spec file + call ldconfig during post install (%post) and post uninstall (%postun) processes in spec file Bug-Tizen: PTREL-345 Change-Id: I1b4b00ddcf8d51c98f67e5ae268e0ca0503de176 Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
2014-01-05Sync with the latest oneSung-jae Park5-113/+602
Change-Id: I7b2c98dba2cd930933f72283b23c5a7fcdda8f06
2013-12-02Supporting the I18Nized icons for shortcut-listSung-jae Park1-13/+39
Change-Id: Ia33a1ad926f8f06f0a598325529019123ddf6eb4
2013-09-26Try to use gettimeofday if clock_gettime is failedSung-jae Park1-1/+8
Change-Id: Ib4475943c798bff990259eac364f55acc5d0a79d
2013-09-26Replace gettimeofday with clock_get_timeSung-jae Park2-2/+29
Change-Id: I88e8eee0ab2dfd031a807aa4c4c7fb701fdd7cdf
2013-09-03Add missing headerSung-jae Park1-0/+1
Change-Id: I0b794286472f49dc43dbdff117585c9cd344ae59
2013-08-29Use the uniq desc filenameSung-jae Park1-2/+14
To prevent from overwriting desc file if the request is duplicated. Change-Id: I59e1820f85570954c1be053c7b2bd551deaf2b7c
2013-08-13Update coding convetion.Sung-jae Park4-64/+116
Change-Id: Iaac15cbf752bc72aae77b7983d701147c60ebb61
2013-07-04Remoe last trailing commaSung-jae Park1-2/+2
Change-Id: I537aa6eb1cb0eb4489c0a3fbcb04c7ad5b45d9ed
2013-06-30Check the API and its type.Sung-jae Park1-0/+6
Change-Id: Ieda77a5ef0e4b01c3f7230bd0db7f00035dbf158
2013-06-30Add new error code for permission validation (smack)Sung-jae Park1-0/+1
Change-Id: I690cebd2bb0d9f68c514f5cc6e5e454faa545b17
2013-06-27Update LogSung-jae Park1-2/+2
Change-Id: I3b8fd1812452f9a3a556313ccd5e15c8204c8a1d
2013-06-13Use the secure_dlogSung-jae Park1-2/+14
[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
2013-05-29Fix prevent issues.Sung-jae Park1-3/+12
Change-Id: Ib601a9b9f8a74a625724a4697f2fad4909877582
2013-05-20Don't try to make a connection from discon cb.Sung-jae Park2-10/+27
Change-Id: I10ac77e38f01643ae63d3da5165e169808bd384f
2013-05-15Icon service API is introduced.submit/tizen_2.1/20130516.045513submit/tizen/20130517.044820accepted/tizen/20130520.100932tizen_2.1Sung-jae Park7-16/+1086
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
2013-05-02Add new sizes.submit/tizen_2.1/20130514.053102Sung-jae Park1-0/+2
Should be exposured for commercializing feature. Change-Id: I782b11aa266a4aa0d93a98de46c7aa43c9a909c9
2013-04-23Merge branch 'tizen_2.1' of ↵Sung-jae Park2-4/+3
ssh://tizendev.org:29418/framework/appfw/shortcut into tizen_2.1
2013-04-23Client/Server architecture is applied.Sung-jae Park1-59/+139
There is master service daemon to help communicate between app & home. Every request and reply will through the master. Change-Id: I1aadd01ff3d0e19274fc46777ef73f9d514f9a22
2013-04-02Fix for 64 bit compatibility.Junfeng Dong2-4/+3
- Fix hardcoding path. - Use %cmake to set default paths. Change-Id: Idf0f2d2403575f0571447c61bb6d2c953b0888d8
2013-03-30Add new API for removing shortcut(livebox)Sung-jae Park2-21/+194
Change-Id: I58bece3692a8a1fdeb5ecf2acc6557be76425048
2013-03-27Update shortcut status codes.Sung-jae Park1-11/+16
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
2013-03-25Update LicenseSung-jae Park4-27/+44
Add the shortcut status codes. User(developer) can get the status code for handling the result of shortcut add request. Change-Id: Icfd4e0e7e3a644c3696fddf5c2ebd3e9e845de83
2013-03-19Remove unused functions, Add allow_duplicate parameter.Sung-jae Park2-252/+19
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
2013-03-05Replace the NULL with SQLITE_TRANSIENT.Sung-jae Park1-7/+7
NULL is defined as SQLITE_STATIC. But I intend to use the SQLITE_TRANSIENT, so I set it correctly. Change-Id: I43c5cae2a5deb80f425746a1ee8f255daa104bc1
2013-02-18Add new type for easy mode liveboxSung-jae Park1-9/+13
Change-Id: Icdc9cd9269c1efa09510612cb34e22fd0df15526
2013-01-24Change the smack manifestSung-jae Park1-1/+0
Change-Id: I85e67b49a3e777cc6be9c28025079a5f75d21bd9
2013-01-21Change S/W License to ApacheSung-jae Park4-95/+219
Change-Id: I4a69a34d27ef616679bb8aa3520d720bc35fdca4
2013-01-02Change the LOG_TAG, Remove homescreen plugin.Sung-jae Park1-1/+1
Change-Id: I38dcf75b7eabf9fe43e32438832a3c587773dc16
2012-12-20Update the project to the newest version.Sung-jae Park6-0/+1243
Change-Id: I1a1b629fb3f26e68d8b896b23dbc7c209965c774