platform/core/uifw/stt-engine-default.git
21 months agoAdded libraries for RISC-V 76/298376/2 accepted/tizen_9.0_unified accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_riscv tizen tizen_9.0 accepted/tizen/9.0/unified/20241031.000313 accepted/tizen/unified/20240102.170016 accepted/tizen/unified/dev/20240620.010348 accepted/tizen/unified/riscv/20231229.084412 submit/tizen/20230906.090709 tizen_9.0_m2_release
Sejun Park [Wed, 6 Sep 2023 06:38:42 +0000 (15:38 +0900)]
Added libraries for RISC-V

Change-Id: If6e7b07822b1978de8a3abedc387e8728a7a6457

2 years agoUpdate version (1.70.1) 68/280368/1 accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified tizen_7.0_hotfix tizen_8.0 accepted/tizen/7.0/unified/20221110.063717 accepted/tizen/7.0/unified/hotfix/20221116.110220 accepted/tizen/8.0/unified/20231005.094301 accepted/tizen/unified/20220830.133745 submit/tizen/20220829.071923 tizen_7.0_m2_release tizen_8.0_m2_release
sooyeon [Mon, 29 Aug 2022 07:15:22 +0000 (16:15 +0900)]
Update version (1.70.1)

Change-Id: I7edff76ab77ee4fdb0b9a2b2ec6cde12beeb71e6
Signed-off-by: sooyeon <sooyeon.kim@samsung.com>
2 years agoUpdate libn66asrdll.so (libver 1.6.10) 89/279489/1
sooyeon [Wed, 10 Aug 2022 07:31:09 +0000 (16:31 +0900)]
Update libn66asrdll.so (libver 1.6.10)

- Issue: It takes too long time when stt_start() is invoked.
- Cause: The internal grpc calls blocked the main thread from returning.
- Solution: Make the main thread not to be blocked by handling some jobs in subthread.

Change-Id: I4b97763e0e94031b4afd09544c14b627684f2df1
Signed-off-by: sooyeon <sooyeon.kim@samsung.com>
3 years agoUpdate version (1.65.5) 18/267318/1 accepted/tizen/unified/20211210.115155 submit/tizen/20211209.081846
Suyeon Hwang [Wed, 1 Dec 2021 09:20:47 +0000 (18:20 +0900)]
Update version (1.65.5)

Change-Id: If5101d4a499b67d4d4fdcc24576ef024fefc91a7
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
3 years agoMake dummy result by special private data 17/267317/1
Suyeon Hwang [Wed, 1 Dec 2021 09:19:35 +0000 (18:19 +0900)]
Make dummy result by special private data

This reference engine uses remote server on network, so this engine can not work well if the
network status is not good by some case such as running on proxy or emulator.
This behavior makes difficult to test the framework functionality, because it makes testcase
developer difficult to expect results of service engine.

To solve this situation, this patch makes engine work as a test mode if the client app sends some
reserved private keys. By this change, user can test well if network status is not good.

Change-Id: I925d18e57ccacdcb1332caaf88e9e525d5fd5492
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
3 years agoUpdate version(1.65.4) 42/263242/2 accepted/tizen/6.5/unified/20211028.122312 accepted/tizen/unified/20210903.083044 submit/tizen/20210831.083502 submit/tizen_6.5/20211028.163101 tizen_6.5.m2_release
Suyeon Hwang [Mon, 30 Aug 2021 06:24:40 +0000 (15:24 +0900)]
Update version(1.65.4)

Change-Id: If3cafdc6b1c44c35bae70ed34bba950df75f3af7
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
3 years agoFix unintended error by cancel 41/263241/3
Suyeon Hwang [Mon, 30 Aug 2021 06:20:41 +0000 (15:20 +0900)]
Fix unintended error by cancel

This patch includes n66asr library with version 1.6.9.

Change-Id: I3948a6e420d4901b8d99cf1ed26734b962d84710
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
3 years agoUse gRPC endpoint whether proxy is used or not 39/263239/1
Suyeon Hwang [Mon, 30 Aug 2021 06:20:10 +0000 (15:20 +0900)]
Use gRPC endpoint whether proxy is used or not

Change-Id: Idf6368afaf6e1483ef7c997712d30d52aaaebe5a
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
3 years agoUpdate version (1.65.3) 53/261653/1 accepted/tizen/unified/20210722.124801 submit/tizen/20210722.055710
sooyeon.kim [Thu, 22 Jul 2021 05:49:44 +0000 (14:49 +0900)]
Update version (1.65.3)

Change-Id: I4d5c1742a49e31d8b1c88028ba4f2fa2175fe472
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
3 years agoFix a crash issue in gRPC 52/261652/1
sooyeon.kim [Thu, 22 Jul 2021 05:48:49 +0000 (14:48 +0900)]
Fix a crash issue in gRPC

Change-Id: I6571b7e06866212c667f549a04a6a0775f1c9692
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
4 years agoUpdate version (1.65.2) 87/257487/1 accepted/tizen/unified/20210428.040452 submit/tizen/20210427.035935 submit/tizen/20210427.234139
sooyeon.kim [Tue, 27 Apr 2021 01:38:10 +0000 (10:38 +0900)]
Update version (1.65.2)

Change-Id: Id4df6dd79098931b42ffb5f578a84df327946414
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
4 years agoUpdate stt engine based on gRPC 48/257448/2
sooyeon.kim [Mon, 26 Apr 2021 06:41:29 +0000 (15:41 +0900)]
Update stt engine based on gRPC

* Add required pkgs in spec file

Change-Id: Ibb025446de03d6d62931f0ae9ea8074b4d896ac0
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
4 years agoUpdate version (1.65.1) 67/253167/1 submit/tizen/20210205.060432
Suyeon Hwang [Fri, 5 Feb 2021 05:40:47 +0000 (14:40 +0900)]
Update version (1.65.1)

Change-Id: I4b78824b34652354f5c42abda7ac80080029f17c
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
4 years agoFix memory deallocation function matches the type of the memory 66/253166/1
Suyeon Hwang [Fri, 5 Feb 2021 05:10:57 +0000 (14:10 +0900)]
Fix memory deallocation function matches the type of the memory

Change-Id: Iefac79e953ea39cf186b597131d94a772f4338c3
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
4 years agoMerge "Update version (1.60.3)" into tizen
Suyeon Hwang [Fri, 5 Feb 2021 05:32:36 +0000 (05:32 +0000)]
Merge "Update version (1.60.3)" into tizen

4 years agoUpdate version (1.60.3) 62/253162/1
sooyeon.kim [Thu, 17 Dec 2020 10:49:11 +0000 (19:49 +0900)]
Update version (1.60.3)

Change-Id: I954daad18c7403a7ef6227eb04a7ee37d7438549
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
(cherry picked from commit 0131000e97f8154579d0fd677b60c0e0230e96fb)

4 years agoFix smack issue and SSMS memory security issue in VAD (ver: 4201217) 61/253161/1
sooyeon.kim [Thu, 17 Dec 2020 09:59:13 +0000 (18:59 +0900)]
Fix smack issue and SSMS memory security issue in VAD (ver: 4201217)

Change-Id: I1b16a0042cda62d08a9ce29aee33db6d721f9c7e
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
(cherry picked from commit 238d9c5b850d913f612639b3f5fc7e0e836b407f)

4 years agoUpdate version (1.60.2) 53/244853/1 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.104436 accepted/tizen/6.0/unified/hotfix/20201102.235558 accepted/tizen/unified/20201007.020801 submit/tizen/20201006.101813 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
sooyeon.kim [Fri, 25 Sep 2020 05:54:23 +0000 (14:54 +0900)]
Update version (1.60.2)

Change-Id: I383c56d6e7cbacbf1d0b910e8d532a456d44e893
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
4 years agoUpdate libn66asrdll.so and Add libraries for emul64 45/244845/1
sooyeon.kim [Fri, 25 Sep 2020 04:38:29 +0000 (13:38 +0900)]
Update libn66asrdll.so and Add libraries for emul64

- Change the number of frames to be sent to VAD in libn66asrdll (320 frames)

Change-Id: Ia7ca197104d37ba9ea45eddd3e65d4ccf1d0b006
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
4 years agoRevert libvoiceactivity in armv7l 22/244722/1 accepted/tizen/unified/20200924.000953 submit/tizen/20200923.122857
sooyeon.kim [Wed, 23 Sep 2020 12:16:00 +0000 (21:16 +0900)]
Revert libvoiceactivity in armv7l

Change-Id: I30596e2067498aae1d5a1b5e5dacaf779765c5a5
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
4 years agoUpdate libraries based on 6.0 11/243011/1 accepted/tizen/unified/20200903.151747 submit/tizen/20200902.112848
sooyeon.kim [Wed, 2 Sep 2020 11:13:19 +0000 (20:13 +0900)]
Update libraries based on 6.0

- Fix a crash issue in aarch64
- Update aarch64 libraries (using openssl)
- Update version (1.60.1)

Change-Id: Ie763d271f2195d8aed0d01d3466088b206f4faaa
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
4 years agoUpdate library(voiceactivity / n66asrdll) 56/241156/1
Suyeon Hwang [Tue, 18 Aug 2020 07:17:10 +0000 (16:17 +0900)]
Update library(voiceactivity / n66asrdll)

Change-Id: I79538b24e89354547279372aa8cf8f0bfb23c1a2
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
4 years agoAdd libraries for aarch64 80/239580/1
sooyeon.kim [Tue, 28 Jul 2020 02:02:02 +0000 (11:02 +0900)]
Add libraries for aarch64

Change-Id: Icebd3d9df15bc43bd4f4c562d3812d099ebff471
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
5 years agoAdd link option for libraries 57/218757/1
sooyeon.kim [Mon, 25 Nov 2019 02:51:51 +0000 (11:51 +0900)]
Add link option for libraries

Change-Id: I3d7ae0c0444e1520bb754b357097a6583ec623f0
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
(cherry picked from commit f8ecc980bf275c35e5a848e03ece0bcf3e0ea1df)

5 years agoRemove unnecessary libraries 72/214372/1 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.015525 accepted/tizen/5.5/unified/mobile/hotfix/20201027.075550 accepted/tizen/unified/20190923.011232 submit/tizen/20190920.151549 submit/tizen_5.5/20191031.000005 submit/tizen_5.5_mobile_hotfix/20201026.185105 tizen_5.5.m2_release
wn.jang [Fri, 20 Sep 2019 15:12:04 +0000 (00:12 +0900)]
Remove unnecessary libraries

Change-Id: Icb19d59925d1f6d0066777d4dbd15fb2c322309b

5 years agoFix libvoice-transport.so to avoid libcrypto crash 34/214334/3 submit/tizen/20190920.110113
wn.jang [Fri, 20 Sep 2019 09:47:02 +0000 (18:47 +0900)]
Fix libvoice-transport.so to avoid libcrypto crash

Change-Id: I89e148e6b78c024525a9f7478fbebadf3230958a

5 years agoFixed hard link to symbolic link 49/208949/1 accepted/tizen/unified/20190704.115612 submit/tizen/20190627.232050 submit/tizen/20190704.014344
sungrae jo [Mon, 1 Jul 2019 10:52:31 +0000 (19:52 +0900)]
Fixed hard link to symbolic link

Change-Id: Ic26e4809efeb772280954319086d0f86ca6e1886
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
5 years agoUpdate boost libraries 99/208399/2 accepted/tizen/unified/20190626.040943 submit/tizen/20190625.095312
sungrae jo [Mon, 24 Jun 2019 05:31:48 +0000 (14:31 +0900)]
Update boost libraries

Change-Id: I9e185c5c213a58a8297564194bef614903ab271d
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
6 years agoChange voice activity library to previous one 00/191200/2 accepted/tizen_5.0_unified tizen_5.0 accepted/tizen/5.0/unified/20181102.022652 accepted/tizen/unified/20181014.114345 submit/tizen/20181012.103113 submit/tizen_5.0/20181101.000005
sungrae jo [Fri, 12 Oct 2018 10:22:09 +0000 (19:22 +0900)]
Change voice activity library to previous one

Change-Id: I4b0d764cf7629cb7988fe67dc376e1da3a1682c4
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
6 years agoAdd message port for sending recording status 13/190913/1 accepted/tizen/unified/20181010.061743 submit/tizen/20181008.150624
Wonnam Jang [Mon, 8 Oct 2018 14:36:52 +0000 (23:36 +0900)]
Add message port for sending recording status

Change-Id: I5899d6eb3acbf816b7dde34fa45658827825e9bb
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
6 years agoUpdate libraries (180921) 28/190128/2 accepted/tizen/unified/20180927.174519 submit/tizen/20180927.092550
sooyeon.kim [Thu, 27 Sep 2018 07:53:06 +0000 (16:53 +0900)]
Update libraries (180921)

Change-Id: I8aa2d727777218e82129364eaed8dd96609a0ba0
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
7 years agoUpdate STT engine 72/176872/2 accepted/tizen/unified/20180425.062329 submit/tizen/20180424.064514 submit/tizen/20180425.001134
sungrae jo [Tue, 24 Apr 2018 05:52:02 +0000 (14:52 +0900)]
Update STT engine

Change-Id: I995ccea46143f43df39eacefa51923983004e08b
Signed-off-by: sungrae jo <seongrae.jo@samsung.com>
7 years agoFix adding license 34/176834/1
sooyeon.kim [Thu, 11 Jan 2018 02:18:25 +0000 (11:18 +0900)]
Fix adding license

Change-Id: I317ee345e259de67e226f318a7c73fc2fdf6f311
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
(cherry picked from commit 21892abff836e0b35dd9809fa28347de75d1d5ff)

7 years agoAdd BSD license 33/176833/1
Wonnam Jang [Thu, 11 Jan 2018 01:31:15 +0000 (10:31 +0900)]
Add BSD license

Change-Id: I65141263cf26487672735f293bb4b8d25c2f05ee
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
(cherry picked from commit 5ad0c04fed050bb247e6cb16d6919ab3eed115a7)

7 years agoChange boost library 31/176831/1
Suyeon Hwang [Wed, 3 Jan 2018 11:50:08 +0000 (20:50 +0900)]
Change boost library

Change-Id: I363e5e0ceaca46bdcbc56e9c6730ccfaa9ea04ea
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
(cherry picked from commit 1e2c02558723032369bae3e0d6c590b04f30784a)

7 years agoAdd boost library 30/176830/1
Suyeon Hwang [Thu, 21 Dec 2017 04:10:32 +0000 (13:10 +0900)]
Add boost library

Change-Id: I5fe47301e76d38480b9f11369450f846a9730dd6
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
(cherry picked from commit 4058a5b58f94a4681d1c276635c08e242055ab17)

7 years agoUpdate asr library files 29/176829/1
Suyeon Hwang [Wed, 15 Nov 2017 02:50:57 +0000 (11:50 +0900)]
Update asr library files

Change-Id: I8ac9d514e4dd1f5a972650723c90874a67c92045
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
(cherry picked from commit 00656e268434c8f08d328ce1049f7abfb67dd6aa)

7 years agoApply ASLR 80/143680/1 accepted/tizen/4.0/unified/20170829.020008 accepted/tizen/unified/20170823.031738 submit/tizen/20170811.092322 submit/tizen/20170822.111929 submit/tizen_4.0/20170828.100004 tizen_4.0.IoT.p1_release tizen_4.0.m2_release
Suyeon Hwang [Fri, 11 Aug 2017 02:54:33 +0000 (11:54 +0900)]
Apply ASLR

Change-Id: I27040c19b5683079b8bbc88522668ce7d37b5ec9
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
7 years agoUpdate support language list 35/135235/2
Suyeon Hwang [Wed, 21 Jun 2017 08:31:25 +0000 (17:31 +0900)]
Update support language list

Change-Id: I8a83be109404f329d33b614a8c2577d7cf6abb78
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
8 years agoUse license macro in .spec file 27/124327/1 accepted/tizen/4.0/unified/20170816.012319 accepted/tizen/unified/20170518.061304 submit/tizen/20170518.021139 submit/tizen_4.0/20170811.094300 tizen_4.0.m1_release
Suyeon Hwang [Tue, 11 Apr 2017 06:45:01 +0000 (15:45 +0900)]
Use license macro in .spec file

Change-Id: Icad7bea4aa8b376f506f8f25d1b9a6757499871b
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
8 years agoUpdate engine binary and Remove duplicated info file 14/110014/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170117.174609 accepted/tizen/ivi/20170117.054245 accepted/tizen/mobile/20170117.054151 accepted/tizen/tv/20170117.054206 accepted/tizen/unified/20170309.034120 accepted/tizen/wearable/20170117.054227 submit/tizen/20170117.020319 submit/tizen_unified/20170308.100410
Kwangyoun Kim [Fri, 30 Dec 2016 07:58:11 +0000 (16:58 +0900)]
Update engine binary and Remove duplicated info file

Change-Id: I97e8ad6a0e7df0871c1281f6934eed2112c50b63
Signed-off-by: Kwangyoun Kim <ky85.kim@samsung.com>
(cherry picked from commit 57a2ef92ba2aee30377d48dea40cee7b07242633)

8 years agoUpdate executable files (server setting changed) 09/110009/1
sooyeon.kim [Tue, 27 Dec 2016 11:20:32 +0000 (20:20 +0900)]
Update executable files (server setting changed)

Change-Id: Ie6e4b6ec7aab585332fe58e835eec33c295d01cb
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
(cherry picked from commit 9fed9a45c66943671bb089e86e0125643430a873)

8 years agoUpdate engine metadata 83/107583/2
Kwangyoun Kim [Wed, 28 Dec 2016 14:07:14 +0000 (23:07 +0900)]
Update engine metadata

Change-Id: I9819cfa25d9048e08aee23c75f4ac495f356ea48
(cherry picked from commit 71f806471359cc906a916212cbc4b16bb57fba71)

8 years agoFix error handling 90/107090/1
Suyeon Hwang [Mon, 26 Dec 2016 11:17:52 +0000 (20:17 +0900)]
Fix error handling

Change-Id: I8b6210a1c16cba57deb8cdbc9eb8ef6a1e63dfd1
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
8 years agoUpdate executable files for setting server parameters 14/106114/1 accepted/tizen/common/20161222.131356 accepted/tizen/ivi/20161223.095844 accepted/tizen/mobile/20161223.095749 accepted/tizen/tv/20161223.095801 accepted/tizen/wearable/20161223.095827 submit/tizen/20161222.083727
sooyeon.kim [Tue, 20 Dec 2016 11:40:15 +0000 (20:40 +0900)]
Update executable files for setting server parameters

Change-Id: If4fa96d68b10dfe5bceaddfc698f2b5030455d85
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
8 years agoAdd internet and network.get privileges 53/103653/2 accepted/tizen/common/20161209.160415 accepted/tizen/ivi/20161212.024815 accepted/tizen/mobile/20161212.024716 accepted/tizen/tv/20161212.024728 accepted/tizen/wearable/20161212.024732 submit/tizen/20161209.113734
sooyeon.kim [Fri, 9 Dec 2016 05:00:44 +0000 (14:00 +0900)]
Add internet and network.get privileges

Change-Id: I2db1c651ecf59c97ec070ef50f40d5b95b47cc14
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
8 years agoUpdate libvoiceactivity.so 52/101052/1 accepted/tizen/common/20161130.134136 accepted/tizen/ivi/20161130.233104 accepted/tizen/mobile/20161130.233012 accepted/tizen/tv/20161130.233023 accepted/tizen/wearable/20161130.233046 submit/tizen/20161130.083103
sooyeon.kim [Wed, 30 Nov 2016 07:27:00 +0000 (16:27 +0900)]
Update libvoiceactivity.so

Change-Id: I18dee66af8fb9f6e81facbce1bede7d93a14ffa1
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
8 years agoUpdate executable files and Change libraries 18/100818/1 accepted/tizen/common/20161129.173656 accepted/tizen/ivi/20161130.015530 accepted/tizen/mobile/20161130.015502 accepted/tizen/tv/20161130.015505 accepted/tizen/wearable/20161130.015514 submit/tizen/20161129.101515
sooyeon.kim [Tue, 29 Nov 2016 09:18:08 +0000 (18:18 +0900)]
Update executable files and Change libraries

Change-Id: Icf26cae8bcefcaf9690788323ab0a8434861d4ca
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
8 years agoUpdate engine executable files 89/96889/2 accepted/tizen/common/20161115.200349 accepted/tizen/ivi/20161115.233635 accepted/tizen/mobile/20161115.233540 accepted/tizen/tv/20161115.233558 accepted/tizen/wearable/20161115.233619 submit/tizen/20161115.021832
sooyeon.kim [Thu, 10 Nov 2016 12:31:58 +0000 (21:31 +0900)]
Update engine executable files

Change-Id: I95f4443a7a2d8573e028a0200f7310ed453fc41c
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
8 years agoRemove unused macro in spec file 44/91844/1 accepted/tizen/common/20161028.114818 accepted/tizen/ivi/20161028.152750 accepted/tizen/mobile/20161028.152700 accepted/tizen/tv/20161028.152713 accepted/tizen/wearable/20161028.152731 submit/tizen/20161028.062856
sooyeon.kim [Wed, 12 Oct 2016 01:24:18 +0000 (10:24 +0900)]
Remove unused macro in spec file

Change-Id: If82ace31ea6f3d040b3756b605726c760610f688
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
8 years agoFix engine id in xml files 38/91438/1 accepted/tizen/3.0/ivi/20161028.151218 accepted/tizen/3.0/mobile/20161028.143049 accepted/tizen/3.0/tv/20161028.143415 accepted/tizen/3.0/wearable/20161028.150849 accepted/tizen/common/20161007.173320 accepted/tizen/ivi/20161010.082600 accepted/tizen/mobile/20161010.082508 accepted/tizen/tv/20161010.082525 accepted/tizen/wearable/20161010.082542 submit/tizen/20161007.113046 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.092423 submit/tizen_3.0_common/20161104.104000
sooyeon.kim [Fri, 7 Oct 2016 11:19:01 +0000 (20:19 +0900)]
Fix engine id in xml files

Change-Id: Ia64c0962db46690a436a4e4b556d508dac1c2fc4
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
8 years agoRevert "Support set server pointing to debug server" 43/89343/1 accepted/tizen/3.0/ivi/20161011.055308 accepted/tizen/3.0/mobile/20161015.034123 accepted/tizen/3.0/tv/20161016.005711 accepted/tizen/3.0/wearable/20161015.084016 accepted/tizen/common/20160923.160819 accepted/tizen/ivi/20160926.000749 accepted/tizen/mobile/20160926.000658 accepted/tizen/tv/20160926.000714 accepted/tizen/wearable/20160926.000730 submit/tizen/20160923.071538 submit/tizen_3.0_ivi/20161010.000005 submit/tizen_3.0_mobile/20161015.000006 submit/tizen_3.0_tv/20161015.000005 submit/tizen_3.0_wearable/20161015.000005
Kwangyoun Kim [Fri, 23 Sep 2016 06:58:15 +0000 (23:58 -0700)]
Revert "Support set server pointing to debug server"

This reverts commit 098d18b746ea58724ab592642ceea946353560e3.

Change-Id: I54cc029943a6629d1c7b99d6c06b31b8a88766d7

8 years agoSupport set server pointing to debug server 66/88066/1 accepted/tizen/common/20160921.162714 accepted/tizen/ivi/20160921.233046 accepted/tizen/mobile/20160921.233117 accepted/tizen/tv/20160921.233040 accepted/tizen/wearable/20160921.233054 submit/tizen/20160921.083308
Kwangyoun Kim [Tue, 13 Sep 2016 07:02:59 +0000 (16:02 +0900)]
Support set server pointing to debug server

Change-Id: Ib5bb57db82136e0a35d6919799b0894781c378b0

8 years agoAdd background categories 03/87303/1 accepted/tizen/common/20160907.154827 accepted/tizen/common/20160909.114949 accepted/tizen/ivi/20160909.062347 accepted/tizen/mobile/20160909.062301 accepted/tizen/wearable/20160909.062332 submit/tizen/20160907.102659 submit/tizen/20160909.002354 submit/tizen/20160909.052914
sooyeon.kim [Wed, 7 Sep 2016 09:30:48 +0000 (18:30 +0900)]
Add background categories

Change-Id: I91ce1e71823e7ad90099a966e61b397836135a2d
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
8 years ago Update STT engine and rebuild executable files 12/86312/1 accepted/tizen/common/20160831.162324 accepted/tizen/common/20160901.143617 accepted/tizen/ivi/20160902.011755 accepted/tizen/mobile/20160902.013049 accepted/tizen/wearable/20160902.011744 submit/tizen/20160831.130415 submit/tizen/20160901.111640
sooyeon.kim [Wed, 31 Aug 2016 12:22:28 +0000 (21:22 +0900)]
 Update STT engine and rebuild executable files

Change-Id: I6de247666f1b17cf19e53b9b4a87180ca78df304
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
8 years agoUpdate executable files(rebuild) 45/85245/1 accepted/tizen/common/20160824.155259 accepted/tizen/ivi/20160825.050657 accepted/tizen/mobile/20160825.050607 accepted/tizen/wearable/20160825.050639 submit/tizen/20160824.115228
sooyeon.kim [Wed, 24 Aug 2016 09:06:18 +0000 (18:06 +0900)]
Update executable files(rebuild)

Change-Id: Ic1a40432997a5bffdadf9eaaed656a8353673f5d
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
8 years agoUpdate stt-engine-default 48/80048/3 accepted/tizen/common/20160719.172927 accepted/tizen/ivi/20160721.064624 accepted/tizen/mobile/20160719.232322 accepted/tizen/mobile/20160721.064757 accepted/tizen/wearable/20160719.232437 accepted/tizen/wearable/20160721.064654 submit/tizen/20160719.090324 submit/tizen/20160721.060529 submit/tizen_common/20160719.093915 submit/tizen_mobile/20160719.093939 submit/tizen_wearable/20160719.094003
sooyeon.kim [Thu, 14 Jul 2016 08:01:23 +0000 (17:01 +0900)]
Update stt-engine-default

Change-Id: I17014b30319bafe35213d21088cb99ebaaee89cb
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
8 years agoUpdate codes for get/set private data 82/79482/1 accepted/tizen/common/20160711.171041 accepted/tizen/mobile/20160712.000017 accepted/tizen/tv/20160712.000128 accepted/tizen/wearable/20160712.000050 submit/tizen/20160711.123100
Wonnam Jang [Mon, 11 Jul 2016 12:06:45 +0000 (21:06 +0900)]
Update codes for get/set private data

Change-Id: Ib983f26aa79086c9f7594b81ee4cdf4098b4ce6b
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
9 years agoupdate licence 83/71483/1 accepted/tizen/common/20160525.160429 accepted/tizen/mobile/20160525.235440 accepted/tizen/tv/20160525.235311 accepted/tizen/wearable/20160525.235323 submit/tizen/20160525.123646
Wonnam Jang [Wed, 25 May 2016 12:33:22 +0000 (21:33 +0900)]
update licence

Change-Id: I419ca615adce33ab762356e56506ee9de84e86ae
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
9 years agoInitial version 88/68188/7 submit/tizen/20160525.051902 submit/tizen/20160525.121622
Wonnam Jang [Tue, 3 May 2016 02:19:17 +0000 (11:19 +0900)]
Initial version

Change-Id: I672a0172ecd52b4bc033fa69c384ba162a97dac1
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
9 years agoInitial empty repository master
Jinkun Jang [Fri, 4 Mar 2016 02:44:18 +0000 (18:44 -0800)]
Initial empty repository