summaryrefslogtreecommitdiff
path: root/src/com/android/dialer/dialpad/DialpadFragment.java
AgeCommit message (Expand)Author
2017-03-01Update dialer sources.Eric Erfanian
2016-02-22[Gradle] Allow dialer to be compiled as a librarySailesh Nepal
2015-11-18getContext() -> getActivity() in fragments for backwards compatibility.Nancy Chen
2015-11-03DiatactsActivity title indicate dialpad status, removed excessive "showing item"Ta-wei Yen
2015-10-26Fix issue with entering '+' with switch accessYorke Lee
2015-09-22Protect against more Telecom privileged operationsYorke Lee
2015-09-17Wrap some privileged Telecom operations with permission checksYorke Lee
2015-09-16Log various call initiation entry pointsYorke Lee
2015-09-14Refactor IntentUtil.getCallIntent variants to use builderYorke Lee
2015-09-11Remove EXTRA_CALL_ORIGIN from DialerYorke Lee
2015-09-02Don't show dialpad when adding a callYorke Lee
2015-08-31Don't strip post dial string when handling DIAL intentYorke Lee
2015-08-26Use View.performHapticFeedback for haptic vibrationYorke Lee
2015-08-05Add "Call with Note" from dialpad.Tyler Gunn
2015-07-17Add permission prompts for contacts and dialpad searchYorke Lee
2015-06-29Accessibility fix for Dialer search resultsYorke Lee
2015-06-19Set FAB to invisible on hide if no animation.Andrew Lee
2015-06-11"Emergency" dialpad behavior.Santos Cordon
2015-05-22Handle runtime phone permissionYorke Lee
2015-05-22Handle runtime permissions in DialerYorke Lee
2015-05-15Fix potential Dialer NPEsYorke Lee
2015-05-13Merge "Fix NPE in keyPressed when getView is null" into mnc-devJay Shrauner
2015-05-13Fix NPE in keyPressed when getView is nullJay Shrauner
2015-05-13Reorganize Intent utilities, add send SMS intent.Andrew Lee
2015-05-05Change FAB icon and behavior for contacts tab.Andrew Lee
2015-04-23Use TelecomManager.placeCall APIYorke Lee
2015-04-16Change hasVoicemailNumber to getVoicemailNumberYorke Lee
2015-04-15Use TelecommManager.getDefaultOutgoingPhoneAccountYorke Lee
2015-03-19Remove extra options from dialpad menu.Andrew Lee
2015-02-04Merge "Move CallUtil into Dialer. P1/3"Brian Attwell
2015-02-03Move CallUtil into Dialer. P1/3Brian Attwell
2015-02-02Add DialpadFragment on-demand instead at on startupYorke Lee
2015-01-28Add systrace events to track Dialer startup performanceYorke Lee
2015-01-16When dialing voicemail, check voicemail number of correct default SIM.Nancy Chen
2014-12-08Use a BroadcastReceiver for Dialpad behavior upon call hangup.Nancy Chen
2014-12-04Bypass Dialpad code and allow InCallUI check voicemail number for MSIM.Nancy Chen
2014-11-14Move ToneGenerator recreation/release to onStart/onStopYorke Lee
2014-11-08Allow ILD information to be populatedEvan Charlton
2014-11-03Adn queries for multi-SIM. (1/3)Nancy Chen
2014-10-31Merge "Use improved analytics in Dialer" into lmp-mr1-devBrian Attwell
2014-10-30Use improved analytics in DialerBrian Attwell
2014-10-28Remove "Dial to add call" text in DialpadYorke Lee
2014-10-23Delete duplicated classBrian Attwell
2014-10-17Make a general call to voicemail when calling back from call log.Nancy Chen
2014-09-23Merge "Hide the FAB if the dialpad chooser is shown." into lmp-devAndrew Lee
2014-09-22Hide the FAB if the dialpad chooser is shown.Andrew Lee
2014-09-22Fix for janky dialpad ripplesYorke Lee
2014-09-12Renaming Telecomm to Telecom.Tyler Gunn
2014-09-09Set the visibility of the FAB correctly even if mAnimate is falseYorke Lee
2014-09-06Use framework scheme definitionsJay Shrauner
2014-09-03Merge "Use different FAB for dialpad, and use new animations." into lmp-devAndrew Lee
2014-09-02Use different FAB for dialpad, and use new animations.Andrew Lee
2014-09-02Fix NPE when activity is nullJay Shrauner
2014-08-22API Review PhoneManager -> TelecommManager. Rename methods (1/6)Nancy Chen
2014-08-20Fix for overflow menu disappearing during rotationYorke Lee
2014-08-07Remove ldaps from AOSP code.Santos Cordon
2014-07-24Merge "Changing Dialer Fragments to implement Analytics." into lmp-devSai Cheemalapati
2014-07-30Changing Dialer Fragments to implement Analytics.Sai Cheemalapati
2014-07-30Minor style change in dialpadNancy Chen
2014-07-29Fade menu overflow icon in and out for dialpadNancy Chen
2014-07-09Remove SelectAccountDialogFragment for PhoneAccount on Dialer app (1/2)Nancy Chen
2014-07-08Update showCallScreen & isInAPhoneCall to use PhoneManager.Santos Cordon
2014-07-02Rename Telecomm "Subscription" to "Account" (3/7)Ihab Awad
2014-07-01Move call-related SystemAPIs to TelecommManager. (3/3)Santos Cordon
2014-06-26Add icon indicating subscription in call log/call historyNancy Chen
2014-06-24Fixed bug with selecting "Send Text Message"Nancy Chen
2014-06-20Update Emergency Dialer to match Dialer (3/7).Sai Cheemalapati
2014-06-20Revert "Update Emergency Dialer to match Dialer (2/5)."Yorke Lee
2014-06-20Update Emergency Dialer to match Dialer (2/5).Sai Cheemalapati
2014-06-20Merge "Fix Dialer tests"Yorke Lee
2014-06-19Fix Dialer testsYorke Lee
2014-06-19Add reference to TelephonyManager, renaming, remove checkbox (1/2)Nancy Chen
2014-06-16Add select sim dialog for dialpad menuNancy Chen
2014-06-06Always show options menu in Dialer dialpad.Andrew Lee
2014-05-30Update showCallScreen to use Telecomm (5/6)Santos Cordon
2014-05-18Add send message option to dialpadYorke Lee
2014-05-15Cleanup dialpad show/hide logic.Andrew Lee
2014-05-13Use one ImageButton for the floating action button.Andrew Lee
2014-05-08Remove animate hide.Andrew Lee
2014-05-08Move overflow menu and remove add contact button.Andrew Lee
2014-05-07Adjust dialpad slide out animation.Andrew Lee
2014-05-06Modify the calls in Dialer to animate the dialpad in.Andrew Lee
2014-05-05Fix missing add to contacts buttonYorke Lee
2014-05-05Move more Dialpad resources to ContactsCommonYorke Lee
2014-05-05Allow configuration of dialpad buttons visibilityYorke Lee
2014-05-02Refactor dialpad into its own viewYorke Lee
2014-04-30Fix font scaling problems in DialpadYorke Lee
2014-04-23Add floating dialpad action buttonYorke Lee
2014-04-14Add actionbar to DialerYorke Lee
2014-04-07Remove dead codeYorke Lee
2014-03-25Fix NPE during activity recreationYorke Lee
2014-03-20Fix problem where swiping upward in overflow menu did not display theIhab Awad
2014-03-11Make dialpad slide down when dismissed by tapping outsideYorke Lee
2014-03-03New appearance and look and feel for dialpad.Ihab Awad
2013-12-19Support long-click during lift-to-type accessibility modeAlan Viverette
2013-12-02Merge "Remove ContactPrefs from DialpadFragment"Yorke Lee
2013-11-26Remove ContactPrefs from DialpadFragmentYorke Lee
2013-11-25Merge "Fix Dialer tests"Yorke Lee
2013-11-22Fix Dialer testsYorke Lee
2013-11-21Remove use of SystemPropertiesYorke Lee