platform/core/ml/aitt.git
2023-03-09 Youngjae Shinfix typo from clear_session to clean_session
2023-03-09 Chanhee LeeRefactor Android Aitt class and test cases
2023-03-09 Youngjae Shinrevise AittOption
2023-03-09 Youngjae ShinApply C Mock which is Google Mock's extension
2023-03-09 Kartik AnandAdd tests for RTSPStream and AittStreamConfig
2022-12-13 Youngjae Shinfix build warning(invalid reference type)
2022-12-12 Youngjae Shinrevise Posix Mainloop
2022-12-12 Youngjae Shinrevise AESEncryptor class
2022-12-12 Praveen Naik SAdd h264 decoder support to RTSP client
2022-12-12 Hansol Leeadded implementation of mbedTLS apis
2022-12-12 Youngjae Shinrevise build scripts for Mbed TLS
2022-12-12 Youngjae Shinadd test for Secure TCP with various message size
2022-12-12 Chanhee LeeAdd Android AITT APIs to align with native AITT APIs
2022-12-12 Chanhee LeeAdd instrumented TCs to improve the code coverage of...
2022-12-12 Kartik AnandApply native discovery to android RTSP
2022-12-12 Youngjae Shinrevise build options
2022-12-12 Kartik AnandRevise android code
2022-12-12 Praveen Naik SAdd RTSP client support to AITT android
2022-12-12 CHANDRASHEKHAR... aitt.so is not built for 32bit arm CPU's
2022-12-12 Chanhee LeeAdd unit test cases for Android WebRTC module
2022-12-12 Kartik AnandRevise discovery message callback
2022-12-12 Chanhee LeeApply subscriber stream interface to Android WebRTC
2022-12-12 Jiung YuAllocate only one stream for an aitt handle
2022-12-12 Youngjae Shinrefactoring MainLoop
2022-12-12 Kartik AnandUse native discovery for android (#502)
2022-11-15 Jiung YuStreamManager refactoring accepted/tizen/unified/20221115.172906
2022-11-09 Jiung YuAdd WebRTC Discovery using AITT Discovery
2022-11-09 Chanhee LeeAdd initial Android RTSP interfaces with test cases
2022-11-09 Chanhee LeeClean glib dependencies in Android Aitt
2022-11-09 Chanhee LeeRemove warnings of JNI code
2022-11-09 Hansol LeeAdded posix MainLoopHandler to support multiple os
2022-11-09 Chanhee LeeRemove warnings in Android Studio to increase code...
2022-11-09 Kartik AnandSend large messages over WebRTC data channel
2022-11-09 Youngjae Shinrevise connection callback
2022-11-09 Youngjae Shinenable basic unittests
2022-11-09 Jiung YuAdd WebRTC Signaling via AITTDiscovery
2022-11-09 Jihoon JungChange RTSPClient Class for rendering and capture media...
2022-11-09 Praveen Naik SAdd IPC protocol support to aitt android
2022-11-09 CHANDRASHEKHAR... cqm score is less because of un used variable
2022-11-09 Jihoon JungAdd discovery message logic in RTSP
2022-11-09 Youngjae Shinfix test failure due to timeout
2022-11-09 Youngjae Shincheck negative sized message
2022-11-09 Youngjae Shinchange message size type from size_t to int
2022-11-09 Praveen Naik SAdd negative test cases to android AITT
2022-11-09 Jihoon JungAdd rtsp module
2022-11-09 Jiung YuChange webrtc module from transport to stream
2022-11-09 Youngjae Shinpropose revised stream API
2022-11-09 Youngjae Shinforce to release MQ instance
2022-11-09 Youngjae Shinremove mosquitto dependency in common library
2022-11-09 Youngjae Shinrevise test name with typo
2022-11-09 Praveen Naik SCreate JNI callbacks map at JniInterface
2022-11-09 Kartik AnandRevise TCP build
2022-11-09 Jiung YuAdd methods for stream transport
2022-09-23 Youngjae Shinrevise test case name accepted/tizen_7.0_unified_hotfix tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.060112 accepted/tizen/7.0/unified/hotfix/20221116.105337 accepted/tizen/unified/20220926.025514 tizen_7.0_m2_release
2022-09-23 Youngjae Shinincrease code quality
2022-09-23 Chanhee LeeEnable instrumentation TCs to test Android TCP Protocol
2022-09-23 Chanhee LeeApply the default formatter of Android Studio to Java...
2022-09-23 Praveen Naik SCreate common JNI module for android
2022-09-20 Youngjae Shinrevise test program release accepted/tizen/unified/20220921.091818
2022-09-20 Youngjae Shin[refactoring] revise architecture of TCP module
2022-09-20 Chanhee LeeTransfer a random cipher key for each TCP subscription
2022-09-20 Youngjae Shinadd initialization of members
2022-09-20 CHANDRASHEKHAR... Rename native methods in JNI
2022-09-20 Kartik AnandAdd android platform logs
2022-09-20 CHANDRASHEKHAR... android build fail issue
2022-09-20 Kartik AnandFix incorrect parameter in method
2022-09-20 Chanhee LeeApply AES encryption/decryption to TCP packets
2022-09-15 Youngjae Shinapply option where it is missed
2022-09-15 Chanhee LeeAdd initial instrumentation tests for Android TCP.
2022-09-15 Praveen Naik SReduce complexity of the code
2022-09-15 CHANDRASHEKHAR... Add comments for JNI API's
2022-09-15 Kartik AnandUse Definitions class in tests
2022-09-15 Youngjae Shinalign with custom mqtt client
2022-09-15 CHANDRASHEKHAR... MQTT connect fail handling at android
2022-09-15 Vanamala Narasimha... Remove UnUsed variable "dataType" from Aitt Module
2022-09-15 Youngjae Shinapply option on MQProxy
2022-09-15 Vanamala Narasimha... Remove dataType-Unused
2022-09-15 Youngjae Shinrevise header file name
2022-09-15 Youngjae Shinchange c++ standard version for supporting TizenRT
2022-09-15 Chanhee LeeTransfer exact sizes of topics through TCP protocol.
2022-09-15 Youngjae Shinrevise memory management of module
2022-09-15 Youngjae Shinapply MQ modularization
2022-09-15 Kartik AnandMake classes package-private and add Definitions class
2022-09-15 Youngjae Shinapply AittOption
2022-09-15 Praveen Naik SRedesign aitt android code
2022-09-15 Youngjae Shinadd AittUtil for separating CompareTopic()
2022-09-15 Youngjae Shinrevise name and location
2022-09-15 Chanhee LeeFix a faulty socket option.
2022-09-15 Youngjae Shinrefactoring of Module Loader
2022-09-15 Youngjae Shinrevise android build
2022-09-15 Youngjae Shinremove unnatural thread usage
2022-08-09 Jihoon JungInitial commit 00/279400/1 master accepted/tizen/unified/20220809.022038 accepted/tizen/unified/20220809.093639 submit/tizen/20220809.012345
2022-08-03 Tizen InfrastructureInitial empty repository