summaryrefslogtreecommitdiff
path: root/java/com
AgeCommit message (Collapse)Author
2018-06-28Avoid updating system call log cache when the call log is being builttwyen
The initial build can contain up to 1000 rows, which may be more the what the system call log can handle with a batch operation. Initial build does not create any additional information, so the cache does not need to be updated. This CL also limits the cache updater to 100 rows as a safety measure. TEST=TAP Bug: 77292040 Test: TAP PiperOrigin-RevId: 202563376 Change-Id: Iff515ae2b76a19d63d9d794a0d443cc8332e83a4
2018-06-28Make sure we have a host for the search fragment before loading data.linyuh
Bug: 110941275 Test: None PiperOrigin-RevId: 202546724 Change-Id: If8ca1f57ac61288efc13da07cfc88cee72e170c7
2018-06-28Fix scroll for new favoritesyueg
Test: SpeedDialAdapterTest PiperOrigin-RevId: 202543795 Change-Id: I1eec7a7328da3037b4d1cbacc7d9b211305e3eb0
2018-06-28UI refresh for bottom nav bar.wangqi
Bug: 73963403 Test: manual PiperOrigin-RevId: 202535473 Change-Id: Iccb4e72c63cbf031399448ee2def5dcb3a152081
2018-06-28UI refresh for FAB.wangqi
Bug: 73963403 Test: manual PiperOrigin-RevId: 202531720 Change-Id: I11ec4567dce161c5d3199e0159fe838b036489d7
2018-06-28Use ConcurrentMap to log Contacts Provider metrics in the old call log.linyuh
Bug: 80482741 Test: None PiperOrigin-RevId: 202526514 Change-Id: Ia92b95b288638ccb77d3bac16bd8c5589326bf61
2018-06-28Also ignore IllegalStateException thrown by SQLiteClosable when coalescing ↵linyuh
fails. Test: Manual PiperOrigin-RevId: 202499434 Change-Id: Ie41eeb782072d82c5613b44be99649f43807498d
2018-06-28UI refresh for search fragment.wangqi
Bug: 79879991 Test: manual PiperOrigin-RevId: 202392606 Change-Id: I24ba1177d11433b76bf6fe0c64d97368a6a1e328
2018-06-28Add voicemail greeting setting screen to voicemail settings.sabowitz
Test: "No tests" PiperOrigin-RevId: 202382580 Change-Id: Ia2dfc2ed10a0500b2b949e3b177279d35ac397e7
2018-06-27Request high resolution photo to be downloaded by the sync adapter when a ↵twyen
contact is added to the favorites. To conserve resources synced contacts only have the low-res icon by default, and the hi-res photo is only synced when the contact is viewed. When a contact is "viewed" in dialer, dialer should send a ACTION_VIEW with the contact URI to the sync adapter service. TEST=TAP Test: TAP PiperOrigin-RevId: 202373390 Change-Id: Ie3a173b7c3f442dc806a719910aea9b3a6c5cf4f
2018-06-27UI refersh for status bar.wangqi
Bug: 79879991 Test: manual PiperOrigin-RevId: 202354561 Change-Id: I2afbd7d977d4492d40568cf6f603bd07ea67691e
2018-06-27UI refresh for search bar.wangqi
Bug: 79879991 Test: manual PiperOrigin-RevId: 202354447 Change-Id: Id6121d8807c4da4864f10ea27a4f2ee92a7699a1
2018-06-27Add voip call checks.erfanian
Bug: 110177989 Test: manual PiperOrigin-RevId: 202337281 Change-Id: I277fcbc77ad50c4ed04f92d0541b67043bc8bef8
2018-06-27Log existing call log impressions in the new call log.linyuh
Bug: 73741308 Test: DeleteCallLogItemModuleTest, HistoryItemActionModulesBuilderTest PiperOrigin-RevId: 202232055 Change-Id: Idcf29c939272a335ccea469ac331c670127c583a
2018-06-27Added method to set Save and Redo buttons enabled/disabledAndroid Dialer
Added logic to setState() method to change state of buttons Test: "N/A" PiperOrigin-RevId: 202229300 Change-Id: I0f1ed20a41c59431edf4684e57bdbce18a8d7dbd
2018-06-27Update emergency call map and device number UI.wangqi
Bug: 79878432 Test: manual PiperOrigin-RevId: 202228927 Change-Id: Ia68d3b1366a36ba5bdde85049b1b23ca98495ed1
2018-06-27Fix SpeedDialUiItem.getDefaultVoiceChannelyueg
Test: SpeedDialUiItemTest PiperOrigin-RevId: 202228252 Change-Id: I72047d599a58a7932942fa8988d38e623fc2aeab
2018-06-27Fix an AOSP build error caused by version codeslinyuh
Test: None. PiperOrigin-RevId: 202212283 Change-Id: Ieff3c7fb8a4234a46ef93cf2cc3fb9362439c64a
2018-06-27Update connection label.wangqi
Bug: 79878432 Test: manual PiperOrigin-RevId: 202185676 Change-Id: I53c3896a68f9dbed9316360d7f4ad6dd7cbe17ec
2018-06-27Remove redundant version checks and annotations in the assisted dialing package.linyuh
Test: Existing tests PiperOrigin-RevId: 202151952 Change-Id: I0c1ad7b35ec1a57ae9f5d51ba935bfcd9f529379
2018-06-26Created Layout for RecordVoicemailGreetingActivityAndroid Dialer
Test: "N/A" PiperOrigin-RevId: 202150189 Change-Id: I709fef2917bf29d360882ecc4bc88676474454a0
2018-06-26Added a method to fix graying of drawablesAndroid Dialer
Test: "N/A" PiperOrigin-RevId: 202149985 Change-Id: I007724058859dd8905a94d2ba230ed37e5a6d49c
2018-06-26Don't show mock location for emergency callyueg
Test: manual PiperOrigin-RevId: 202040098 Change-Id: Id9a6c59d343634473fc2f695d6eafefd16b3c1b7
2018-06-26Optimize images in com.android.dialer.contacts.resources.twyen
TEST=TAP Test: TAP PiperOrigin-RevId: 202036993 Change-Id: If56cc9f19d70a8bdf06703cc2553ebb86751edbd
2018-06-26Move contacts.commons.R to dialer.contacts.resourcestwyen
This reduces dependency on contacts.common which is full of things that should not be there. Ideally resources inside dialer.contacts.resources should be individually moved to appropriate locations, but the resources are too large to work with. TEST=TAP Test: TAP PiperOrigin-RevId: 202029832 Change-Id: I95bfcb59799b9c3640de03ad0680624fc1b2c3a3
2018-06-26Add background call checks.erfanian
Bug: 110173835 Test: unit PiperOrigin-RevId: 202029563 Change-Id: I62021e0f68beb6eff52b475626c40876daf53fbf
2018-06-26Fix bug that input cannot be deleted on non-English keybaord such as Japanesewangqi
and Chinese keyboard. Bug: 110564298 Test: manual PiperOrigin-RevId: 202027152 Change-Id: If27d23fb04abe6db49748dec68c4cd9be5f11fb1
2018-06-26Change reply with sms to chip.wangqi
Bug: 79878432 Test: manual PiperOrigin-RevId: 202022343 Change-Id: I7239b13e53a537e20af4b2684a53108aeea16025
2018-06-26Refactor ContactPreferencetwyen
Moving it outside contacts.commons reduces dependency to legacy code. Also removed redundant implementations such as caching SharedPreferences (it is already cached), custom ListPreferences (standard ListPreferences already have what we want), and corrected preference storage location (allow standard ListPreferences to work) TEST=TAP Test: TAP PiperOrigin-RevId: 202000393 Change-Id: I45374e610b3510784b5a4da92e5d8462cbfc92bb
2018-06-26Post CONFIG_SERVICE_NOT_AVAILABLE if VVM provisioning failedtwyen
this will show the "Can't active visual voicemail" message TEST=TAP Bug: 110390254 Test: TAP PiperOrigin-RevId: 201979303 Change-Id: I265dcc616ae6f14e00ae20ce2ea914d3c3b85a49
2018-06-26Make sure we have a context before we use it.erfanian
Test: none PiperOrigin-RevId: 201767444 Change-Id: Id4622886ba7ebc8a3e2a3b2cfa5d80bdfd8c885f
2018-06-26Update style for important call badge.wangqi
Bug: 79878432 Test: manual PiperOrigin-RevId: 201764305 Change-Id: I09d0df697c4eb93a732053280fe4b79513ebfe75
2018-06-26Fix color for disabled button in voice call.wangqi
Bug: 79878432 Test: manual PiperOrigin-RevId: 201763780 Change-Id: I3ea0fb46c3904060927b68417699708d2e62b08a
2018-06-26UI refresh for voice call screen.wangqi
Bug: 79878432 Test: screen diff tests PiperOrigin-RevId: 201758864 Change-Id: Ib3ed6636df3d337cb2fa7c5f6d8f24da035cbd0c
2018-06-26Improved testability.zachh
Bug: 109931227 Test: unit PiperOrigin-RevId: 201752687 Change-Id: I10e101242b86d5c277b536a1e64e47f1a033e3a3
2018-06-26Don't submit fragment transaction to show search when the activity state has ↵zachh
been saved. Bug: 109887880 Test: unit PiperOrigin-RevId: 201749785 Change-Id: I84dbef78969346ebfeed600ff6aaf015c62abb86
2018-06-26Remove suggestion from NUI favoriteyueg
Test: manual PiperOrigin-RevId: 201745094 Change-Id: I7ba7b0d8063f056f0c5edb44c7649a1c807f6549
2018-06-26Reset speaker mode when done with VVM Tabuabdullah
Bug: 110530781,78281972 Test: N/A PiperOrigin-RevId: 201729044 Change-Id: Id00e8e3e4ee89b846bce78f4a29d5e6f26384e0c
2018-06-25Add Simulator service.weijiaxu
Add Simulator service so that trusted clients can access to dialer simulator apis. Bug: 79488174 Test: included tests. PiperOrigin-RevId: 201727670 Change-Id: Ic4ebb256d178e03f1de98a4e40a2b02efd3a9620
2018-06-22Fixed duplicate constantAndroid Dialer
Test: "N/A" PiperOrigin-RevId: 201706443 Change-Id: Idde8dc9b665b5e05849d65b5e836c3ff8ae68cd3
2018-06-21Set up framework of methods for RecordButton classAndroid Dialer
Added setTracks() method to update RecordButton progress Added getBasePaint() method and initialized track paints Added onSizeChanged method Added main logic for onDraw() method Added onClick method for recording activity Added basic state transition logic for both classes Created drawables for RecordButton.java Added dimensions file for RecordButton.java - trackWidth and centerIconRadius Test: "No Tests" PiperOrigin-RevId: 201621063 Change-Id: I9a8d9bc275da5198f41c7a12d84ed26d90141e85
2018-06-21Internal changetwyen
Test: N/A PiperOrigin-RevId: 201614430 Change-Id: Ia154343ce4dd3447811d21f29aeed546f524ef48
2018-06-21UI refresh for ringing screen.wangqi
Bug: 79878432 Test: manual PiperOrigin-RevId: 201608196 Change-Id: Idff45359c5ddf3dacbeb77b103d3b53d3bf34334
2018-06-21Ignore display cutout for in call UI.twyen
Per android documentation, LAYOUT_IN_DISPLAY_CUTOUT_MODE_NEVER should be used for activities that changes SYSTEM_UI_FLAG_FULLSCREEN on runtime to avoid relayout. It has caused flickering issues for video calls. SYSTEM_UI_FLAG_FULLSCREEN is only used in InCallActivity TEST=manual Bug: 110489070 Test: manual PiperOrigin-RevId: 201590805 Change-Id: Ia5ee986540fc3b10ddda7f4c9d1a13ed35c43828
2018-06-21Use context only after it is available.erfanian
Bug: 88003605 Test: Not possible; robo does not support a widget and the test suite is disabled. PiperOrigin-RevId: 201587545 Change-Id: I3683cb5649f9384c63e2156c67a38b3ff31675d7
2018-06-21NUI favorite loggingyueg
Test: SpeedDialFragmentTest, DisambigDialogTest PiperOrigin-RevId: 201577777 Change-Id: I008cdcb34f61558a7e345b7343137e37f52a61f6
2018-06-21Only throw expected exception when coalescing fails.linyuh
Bug: 110185399 Test: Manual PiperOrigin-RevId: 201570143 Change-Id: I5cf02a838113bde2dd218b84dda2c9cccffaa322
2018-06-21Keep actions on new call log entries consistent with those in the old call log.linyuh
Bug: 110412130 Test: NewCallLogViewHolderTest, NewCallLogIntegrationTest PiperOrigin-RevId: 201543827 Change-Id: I301aaf686b729086776ab3bcc677bacd2450fea0
2018-06-20Enforce AnnotatedCallLog column constraints in its content provider.linyuh
Bug: 110185399 Test: AnnotatedCallLogConstraintsTest, AnnotatedCallLogContentProviderTest PiperOrigin-RevId: 201444134 Change-Id: I105ec7a201265ee5e7708ffb9a4b66b4cef01174
2018-06-20Take in to account video upgrade requests in some circumstances.erfanian
Test: manual PiperOrigin-RevId: 201390999 Change-Id: Ifa4b124d0d94d97f2aa1d3675130c7eef1f289c1
2018-06-20Update settingsuabdullah
Bug: 109890761,73736474,73737524,73773935,79701706 Test: Unit Test PiperOrigin-RevId: 201379249 Change-Id: I0a18adc4c8df33c65e81281928508897679b5994
2018-06-20Fix text color in MultimediaFragmentyueg
Test: manual PiperOrigin-RevId: 201376176 Change-Id: Iaaf29568249b470daa6fd38dae110b8528bc8493
2018-06-20Bump Master version codes and name to v23Android Dialer
Test: n/a PiperOrigin-RevId: 201370189 Change-Id: I545fa556de2d0cb22ea563cc865570f99d01f13b
2018-06-19Drag favorite to removeyueg
Test: RemoveViewHolderTest, SpeedDialAdapterTest PiperOrigin-RevId: 201266033 Change-Id: Ie7ed9bac8ad9c7bbc35c351409b629e3fbad3de8
2018-06-19Changed Character Limit at request of translation teamAndroid Dialer
Test: "No Tests" PiperOrigin-RevId: 201252892 Change-Id: I1ea239d8eb67ea5793787221a0e9f7cd15ce086e
2018-06-19Add call eligibility checks.erfanian
Test: none PiperOrigin-RevId: 201242961 Change-Id: I09e6c09a573ac3d740a42749775d9ec18aa9ee6d
2018-06-18Added Change Voicemail Greeting Preference to Settings screenAndroid Dialer
Added empty classes and necessary XML files Test: "No Tests" PiperOrigin-RevId: 201063930 Change-Id: I2c24428a91c5d2a706f0e90ce899e8faaf1a2df9
2018-06-18Fix wrong orientation change when a video call endswangqi
When video call is disconnected, VideoCallPresenter#checkForOrientationAllowedChange is invoked with "Call(= null)". When Call is null, set "DISALLOW" to Activity#setAllowOrientationChange. It causes that the end call screen is displayed in portrait mode even if in landscape mode. This is an upstream change: https://android-review.googlesource.com/c/platform/packages/apps/Dialer/+/694787 Bug: 80375554 Test: manual PiperOrigin-RevId: 201046687 Change-Id: Id08db0e399e067bd85ae44444de3e78aae14f67d
2018-06-18Updated licenses for v22 release.Android Dialer
Test: 'N/A' PiperOrigin-RevId: 201037293 Change-Id: I572ef7cd3d82876b8f191f1d7d3a0af88c0aa26a
2018-06-18Show "Calling accounts" for all users in DialerSettingsActivitylinyuh
Bug: 110083450 Test: Manual PiperOrigin-RevId: 200774928 Change-Id: I4bb036ab5b2e7dc252ad32d49d2370cd17f8e3f8
2018-06-18Fix an AOSP build error caused by bottom sheet states.linyuh
Test: Existing tests PiperOrigin-RevId: 200771998 Change-Id: Icb2b9bc13dfb03d92c389124e20883952be60821
2018-06-18Check phone capabilities.erfanian
Bug: 110177989 Test: none/manual PiperOrigin-RevId: 200771224 Change-Id: I6c9d9b6eb0aa98be8e60d693549c07fbbf73c5d7
2018-06-18Improve Coalescer performancelinyuh
Bug: 77813585 Test: CoalescerTest PiperOrigin-RevId: 200764878 Change-Id: I7e3d9c3b4eab1e5de12a108b82c04704550c8c5e
2018-06-18Fix drag and drop crash.yueg
Test: manual PiperOrigin-RevId: 200629297 Change-Id: I6346fb2eb8742902949b2627a12956f0adca78ed
2018-06-18Fix bug that RTT call is conferenceable with voice call.wangqi
Bug: 109763648 Test: manual PiperOrigin-RevId: 200460856 Change-Id: I1ce385490e6ce6167f56dc32c35a931292e0d03f
2018-06-18Fully expand the bottom sheet when touch exploration is enabled.linyuh
Bug: 80546794 Test: HistoryItemActionBottomSheetTest + Manual testing PiperOrigin-RevId: 200304666 Change-Id: Ie9d6b38b96e35c051469710ec2bae8fa2a1a17ba
2018-06-15Fix issue that the hold label is not shown during remote video holdingOya Masafumi
Hold label is not shown even if a remote party holds a video call because VideoCallFragment#updateRemoteOffView is not called. A condition checking shouldShowRemote whether to call the method was added in #I4be3488. But shouldShowRemote is not updated in this case. To solve this issue, checks isRemotelyHeld that indicates hold status of remote party and calls #updateRemoteOffView if it is updated. Test: manual - Check that the hold label is shown when a remote party holds a video call Bug: 110244504 Change-Id: I2dfac18b1a913de50adfbe4cc76f073678f5e186
2018-06-12Fix bug that voicemail is not shareable during phone call.wangqi
Bug: 78491417,80164592 Test: VoicemailPlaybackTest PiperOrigin-RevId: 200282735 Change-Id: I296b822550f558a8f08d6811bf557d24a52e01d9
2018-06-12Replaced a reference in a comment to DialtactsActivity with MainActivity.zachh
DialtactsActivity will be deleted soon. Bug: 109931227 Test: none PiperOrigin-RevId: 200270077 Change-Id: Iafba7081bd3878c3d426cc1483cbef45a6f545a1
2018-06-12Fix voicemail multi-select title text coloryueg
Test: manual PiperOrigin-RevId: 200265855 Change-Id: I4f082c7db8a2a1df51e13265766d8c3923368f8f
2018-06-12Fix bug that two messengers app showing on sharing voicemail screen.wangqi
This is due to wild card content type. It's fixed by setting audio type only. Bug: 62050463 Test: manual PiperOrigin-RevId: 200263392 Change-Id: Ie2ea17fc04bbf74d2ef795b71e2dfbfaea9d9cf3
2018-06-12Delete checkSpamStatusForInCallUimaxwelb
Test: Tap PiperOrigin-RevId: 200252072 Change-Id: I25aea0e324b070d0f8553cb0041c6b3e9668552e
2018-06-12Rename keep.xml in spam.wangqi
Test: manual check resource are still kept PiperOrigin-RevId: 200237775 Change-Id: Ie6530b5317c898a85e601c4c5fb23cd9f67f5873
2018-06-12Use an activity instead of a fragment for SpeakEasySettingsuabdullah
Bug: 109890761,73736474,79701706 Test: Unit Tests PiperOrigin-RevId: 200237086 Change-Id: If33011f8a6477ea69f8a41d8f78ee9cf7fb51c1f
2018-06-12Reorganized activities in manifests.zachh
Bug: 109931227 Test: manual PiperOrigin-RevId: 200232293 Change-Id: Id82ce87014a2a16b6b27398b7de2019e96c5d95b
2018-06-12Add battery events to primes.erfanian
Bug: 80425147 Test: tap PiperOrigin-RevId: 200211179 Change-Id: Icff35da693d713298a4cd6dcae90d9cbb1a71cdb
2018-06-11Default column IS_VOICEMAIL_CALL to 0 in the annotated call log.linyuh
Test: AnnotatedCallLogDatabaseHelperTest PiperOrigin-RevId: 200134473 Change-Id: I1d3f43630b6cd7753ef8b72a7a02d119c8ab75cc
2018-06-11Ignore read voicemails for notificationstwyen
Previously the notification is only auto-canceled if it is deleted from the server. In this CL it will also be canceled if it is read. TEST=TAP Bug: 80214330 Test: TAP PiperOrigin-RevId: 200134453 Change-Id: I716c4c6ee060a7b4162147d9bf9e2e1f5077317a
2018-06-11Handle alternative form VVM SMS as legacy notification if the account is not ↵twyen
activated yet. On VVM3 if subscription failed, the alternative form SMS will still be sent by the carrier. In this state dialer should fallback to legacy voicemail notification. TEST=manual - disable auto subscription in code, check legacy voicemail notification functionality. Bug: 109896901 Test: manual - disable auto subscription in code, check legacy voicemail notification functionality. PiperOrigin-RevId: 200113818 Change-Id: I55b70e7a8b2cd3d8b40864fa03b2ba209037f4e8
2018-06-11Fix secondary color on incall screen.wangqi
Test: manual PiperOrigin-RevId: 200110976 Change-Id: I0cad28e7b9e650cd07423febd117b44ef61b00fd
2018-06-11Fix NPE issue when tapping speaker button on VT call ended screenwangqi
Null pointer exception occurred when tapping speaker button on VT call ended screen. At the ending of VT call, the call is NULL and issue caused by accessing the call. To resolve this issue, disable speaker button on VT call ended screen by updating button UI when button controller is disabled. Bug: 109765937 Test: manual - Check that speaker button is disabled on the VT call ended screen. This is an upstream change: https://android-review.googlesource.com/c/platform/packages/apps/Dialer/+/699606/ Bug: 109765937 Test: manual PiperOrigin-RevId: 200096438 Change-Id: Ibecda05fe93edd0a5bbd3bcc29107fc51d3ae2cc
2018-06-11Have Coalescer return CoalescedRow protos directly.linyuh
Bug: 77813585 Test: CoalescerTest, NewCallLogAdapterTest, NewCallLogViewHolderTest PiperOrigin-RevId: 200086621 Change-Id: I8f79359a5972c578ae439aaf33233900b0606dc8
2018-06-11A few more interface updates.erfanian
Bug: 73773964 Test: none PiperOrigin-RevId: 200079809 Change-Id: I1c505c4f63a17b34ed9fb062c9f9e1b1e16c3832
2018-06-08Removed cast to DialtactsActivity.zachh
DialtactsActivity should be dead code at this point so this code should be unreachable. Bug: 109931227 Test: none PiperOrigin-RevId: 199872804 Change-Id: I4f4f66f5c803662de238c42dc746423c8ab1f150
2018-06-08Fix incall icon arrow coloryueg
Test: manual PiperOrigin-RevId: 199872562 Change-Id: I77e7ff7587f05c4c251ba8e55e43f32730cdc3c4
2018-06-08Don't refer to DialtactsActivity.class to launch the DIAL intent.zachh
We want to remove DialtactsActivity but cannot replace it with MainActivity or would create a circular dependency. Instead, just let the system to pick the activity appropriate for the dial intent (which should be MainActivity). Bug: 109931227 Test: manual PiperOrigin-RevId: 199871747 Change-Id: I6e4a5a854f3cd04d630df9d831df2767d411f1c1
2018-06-08Use an intent action to launch MainActivity instead of class reference to ↵zachh
DialtactsActivity. We can't just replace DialtactsActivity with MainActivity because a circular dependency would be created. Instead create a new dialer-specific "main" intent action and use it. Bug: 109931227 Test: manual PiperOrigin-RevId: 199868961 Change-Id: I0ef72ed418280eeb64ea1ea854d215093b0dba27
2018-06-08Moved EXTRA_CLEAR_NEW_VOICEMAILS to MainComponent.zachh
This needs to be moved in order to delete DialtactsActivity. Bug: 109931227 Test: none PiperOrigin-RevId: 199820125 Change-Id: I2b2c190152834bd1d0d0510f8e01110f05a5a8f3
2018-06-07Basic settings for SpeakEasyuabdullah
Bug: 73736474 Test: Unit Test PiperOrigin-RevId: 199731478 Change-Id: I14df12aadbd2b328381ca1b9bed063a753207792
2018-06-07Don't install StubDuoModule in tests.linyuh
Test: TapPresubmit PiperOrigin-RevId: 199727525 Change-Id: Ia58ba377d581ed46d02b443d4b65b906a68fbcfb
2018-06-07Wrap phone numbers in custom content descriptions in the new call log with ↵linyuh
TTS span. Bug: 70989658 Test: Manual (TTS span is not testable) PiperOrigin-RevId: 199724621 Change-Id: I6dc809660eecdd987ee966f30b68dbbf7bcf2094
2018-06-07Fix bubble theme crashyueg
Test: manual PiperOrigin-RevId: 199693464 Change-Id: I73428025592097e431567ef0cdf55abb84538c7c
2018-06-07Set the preferred SIM when InCallActivity is not visible.linyuh
Bug: 109653872 Test: N/A (InCallActivity is not testable, similar to cl/194824783). PiperOrigin-RevId: 199662982 Change-Id: I4effa2454246d852837d0878246898537f799980
2018-06-07Removed "last_tab_enabled" flag.zachh
END_PUBLIC The bottom nav buttons do not work correctly when this flag is not enabled (see bugs). This flag is intended to always be true via an experiment but can be false for example when the user clears data or just launched dialer for the first time and hasn't received config flags. It is not likely that we will ever want to turn off this behavior, so this change simply removes all support for it. TEST=unit Bug: 109762667,79485008 Test: unit PiperOrigin-RevId: 199660314 Change-Id: I105f6c553c7541673b6d5dd7abf4d29f566e155f
2018-06-06Update mute states after add voice call from RTT call.wangqi
This fixes bug that new added call and original RTT call are both muted. Bug: 79956827 Test: manual PiperOrigin-RevId: 199539018 Change-Id: I242fcdd8f2e23470cf222dd4ccc390478d3e2919
2018-06-06Supported two RTT calls at same time.wangqi
Bug: 109738484 Test: manual PiperOrigin-RevId: 199524711 Change-Id: Ia75c41004179da5eae17b6acbc952d652e8d7480
2018-06-06Update call log cache when annotated call log is updated.twyen
If the NumberAttribute has changed the new data will be cached back to the call log. Also updated TestCallLogProvider to support selection with ID based URI. Note: currently the write will trigger an extra refresh, the next CL will address that. TEST=TAP Bug: 77292040 Test: TAP PiperOrigin-RevId: 199509348 Change-Id: I49c43adb5bcec96128d5ec36676c4569bf536490
2018-06-05Center favorites name textyueg
Test: manual PiperOrigin-RevId: 199395233 Change-Id: If238bad0d3c65b7ab2a1e88eadec47e77e482745
2018-06-05Allow CallingAccountSelector to be shown when the device is locked.linyuh
Bug: 80408180 Test: PreCallActivityTest + Manual testing on a Moto device PiperOrigin-RevId: 199387969 Change-Id: I81d19e22f5a26676eb725b32148c43afd43d3119
2018-06-05Handling timeout in PeopleApiPhoneLookup & Cp2ExtendedDirectoryPhoneLookuplinyuh
Bug: 70989631 Test: PeopleApiPhoneLookupTest, Cp2ExtendedDirectoryPhoneLookupTest PiperOrigin-RevId: 199365461 Change-Id: I017cca8bdb469236ac60382e5fbe7f55976a12b9