summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/dialpadview
Commit message (Expand)AuthorAgeFilesLines
* Automatic translation importMichael Bestas2020-01-272-0/+73
* Allow per-call account selection.Danny Baumann2019-12-112-2/+49
* Update translation strings.Eric Erfanian2018-07-1082-3116/+1804
* Handle null carrier config for emergency call hinttwyen2018-06-051-2/+3
* Fix dialpad theme on incall screen.wangqi2018-06-011-1/+1
* Began implementation of Dialer dark theme.calderwoodra2018-05-295-20/+8
* Implement a global theme to be easily configured in Dialer.calderwoodra2018-05-2111-65/+89
* Compress all of dialer's png files.calderwoodra2018-05-1512-0/+0
* Revert null check on dialpadHinttwyen2018-05-111-6/+1
* Add a null check for digitsHint.calderwoodra2018-05-091-1/+7
* Add "enabled" to SelectPhoneAccountDialogFragment.twyen2018-04-251-3/+8
* Update emergency wifi calling stringtwyen2018-04-242-4/+6
* Get dialpad fragment hint text sooner and hold onto it.calderwoodra2018-04-121-5/+7
* Fixed some issues in dialer's dialpad for talkback users.calderwoodra2018-04-044-65/+27
* Remove obsolete methods in CompatUtils and rename it as "LocaleUtils".linyuh2018-03-262-5/+5
* Implement wifi emergency calling warningtwyen2018-03-264-28/+142
* Identify MMI codes specific to some OEM devices via hard-coding.linyuh2018-03-201-31/+8
* Fix animation of first time showing dialpad FAB.wangqi2018-03-203-56/+56
* Fix bug that dialpad fab wifi calling icon not showing.wangqi2018-03-191-0/+1
* Use config provider for OEM MMI codestwyen2018-03-121-13/+18
* Add support of dialpad in RTT call.wangqi2018-03-081-0/+1
* Disable phone number formatting for LATAM MCCs.linyuh2018-03-051-1/+3
* Disable phone number formatting for devices with Argentinian SIMs.linyuh2018-03-011-3/+3
* Some small bug fixes in NUI.calderwoodra2018-02-281-1/+6
* Allow selecting IMEI/MEID textroldenburg2018-02-261-2/+4
* Rename invalid resource folderroldenburg2018-02-221-0/+0
* Add configuration for when we show decimal and barcode device idroldenburg2018-02-2210-4/+171
* Show IMEI/MEID in hex, dec, and barcode when appropriateroldenburg2018-02-226-9/+226
* Fix new special codesroldenburg2018-02-091-2/+2
* Remove experiment flag "enable_dual_alphabets_on_t9".linyuh2018-02-051-27/+5
* Limit new special codesroldenburg2018-01-301-4/+15
* Update FragUtils to encourage better readability in Activities.calderwoodra2018-01-301-1/+2
* Remove non call log dependencies on PhoneAccountUtiltwyen2018-01-252-5/+3
* Add support for forwarding more special codesroldenburg2018-01-241-9/+16
* Fixed regression with search not reacting properly to on touch events.calderwoodra2018-01-181-2/+1
* Updated toolbar and dialpad interactions in NUI.calderwoodra2018-01-171-1/+9
* Update string to include dashroldenburg2018-01-161-1/+1
* Added Dialpad to NUI.calderwoodra2018-01-121-0/+56
* Remove field prefixes.linyuh2017-12-276-359/+358
* Use CHAR_TO_KEY_MAPS in DialpadCharMappings in SmartDialMaps.linyuh2017-12-221-0/+17
* Reorganize classes related to smart dial.linyuh2017-12-221-182/+0
* Use the orientation obtained in onFinishInflate as the truth in DialpadView.linyuh2017-12-221-13/+16
* Support dual alphabets in smart dial.linyuh2017-12-191-3/+2
* Add DialpadView's OnPreDrawListener in onFinishInflate() to ensure the layout...linyuh2017-12-071-7/+5
* *** Reason for rollback ***roldenburg2017-11-301-8/+23
* Disable phone number formatting on the dialpad when making domestic call to A...linyuh2017-11-291-13/+198
* Fix the crash caused by DialpadView's OnPreDrawListener.linyuh2017-11-221-1/+17
* Dialpad icon now remains white through device rotation.calderwoodra2017-11-201-1/+1
* DialpadView cleanup.linyuh2017-11-181-37/+11
* Use OnPreDrawListener to adjust key layouts on the dialpad.linyuh2017-11-181-83/+195