summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/rtt/impl/RttChatAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* Fix bug that displaying local message is not in sync.wangqi2018-04-301-2/+2
* Store RTT transcript message received when UI is in background.wangqi2018-04-301-0/+1
* Add advisory text to RTT call about transcript storage.wangqi2018-04-261-15/+92
* Migrate RTT chat history to use proto buffer.wangqi2018-04-041-18/+32
* Update contact photo for RTT call screen.wangqi2018-04-021-1/+8
* UI adjustment to RTT screen.wangqi2018-03-291-3/+5
* Allow user to delete previous bubbles.wangqi2018-03-261-36/+22
* Save RTT chat history during the call.wangqi2018-03-091-2/+22
* Optimize characters sent to remote party for RTT chat.wangqi2018-03-081-0/+12
* Refactor array of RttChatMessage to List.wangqi2018-03-081-8/+8
* Implement read/write text stream to RttCall.wangqi2018-02-221-1/+11
* Move RttChatBot to simulator.wangqi2018-02-221-76/+0
* Add RTT call chat window.wangqi2018-01-081-0/+218