History log of /packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
867abc05df88949d953e0130d340909bfd4d78c7 02-Jun-2015 Brian Attwell <brianattwell@google.com> Rename PhoneNumberUtils APIs

In response to more API review.

Bug: 21571895
Change-Id: Ia1fa69da07a3427997919ba61c77fcbad7e79f2a
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
45f2a7014de8102479a50886300fecbd704779a4 17-Apr-2015 Andrew Lee <anwlee@google.com> Make createPresenter() and getUi() public.

... and update the visibility of their overriden instances.

This allows us to create fragments with the BaseFragment/Presenter
fragment which do not live in the incallui root directory.

Bug: 20300758
Change-Id: I7f9b1c630538a04ca773ba155e5fb8efd6cf6af7
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
a3f7b82b805296703d4ea6254f4b6b84f8566aa0 15-Apr-2015 Vinit Deshpande <vinitd@google.com> am b04d61a..697f674 from mirror-m-wireless-internal-release

697f674 Fix orientation of preview surface when device rotated.
17de502 Merge "Always allow landscape mode if video call is the primary call" into m-wireless-dev
3692e77 Always allow landscape mode if video call is the primary call
a77ad8d Video calling landscape changes to match specs
cb74fc0 Merge "Simplify and rewire in-call buttons" into m-wireless-dev
ed0775d Simplify and rewire in-call buttons
80a1aad Hide incoming video until call is connected.
4f2a70b Merge "Cleanup AnswerFragment glowpad UI" into m-wireless-dev
6591f05 Merge "Initial refactoring for call buttons" into m-wireless-dev
c70a63c Initial refactoring for call buttons
4a63afd Hide end call button when video upgrade glowpad is showing
7ba13e9 Cleanup AnswerFragment glowpad UI
6b2b8df Show progress spinner when upgrading to video
c02794b Merge "Cleanup of Video Call pause functionality." into m-wireless-dev
bec5807 Standardize fragment layout names
bc65cbc Adding video call icon in secondary call info.
08702852e96b0b4b5030c684593a3366b7c44c3b 14-Apr-2015 Yorke Lee <yorkelee@google.com> Rename dialpad fragment layout file

Avoid potential merge conflict from m-wireless-dev

Change-Id: I512f0063bcee72070ae8977b90d2701ecc36deb0
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
bec5807b74a13e43a59b5a8b4a0b23c497315458 09-Apr-2015 Yorke Lee <yorkelee@google.com> Standardize fragment layout names

Change-Id: I76814eb5b90130227eea8e2f8576c472b80d1435
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
38f8e6cd8352355539a6feaa6c2246239bdaafcd 07-Mar-2015 Yorke Lee <yorkelee@google.com> Improve InCallUI fragment management

* Load some fragments on demand
* ConferenceManagerFragment
* DialpadFragment
* Remove ConferenceManagerFragment from incall_screen.xml so that
it is no longer loaded statically
* Add helper methods to InCallActivity to facilitate dynamically
loading fragments
* Fix some bugs with fragment visibility and activity recreation

Change-Id: I475e2302fae415817f06da209dd6484c89467480
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
91f6f7f48465ef5b4b579167460fb4b564b3c6f9 25-Feb-2015 Yorke Lee <yorkelee@google.com> Merge "Remove use of ttsSpanAsPhoneNumber"
dba578998849708b1c3eeb8234812c1d167d924b 21-Feb-2015 Yorke Lee <yorkelee@google.com> Remove use of ttsSpanAsPhoneNumber

This API is deprecated (and hidden)

Change-Id: Ie1fe6ed8c2aff4288c41b15a95da45090009df4b
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
7deaecf793d755576fc4ecbf794bd6e76d2da220 20-Feb-2015 Yorke Lee <yorkelee@google.com> Remove unnecessary HoverIgnoringLinearLayout

DialpadView already implements the necessary behavior

Change-Id: Ie4eb0b88a8c7d7e78564e23ebc13108a74cb1b9c
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
9939a07593e79192f2eafaf5791b308088fb2330 16-Dec-2014 Ihab Awad <ihab@google.com> Add phone number annotations for TalkBack

Bug: 18759212
Change-Id: I2850941e0f007320aa06c34f5c8e550e672e15dd
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
6c1e0d8809bc084bd081a23b48d09e095a615348 25-Oct-2014 Nancy Chen <nancychen@google.com> In Multi-SIM cases use the color of the SIM icon for InCallUI.

Set the color of the InCallUI to be the color of the SIM icon. In the
single SIM case, the background should be the default background.
* Added id to all call button backgrounds for color change
* Initialize color onResume for InCallActivity
* CallCardFragment/CallButtonFragment/DialpadFragment update their colors
* Added InCallUIMaterialColorMapUtils to extract color

Bug: 17971273
Change-Id: Ia247b153b57ffc8a5277d521c433ab0be6696cf6
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
6dbbfd52ff0a25bcbe03da4ca3976b9a1e42ec46 25-Aug-2014 Andrew Lee <anwlee@google.com> Restyle conference call manager screen.

+ Swap out/in new assets for end/split icons in the manager screen,
and the splash screen in the InCall screen.
- Removed unused conference call manager code, including things like
chronometer and the "done" button.
+ Replaced custom action bar in conferece call manager with standard
action bar.
+ Added contact image (does not open quick contact) in the list of
calls in the conference call manager. This is done with a lookup
using the contact photo manager, and required adding the lookup key
to the ContactCacheEntry.
+ Handled a missing Call.State case in CallCardFragment for calls
with state CONFERENCED which caused crashes.
+ Misc style changes on conference call manager: colors, sizes,
paddings.
+ Adjusted elevations so dialpad covers manager/secondary buttons.
+ Added ripple to manager/secondary buttons.

Bug: 15862303
Change-Id: Iab9b6421d5a1ea69cd951a459d46c065f9456a8f
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
57d98887da3799f2c88877cde3234c3069c7d9ff 06-Aug-2014 Santos Cordon <santoscordon@google.com> Send a stopDtmf() on click for talkback.

Bug: 15921080
Change-Id: I89f5c9da7dec1fe9af4cd85cb541020741eb1354
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
062dd164b103fb5333689cab06544a1338916248 19-Jun-2014 Sai Cheemalapati <saicheems@google.com> Update Emergency Dialer to match Dialer (4/7).

Emergency dialer style updated to match style in Dialer and
InCallUI.
Moved all dialpad resources to PhoneCommon.

Change-Id: I14a56573d8b3e69b2a4fe3675540e58bf4418df0
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
722a822053b1229cf1af92c4753cf03813d11f2b 20-Jun-2014 Yorke Lee <yorkelee@google.com> Revert "Update Emergency Dialer to match Dialer (4/5)."

This reverts commit 68600983bd397729ded98d701c080d617f39813d.

Change-Id: I2143fa849b02644624d09e75aafae7346ec20f36
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
68600983bd397729ded98d701c080d617f39813d 19-Jun-2014 Sai Cheemalapati <saicheems@google.com> Update Emergency Dialer to match Dialer (4/5).

Emergency dialer style updated to match style in Dialer and
InCallUI.
Moved all dialpad resources to PhoneCommon.

Change-Id: I2034949eeacd56c01b7babf921fb980a52fe9e93
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
fc3c903fcc1cb3187b5d7c26ad463395fbe1e167 11-Jun-2014 Sai Cheemalapati <saicheems@google.com> Fix key slide up animation on rotation in InCallUI.

Slide up animation no longer occurs after rotation when
dialpad is already revealed.

Change-Id: I5e75bae5df291dcd15ad2c3e346157f03a404e11
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
4b2f53948580c0b984c2fae4ed174f2e9228a6ac 10-Jun-2014 Sai Cheemalapati <saicheems@google.com> Dialpad save on orientation change in InCallUI.

Dialpad now saves and restores entered text after
an orientation change.

Change-Id: I2616a9eeb60823a247fb3ded09f658bf3559b0df
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
81bcf2a2e1c197655cf4a3aaf7d9af8088cf102e 07-Jun-2014 Sai Cheemalapati <saicheems@google.com> Updating Dialpad animation in InCallUI.

Dialpad now saves orientation state.
Animation now matches duration and direction in Dialtacts.

Bug: 15386162

Change-Id: I6b8f23147c9be956d16c758a6a51a9fa3bb47ec6
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
99ada8a4955bf47ee53e506444fb514ad1291d60 29-May-2014 Andrew Lee <anwlee@google.com> Specify dialpad touch tint color in style.

Also, delete code/colors which are rendered unneeded by this new
style.

Bug: 15168708
Change-Id: I6f958d696a8cba9d7cc5b809ef7b5408c7c6aac7
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
896d190d71d9ca15cc435b5cf100c482821442d4 09-May-2014 Andrew Lee <anwlee@google.com> am 1541979a: Remove animate hide.

* commit '1541979ab8474777131bc5324eab5958b432b0b5':
Remove animate hide.
1541979ab8474777131bc5324eab5958b432b0b5 09-May-2014 Andrew Lee <anwlee@google.com> Remove animate hide.

Remove call to opacity change on hide (which has been removed.)

Bug: 14471388
Change-Id: I13a94ebd2ffb719b80afefe0847801cc63484a3a
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
f4debbeb8eab025246cd31769fe844fa5d9444b7 08-May-2014 Andrew Lee <anwlee@google.com> am dd79f815: Animate InCallUI dialpad.

* commit 'dd79f815edd15d5ccea31c10ee5dd8f3b5873d05':
Animate InCallUI dialpad.
dd79f815edd15d5ccea31c10ee5dd8f3b5873d05 08-May-2014 Andrew Lee <anwlee@google.com> Animate InCallUI dialpad.

- Change animations to use path interpolator.
- Invoke animations on the dialpad view from the dialpad fragment.

Bug: 14471388
Change-Id: I4b1bf59c3f612da503bdebccbda6a682748c5d49
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
a81f411886922b08320c7bbaaa398a4506added0 08-May-2014 Evan Charlton <evanc@google.com> resolved conflicts for merge of d4a1d2e5 to master-nova

Change-Id: I0b78644dfee1ee9d6cc8627bd480858361cfae43
73bcc4b1cc19bf5b1d2a1f913789f012e8dd0d7e 06-May-2014 Yorke Lee <yorkelee@google.com> Use DialpadView in InCallUI

Change-Id: I8cc19dbcd1bb5880bf90778cf4c45033c3b50f81
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
af680f72473efbcd0acd125dc5a3dc434cf94f9d 20-Mar-2014 Ihab Awad <ihab@google.com> DTMF dialing support in packages/apps/InCallUI

Change-Id: I26084604212645489100aae0fdef3e0abaa5c813
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
56ad9dd93608510d13159596b22a5454001d0ec1 24-Mar-2014 Yorke Lee <yorkelee@google.com> Fix for in-call dialpad not sliding full length of screen

Bug: 13189041
Change-Id: I5b5ceda11d1d5b89141255f867deb8688c95f5d4
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
5c7430b5ed68343689c7972aabbfa16ad9714b2f 21-Mar-2014 Ihab Awad <ihab@google.com> Rearrange dialpad layout for better esthetics.

b/13551615

Change-Id: I79380c1919b0d457e5c151812146b35deb61396e
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
c09452d2e855cbaed44d67388636f32feadf0991 11-Mar-2014 Yorke Lee <yorkelee@google.com> Fix NPE in DialpadFragment.onHover when fragment is detached

Use the view's context(which should never be null) instead of
getActivity() to get an instance of AccessibilityManager.

Bug: 13400751
Change-Id: Ib93e16e82b8eea4683ff09aaef81ee66f15f903c
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
a389ad358b723ce1725662c79bfc175ddc2e558c 03-Mar-2014 Ihab Awad <ihab@google.com> Update dialpad to new look and feel.

http://b/13189041

Change-Id: I26b306300e11fd6830d40b51a705c472c89925f4
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
2c083a837265238b14580b20c4c327122b11a431 21-Sep-2013 Christine Chen <christinech@google.com> Adds hardware keyboard support for DTMF

Bug: 10808399
Change-Id: Id12acee7baf11335916a38c50a266f83f578e0bd
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
1a7f2bcab2d2023f2ee4cfb0bc57bc265b5aab87 21-Aug-2013 Chiao Cheng <chiaocheng@google.com> Protect all logging statements.

- Rename global logger so it can be a drop in replacement for framework log
class.
- Remove imports of android.util.Log

Bug: 10411948
Change-Id: I377625263b16c4f9408c79d5c533a1810fa6cde7
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
1fa0782281ef7774ddcdfdf8efb7d8f65cf589e7 17-Aug-2013 Chiao Cheng <chiaocheng@google.com> Adding interfaces for phone number service.

- Fetch image url if present.

Bug: 10359919
Change-Id: Idf2ff5405255f1e90a383902762585ae68249dbe
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java
5b9034b5b1b48a4339dd2f893a851cc64d6279df 03-Aug-2013 Christine Chen <christinech@google.com> Dialpad Ui elements for InCallUi

Change-Id: I7b230cc46993493459923c436a643910026cf6a6
/packages/apps/InCallUI/src/com/android/incallui/DialpadFragment.java