Merge "Add error type for converting string" into tizen
[platform/core/uifw/tts.git] / client / tts_core.c
2022-08-02 Wonnam JangMerge "Add error type for converting string" into tizen
2022-07-28 Suyeon HwangUse condition check macro for line coverage 21/278921/1
2022-07-28 Suyeon HwangFix unit functions that are not invoked 20/278920/1
2022-07-28 Suyeon HwangExclude un-testable codes from line coverage analysis 13/278913/1
2022-07-27 wn.jangAdd error type for converting string 61/278861/1
2022-07-25 Suyeon HwangMake variables shared between threads atomic 44/277444/2
2022-07-04 Suyeon HwangSimplify the precondition checking code 42/277242/3
2022-06-16 Suyeon HwangRemove tts_core_notify_state_changed_async() to assure... 01/275001/3
2022-06-16 Sooyeon KimMerge "Invoke error callback when __prepare_cb is faile...
2022-06-16 sooyeonInvoke error callback when __prepare_cb is failed 39/271239/2
2022-03-15 Suyeon HwangRun only one service process regardless of client mode 89/271889/2
2022-03-07 Suyeon HwangMerge "Fix defect from static analysis tool" into tizen
2022-03-03 Suyeon HwangMerge "Extract function for playting pcm data" into... accepted/tizen/unified/20220303.131738 submit/tizen/20220303.025855
2022-03-03 Suyeon HwangMerge changes I7c724fff,I3e1607f8 into tizen
2022-03-02 Suyeon HwangMerge "Refactor retry IPC code to enhance readability...
2022-02-24 Suyeon HwangRefactor retry IPC code to enhance readability 13/271613/2
2022-02-22 Suyeon HwangClean up ttse_terminate(), tts_prepare_sync() function 68/271168/2
2021-12-27 Suyeon HwangMerge branch 'tizen_6.5' into tizen 94/268594/1
2021-12-27 Suyeon HwangFix the data type for uid 41/268241/6
2021-12-22 Suyeon HwangReset flag and thread pointer 98/268398/1
2021-12-22 Suyeon HwangSkip waiting if reprepare by engine changed 81/263681/2
2021-12-22 Suyeon HwangDefine constant for max length of app ID 80/263680/2
2021-12-17 Sooyeon KimMerge "Add thread_wait to wait g_reprepare_thread is...
2021-12-17 sooyeonAdd thread_wait to wait g_reprepare_thread is terminated 33/268233/1
2021-11-12 Suyeon HwangMerge branch 'tizen' into tizen_6.5 32/266432/1
2021-11-11 Wonnam JangMerge "Match the function hierarchy" into tizen
2021-11-11 Suyeon HwangMerge "Send mode to server after prepare success" into...
2021-11-11 Suyeon HwangSend mode to server after prepare success 77/266377/2
2021-11-04 sooyeonUnify TTSD processes into two processes (default, inter... 82/265982/6
2021-09-27 Suyeon HwangFix order of checking condition for screen reader 84/264584/1
2021-09-24 Sooyeon KimMerge "Fix typo error" into tizen
2021-09-24 Suyeon HwangMerge "Handle already_initialize error properly not...
2021-09-23 Suyeon HwangHandle already_initialize error properly not ignored 06/264506/1
2021-08-31 sooyeon[ACR-1653][tts][Add] Add new APIs and an error type... 98/263098/6 accepted/tizen/unified/20210907.015400 submit/tizen/20210906.145543
2021-08-09 Sooyeon KimMerge "Call ttse_terminate() when TTS engine is changed... accepted/tizen/unified/20210810.135334 submit/tizen/20210809.155528
2021-08-06 Sooyeon KimMerge "Remove a checker of error reason" into tizen
2021-07-30 sooyeonCall ttse_terminate() when TTS engine is changed 89/261989/3
2021-07-27 sooyeonRemove a checker of error reason 34/261834/1
2021-07-02 Suyeon HwangAdd screen reader check when client try to prepare 98/260698/2
2021-06-28 Suyeon HwangMerge "Update version (1.65.5)" into tizen accepted/tizen/unified/20210629.130203 submit/tizen/20210628.060348
2021-06-28 Suyeon HwangRemove duplicated function 11/260511/1
2021-06-22 Suyeon HwangUse 'intptr_t' to support multi architecture safely 22/260222/1
2021-06-16 Suyeon HwangRemove duplicate code and unvaluable function 69/259869/1
2021-06-16 Suyeon HwangRemove 'g_is_screen_reader_on' and '__screen_reader_sta... 68/259868/1
2021-06-16 Suyeon HwangRemove unused parameter 'before_state' 67/259867/1
2021-06-16 Suyeon HwangFix name of function and remove unused function 66/259866/1
2021-05-27 Suyeon HwangFix loop statement from 'while' to 'for' 13/257113/2
2021-05-27 Suyeon HwangRemove duplicated code using __handle_dbus_request_resu... 12/257112/2
2021-05-27 Suyeon HwangExtract function about private data from tts.c 11/257111/2
2021-05-27 Suyeon HwangClean up the code and mark the future task 10/257110/2
2021-05-27 Suyeon HwangRefactor duplicated code for handling dbus request 09/257109/2
2021-05-27 Suyeon HwangRefactor the APIs about playing text 08/257108/2
2021-05-27 Suyeon HwangMake function to access uid of client 07/257107/2
2021-05-27 Suyeon HwangMove code for checking screen reader status into tts_core 06/257106/2
2021-05-27 Suyeon HwangMake function to access mode of client 05/257105/2
2021-05-27 Suyeon HwangUnify error handling function 04/257104/2
2021-05-27 Suyeon HwangMake validation function for tts_client_s 02/257102/2
2021-05-27 Suyeon HwangRemove include statements for unused header 01/257101/2
2021-05-21 Suyeon HwangRemove memory leakage on tts_core and tts_engine_parser 15/258615/2
2021-04-08 Suyeon HwangAdd function on tts_ipc to hide tts_dbus completely 28/256628/1
2021-03-18 Suyeon HwangRefactor parameter check 99/248499/9
2021-03-18 Suyeon HwangRefactor tts handle check code 98/248498/9
2021-03-18 Suyeon HwangFix state getter function to return current state directly 97/248497/9
2021-03-18 Suyeon HwangMake functions for set current state into client 96/248496/7
2021-03-18 Suyeon HwangPass return value of supported_voice_cb to tts_config_m... 95/248495/6
2021-03-18 Suyeon HwangMake functions to access callbacks and handle of the... 94/248494/6
2021-03-18 Suyeon HwangFix tts_client_is_valid() use uid as a parameter 93/248493/5
2021-03-17 Sungwook ParkSupport TIDL / dbus IPC 23/248523/8
2021-02-26 Suyeon HwangFix state check code 06/254306/1
2021-02-18 Sooyeon KimMerge "spec: remove unused pkgconfig(libsystemd-daemon...
2021-02-18 Suyeon HwangRemove client data dependency from reprepare thread 28/253628/4
2020-11-27 Suyeon HwangMerge changes Ic6ad2c94,I7d0f0397,I5b298cb5,Ib64b8628...
2020-11-13 Suyeon HwangMove service engine status check logic into tts_core 91/246891/2
2020-11-05 Suyeon HwangRemove extern definition from tts_dbus 90/246890/1
2020-11-05 Suyeon HwangRefactor prepare/unprepare logic with tts_core 88/246888/1
2020-11-05 Suyeon HwangIntroduce tts_core.h/c as genral logic layer 87/246887/1