summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/InCallActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "UI refresh for ringing screen."Eric Erfanian2018-07-101-0/+64
* Remove more instances of guava optional for built in optional.erfanian2018-06-291-2/+2
* Add background call checks.erfanian2018-06-261-0/+10
* UI refresh for ringing screen.wangqi2018-06-211-64/+0
* Set the preferred SIM when InCallActivity is not visible.linyuh2018-06-071-6/+7
* Supported two RTT calls at same time.wangqi2018-06-061-4/+4
* Dismiss RTT request dialog if RTT is already active.wangqi2018-06-051-2/+10
* Inlined ConfigProviderBindings.get() and removed ConfigProviderBindings.zachh2018-06-011-2/+3
* Fix bug that SpeakEasyFragment is added again after recreate of InCallActivity.wangqi2018-05-221-0/+1
* Set navigation bar color when dialpad is visible.wangqi2018-05-211-24/+2
* Update logging in incallactivity.uabdullah2018-05-111-4/+4
* More refactoringerfanian2018-05-041-1/+2
* Refactor PreferredAccountWorker to provide the dialog to be shown.twyen2018-04-301-61/+17
* Don't show dialog if in call activity is not visible.twyen2018-04-301-0/+6
* Move DialerCall.State to an independent package.wangqi2018-04-281-3/+3
* Show post char dialog without InCallActivity.yueg2018-04-251-19/+2
* Use UI listener for preferred account worker in in call UItwyen2018-04-251-66/+86
* Add "enabled" to SelectPhoneAccountDialogFragment.twyen2018-04-251-8/+24
* Show international call on wifi dialog without InCallActivity.yueg2018-04-251-41/+1
* More improvements call flow.erfanian2018-04-171-0/+11
* Update logic for incoming and active calls.erfanian2018-04-111-3/+5
* Implement background calling.yueg2018-04-051-9/+0
* Fix leak of InCallActivity's DecorView and stuck on disconnection bug.wangqi2018-04-051-3/+3
* Remove null check.erfanian2018-04-041-1/+1
* Better support for multi call.erfanian2018-04-041-2/+6
* Implement dialog for responding RTT request.wangqi2018-04-031-0/+8
* Add upgrade to RTT call button.wangqi2018-03-301-2/+2
* Remove unnecessary call to StatusBarNotifier.updateNotification().yueg2018-03-281-3/+0
* Remove obsolete methods in CompatUtils and rename it as "LocaleUtils".linyuh2018-03-261-4/+1
* Remove obsolete version checks and compat utilities after min SDK was bumped ...linyuh2018-03-261-5/+3
* Add more boilerplate to the incallui.erfanian2018-03-201-4/+97
* Add support of dialpad in RTT call.wangqi2018-03-081-5/+20
* Handle preferred SIM for ACTION_CALLtwyen2018-03-071-19/+73
* Moved metrics related methods out of LoggingBindings.zachh2018-02-221-7/+11
* Implement read/write text stream to RttCall.wangqi2018-02-221-0/+3
* Add simulator RTT call.wangqi2018-02-221-15/+89
* Remove bubble v1.yueg2018-02-051-6/+0
* Fixed a regression where we incorrectly reported that the dialpad was visible.calderwoodra2018-01-241-1/+5
* Move onUiShowing() call from onResume/onPause to onStart/onStop.yueg2018-01-171-7/+11
* InCallActivity should not call onUiShowing(false) when recreating.yueg2018-01-091-2/+5
* Allow orientation change when receiving video upgrade request in the in-call UI.linyuh2017-12-181-1/+1
* Turning on the screen when audio stream of an incoming call is directed throu...linyuh2017-12-151-3/+4
* InCallActivity#isDialpadVisible() now returns the correct value.calderwoodra2017-12-121-3/+4
* Merge what's left in InCallActivityCommon into InCallActivity.linyuh2017-11-211-101/+513
* Merge the following methods in InCallActivityCommon into InCallActivity:linyuh2017-11-181-30/+187
* Merge the following methods in InCallActivityCommon into InCallActivity:linyuh2017-11-181-10/+96
* Move the following methods from InCallActivityCommon to InCallActivity:linyuh2017-11-181-3/+25
* Move InCallActivityCommon#dismissPendingDialogs to InCallActivity.linyuh2017-11-181-12/+42
* Move InCallActivityCommon#dismissKeyGuard to InCallActivity.linyuh2017-11-181-1/+12
* Fix previous usage of LoggingBinding with Logger class.weijiaxu2017-11-111-16/+7