summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-10-01remove unused _OSP_EXPORT_tempGwangbok Kim1-3/+3
Change-Id: I0aee2aee57dc30de4fc6dd21df27d2432c8c1dca
2013-09-17Merge "Fix the doxygen for frequency of recurrence" into tizen_2.2hs321.lee1-2/+2
2013-09-17Fix the doxygen for frequency of recurrencehs321.lee1-2/+2
Change-Id: I16a713e76988a508e2ac66db44e47f8059fbb619 Signed-off-by: hs321.lee <hs321.lee@samsung.com>
2013-09-16Fix for N_SE-52109hs321.lee1-8/+30
Change-Id: I8a5ab29ffb66135a417d6c5ad97185af9ec07ce9 Signed-off-by: hs321.lee <hs321.lee@samsung.com>
2013-09-04Modify the spec file for secure loghs321.lee1-6/+14
Change-Id: Iee3295caeda81db6512d1c4e73ea754c3dc39333 Signed-off-by: hs321.lee <hs321.lee@samsung.com>
2013-08-30Modifying code according to coding idiomsManasij Sur Roy22-244/+332
Change-Id: I0cbb8d229851a5441a6ba3d4c0b38e0443a9caf1 Signed-off-by: Manasij Sur Roy <manasij.r@samsung.com>
2013-08-27Replaced all the references for contacts_db_get_record with ↵vivek3-185/+106
AddressbookUtil::GetContactRecord method and replaced all the references of contacts_db_insert_record with AddressbookUtil::InsertContactRecord Change-Id: I203a70936ff42f2d30f28061ceb12aa5f6cca315 Signed-off-by: vivek <vivek.ellur@samsung.com>
2013-08-23add log to get slp error codeGwangbok Kim1-1/+1
Change-Id: Ic276b6fbf16d10108bf43c77087ee76278598ee5 Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
2013-08-21Merge "Fix the bug about calendarId" into tizen_2.2hs321.lee2-0/+2
2013-08-21Replaced all the references for contacts_db_update_record with ↵vivek4-45/+60
AddressbookUtil::UpdateContactRecord method Change-Id: Ie5f369c3302ca13ecaf8d4806988dadac51054c4
2013-08-21Fix the bug about calendarIdhs321.lee2-0/+2
Change-Id: Ifce3c772dfad59bec17f04ae1cd755a06ca9a104 Signed-off-by: hs321.lee <hs321.lee@samsung.com>
2013-08-21Add to check condition for emulator in spec filejh0522.choi1-0/+4
2013-08-19Modifying CalendarbookImpl and CalendarImpl codes according to coding idiomsManasij Sur Roy4-486/+418
Change-Id: Ie685a35e254c43712ce226f4434657c7f0d45b98 Signed-off-by: Manasij Sur Roy <manasij.r@samsung.com>
2013-08-14Fix prevent defectsYoonchan Choi1-6/+13
Change-Id: I7894d5b16c01a33b3f353747608c25a34b0690ad Signed-off-by: Yoonchan Choi <yc81.choi@samsung.com>
2013-08-13Fix the bugYoonchan Choi1-1/+1
Change-Id: I7dabfb1905009bbc8a0643f2c5ad4bc01892acff Signed-off-by: Yoonchan Choi <yc81.choi@samsung.com>
2013-08-13Fix doxygen and code for TimeZonehs321.lee2-5/+8
Change-Id: Id8855b8a7dc325435811eb5dca6e4fdc7485dc13 Signed-off-by: hs321.lee <hs321.lee@samsung.com>
2013-08-08type casting unsigned int to intGwangbok Kim2-8/+8
Change-Id: I96b21217907641790e2d508b37e34e8c0ad145be Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
2013-08-07move internal header files to src/inc/Gwangbok Kim2-0/+0
Change-Id: I068741d88e1b30da9505893afedfd2788e4ac0cd Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
2013-08-05fix N_SE-47241Gwangbok Kim2-1/+81
Change-Id: I65677cf854411e06c82f6764bf912c4b4e39a98b Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
2013-08-05fix TC failureGwangbok Kim1-7/+11
Change-Id: Iec38d5ec11b76c2f3cb4e4aac486d239db63244d Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
2013-08-01add filter for searching by phone numberGwangbok Kim3-2/+28
Change-Id: Iff95a6c016768f2b0b07fa05d0bd29c8e2dfbd0c Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
2013-07-31Merge "fix N_SE-47241" into tizen_2.2Gwangbok Kim5-6/+1002
2013-07-31fix N_SE-47241Gwangbok Kim5-6/+1002
Change-Id: Id88fb58035183e38ca05597f049e8e954a1adce3 Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
2013-07-31Remove codes related to the pthread tlsYoonchan Choi2-23/+4
Change-Id: Id04c934d6d4137dc6718f404188e7490939ba048 Signed-off-by: Yoonchan Choi <yc81.choi@samsung.com>
2013-07-25Add codes handling the CALENDAR_ERROR_NO_DATA exeptionhs321.lee1-2/+2
Change-Id: I2e2ac879392684dd09b22bffe6adfc7beb143f68 Signed-off-by: hs321.lee <hs321.lee@samsung.com>
2013-07-24Replaced all references to contacts_db_delete_record by DeleteContactRecordvivek2-80/+26
Change-Id: I2ea0b5784d01425d6d49b83824be22273ac1abe3 Signed-off-by: vivek <vivek.ellur@samsung.com>
2013-07-17Fix for CompatTC Failhs321.lee1-3/+3
Change-Id: Icddd021aba92ed0ea887359f069099abee0972b4 Signed-off-by: hs321.lee <hs321.lee@samsung.com>
2013-07-11Merge "fix API to support normalized number for search" into tizen_2.2Gwangbok Kim3-3/+3
2013-07-11fix API to support normalized number for searchGwangbok Kim3-3/+3
Change-Id: I268a3da9936d00fad1781572c01153e5668c04d2 Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
2013-07-10update header for fixing wrong indentationMinkyoung Kang1-4/+4
Change-Id: I3ee3707ac1029bfb4298f4367f3cc2a3fdb0c71f
2013-07-05Merge "remove return on void function" into tizen_2.2Gwangbok Kim1-1/+1
2013-07-03change the tag when there are several conditions in a methodMinkyoung Kang2-4/+4
Change-Id: I033dce9dfa75cb911acdc28b38da155bf22efe65
2013-07-02remove return on void functionGwangbok Kim1-1/+1
Change-Id: I9486c01aad463e5d7ed8526e33225a4c8a20007d Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
2013-07-02fix TC failureGwangbok Kim2-21/+32
Change-Id: I3499ed89a5abbdcb93375ee2eb0465c28497baba Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
2013-07-01fix TC failureGwangbok Kim2-0/+17
Change-Id: I41b0dc22346b7760d702e92ffe3b9e6e41ee08bc Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
2013-07-01fix TC failureGwangbok Kim3-9/+42
Change-Id: Ia5cdae93bda1edcc2db4e8c210d3b7e905f43c0f Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
2013-07-01fix description of ContactAppLaunchDataGwangbok Kim1-33/+33
Change-Id: I8c0bdc3557b4ec593933b8ae6acd599517aa5bf3 Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
2013-06-26Removed contacts_db_delete_record and added DeleteContactRecord in ↵vivek2-9/+15
AddressbookUtil class Change-Id: Ic54bff01a2b5aa23135d02661be036566401c12c Signed-off-by: vivek <vivek.ellur@samsung.com>
2013-06-25fix privilege checkGwangbok Kim1-3/+3
Change-Id: I3427ce6358c95ee437b2f5ca0a3b64b657aee285 Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
2013-06-25fix descriptionGwangbok Kim2-18/+18
Change-Id: I3251b3a57d12f178c551a6cdd2e9ab3a5f22d848 Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
2013-06-24Fix Addressbook TC Failshs321.lee2-42/+65
Change-Id: I53ea9eb695c381a99e27d17660a6437040452e7b Signed-off-by: hs321.lee <hs321.lee@samsung.com>
2013-06-24Merge "restore if tag from cond tag" into tizen_2.2Erin Choi2-4/+4
2013-06-24restore if tag from cond tagMinkyoung Kang2-4/+4
Change-Id: I3ff3a2658d75f9514c1733df87d3f127a898013a
2013-06-24Fixed DCM-2074: Enhanced query performancehs321.lee2-11/+71
Change-Id: Ie7b949e3fb1273aa9fb12d15fdb4115adb85a429 Signed-off-by: hs321.lee <hs321.lee@samsung.com>
2013-06-22Fixed DCM-2074Jaehwa Shin3-255/+593
Change-Id: If02b8f47b9165365191f9b6d34e42f2cde44a107 Signed-off-by: Jaehwa Shin <jaehwa.shin@samsung.com>
2013-06-22[social] Fix DCM-2023Seokpil Park1-1/+1
Change-Id: I294431fb1e886506f226ba40da2d0bfe6cecdf04 Signed-off-by: Seokpil Park <seokpil.park@samsung.com>
2013-06-21Update the doxygen of deprecated APIhs321.lee1-0/+3
Change-Id: I6da1f7cd236058159f54224a6a7d96b41c5872f0 Signed-off-by: hs321.lee <hs321.lee@samsung.com>
2013-06-21add core exception log messagesGwangbok Kim1-34/+33
Change-Id: I3601c0a6962bd95820908714205b6e59d783d212 Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
2013-06-18fix N_SE-41740, N_SE-41744Gwangbok Kim1-0/+2
Change-Id: If29af788f19c3418de2f9c0b81b1f42da119e0ac Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
2013-06-17Merge "add app launch data api" into tizen_2.2Jae-Hwa Shin11-0/+1531