summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/dialpadview
Commit message (Expand)AuthorAgeFilesLines
* Automatic translation importMichael Bestas2019-02-263-116/+12
* Automatic translation importMichael Bestas2019-01-1223-0/+1339
* Allow per-call account selection.Danny Baumann2018-09-012-2/+49
* 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
* Dialpad FAB no longer loses it's icon on fragment resume.calderwoodra2017-11-182-1/+2
* Adjust weights of layouts on the dialpad so that key letters aren't clipped.linyuh2017-11-111-2/+2
* Hook up pre-call actionstwyen2017-11-111-7/+4
* Use layout_gravity to horizontally center each dialpad key in landscape mode.linyuh2017-11-116-27/+9
* Unify voicemail call placingtwyen2017-11-111-1/+1
* Stop storing device orientation in DialpadView's instance variable to improve...linyuh2017-11-111-10/+10
* Add character mappings for Bulgarian & Ukrainian in DialpadCharMappings.linyuh2017-11-111-1/+48
* Support dual alphabets in smart search when a secondary alphabet is available.linyuh2017-11-113-83/+183
* Show dual alphabets on the dialpad if a secondary alphabet is available.linyuh2017-11-079-45/+141
* Removed helper methods in DialerExecutors.zachh2017-11-011-3/+4
* Use DialpadTextView instead of TextView to show letters under each digit key.linyuh2017-11-0111-158/+69
* Make dialpad key alignment responsive to font size.linyuh2017-10-3011-112/+271
* Center align numbers in each column of the dialpad when in landscape mode.linyuh2017-10-277-93/+132
* Improved dagger support for executor services.zachh2017-10-251-0/+1
* FAB is no longer visible on return to call dialog.calderwoodra2017-10-161-5/+7
* Improved FAB UX.calderwoodra2017-10-101-10/+10
* Update package assets and strings.Eric Erfanian2017-09-221-1/+1
* Dialpad VM and + are now only accessible w/ double-tap instead of long hover.calderwoodra2017-09-181-5/+3
* Dialpad chooser now properly shows when in a call.calderwoodra2017-09-151-48/+44