- 6ad72f6 Updating PhotoInfo and GlidePhotoManager to support conference calls. by Android Dialer · 7 years ago
- f856446 Solve BiDi problem when phone number is concatenated with RTL-string by linyuh · 7 years ago
- f0d5155 Fix color of primary text on incall screen. by wangqi · 7 years ago
- 190343a Inlined ConfigProviderBindings.get() and removed ConfigProviderBindings. by zachh · 7 years ago
- b7321a9 Removed isUserUnlocked checks from ConfigProvider. by zachh · 7 years ago
- 3b552ec Add new spam API which can query additional data. by maxwelb · 7 years ago
- 5af531e Fix color of name text in call log. by wangqi · 7 years ago
- b287a05 Removed static configProvider field in ConfigProviderBindings. by zachh · 7 years ago
- 3fe4d2b Change RTT transcript screen to use toolbar. by wangqi · 7 years ago
- ba2a369 UI fixes for emergency numbers in the old call log. by linyuh · 7 years ago
- 598ab9a Fix title and icon color of action bar. by wangqi · 7 years ago
- a370b44 Update speakEasy colors and use theme_dialer_light by uabdullah · 7 years ago
- ea49b80 Add new default interface. by erfanian · 7 years ago
- 99c51db Fix missing background color by twyen · 7 years ago
- 743b501 Also check call configuration for disconnected call by yueg · 7 years ago
- 3d5e04f Add toast message when RTT request failed. by wangqi · 7 years ago
- 784a7cd Update button color. by erfanian · 7 years ago
- 8f000b7 Some minor tweaks to the UI. by calderwoodra · 7 years ago
- 70189d8 Fix dialpad theme on incall screen. by wangqi · 7 years ago
- d1a123a Accommodate long call time text in call details. by linyuh · 7 years ago
- ff9fe0b Fix color of checked button on incall screen. by wangqi · 7 years ago
- 7982723 Use geocode as label for businesses. by twyen · 7 years ago
- 47b5655 Add inject method to generated component by RCG. by weijiaxu · 7 years ago
- 2c3d81e Merge changes Ica13ee39,I5e0fedc8,I8e7efad0,I0ecc1f91,Iee1e658a, ... by Eric Erfanian · 7 years ago
- 152c3fd Drop maps.impl from packages.mk by erfanian · 7 years ago
- 83ac9ef Check if ID column is null before retrieving data from the smart dial database. by linyuh · 7 years ago
- 1cfc6ea Rename theme/private to theme/hidden. by calderwoodra · 7 years ago
- 936127c Some improvements to the answer fragment layouts. by erfanian · 7 years ago
- 86d9e86 Better a11y for the bottom sheet. by linyuh · 7 years ago
- e70ef90 Fix a few UI bugs. by calderwoodra · 7 years ago
- e3146e0 Log IMS video call available state by twyen · 7 years ago
- 3a44f18 Better a11y for contact badge in the new call log. by linyuh · 7 years ago
- 33291b5 Use lookup key to determine the letter tile color by twyen · 7 years ago
- 0fe130f Use Dialer Light Theme for SpeakEasyFragment by uabdullah · 7 years ago
- 19a7c0e Better a11y for new call log entries. by linyuh · 7 years ago
- 2ad3c08 Use Maps SDK lite mode instead of static API for emergency call. by yueg · 7 years ago
- f13f0b8 Updating locations where PrimaryInfo#setPhoto is used to also PrimaryInfo#setPhotoUri for new GlidePhotoManager implementation. As part of this addition, we also are cleaning the setPhoto(null) because this is not explicitly needed. by Android Dialer · 7 years ago
- a93df43 Converted ThemeUtil into a DaggerModule. by calderwoodra · 7 years ago
- ffd525d Delete AppCompatConstants by linyuh · 7 years ago
- a40a9ef Remove photo support in PhoneNumberService by twyen · 7 years ago
- c5c4218 Began implementation of Dialer dark theme. by calderwoodra · 7 years ago
- 4efd0eb Merge "Fix bug that SpeakEasyFragment is added again after recreate of InCallActivity." by Treehugger Robot · 7 years ago
- 5114e1d Merge changes Ia1765cb4,Ib262ca4b by Treehugger Robot · 7 years ago
- c46cfd2 Fix bug that SpeakEasyFragment is added again after recreate of InCallActivity. by wangqi · 7 years ago
- 97308c9 Use new dialer base theme instead of AppCompat theme for spam blocking promo by Android Dialer · 7 years ago
- 0956d35 Append the directory ID when building contact lookup URIs in CP2 lookups. by zachh · 7 years ago
- e10f20f Merge "Don't show "Add contact" and/or "Message" in the bottom sheet if corresponding permissions are not granted." by Treehugger Robot · 7 years ago
- fec2920 Don't show "Add contact" and/or "Message" in the bottom sheet if corresponding permissions are not granted. by linyuh · 7 years ago
- 4950fd5 Merge "Handle null VideoCall" by Treehugger Robot · 7 years ago
- a4b75b5 Merge "Set navigation bar color when dialpad is visible." by Treehugger Robot · 7 years ago
- 0b3147a Merge changes Ifedddd2b,Iaeeae900,I1f8348fb,Iff042966 by Treehugger Robot · 7 years ago
- 134d6b1 Handle null VideoCall by twyen · 7 years ago
- 73ed613 Set navigation bar color when dialpad is visible. by wangqi · 7 years ago
- 0a41f3c Check for WRITE_CALL_LOG permission in CallLogNotificationsQueryHelper. by zachh · 7 years ago
- 992ade7 Merge "Check READ_PHONE_STATE for isVoicemailAvailable()" by Treehugger Robot · 7 years ago
- b780cb9 Ignore dialer OMTP VVM error if VVM is disabled by twyen · 7 years ago
- 00d7ede Bump version codes and name to v22 by Android Dialer · 7 years ago
- e6f53f4 Adds alternative spam words for non-english speaking countries. by Android Dialer · 7 years ago
- ab5668c Check READ_PHONE_STATE for isVoicemailAvailable() by twyen · 7 years ago
- 599705c Merge "Check READ_PHONE_STATE for isVoicemailAvailable()" by Treehugger Robot · 7 years ago
- 857de2f Check READ_PHONE_STATE for isVoicemailAvailable() by twyen · 7 years ago
- 4791039 Merge changes I511c3930,Ifc534793 by Treehugger Robot · 7 years ago
- 71a22dc Add promotion module. by wangqi · 7 years ago
- 929539e Implement a global theme to be easily configured in Dialer. by calderwoodra · 7 years ago
- ea7399a Merge "A11y: group caller information together." by Treehugger Robot · 7 years ago
- dc761f4 A11y: group caller information together. by wangqi · 7 years ago
- bab3b10 Merge "Fix video call from search stripping + prefix" by Treehugger Robot · 7 years ago
- 5f3a727 Merge "Don't show an outgoing call to a spam number as spam." by Treehugger Robot · 7 years ago
- edb47e1 Merge "Cleaned up deps in SpamBlockingPromoHelperTest." by Treehugger Robot · 7 years ago
- f3291fb Fix video call from search stripping + prefix by twyen · 7 years ago
- ee506ae Don't show an outgoing call to a spam number as spam. by linyuh · 7 years ago
- 77669bb Cleaned up deps in SpamBlockingPromoHelperTest. by zachh · 7 years ago
- b327b63 Merge "Remove duplicate code when constructing PhotoInfo proto." by Treehugger Robot · 7 years ago
- 00cdd7b Remove duplicate code when constructing PhotoInfo proto. by linyuh · 7 years ago
- 619080d Merge "Don't post throttled notifications again." by Treehugger Robot · 7 years ago
- 10ac0aa Merge "Handle invalid PhoneAccountHandle for CarrierIdentifier" by Treehugger Robot · 7 years ago
- bd28996 Don't post throttled notifications again. by yueg · 7 years ago
- be11b32 Handle invalid PhoneAccountHandle for CarrierIdentifier by twyen · 7 years ago
- 2e44e1f Merge "Show spam blocking promo notification in place of after call notification instead of canceling it and recreating a new notification." by Treehugger Robot · 7 years ago
- f3fc489 Merge changes I2f94f9a6,Ie58ecf2a,I56696fef by Treehugger Robot · 7 years ago
- c165ca1 Show spam blocking promo notification in place of after call notification by Android Dialer · 7 years ago
- f2d31a1 Update spam blocking promotion wordings. by Android Dialer · 7 years ago
- 9b902f5 Handle null returned from TelecomManager.getCallCapablePhoneAccounts() by twyen · 7 years ago
- f7d0833 Add more Cequint provider. by wangqi · 7 years ago
- e1eafe6 Merge changes Ia72bdfab,I72df9feb by Treehugger Robot · 7 years ago
- bd040bc Merge changes I642a11d6,Ic4b69781 by Treehugger Robot · 7 years ago
- 60b2d29 Update dynamic shortcuts to match speed dial pinned positions. by calderwoodra · 7 years ago
- 47d9f4f Add empty content view for when the user has no contacts in favorites. by calderwoodra · 7 years ago
- 29b9540 Fixed various speed dial issues. by calderwoodra · 7 years ago
- 147e862 Use StorageComponent to get SharedPreference in SpamBlockingPromoHelper by Android Dialer · 7 years ago
- d9d4b06 Merge "Finishing touches for accessibility in the new call log and the new voicemail fragment" by Treehugger Robot · 7 years ago
- aa3e607 Merge "Internal change." by Treehugger Robot · 7 years ago
- 854bf9d Merge "Updating ContactGridManager to use GlidePhotoManager for more efficient contact photo creation. If the photoUri does not exist, GlidePhotoManagerImpl will create the needed LetterTileDrawable to use in the contact photo's place." by Treehugger Robot · 7 years ago
- abd2b2f Finishing touches for accessibility in the new call log and the new voicemail fragment by linyuh · 7 years ago
- 9a53317 Internal change. by linyuh · 7 years ago
- 55cd263 Updating ContactGridManager to use GlidePhotoManager for more efficient contact photo creation. If the photoUri does not exist, GlidePhotoManagerImpl will create the needed LetterTileDrawable to use in the contact photo's place. by Android Dialer · 7 years ago
- 1bff1f6 Merge "Implement accessibility for the new voicemail fragment." by Treehugger Robot · 7 years ago
- 4a8890f Implement accessibility for the new voicemail fragment. by linyuh · 7 years ago
- b86b1a2 Merge "Added assisted dialing to all calls in speed dial." by Treehugger Robot · 7 years ago
- bc64941 Added assisted dialing to all calls in speed dial. by calderwoodra · 7 years ago