summaryrefslogtreecommitdiffstats
path: root/java/com/android/incallui
Commit message (Expand)AuthorAgeFilesLines
* Move DirectoryCompat from "contacts/common" to "dialer/common/cp2".linyuh2018-02-271-1/+1
* Fix bug that soft keyboard pushes action bar out of window.wangqi2018-02-272-3/+3
* Updating PrimaryCallState value class to use AutoValue with builder pattern.Android Dialer2018-02-269-202/+247
* Implement logic of bottom sheet options related to spam numbers.linyuh2018-02-261-1/+1
* Track initial call log building metrics separately from incremental building ...zachh2018-02-231-1/+3
* Fix bugs of RTT chat.wangqi2018-02-232-17/+10
* Fix bug in isVoicemailNumber method not returning earlyroldenburg2018-02-221-0/+2
* Updating PrimaryInfo value class to use AutoValue with builder pattern.Android Dialer2018-02-229-187/+212
* Moved metrics related methods out of LoggingBindings.zachh2018-02-222-12/+19
* Implement read/write text stream to RttCall.wangqi2018-02-227-14/+170
* Annotate RTT as @TargetApi(28).wangqi2018-02-221-0/+2
* 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-2221-144/+544
* Update title of after call spam dialog.wangqi2018-02-091-1/+1
* Finish AudioRouteSelectorActivity when all calls disconnect.yueg2018-02-092-16/+48
* Show reject hint text for all incoming callswangqi2018-02-091-2/+1
* Bubble layout change.yueg2018-02-061-10/+3
* Remove bubble v1.yueg2018-02-056-437/+2
* Update the SpeakEasy component.erfanian2018-02-027-100/+71
* Update text on after call spam notification and dialog.wangqi2018-02-024-35/+34
* internal changeAndroid Dialer2018-02-013-8/+19
* This text is for dismiss button in dialog that's to dismiss the dialog afterwangqi2018-02-011-2/+2
* Add arrow icon to bubble sound button when Bluetooth is connected.yueg2018-01-311-0/+4
* Remove bubble from AOSP.yueg2018-01-311-2/+25
* Don't override contactExists if there is no update from Cequint Caller ID.wangqi2018-01-301-1/+3
* Added number presentation to AnnotatedCallLog.zachh2018-01-261-1/+1
* Update preferred SIM SuggestionProvidertwyen2018-01-251-1/+1
* Bubble v2 a11y.yueg2018-01-241-0/+3
* Add flag to enable NUI shortcut.calderwoodra2018-01-241-2/+2
* Add foreground service permissionroldenburg2018-01-241-0/+3
* Fixed a regression where we incorrectly reported that the dialpad was visible.calderwoodra2018-01-241-1/+5
* Updated call number by NW is not displayedwangqi2018-01-232-13/+14
* Update Assisted Dialing references.erfanian2018-01-231-1/+17
* Changed PhoneLookup#lookup to accept a DialerPhoneNumber.zachh2018-01-221-5/+29
* Update Simulator to launch SpeakEasyAndroid Dialer2018-01-196-1/+144
* Pass PhoneAccountHandle into VideoTech isAvailableroldenburg2018-01-186-18/+26
* Move onUiShowing() call from onResume/onPause to onStart/onStop.yueg2018-01-172-9/+15
* Use EmptyVideoTech instead of null RcsVideoShare VideoTech impl when unavailableroldenburg2018-01-161-3/+1
* Fixed bug in handling of empty numbers in new call log.zachh2018-01-111-4/+1
* Add the boilerplate dagger logic for SpeakEasy.erfanian2018-01-104-0/+122
* Roll forward the broadcast in-call UI changes.yueg2018-01-102-0/+88
* Update content description of back button on banner of RTT chat.wangqi2018-01-101-2/+2
* Adjustment to banner of RTT chat window.wangqi2018-01-092-15/+7
* Allow SimSuggestionProvider to auto select phone account.twyen2018-01-091-0/+5
* Fix NPE in NewReturnToCallController.createLettleTileDrawable().yueg2018-01-091-4/+8
* Let RCS Video Share take over Duo as the active video tech for a callroldenburg2018-01-091-18/+29
* Handle android.telephony.event.EVENT_CALL_FORWARDED.wangqi2018-01-092-1/+14
* InCallActivity should not call onUiShowing(false) when recreating.yueg2018-01-091-2/+5
* Add RTT call chat window.wangqi2018-01-0820-0/+1175