summaryrefslogtreecommitdiffstats
path: root/java/com/android/incallui/rtt
Commit message (Expand)AuthorAgeFilesLines
* Re-add call recording.Danny Baumann2019-12-111-0/+9
* Update translation strings.Eric Erfanian2018-07-1082-0/+738
* Revert "UI refresh for voice call screen."Eric Erfanian2018-07-101-0/+3
* Fix bug that input cannot be deleted on non-English keybaord such as Japanesewangqi2018-06-261-4/+7
* UI refresh for voice call screen.wangqi2018-06-261-3/+0
* Update mute states after add voice call from RTT call.wangqi2018-06-061-0/+1
* Fix color in RTT call screen.wangqi2018-06-012-2/+23
* Began implementation of Dialer dark theme.calderwoodra2018-05-295-28/+7
* Update audio route after user select different audio route.wangqi2018-05-042-17/+25
* Don't force open keyboard when RTT is active.wangqi2018-05-041-1/+1
* 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-303-13/+28
* Update RTT transcript advisory text.wangqi2018-04-301-2/+2
* Move DialerCall.State to an independent package.wangqi2018-04-281-4/+4
* Fix bug that title of RTT call is not centered.wangqi2018-04-262-17/+19
* Add advisory text to RTT call about transcript storage.wangqi2018-04-266-16/+167
* UI tweak to RTT chat input box.wangqi2018-04-252-2/+10
* Log send button impressions for RTT call.wangqi2018-04-251-0/+5
* Add RTT transcript to call details.wangqi2018-04-122-0/+5
* Change speaker button for in call UI and bubble.yueg2018-04-101-1/+1
* Add tests for RttChatFragment.wangqi2018-04-062-6/+1
* Migrate RTT chat history to use proto buffer.wangqi2018-04-044-62/+100
* Implement dialog for responding RTT request.wangqi2018-04-031-1/+1
* Update contact photo for RTT call screen.wangqi2018-04-025-7/+47
* UI adjustment to RTT screen.wangqi2018-03-2911-24/+58
* Replace png icons with vector drawable for video call screen.wangqi2018-03-291-2/+1
* Add waiting for join banner to RTT outgoing call.wangqi2018-03-263-1/+32
* Allow user to delete previous bubbles.wangqi2018-03-263-67/+131
* Increase minSdk to 24.calderwoodra2018-03-261-1/+1
* Use single return to break bubble of RTT chat.wangqi2018-03-163-5/+4
* Add audio select menu.wangqi2018-03-154-3/+147
* Add swap call button to RTT call.wangqi2018-03-146-71/+174
* Fix full screen issue when switching between RTT and voice call.wangqi2018-03-132-2/+11
* Dismiss keyboard when opening overflow menu in RTT call.wangqi2018-03-091-11/+9
* Save RTT chat history during the call.wangqi2018-03-093-4/+73
* Add support of dialpad in RTT call.wangqi2018-03-084-3/+17
* Optimize characters sent to remote party for RTT chat.wangqi2018-03-083-14/+25
* Refactor array of RttChatMessage to List.wangqi2018-03-082-10/+10
* Add support for bluetooth etc. audio route for RTT call.wangqi2018-03-051-0/+12
* Add ripple effect to RTT incall buttons.wangqi2018-03-022-5/+15
* Implement overflow menu for RTT call.wangqi2018-03-0110-3/+462
* Remove background of RTT chat fragment.wangqi2018-02-281-2/+1
* Fix bug that soft keyboard pushes action bar out of window.wangqi2018-02-271-2/+1
* Updating PrimaryCallState value class to use AutoValue with builder pattern.Android Dialer2018-02-261-2/+2
* Fix bugs of RTT chat.wangqi2018-02-232-17/+10
* Updating PrimaryInfo value class to use AutoValue with builder pattern.Android Dialer2018-02-221-1/+1
* Implement read/write text stream to RttCall.wangqi2018-02-224-6/+35
* Move RttChatBot to simulator.wangqi2018-02-223-79/+27
* Update RTT call with real name/number and timer.wangqi2018-02-221-20/+20
* Add simulator RTT call.wangqi2018-02-2212-127/+350