summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-25Switch from ACTION_CALL_PRIVILEGED TO ACTION_CALL (1/5)Yorke Lee
Bug: 6948882 Change-Id: I1f90c9f3f33d875482958d5f565629160ce2177e
2014-07-25Merge "Update asset for the icon to put on to the recent call card" into lmp-devNancy Chen
2014-07-25Update asset for the icon to put on to the recent call cardNancy Chen
The icon was not updated, adding assets. See bug for screenshot. Bug: 15188371 Change-Id: I1e2ded0c57d64707eae44820af09caaf763549ce
2014-07-24Merge "Update the value of PinnedPositions.UNPINNED to 0" into lmp-devYorke Lee
2014-07-25Update the value of PinnedPositions.UNPINNED to 0Yorke Lee
Update Dialer to handle the new value of UNPINNED Bug: 16403306 Change-Id: Ibbf6dd573de9566f212d6bf6d1396378214ddd36
2014-07-24Merge "Allow intents to go directly to call log tabs" into lmp-devYorke Lee
2014-07-24Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin
2014-07-24Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Ic6aa5bfe5abf2bd584fb805bfa1bbce4a402cf82 Auto-generated-cl: translation import
2014-07-24Merge "Add preview layout for lockscreen phone affordance" into lmp-devJorim Jaggi
2014-07-25Add preview layout for lockscreen phone affordanceJorim Jaggi
With the new interaction to launch the phone from the lockscreen, Dialer needs to provide a static layout which looks as close as possible to the screen after Dialer is fully loaded. Bug: 15126905 Change-Id: Ide1a54833ed00a9e8854408d7cb872d33633b6e5
2014-07-24Merge "Hiding reported entries from call log (1/2)." into lmp-devSai Cheemalapati
2014-07-24Hiding reported entries from call log (1/2).Sai Cheemalapati
Reported entries no longer show a name/image in call log or incall ui. Bug: 11150383 Change-Id: I8e221760b96c8070eface2259bdaa4acff1f0f1a
2014-07-24Merge "Update dialpad overflow menu icon" into lmp-devNancy Chen
2014-07-24Update dialpad overflow menu iconNancy Chen
Overflow menu icons should be the same across dialer Bug: 16488229 Change-Id: I1222d02bd4e54e41f32eab3c11e87ad02e8df8c9
2014-07-24Merge "Color changes in dialer for theme color (light blue) and text" into ↵Nancy Chen
lmp-dev
2014-07-24Merge "Add voicemail transcriptions to Dialer" into lmp-devYorke Lee
2014-07-24Add voicemail transcriptions to DialerYorke Lee
* Display voicemail transcriptions in the call log and call details activity in the Dialer * Fix a bug in CallDetailActivity that would result in multiple instances of VoicemailPlaybackFragment being added on rotation. Now, reuse the same fragment if it is already present in the FragmentManager, to avoid creating new ones * Simplify some test and ctor logic in PhoneCallDetails to reduce the pain of adding new fields into PhoneCallDetails * Simplified playback_layout.xml to remove unnecessary parent LinearLayouts Bug: 16320164 Change-Id: Ie68acc9058aace49d8e64f44a0128de0b6a3f842
2014-07-24Hide keyboard when next key is pressedYorke Lee
Also move some shared utility methods to DialerUtils Bug: 16542561 Change-Id: Ibc574c24919bdcd11b0786fb9d22d29ff9c21bf1
2014-07-23Color changes in dialer for theme color (light blue) and textNancy Chen
Dialer color change to light blue Bug: 16356911 Change-Id: If6224037968e8dca5adf705baa48e9ec77f675ed
2014-07-23Merge "Add disambiguation phone icon to recent phone call" into lmp-devNancy Chen
2014-07-23Hide multiple-account information if there is only a single accountNancy Chen
Hide account icon from call log and call details if only a single account is registered and enabled. Bug: 16483795 Change-Id: I401924e7be657d0c8da47406b4bf56d88d2c6e3f
2014-07-23Add disambiguation phone icon to recent phone callNancy Chen
Adding phone icon to recent phone card to differentiate behavior from a regular call log item. Bug: 15188371 Change-Id: I7de2c019e318f8d74a7783c7a566239f9d4e1725
2014-07-22Allow intents to go directly to call log tabsYorke Lee
If the voicemail tab is preselected via an intent extra, wait (with a timeout) until the list of voicemail providers is retrieved, before setting the selected item in the viewpager. Bug: 15830957 Change-Id: I0ef244cf38a2d5597292e78d30e3155afea6bc4e
2014-07-22Make ViewPagerTabs and FABController RTL awareYorke Lee
* Underline in ViewPagerTabStrips is correctly drawn in RTL mode * Clicking on ViewPagerTabs propogates correct onPageSelected position to ViewPager * FAB is now end aligned instead of right aligned * ViewPager in Dialer is correctly reversed and behaves correctly * Call Log groups headers in call log are now correctly aligned in RTL Bug: 16162264 Bug: 16464471 Change-Id: I2db6b9147a628a68fba5bbbdb7276855d483bad5
2014-07-22Merge commit '5cb300ef' into manualmergeYorke Lee
Change-Id: I0a250709eca34fcbbfdd94cf1cf25195bce844b8
2014-07-22Merge "Fix VVM playback control buttons don’t support TALKBACK"Yorke Lee
2014-07-22Merge "Enable icon selection in call log" into lmp-devNancy Chen
2014-07-22Enable icon selection in call logNancy Chen
Originally the call log was not hooked up with the PhoneAccount API, this change hooks that part up. Bug: 15473965 Change-Id: I96bdde927473abcdf7493573be29bf4979cf2696
2014-07-19Merge "Remove hardcoded class name from test" into lmp-devJay Shrauner
2014-07-18Remove hardcoded class name from testJay Shrauner
Bug:16347739 Change-Id: I810af831b782f0a7a6f3aa9df154c93c03c4080e
2014-07-18Delete search icon resources, since now commonBrian Attwell
Removed some resources from Dialer, so that I could place them in common. PART 1/3 Bug: 16209705 Change-Id: I8ce477a600f6cad629d838c1ffd7505e9970510a
2014-07-17Merge "Move ViewPagerTabs out of Dialer repo" into lmp-devBrian Attwell
2014-07-22Move ViewPagerTabs out of Dialer repoBrian Attwell
Bug: 16158921 Bug: 15616182 Change-Id: Ie648d78dd4df402936c4665eca7c6998e463ca2b
2014-07-22Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I7f387c980aca8a9ed3b3898c013b2a1452bd8e55 Auto-generated-cl: translation import
2014-07-20Merge "Expose call settings as public API (3/3)" into lmp-devYorke Lee
2014-07-21Expose call settings as public API (3/3)Yorke Lee
Use new call settings intent in Dialer Bug: 16298644 Change-Id: Ia615797e20f396a38fe382f3a2d54ec41c5249ef
2014-07-19Merge "Lower call log list item's translation-Z to 2dp." into lmp-devAndrew Lee
2014-07-21Lower call log list item's translation-Z to 2dp.Andrew Lee
Bug: 16357609 Change-Id: Id708e96420cecdf38fc86c13b7bf2fae3285c298
2014-07-21Update call settings to mocksNancy Chen
Increase padding and modify text spacing. See screenshot here https://drive.google.com/a/google.com/file/d/0B0hheJjccUOjMHAycHN5Qy01MVk/view?usp=sharing Bug: 15571286 Change-Id: Ieb3c9e0103bcf2bdfe236ba84d21897b4757faf1
2014-07-17Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin
2014-07-20Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Ib5a94f909f6bf1b50787799fa13af560e6179f54 Auto-generated-cl: translation import
2014-07-20Rename PhoneAccountMetadata to PhoneAccountEvan Charlton
Change-Id: I4597b14110c1cee7f637ec125b839852ef0f34c4
2014-07-20Rename PhoneAccount to PhoneAccountHandleEvan Charlton
Change-Id: I2e97b348e6316a8b3ccc39fd81013e7f514a2889
2014-07-17Merge "Remove deprecated locales - DO NOT MERGE" into lmp-devBaligh Uddin
2014-07-19Remove deprecated locales - DO NOT MERGEBaligh Uddin
Change-Id: I2d413ffb372abbd1b989990456586f495a1c7765
2014-07-18Merge "Update Outline API" into lmp-devChris Craik
2014-07-18Rename voicemail permissionsYorke Lee
Rename READ_ALL_VOICEMAIL to READ_VOICEMAIL, and MANAGE_VOICEMAIL to WRITE_VOICEMAIL Bug: 16400686 Change-Id: Id745be33865d622616ce7423af19c46bd1c1f9ce
2014-07-18Update Outline APIChris Craik
Change-Id: I1bcaecb2bbf1bd75e7ce7e07f3560912348087bb
2014-07-18Replace shadow workaround with a different oneChris Craik
bug:15023558 Change-Id: Ie85b281ff77694874953ff88297e0d034560c82b
2014-07-17Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin
2014-07-17Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Ifce84b3fd8a4cf0deadf3359cae85fa973f3d505 Auto-generated-cl: translation import
2014-07-17Merge "Change dialer's contentInsetStart=0px" into lmp-devBrian Attwell
2014-07-18Change dialer's contentInsetStart=0pxBrian Attwell
I fixed this in the framework a while ago. You no longer need to use contentInsetStart=1px. Bug: 16403573 Change-Id: Idc3d4b0de7d1c700d6847f62318dcf7d3b1850d0
2014-07-17Merge "Added AsyncTask to report dialog/fixed rot (2/2)." into lmp-devSai Cheemalapati
2014-07-16Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I88568699a8ad19a1a94416f0d7b3a0f3b8f3cc1f Auto-generated-cl: translation import
2014-07-16Fix directory import orderJay Shrauner
Change src + res directory import order to put InCallUi before ContactsCommon. Bug:16300823 Change-Id: Idbf3ef268c6d91b346ecdbccefc454326b7ae0e5
2014-07-16Added AsyncTask to report dialog/fixed rot (2/2).Sai Cheemalapati
Dialog used to cause crash on rotation due to issues with Fragment Manager. The solution now is to dismiss it before rotation and reinitialize it in onCreate. Bug: 11150383 Change-Id: I972785637e0c302547cd9ac11b5c8f84723b2863
2014-07-16Merge "Added a dialog to confirm caller id reporting (1/2)." into lmp-devSai Cheemalapati
2014-07-16Added a dialog to confirm caller id reporting (1/2).Sai Cheemalapati
Database and call log are now updated when user confirms. Bug: 11150383 Change-Id: Ic716e92bcb2280c1d352bd2232bda516e83349b2
2014-07-15Merge "Show contacts without phone numbers in All contacts" into lmp-devYorke Lee
2014-07-16Merge "Add android:colorPrimary to Dialer theme" into lmp-devYorke Lee
2014-07-15Add android:colorPrimary to Dialer themeYorke Lee
Bug: 16191528 Change-Id: I0228d57115e401cfe3c40f75856ba69927e394f4
2014-07-16Show contacts without phone numbers in All contactsYorke Lee
Bug: 16324722 Change-Id: I14a26aefbe641412336c4c7228e51cd167d22833
2014-07-15Merge "Revert "Added a dialog to confirm caller id reporting."" into lmp-devSai Cheemalapati
2014-07-16Revert "Added a dialog to confirm caller id reporting."Sai Cheemalapati
This reverts commit cee1e65f0c411e35c4521922c3e9def13e01fe64. Change-Id: Ic50fd443856ea7e22714423939ac782cd4e89276
2014-07-16Merge "Added a dialog to confirm caller id reporting." into lmp-devSai Cheemalapati
2014-07-15Added a dialog to confirm caller id reporting.Sai Cheemalapati
Database and call log are now updated when user confirms. Bug: 11150383 Change-Id: Iafaca2172f2d44a6edf8514f7d900888dab9cf0e
2014-07-15Merge "Make ContactPreferences use SharedPreferences instead of System ↵Yorke Lee
settings (5/5)" into lmp-dev
2014-07-15Remove unnecessary flag for disabling Account SelectionNancy Chen
Since the account selection dialog no longer will appear on the dialer app, the Dialtacts activity no longer needs to disable it. Bug: 16290489 Change-Id: I14790ee047d46ef716cadf9a5d5e0b70e1d46898 (cherry picked from commit 29a2ef2f0371de25272e63b8498f939d1c202dba)
2014-07-15Various call log / call details video call changes.Tyler Gunn
Requires cl/501841. Call log: 1. Add video call affordance. 2. Add accessibility text for calls, video call afforance. 3. Fixed unit test Call details: 1. Showing video icon when a call had video. 2. Changing call headings to indicate they were video calls. Bug: 16013879 Bug: 16013344 Bug: 16013684 Change-Id: I53b5bf9b0b1a63f9d119318d59f690d310cca7c8
2014-07-15Make ContactPreferences use SharedPreferences instead of System settings (5/5)Yorke Lee
* Move constants that originally lived in the framework into ContactsCommon * Use SharedPreferences instead of System settings to persist preferences * Use a SharedPreferenceListener to monitor changes instead of a content observer on system settings * Move DisplayOrderPreference and SortOrderPreference into ContactsCommon so that it can be used by Dialer * Create base DialerSettingsActivity in Dialer, and make GoogleDialerSettingsActivity extend it Bug: 16153186 Change-Id: I27befcc3b038038830f72092b55a6fc8a6f85674
2014-07-15Merge "DO NOT MERGE Added report button to UI and database." into lmp-devSai Cheemalapati
2014-07-15Merge "Fixing Dialer InCallUI to portrait." into lmp-devSai Cheemalapati
2014-07-15Fixing Dialer InCallUI to portrait.Sai Cheemalapati
InCallUI now fixed to portrait orientation. Bug: 15985084 Change-Id: I0a61a5c3fef6ab334b4ca9b7b0a4f24df1b37dbd
2014-07-15Allow overflow menu to overlap overflow buttonYorke Lee
Bug: 15988764 Change-Id: Ifeffb18a76f38a558e602c9fb5f62ef9d3404ecb
2014-07-14DO NOT MERGE Added report button to UI and database.Sai Cheemalapati
It toasts when clicked for now. The database is not updated when it is clicked yet. Bug: 11150383 Change-Id: Ifd588bdfb36dd8a96977a870071a064726f6e669 (cherry picked from commit 3eae4825ee9a29bd43c9b01d3cbf92de6ad3eb11)
2014-07-14String change for "Add to contacts" optionYorke Lee
Bug: 16293122 Change-Id: Iff041daf9d017b24624b4934b14adf02225cc9af
2014-07-14Merge "Implement multi-SIM capabilities (3/6) [DO NOT MERGE]" into lmp-devSantos Cordon
2014-07-14Implement multi-SIM capabilities (3/6) [DO NOT MERGE]Ihab Awad
Bug:16292368 Change-Id: I367f838a08bd478aca86e2d75b221250ebd8a82e (cherry picked from commit 0e8a870afc9de3063a652256e81f9bf2043914e0)
2014-07-11Move from old setOutline() api to setOutlineProvider()Chris Craik
Change-Id: I9b48309bd54bcb84c781e653df0edb76b163a82c
2014-07-10Merge "Remove unused import of ServiceManager"Yorke Lee
2014-07-10Remove unused import of ServiceManagerYorke Lee
Bug: 6948882 Change-Id: Ie2c9ab76398ef4d9474e5ea8712b1cda1e4da782
2014-07-10Merge "Adding support for video call icon and data usage in call log."Tyler Gunn
2014-07-10Adding support for video call icon and data usage in call log.Tyler Gunn
Bug: 16013684 Bug: 16015261 Change-Id: Ie75443d641c1e09a5772bb618aba55de8583716b
2014-07-09Remove SelectAccountDialogFragment for PhoneAccount on Dialer app (1/2)Nancy Chen
One-time select will no longer be available within the dialer app so the fragment and menu item have been removed. Bug: 15473965 Change-Id: I13410b328f5b5ce887b8f3a9ba2c734d58008c56
2014-07-09Merge "Hook up call intent for video call."Andrew Lee
2014-07-09Merge "Update showCallScreen & isInAPhoneCall to use PhoneManager."Santos Cordon
2014-07-08Update showCallScreen & isInAPhoneCall to use PhoneManager.Santos Cordon
Change-Id: Ibe6900a0560611346d4ec8e109349b0c82c8a463
2014-07-09Merge "Add manage voicemail permission (4/4)"Yorke Lee
2014-07-08Hook up call intent for video call.Andrew Lee
Bug: 16013180 Change-Id: If067b2bb4252afa2c2e373b4eff9511dad821159
2014-07-07Merge "String resources required for call log and call details VT support."Tyler Gunn
2014-07-08String resources required for call log and call details VT support.Tyler Gunn
Removed some un-used strings as well. Bug: 16015261 Bug: 16013344 Change-Id: Id7ac8b4b8915403e72c76628323fc56f817736f5
2014-07-08Add closeQuietly utility method (1/2)Yorke Lee
Bug: 6948882 Change-Id: I8960f457ee71bc99da0a88692e55887c8a4df2b4
2014-07-07Fix nested pre-scrolling delta magnitudeYorke Lee
The framework bug causing a mis-signed delta was fixed, so update the app-side workaround accordingly. https://googleplex-android-review.git.corp.google.com/#/c/498315/ Change-Id: Id7272de056870a9272ac3d8bef8ab95c2275f74d
2014-07-06Merge "Add in-app CountryDetector (3/4)"Yorke Lee
2014-07-07am a44fb323: (-s ours) am fa7085eb: (-s ours) am ee4a1fe6: (-s ours) am ↵Baligh Uddin
61283a85: (-s ours) Import translations. DO NOT MERGE * commit 'a44fb323dc6e66823e216c66d4f622ea80f24a18': Import translations. DO NOT MERGE
2014-07-07am fa7085eb: (-s ours) am ee4a1fe6: (-s ours) am 61283a85: (-s ours) Import ↵Baligh Uddin
translations. DO NOT MERGE * commit 'fa7085eb874984cbc265abb4460656010335fabe': Import translations. DO NOT MERGE
2014-07-07am ee4a1fe6: (-s ours) am 61283a85: (-s ours) Import translations. DO NOT MERGEBaligh Uddin
* commit 'ee4a1fe6c2e4cd0155a7ccbe173d8754c57f1ae5': Import translations. DO NOT MERGE
2014-07-07am 4365d431: (-s ours) am 3e477515: (-s ours) Import translations. DO NOT MERGEBaligh Uddin
* commit '4365d431de09aab4324c60ee38ac8a0f768ac556': Import translations. DO NOT MERGE
2014-07-07am 3e477515: (-s ours) Import translations. DO NOT MERGEBaligh Uddin
* commit '3e47751528d546a6d969703e100e5c9de4d870be': Import translations. DO NOT MERGE