summaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Expand)Author
2018-03-06NUI loggingyueg
2018-03-06Make user able to set default sim when there is no account.yueg
2018-03-06Covnert @AutoValue PhotoInfo into a proto.linyuh
2018-03-06Updating voicemail_donation_promo_content per UXWmaxwelb
2018-03-05Add support for bluetooth etc. audio route for RTT call.wangqi
2018-03-05Disable phone number formatting for LATAM MCCs.linyuh
2018-03-05Check if the activity is still alive before refreshing unread tab counts.calderwoodra
2018-03-02Added impression logging for AnnotatedCallLog rebuild operations.zachh
2018-03-02Added timing to some more AnnotatedCallLog operations.zachh
2018-03-02Move assisted dialing out of P.erfanian
2018-03-02Remove voicemail instruction textmaxwelb
2018-03-02Update fragment class.erfanian
2018-03-02Add ripple effect to RTT incall buttons.wangqi
2018-03-02Remove dialer sounds and vibrations settings fragments and redirect to the sy...uabdullah
2018-03-01Use voicemail image for empty voicemail tab and update coloruabdullah
2018-03-01Implemented DialerFloatingActionButtoncalderwoodra
2018-03-01Instead of just cancelling loaders, reset them as well.calderwoodra
2018-03-01Update RTT icon on ringing screen.wangqi
2018-03-01Disable phone number formatting for devices with Argentinian SIMs.linyuh
2018-03-01Implement overflow menu for RTT call.wangqi
2018-03-01Rename NUI logging prefix from NUI_ to MAIN_yueg
2018-03-01Updating SecondaryInfo value class to use AutoValue with builder pattern.Android Dialer
2018-03-01Added same primes metrics that existed in Dialtacts to NUI.calderwoodra
2018-02-28Preload call log fragment on app start.calderwoodra
2018-02-28Some small bug fixes in NUI.calderwoodra
2018-02-28Log contact source when reporting spam from the new UI.linyuh
2018-02-28Add accessibility label for voicemail transcription ratingmaxwelb
2018-02-28Parity of OldMainActivityPeer with ListsFragment for VMuabdullah
2018-02-28Show empty view when there are no voicemailsuabdullah
2018-02-28Never start playing voicemails in the NUI VM tab from the speakeruabdullah
2018-02-28Remove background of RTT chat fragment.wangqi
2018-02-28Update voicemail donations stringsmaxwelb
2018-02-28Group info needed to show a block/report spam dialog into a proto to avoid lo...linyuh
2018-02-27set connection state after adding NonSimulatorConnectionListener and set conn...weijiaxu
2018-02-27Do not show the voicemail tab if the VM toggle is turned off.uabdullah
2018-02-27Internal cleanup for the new UI's bottom sheet.linyuh
2018-02-27Fab now hides/shows correctly when you enter and leave the voicemail tab.calderwoodra
2018-02-27Fixed some a11y issues in MainActivity.calderwoodra
2018-02-27NUI no longer crashes when clicking "place call" in empty call log.calderwoodra
2018-02-27Set the correct reporting location when reporting spam in the new call log.linyuh
2018-02-27Bump version codes and name to v19roldenburg
2018-02-27Move DirectoryCompat from "contacts/common" to "dialer/common/cp2".linyuh
2018-02-27Implement contacts promo in NUI.yueg
2018-02-27Fix bug that soft keyboard pushes action bar out of window.wangqi
2018-02-27Added 2 null checks to fix top crashers.calderwoodra
2018-02-26Fix for NonSimulatorConnection listener causing dialer crashing after ending ...weijiaxu
2018-02-26Allow selecting IMEI/MEID textroldenburg
2018-02-26Added Call History activity to MainMenu.calderwoodra
2018-02-26Updating PrimaryCallState value class to use AutoValue with builder pattern.Android Dialer
2018-02-26Look up contacts in the local enterprise directory in the new call log.linyuh
2018-02-26Implement logic of bottom sheet options related to spam numbers.linyuh
2018-02-24Cancel Old SpeedDial contact loaders when they are reset.calderwoodra
2018-02-24Fixed a few bugs in NUI Main Activity.calderwoodra
2018-02-23Track initial call log building metrics separately from incremental building ...zachh
2018-02-23Fix bugs of RTT chat.wangqi
2018-02-23Prevent VVM subscribing when carrier reset subscription statustwyen
2018-02-22Added some logcat and metrics logging for new call log.zachh
2018-02-22Add new signature for Cequint Caller ID app.wangqi
2018-02-22Add dialer simulation functionality into simulator.weijiaxu
2018-02-22Use SystemProperties to access ro.carrier as System.getProperty cannot get itroldenburg
2018-02-22Fix bug in isVoicemailNumber method not returning earlyroldenburg
2018-02-22Adding real url for voicemail donation promo learn-more linkmdooley
2018-02-22Removed item animator in Call Log RecyclerView.calderwoodra
2018-02-22NUI bug fixes: handling intents and onActivityResult.calderwoodra
2018-02-22Use the vector spam icon in the new call log.linyuh
2018-02-22Fixed some Dialer theming bugs in NUI.calderwoodra
2018-02-22Make MarkDirtyObserver available to all call log data sources & PhoneLookups.linyuh
2018-02-22Updating PrimaryInfo value class to use AutoValue with builder pattern.Android Dialer
2018-02-22When there is no VM support hide the tab in the Old Main Activityuabdullah
2018-02-22Rebuild Call Log on first launch after NUI is enabledtwyen
2018-02-22Changing the voicemail transcription font sizemdooley
2018-02-22Moved metrics related methods out of LoggingBindings.zachh
2018-02-22Record jank metrics in old and new call logs.zachh
2018-02-22Fixed some bugs in NUI search.calderwoodra
2018-02-22Adding information section to voicemail settingsmdooley
2018-02-22Add Tracfone to Motorola menu, move existing menu to Sprint onlyroldenburg
2018-02-22Fixed some issues in NUI search bar.calderwoodra
2018-02-22Disable VVM for tracfone USAtwyen
2018-02-22Fix an NPE when ContactInfoHelper tries to retrieve remote directories.linyuh
2018-02-22Merge searchfragment/remote into searchfragment/directories and renaming thin...linyuh
2018-02-22Initialize/Update the UI of New{CallLog|Voicemail}Fragment iff the fragment i...linyuh
2018-02-22Use a broadcast receiver to refresh the annotated call log.linyuh
2018-02-22Rename invalid resource folderroldenburg
2018-02-22Fix a few UI issues based around multiselect in new nav.calderwoodra
2018-02-22Include the primary callback action in the new call log's bottom sheet.linyuh
2018-02-22Implement read/write text stream to RttCall.wangqi
2018-02-22Add configuration for when we show decimal and barcode device idroldenburg
2018-02-22Annotate RTT as @TargetApi(28).wangqi
2018-02-22Merge "Show IMEI/MEID in hex, dec, and barcode when appropriate"Treehugger Robot
2018-02-22Show IMEI/MEID in hex, dec, and barcode when appropriateroldenburg
2018-02-22Do no preload dialpad fragment when opening search through search bar.calderwoodra
2018-02-22Add logging to NUI.yueg
2018-02-22Implemented hangouts connection into GoogleMainActivity.calderwoodra
2018-02-22Created a "Metrics" interface.zachh
2018-02-22Fix the icon & the label for blocked spam numbers in the new call log.linyuh
2018-02-22Move RttChatBot to simulator.wangqi
2018-02-22Update RTT call with real name/number and timer.wangqi
2018-02-22Include both PHOTO_URI and PHOTO_THUMBNAIL_URI in Cp2Info.linyuh
2018-02-22Add simulator RTT call.wangqi
2018-02-14Mark calls as read in new call log.zachh