summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Added base analytics classes to AOSP Dialer." into lmp-devSai Cheemalapati2014-07-293-0/+66
|\
| * Added base analytics classes to AOSP Dialer.Sai Cheemalapati2014-07-293-0/+66
| | | | | | | | | | | | | | These classes will be no-ops in AOSP Dialer; they will implement analytics in GoogleDialer. Change-Id: I69122b442f44b163289e5257795fe2e6ef8a9a7a
* | Remove use of TelecommManager.from(context)Yorke Lee2014-07-291-1/+2
| | | | | | | | | | Bug: 6948882 Change-Id: Ic1fbc624512c8d6d2df1cfe64b98cd1e74efa51c
* | Merge "Decreased height of action bars in dialer" into lmp-devNancy Chen2014-07-251-1/+1
|\ \
| * | Decreased height of action bars in dialerNancy Chen2014-07-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Kept the height of the search box the same while decreasing the height of all other action bars. Bug: 16627750 Change-Id: I43f2ae6b0f67113df2522369f5fef78c0dc12df4
* | | Merge "Add account label to call details if appropriate" into lmp-devNancy Chen2014-07-265-16/+29
|\ \ \
| * | | Add account label to call details if appropriateNancy Chen2014-07-255-16/+29
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | We will be adding the account label field to call details if there is more than one account to disambiguate. Otherwise this field will be hidden. Bug: 16488229 Change-Id: Idb03d09d63372655504a5f9178e6f2e408aefb88
* | | Switch from ACTION_CALL_PRIVILEGED TO ACTION_CALL (1/5)Yorke Lee2014-07-251-1/+6
| | | | | | | | | | | | | | | Bug: 6948882 Change-Id: I1f90c9f3f33d875482958d5f565629160ce2177e
* | | Merge "Update the value of PinnedPositions.UNPINNED to 0" into lmp-devYorke Lee2014-07-241-3/+4
|\ \ \ | |/ / |/| |
| * | Update the value of PinnedPositions.UNPINNED to 0Yorke Lee2014-07-251-3/+4
| | | | | | | | | | | | | | | | | | | | | Update Dialer to handle the new value of UNPINNED Bug: 16403306 Change-Id: Ibbf6dd573de9566f212d6bf6d1396378214ddd36
* | | Merge "Allow intents to go directly to call log tabs" into lmp-devYorke Lee2014-07-241-1/+48
|\ \ \
| * | | Allow intents to go directly to call log tabsYorke Lee2014-07-221-1/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge "Hiding reported entries from call log (1/2)." into lmp-devSai Cheemalapati2014-07-241-1/+5
|\ \ \ \
| * | | | Hiding reported entries from call log (1/2).Sai Cheemalapati2014-07-241-1/+5
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Reported entries no longer show a name/image in call log or incall ui. Bug: 11150383 Change-Id: I8e221760b96c8070eface2259bdaa4acff1f0f1a
* | | | Merge "Add voicemail transcriptions to Dialer" into lmp-devYorke Lee2014-07-245-24/+77
|\ \ \ \
| * | | | Add voicemail transcriptions to DialerYorke Lee2014-07-245-24/+77
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* / | | Hide keyboard when next key is pressedYorke Lee2014-07-243-22/+24
|/ / / | | | | | | | | | | | | | | | | | | Also move some shared utility methods to DialerUtils Bug: 16542561 Change-Id: Ibc574c24919bdcd11b0786fb9d22d29ff9c21bf1
* | | Merge "Add disambiguation phone icon to recent phone call" into lmp-devNancy Chen2014-07-231-0/+2
|\ \ \
| * | | Add disambiguation phone icon to recent phone callNancy Chen2014-07-231-0/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Adding phone icon to recent phone card to differentiate behavior from a regular call log item. Bug: 15188371 Change-Id: I7de2c019e318f8d74a7783c7a566239f9d4e1725
* / / Hide multiple-account information if there is only a single accountNancy Chen2014-07-231-4/+28
|/ / | | | | | | | | | | | | | | | | Hide account icon from call log and call details if only a single account is registered and enabled. Bug: 16483795 Change-Id: I401924e7be657d0c8da47406b4bf56d88d2c6e3f
* / Make ViewPagerTabs and FABController RTL awareYorke Lee2014-07-224-12/+37
|/ | | | | | | | | | | | * 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
* Merge "Enable icon selection in call log" into lmp-devNancy Chen2014-07-223-23/+69
|\
| * Enable icon selection in call logNancy Chen2014-07-223-23/+69
| | | | | | | | | | | | | | | | | | Originally the call log was not hooked up with the PhoneAccount API, this change hooks that part up. Bug: 15473965 Change-Id: I96bdde927473abcdf7493573be29bf4979cf2696
* | Move ViewPagerTabs out of Dialer repoBrian Attwell2014-07-224-307/+2
| | | | | | | | | | | | Bug: 16158921 Bug: 15616182 Change-Id: Ie648d78dd4df402936c4665eca7c6998e463ca2b
* | Merge "Expose call settings as public API (3/3)" into lmp-devYorke Lee2014-07-201-6/+2
|\ \
| * | Expose call settings as public API (3/3)Yorke Lee2014-07-211-6/+2
| | | | | | | | | | | | | | | | | | | | | Use new call settings intent in Dialer Bug: 16298644 Change-Id: Ia615797e20f396a38fe382f3a2d54ec41c5249ef
* | | Update call settings to mocksNancy Chen2014-07-211-0/+83
| |/ |/| | | | | | | | | | | | | 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
* | Rename PhoneAccountMetadata to PhoneAccountEvan Charlton2014-07-203-13/+13
| | | | | | | | Change-Id: I4597b14110c1cee7f637ec125b839852ef0f34c4
* | Rename PhoneAccount to PhoneAccountHandleEvan Charlton2014-07-203-9/+9
| | | | | | | | Change-Id: I2e97b348e6316a8b3ccc39fd81013e7f514a2889
* | Update Outline APIChris Craik2014-07-181-2/+1
| | | | | | | | Change-Id: I1bcaecb2bbf1bd75e7ce7e07f3560912348087bb
* | Replace shadow workaround with a different oneChris Craik2014-07-182-18/+7
|/ | | | | bug:15023558 Change-Id: Ie85b281ff77694874953ff88297e0d034560c82b
* Added AsyncTask to report dialog/fixed rot (2/2).Sai Cheemalapati2014-07-161-1/+26
| | | | | | | | | 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
* Merge "Added a dialog to confirm caller id reporting (1/2)." into lmp-devSai Cheemalapati2014-07-165-20/+53
|\
| * Added a dialog to confirm caller id reporting (1/2).Sai Cheemalapati2014-07-165-20/+53
| | | | | | | | | | | | Database and call log are now updated when user confirms. Bug: 11150383 Change-Id: Ic716e92bcb2280c1d352bd2232bda516e83349b2
| * Merge "Revert "Added a dialog to confirm caller id reporting."" into lmp-devSai Cheemalapati2014-07-155-53/+20
| |\
| | * Revert "Added a dialog to confirm caller id reporting."Sai Cheemalapati2014-07-165-53/+20
| | | | | | | | | | | | | | | | | | This reverts commit cee1e65f0c411e35c4521922c3e9def13e01fe64. Change-Id: Ic50fd443856ea7e22714423939ac782cd4e89276
| * | Merge "Added a dialog to confirm caller id reporting." into lmp-devSai Cheemalapati2014-07-165-20/+53
| |\|
| | * Added a dialog to confirm caller id reporting.Sai Cheemalapati2014-07-155-20/+53
| | | | | | | | | | | | | | | | | | | | | Database and call log are now updated when user confirms. Bug: 11150383 Change-Id: Iafaca2172f2d44a6edf8514f7d900888dab9cf0e
* | | Show contacts without phone numbers in All contactsYorke Lee2014-07-161-1/+1
|/ / | | | | | | | | Bug: 16324722 Change-Id: I14a26aefbe641412336c4c7228e51cd167d22833
* | Merge "Make ContactPreferences use SharedPreferences instead of System ↵Yorke Lee2014-07-152-6/+57
|\ \ | | | | | | | | | settings (5/5)" into lmp-dev
| * | Make ContactPreferences use SharedPreferences instead of System settings (5/5)Yorke Lee2014-07-152-6/+57
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Remove unnecessary flag for disabling Account SelectionNancy Chen2014-07-151-3/+0
| | | | | | | | | | | | | | | | | | 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)
* | Various call log / call details video call changes.Tyler Gunn2014-07-157-8/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Allow overflow menu to overlap overflow buttonYorke Lee2014-07-151-4/+6
|/ | | | | Bug: 15988764 Change-Id: Ifeffb18a76f38a558e602c9fb5f62ef9d3404ecb
* Merge "DO NOT MERGE Added report button to UI and database." into lmp-devSai Cheemalapati2014-07-155-2/+53
|\
| * DO NOT MERGE Added report button to UI and database.Sai Cheemalapati2014-07-145-2/+53
| | | | | | | | | | | | | | | | | | | | 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)
* | Implement multi-SIM capabilities (3/6) [DO NOT MERGE]Ihab Awad2014-07-142-4/+5
|/ | | | | Bug:16292368 Change-Id: I367f838a08bd478aca86e2d75b221250ebd8a82e (cherry picked from commit 0e8a870afc9de3063a652256e81f9bf2043914e0)
* Move from old setOutline() api to setOutlineProvider()Chris Craik2014-07-111-10/+13
| | | | Change-Id: I9b48309bd54bcb84c781e653df0edb76b163a82c
* Merge "Remove unused import of ServiceManager"Yorke Lee2014-07-101-1/+0
|\
| * Remove unused import of ServiceManagerYorke Lee2014-07-101-1/+0
| | | | | | | | | | Bug: 6948882 Change-Id: Ie2c9ab76398ef4d9474e5ea8712b1cda1e4da782