summaryrefslogtreecommitdiff
path: root/java/com/android/dialer
AgeCommit message (Expand)Author
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-18Added tests for SmartDialNameMatcher.calderwoodra
2017-12-18Added tests for latin smart dial map.calderwoodra
2017-12-18Upgrade target SDK version to 27.linyuh
2017-12-15Implemented Cp2PhoneLookup#lookup.zachh
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-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-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-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
2017-12-11Don't save UI executor in UiListener.zachh
2017-12-11Update Spam module to use Daggermaxwelb
2017-12-08Implemented adding a new favorites contact flow NUI.calderwoodra
2017-12-08Add "Set up" and "Invite" for video to call log entry actionsroldenburg
2017-12-08Fix voicemail populator bug and change emergency call to emergency call back.weijiaxu
2017-12-08In the coalesced call log, replace column NUMBER_CALLS with a new column COAL...linyuh
2017-12-07Add Context to Duo interface isEnabledroldenburg
2017-12-07Migrate cp2 search to use SmartDialerCursorLoader and Phone.CONTENT_FILTER_URI.calderwoodra
2017-12-07Implemented PhoneLookupDataSource#onSuccesfulFill.zachh
2017-12-07Fixed compile error in AOSP due to use of guava 23 API.zachh
2017-12-07Add isActivated check to Duo interfaceroldenburg
2017-12-07Made PhoneLookupDataSource implementation async.zachh
2017-12-07Renamed PhoneLookup#bulkUpdate to #getMostRecentPhoneLookupInfo.zachh
2017-12-07Added bindings for ListeningExecutorServices.zachh
2017-12-07Use explicit version constant for AD ceiling.erfanian
2017-12-07Add Assisted Dialing Call Details Implementation.erfanian
2017-12-07Switched CallLogDataSource interface to be Future based.zachh
2017-12-07Add DialpadView's OnPreDrawListener in onFinishInflate() to ensure the layout...linyuh
2017-12-07Grouping each listener's logic in an inner class in CallDetailsActivity.linyuh
2017-12-07Check for null subscription info list in TelecomUtil#getSubscriptionInfo.zachh
2017-12-07Ignore "new" voicemails that are too old for notificationstwyen
2017-12-07Display the automatically detected home country in assisted dialing settings.erfanian
2017-12-07Add DATA_USAGE column to the annotated call log.linyuh
2017-12-07Refactor Assisted Dialing Settings into standalone activity.erfanian
2017-12-07Added PhoneLookupHistoryRecorder.zachh
2017-12-07Added PhoneLookupSelector.zachh
2017-12-07Removed timestamps from PhoneLookup APIs.zachh
2017-12-04Add filtration logic to Assisted Dialing Settings.erfanian
2017-11-30Implemented new favorites list UI.calderwoodra
2017-11-30Action bar is no longer visible in dialpad search after configuartion change.calderwoodra
2017-11-30*** Reason for rollback ***roldenburg
2017-11-29Implemented fill for PhoneLookupDataSource.zachh
2017-11-29Search contacts now update when there are changes to the cp2 db.calderwoodra
2017-11-29Bump API ceiling for Assisted Dialing.erfanian
2017-11-29Add flag to control default assisted dialing state during precall flow.erfanian
2017-11-29Move country constraint logic into standalone class.erfanian
2017-11-29Adjust strings for select SIM dialogtwyen
2017-11-29Delete voicemails when disabling visual voicemailmdooley
2017-11-29Format number for SIM selectiontwyen
2017-11-29Disable phone number formatting on the dialpad when making domestic call to A...linyuh
2017-11-29Prevent PreCallActivity from showing in lockscreen if it is not started in th...twyen
2017-11-29Expose user home country code as public method in Mediator Interface.erfanian
2017-11-29Update assisted dialing setting text.erfanian
2017-11-29Contact list no longer jumps to the top when the cp2 database updates.calderwoodra
2017-11-29Adjust strings for select SIM dialogtwyen
2017-11-29Add impressions for dual sim featurestwyen
2017-11-28Adding transcription rating feedbackmdooley
2017-11-22Fix the crash caused by DialpadView's OnPreDrawListener.linyuh
2017-11-22Prevent SIM selection and change SIM from showing when there are active callstwyen
2017-11-22Fix showing CallingAccountSelector in lock screentwyen
2017-11-22Automated rollback of changelist 176587256twyen
2017-11-22Check Contacts support for preferred SIMtwyen
2017-11-22Add SpamJobType for all spam job IDs.wangqi
2017-11-22Bubble v2 UI changes.yueg
2017-11-22Allow deleting a call log entry in the call log UI and the call details UI.linyuh
2017-11-22Fix showing CallingAccountSelector in lock screentwyen
2017-11-21Adding call feedback mechanismAndroid Dialer
2017-11-21Require N for preferred SIM querytwyen
2017-11-21Reduced jank when placing a call from search UI.calderwoodra
2017-11-21Nearby places location permission request is now in a card view.calderwoodra
2017-11-20Quick fix recursively importing.weijiaxu
2017-11-20Add impression to track when users explicitly disable assisted dialing.erfanian
2017-11-20Initialize executors before updating change PIN statetwyen
2017-11-20Implement SIM selection dialogtwyen
2017-11-20Clear pendingAction when pausing PreCallCoordinatortwyen