summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/dialpadview/DialpadView.java
AgeCommit message (Expand)Author
2018-04-04Fixed some issues in dialer's dialpad for talkback users.calderwoodra
2018-03-26Remove obsolete methods in CompatUtils and rename it as "LocaleUtils".linyuh
2018-03-26Implement wifi emergency calling warningtwyen
2017-12-27Remove field prefixes.linyuh
2017-12-22Use the orientation obtained in onFinishInflate as the truth in DialpadView.linyuh
2017-12-07Add DialpadView's OnPreDrawListener in onFinishInflate() to ensure the layout...linyuh
2017-11-22Fix the crash caused by DialpadView's OnPreDrawListener.linyuh
2017-11-18DialpadView cleanup.linyuh
2017-11-18Use OnPreDrawListener to adjust key layouts on the dialpad.linyuh
2017-11-11Use layout_gravity to horizontally center each dialpad key in landscape mode.linyuh
2017-11-11Stop storing device orientation in DialpadView's instance variable to improve...linyuh
2017-11-11Support dual alphabets in smart search when a secondary alphabet is available.linyuh
2017-11-07Show dual alphabets on the dialpad if a secondary alphabet is available.linyuh
2017-11-01Use DialpadTextView instead of TextView to show letters under each digit key.linyuh
2017-10-30Make dialpad key alignment responsive to font size.linyuh
2017-09-04Update Dialer source to latest internal Google revision.Eric Erfanian
2017-03-01Update dialer sources.Eric Erfanian