summaryrefslogtreecommitdiff
path: root/java/com/android
AgeCommit message (Expand)Author
2018-01-09Implemented Bottom Nav in Dialer NUI.calderwoodra
2018-01-08Update strings for Duo "Set up" and "Invite" buttonsroldenburg
2018-01-08Hide emergency calls in the call logmaxwelb
2018-01-08Simplifying implementation of the coalescing logic in the new call log.linyuh
2018-01-08Updating Dialer v16 licenses.Android Dialer
2018-01-08Use ContactsContract.PhoneLookup for invalid numbers in Cp2PhoneLookup.zachh
2018-01-08Add RTT call chat window.wangqi
2018-01-08Updated T9 search bolding to include wrapping to the next word.calderwoodra
2018-01-08Initial setup of voicemail error messagesuabdullah
2018-01-08Automated rollback of changelist 178323108zachh
2018-01-08Add "delete" option in the 3-dot menu of the new call loglinyuh
2018-01-08Use support lib to determine build version.erfanian
2018-01-05Implement dialer blocked number phone lookuptwyen
2018-01-04Fix the crash when deleting call details if CallDetailsActivity is launched f...linyuh
2018-01-04Set flag 'canReportAsInvalidNumber' in CallDetailsActivity's intent when it's...linyuh
2018-01-04Add column CAN_REPORT_AS_INVALID_NUMBER to the annotated call log.linyuh
2018-01-03Only consider writable accounts for preferred SIMtwyen
2018-01-02Add assisted dialing to the new call log.erfanian
2018-01-02Bubble v2 dismiss.yueg
2018-01-02Fix accessibility bugs with transcription rating UImdooley
2018-01-02Add assisted dialing indicators to the old call log.erfanian
2018-01-02Support assisted dialing in CallDetailsActivity when launched from the new ca...linyuh
2018-01-02Add assisted dialing to the call composer activity.erfanian
2017-12-28Allow language change to take effect in T9 search without relaunching Dialer.linyuh
2017-12-27Remove field prefixes.linyuh
2017-12-27Fixing transcription branding UI bugmdooley
2017-12-27Parameterized PhoneLookup with submessage type.zachh
2017-12-22Enable multi-sim support in assisted dialing.erfanian
2017-12-22Update unread voicemails as read in the NUI Voicemail by unbolding when expan...uabdullah
2017-12-22Use ICU Localization for country names in settings.erfanian
2017-12-22Automated rollback of changelist 179615699calderwoodra
2017-12-22Automated rollback of changelist 179847039calderwoodra
2017-12-22Differentiate read/unread voicemails in the NUI Voicemail by bolding.uabdullah
2017-12-22Use CHAR_TO_KEY_MAPS in DialpadCharMappings in SmartDialMaps.linyuh
2017-12-22Reorganize classes related to smart dial.linyuh
2017-12-22Use the orientation obtained in onFinishInflate as the truth in DialpadView.linyuh
2017-12-22Added context menu for favorite contacts in new speed dial.calderwoodra
2017-12-22Update assisted dialing extras in preparation for platform implementation.erfanian
2017-12-22Quick fix for bugs on simulator voice call.weijiaxu
2017-12-22Fixed crash in UiListener when launching activity with screen off.zachh
2017-12-22Handle contacts which have been disassociated with a number in Cp2PhoneLookup.zachh
2017-12-22Fixed crash in PinnedShortcuts.zachh
2017-12-22Bug: 70402588Android Dialer
2017-12-22Added copySubMessage method to PhoneLookup interface.zachh
2017-12-22Bubble v2 changes.yueg
2017-12-22Always have hardware acceration enabled for InCallActivityroldenburg
2017-12-22Include inserted calls for consideration in PhoneLookupDataSource.zachh
2017-12-22Don't use phone number in spam call notificationsmaxwelb
2017-12-22Register content observer when voicemail table changes.uabdullah
2017-12-22Add SmartDialMaps for the Bulgarian alphabet and the Ukrainian alphabet.linyuh
2017-12-22Remove voicemail from UI only after delete request.uabdullah
2017-12-22Bubble v2 RTL language fixes.yueg
2017-12-22Implemented SpeedDialEntry Room Database.calderwoodra
2017-12-20Populate voicemails in simulatoruabdullah
2017-12-20Print array map for debugging purposes.uabdullah
2017-12-19Add flags for the Duo install, activate and invite buttonsroldenburg
2017-12-19Support dual alphabets in smart dial.linyuh
2017-12-19Ignore deleted voicemail for notificationtwyen
2017-12-18Bubble v2 logging.yueg
2017-12-18Ensure we do not have a null data string before checking for Duoroldenburg
2017-12-18Bug: 70402588Android Dialer
2017-12-18Added tests for SmartDialNameMatcher.calderwoodra
2017-12-18Allow orientation change when receiving video upgrade request in the in-call UI.linyuh
2017-12-18Added tests for latin smart dial map.calderwoodra
2017-12-18Upgrade target SDK version to 27.linyuh
2017-12-18Bubble v2 animation change.yueg
2017-12-15Implemented Cp2PhoneLookup#lookup.zachh
2017-12-15Turning on the screen when audio stream of an incoming call is directed throu...linyuh
2017-12-15Support empty PhoneLookupInfo in Cp2PhoneLookup.zachh
2017-12-15Hide "Invite" and "Set up" Duo buttons for spam and voicemail callsroldenburg
2017-12-15Implement basic bottom sheet in NUI Voicemail tab.uabdullah
2017-12-15Remove voicemail settings if missing permissiontwyen
2017-12-14Handle ActivityNotFoundException when starting intent from IntentModuletwyen
2017-12-14Add PreCall step to check permissiontwyen
2017-12-14Implement PeopleApiPhoneLookuptwyen
2017-12-14Refactor add to contacts, send a message and copy number modules for bottom s...uabdullah
2017-12-14Use Dagger to get Duo instance in CallLogListItemViewHolderroldenburg
2017-12-14Add input dialog for simulator to use customized number.weijiaxu
2017-12-14Add impressions for Duo related events (install, activate and invite)roldenburg
2017-12-14Take into consideration special characters when we do contact match.linyuh
2017-12-14Recycle TypedArray for AutoResizeTextView.wangqi
2017-12-14Change dt for CVVM to 6twyen
2017-12-14Support deleting voicemailsuabdullah
2017-12-14Implemented disambig dialog for new speed dial fragment.calderwoodra
2017-12-14Support normalization of numbers in Cp2PhoneLookup.zachh
2017-12-13Take user to install Duo if they tap "Set up" without the app installedroldenburg
2017-12-13Add reloadReachabilities to Duo interfaceroldenburg
2017-12-13Bubble v2 accessibility.yueg
2017-12-13Integrate CallDetailsActivity with the new call log UI.linyuh
2017-12-12Refactor CallerInfo and ContactInfoHelper to improve readability.linyuh
2017-12-12Move TelecomCallUtil to com.android.dialertwyen
2017-12-12Cleanup. Changing voicemail_transcription_enabled to voicemail_transcription_...mdooley
2017-12-12InCallActivity#isDialpadVisible() now returns the correct value.calderwoodra
2017-12-12BEGIN_PUBLIClinyuh
2017-12-12BEGIN_PUBLIClinyuh
2017-12-12BEGIN_PUBLICroldenburg
2017-12-12Download and play voicemails from server when not locally available.uabdullah
2017-12-12Updated writing of PhoneLookup columns in annotated call log.zachh
2017-12-11Implement today and older for NUI Voicemail and update MediaPlayerView testsuabdullah
2017-12-11Play voicemails, update seekbar timer, allow seeking, and maintain state afte...uabdullah