platform/core/uifw/tts.git
2021-07-01 Suyeon HwangMerge "Remove ducking when background volume is changed...
2021-07-01 sooyeonFix svace issue 02/260702/1
2021-06-30 Suyeon HwangDeactivate ducking after the activation is completed 36/260636/1
2021-06-30 sooyeon.kimRemove ducking when background volume is changed 35/260635/1
2021-06-30 Suyeon HwangCheck length of extra_info to prevent empty string 17/260617/1
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 HwangUpdate version (1.65.5) 10/260510/1
2021-06-28 Suyeon HwangRemove duplicated check code 12/260512/1
2021-06-28 Suyeon HwangRemove duplicated function 11/260511/1
2021-06-28 Suyeon HwangClean up proxy handle creation code 12/260012/4
2021-06-28 Suyeon HwangWait TIDL connection when tts_prepare_sync() is called 11/260011/4
2021-06-28 Suyeon HwangCreate data structure for saving tidl proxy information 10/260010/4
2021-06-28 Suyeon HwangRemove unused tidl method 09/260009/4
2021-06-28 Suyeon HwangFix tidl_request_hello logic to match tidl and dbus... 08/260008/4
2021-06-25 Suyeon HwangImplement tts_prepare_sync() on tidl method 07/260007/3
2021-06-25 Suyeon HwangCreate TCs for tts_prepare_sync() 06/260006/3
2021-06-25 Suyeon HwangCheck timeout on unittest 05/260005/3
2021-06-25 Suyeon HwangLaunch exact service process for each mode 04/260004/3
2021-06-22 Suyeon HwangExtract function from open_connection 03/260003/2
2021-06-22 Suyeon HwangMake structure for saving tidl information 02/260002/2
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 HwangDivide __tts_cb_error() into two seperate function 03/257103/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-26 Suyeon HwangUpdate version (1.65.4) 16/258816/1
2021-05-21 Suyeon HwangAdd null check to avoid null reference problem 25/258625/1
2021-05-21 Suyeon HwangRemove access function to avoid toctou problem 18/258618/2
2021-05-21 Suyeon HwangIntialize function pointer to avoid invalid access 17/258617/2
2021-05-21 Suyeon HwangSwap order of parameter and argument to match proxy... 16/258616/2
2021-05-21 Suyeon HwangRemove memory leakage on tts_core and tts_engine_parser 15/258615/2
2021-04-08 Suyeon HwangLock all accessing state code and Use cpp style lock... 51/256651/1
2021-04-08 Suyeon HwangUse tts_ipc function as same way regardless of ipc... 30/256630/1
2021-04-08 Suyeon HwangRemove not needed function and reorder the code to... 29/256629/1
2021-04-08 Suyeon HwangAdd function on tts_ipc to hide tts_dbus completely 28/256628/1
2021-04-08 Suyeon HwangUse tts_ipc_method_e on server side 36/256536/2
2021-04-06 Suyeon HwangJoin two tidl method, register and request_hello 35/256535/1
2021-03-26 Suyeon HwangCreate play thread if the app state is still playing 42/255942/2
2021-03-18 Suyeon HwangFix return value of tts_get_max_text_size() 61/252161/7
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-18 Suyeon HwangRefactor set/unset client callback logic 92/248492/5
2021-03-18 Suyeon HwangFix tts_tidl and tts_dbus use same logic 31/255431/2
2021-03-17 Sungwook ParkSupport TIDL / dbus IPC 23/248523/8
2021-03-08 Suyeon HwangUpdate version (1.65.3) 61/254661/1 submit/tizen/20210310.083205 submit/tizen/20210322.062017 submit/tizen/20210324.101511
2021-03-08 Suyeon HwangAdd missing mutex unlock before exit the function 59/254659/1
2021-02-26 Suyeon HwangUpdate version (1.65.2) 07/254307/1 submit/tizen/20210226.051815
2021-02-26 Suyeon HwangFix state check code 06/254306/1
2021-02-23 Suyeon HwangUpdate version (1.65.1) 95/254095/1 submit/tizen/20210223.104651
2021-02-23 Suyeon HwangAdd mutex to remove race condition among functions... 93/254093/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
2021-02-03 INSUN PYOspec: remove unused pkgconfig(libsystemd-daemon) build... 12/252912/1
2020-12-16 sooyeon.kimRemove unnecessary HTML link for feature 24/249724/1 submit/tizen/20210201.095542
2020-12-03 sungrae joFix Native TTS API references 34/248934/1
2020-11-27 Suyeon HwangVersion up to 1.65.0 82/248482/1
2020-11-27 Suyeon HwangMerge changes Ic6ad2c94,I7d0f0397,I5b298cb5,Ib64b8628...
2020-11-20 Suyeon HwangAdd mutex to wait play thread safely 94/248094/1 submit/tizen/20201120.141139 submit/tizen/20201123.062812
2020-11-13 Suyeon HwangMove service engine status check logic into tts_core 91/246891/2
2020-11-09 sooyeon.kimFix build error in 64bit 93/247293/1 accepted/tizen/unified/20201110.125029 submit/tizen/20201109.122558
2020-11-09 Sungwook ParkRemove infinite loop log 12/247212/1 submit/tizen/20201109.074204
2020-11-06 sooyeon.kimReturn operation failed error when inserting data is... 97/246997/2
2020-11-06 sooyeon.kimFix crash in pringint logs 93/246993/1
2020-11-05 sooyeon.kimFix build error and Update version (1.60.12) 58/246958/2
2020-11-05 sooyeon.kimAdd logs for checking clients in ttsd_data 23/246923/3
2020-11-05 Suyeon HwangRemove extern definition from tts_dbus 90/246890/1
2020-11-05 Suyeon HwangRemove shared variable for callback timer 89/246889/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
2020-11-04 sooyeon.kimAdd a checker whether pkgmgr_thread is done or not 23/246823/1
2020-11-02 sooyeon.kimChange not to send dbus message when ttsc is destroyed... 57/246557/3
2020-10-23 Suyeon HwangVersion up to 1.60.11 62/246062/1
2020-10-22 Suyeon HwangEnhance validation check for current player 19/246019/1 accepted/tizen/unified/20201029.124841 submit/tizen/20201028.060707
2020-10-21 Suyeon HwangFix typo (utt_completeted -> utt_completed) 67/245967/1
2020-10-16 sooyeon.kimAdd a checker of thread cancellation 30/245830/1 submit/tizen/20201019.010445
2020-10-08 sooyeon.kimUpdate version (1.60.10) 07/245407/1 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.104817 accepted/tizen/6.0/unified/hotfix/20201103.000149 accepted/tizen/unified/20201009.090852 submit/tizen/20201008.081908 submit/tizen_6.0/20201029.205501 submit/tizen_6.0_hotfix/20201102.192901 submit/tizen_6.0_hotfix/20201103.115101 tizen_6.0.m2_release
2020-10-08 Sooyeon KimMerge "Fix variable type for credential_needed in ttsd_...
2020-10-08 Sooyeon KimMerge "Revert "Add a checker of screen reader in tts_pr...
2020-10-08 sooyeon.kimFix variable type for credential_needed in ttsd_dbus_server 04/245404/1
2020-10-08 Sooyeon KimRevert "Add a checker of screen reader in tts_prepare()" 99/245399/1
2020-10-05 Sooyeon KimMerge "Add to call audio_out_unprepare() when g_playing... submit/tizen/20201005.111827
2020-10-05 sooyeon.kimAdd to call audio_out_unprepare() when g_playing_info... 11/245211/1
next