platform/core/uifw/tts.git
2022-07-27 Suyeon HwangAdd test cases for uncovered APIs 49/278849/3
2022-07-26 Suyeon HwangExclude un-testable files and fix test launch option 24/277724/2
2022-07-25 ulgal-parkAdd metadata key 15/278715/3 accepted/tizen/unified/20220728.044817 submit/tizen/20220726.013402 submit/tizen/20220727.082100
2022-07-25 Suyeon HwangMake variables shared between threads atomic 44/277444/2
2022-07-24 wn.jangUpdate version to 1.70.7 50/278650/1 accepted/tizen/unified/20220726.012210 submit/tizen/20220725.004550
2022-07-13 Suyeon HwangAdd static keyword into global variables 56/277756/1
2022-07-13 Suyeon HwangExclude code of unittests from SAM analysis 54/277754/1
2022-07-06 Suyeon HwangExtract common code as functions for reducing duplicate... 58/277358/2
2022-07-06 Suyeon HwangRefactor unit test code for removing duplicated code 97/277297/3
2022-07-05 Suyeon HwangExtract unit functions for reducing duplicated code 86/277286/2
2022-07-04 Suyeon HwangSimplify the precondition checking code 42/277242/3
2022-06-29 Suyeon HwangReorder precondition checking code 11/277011/1
2022-06-29 Suyeon HwangRemove duplicated codes 37/276937/4
2022-06-27 Suyeon HwangRemove duplicated code 65/276865/2
2022-06-27 Suyeon HwangMerge changes Ic626132d,I2b542061 into tizen
2022-06-24 Suyeon HwangMake return value clear using enum 71/276771/1
2022-06-24 Suyeon HwangRemove duplicated code 60/276760/2
2022-06-17 Suyeon HwangRemove unused reconnect logic code 88/275088/2
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-06-16 sooyeonAdd a checker whether requesting connection is failed... 40/272940/2
2022-06-13 Suyeon HwangUpdate version (1.70.6) 36/276236/1 accepted/tizen/unified/20220615.135320 submit/tizen/20220613.094244 submit/tizen/20220614.055551
2022-06-10 Suyeon HwangFix unittest for line coverage automation 49/276149/1
2022-06-09 Suyeon HwangFix gcov package contents for automation 39/276039/1
2022-05-13 Suyeon HwangUpdate Version (1.70.5) 87/274987/1 accepted/tizen/unified/20220524.050339 submit/tizen/20220513.052256
2022-05-12 Suyeon HwangFix paused data handling logic 59/274959/1
2022-04-15 wn.jangUpdate version to 1.70.4 70/273870/1 accepted/tizen/unified/20220418.141248 submit/tizen/20220415.011716
2022-04-13 wn.jangAdd metadata profile xml file 69/273769/1
2022-03-28 wn.jangUpdate version to 1.70.3 36/272936/1 accepted/tizen/unified/20220328.131441 submit/tizen/20220328.080118
2022-03-28 wn.jangAdd to check return value 32/272932/1
2022-03-28 wn.jangInitialize type of app data 26/272926/1 submit/tizen/20220328.060712
2022-03-25 wn.jangUpdate version 1.70.2 11/272811/1 submit/tizen/20220325.021820
2022-03-25 wn.jangInitialize result_event of app data 08/272808/1
2022-03-15 Suyeon HwangClean up header files 96/271896/2
2022-03-15 Suyeon HwangRemove ttsd_player_resume() 95/271895/2
2022-03-15 Suyeon HwangRearrange code to stop all client 94/271894/2
2022-03-15 Suyeon HwangRemove code for mode of service engine 93/271893/2
2022-03-15 Suyeon HwangRemove unused code about sound focus change 92/271892/2
2022-03-15 Suyeon HwangRearrange the policy handling code 91/271891/2
2022-03-15 Suyeon HwangMake play type to identify the method to stop playing 90/271890/2
2022-03-15 Suyeon HwangRun only one service process regardless of client mode 89/271889/2
2022-03-15 Suyeon HwangRemove unused parameter of ttsd_server_pause() 88/271888/2
2022-03-15 Suyeon HwangChange name of function to increase readability 86/271886/2
2022-03-14 Suyeon HwangClean up code to enhance readability 84/271884/2
2022-03-08 Suyeon HwangUse PlayerThread class to manage utterance playing... 83/271883/2 accepted/tizen/unified/20220322.010041 submit/tizen/20220314.051039 submit/tizen/20220315.015714
2022-03-08 Suyeon HwangRemove functions and variables relative with player_s 82/271882/2
2022-03-08 Suyeon HwangUse PlayerThread class to manage current playing client 81/271881/2
2022-03-08 Suyeon HwangDefine class for new TTS play thread 80/271880/2
2022-03-08 Suyeon HwangMerge "Make new functions to manager last event of...
2022-03-07 sooyeonRevert to Dbus service activation, not systemd service... 38/272038/1 accepted/tizen/unified/20220308.133510 submit/tizen/20220307.201852
2022-03-07 Suyeon HwangFix build error by order of initializer 33/272033/1
2022-03-07 Suyeon HwangMerge "Fix defect from static analysis tool" into tizen
2022-03-04 Suyeon HwangMake new functions to manager last event of played... 79/271879/2
2022-03-03 Suyeon HwangExtract function for waiting synthesis 78/271878/2
2022-03-03 Suyeon HwangUnify state check of player and ttsd_data 77/271877/3
2022-03-03 Suyeon HwangFix ttsd_data_get_client_state() returns state value... 76/271876/2
2022-03-03 Suyeon HwangMerge "Extract function for utterance start/complete...
2022-03-03 Suyeon HwangExtract function for utterance start/complete event 75/271875/1
2022-03-03 Suyeon HwangRemove ttsd_network.c/h 72/271872/2
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 wn.jangFix defect from static analysis tool 57/271857/1
2022-03-02 Suyeon HwangExtract function for playting pcm data 27/271827/1
2022-03-02 Suyeon HwangMerge "Refactor retry IPC code to enhance readability...
2022-03-02 Suyeon HwangMerge "Fix paused data handling logic" into tizen
2022-02-24 Suyeon HwangRefactor retry IPC code to enhance readability 13/271613/2
2022-02-24 Suyeon HwangAdd ttse_terminate() and tts_prepare_sync() into public API 69/271169/4
2022-02-23 sooyeonChange dbus-based to systemd-based and Change a directo... 67/271567/1
2022-02-22 Suyeon HwangClean up ttse_terminate(), tts_prepare_sync() function 68/271168/2
2022-02-18 Suyeon HwangFix paused data handling logic 80/271380/1
2022-02-18 Suyeon HwangMerge changes Ifddb8324,I3537411c into tizen
2022-02-18 Suyeon HwangMerge "Fix the description of tts_repeat()" into tizen accepted/tizen/unified/20220221.080259 submit/tizen/20220218.073949
2022-02-18 Suyeon HwangUse AudioStream class on ttsd_player 68/271268/2
2022-02-18 Suyeon HwangDefine class for managing audio stream 67/271267/2
2022-02-17 Suyeon HwangMerge "Fix potential defects on ttsd_player" into tizen
2022-02-16 Suyeon HwangUse BackgroundVolume class on ttsd_player 20/271120/3
2022-02-16 Suyeon HwangDefine class for managing background sound 19/271119/3
2022-02-16 Suyeon HwangFix potential defects on ttsd_player 45/271145/1
2022-02-16 Suyeon HwangFix the description of tts_repeat() 51/270651/3
2022-02-15 Suyeon HwangAdd code to check whether the player is initialized 95/271095/2
2022-02-15 Suyeon HwangChange file format of ttsd_player from c to cpp 14/266214/9
2022-02-15 Suyeon HwangFix condition to remove dead code 41/268941/5
2022-02-15 Suyeon HwangFix prototypes of internal functions to increase readab... 13/266213/9
2022-02-15 Suyeon HwangMake function for managing sound_data_s 12/266212/9
2022-02-15 Suyeon HwangMake function for managing speak_data_s 11/266211/9
2022-02-15 Suyeon HwangUse single play thread to play PCM data 10/266210/9
2022-02-10 Suyeon HwangMerge "Return error when TTS engine is terminated befor... submit/tizen/20220211.020451
2022-02-10 Suyeon HwangSend return value from server to client 32/270832/1
2022-02-10 sooyeonReturn error when TTS engine is terminated before begin... 31/270831/1
2022-01-20 Suyeon HwangSend new state to client synchornously 75/269575/3
2022-01-20 wn.jangUpdate version to 1.70.0 15/269815/1 submit/tizen/20220120.074959
2022-01-20 wn.jangCoverage support for robot profile 93/269693/3
2022-01-14 Suyeon HwangTerminate service engine when engine is changed 52/269452/1
2022-01-05 Suyeon HwangAdd credential field into app data on server side 67/268967/1
2022-01-04 Suyeon HwangAdd app check code to handle TCs 83/268883/1
2022-01-03 Suyeon HwangCall finalize synchronously when app termination is... 95/268695/2
2021-12-27 Suyeon HwangMerge branch 'tizen_6.5' into tizen 94/268594/1
2021-12-27 Suyeon HwangUpdate version (1.70.0) 93/268593/1
2021-12-27 Suyeon HwangUpdate version (1.65.17) 82/268582/1
next