summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Adds tooltip for DialerChristine Chen2013-10-034-15/+216
| | | | | | | | | | Bug: 10916819 Change-Id: Ic18f982a6d478b165f576361cfec6edb8c6eb1c3
* | Merge "Dynamically change layout params to avoid hiding no favorites view" ↵Yorke Lee2013-10-031-0/+9
|\ \ | |/ |/| | | into klp-dev
| * Dynamically change layout params to avoid hiding no favorites viewYorke Lee2013-10-021-0/+9
| | | | | | | | | | Bug: 11029206 Change-Id: I4965515b51592a5bb8808b9654cb246782875c0a
* | Merge "Don't allow dialpad presses until it is fully in position" into klp-devYorke Lee2013-10-021-0/+3
|\ \
| * | Don't allow dialpad presses until it is fully in positionYorke Lee2013-10-021-0/+3
| |/ | | | | | | | | Bug: 11006188 Change-Id: I67861038510591384daf4e2c5da06af3dda5439c
* | Fixes how voicemail looks up contact namesChristine Chen2013-10-022-16/+28
| | | | | | | | | | Bug: 10966248 Change-Id: I6532e71c3a63104587e5f9bdba59ce2eb3423bb4
* | Merge "Clicking on dialer directory headers scrolls to selected directory" ↵Yorke Lee2013-10-021-0/+9
|\ \ | | | | | | | | | into klp-dev
| * | Clicking on dialer directory headers scrolls to selected directoryYorke Lee2013-10-011-0/+9
| | | | | | | | | | | | | | | | | | | | | Enable setScrollToSectionOnHeaderTouch for dialer search Bug: 10991974 Change-Id: If6021ece166ae0cba8bb3a9f1db77c7b3f8a9e5c
* | | Merge "Filters out legacy unknown numbers." into klp-devChristine Chen2013-10-022-1/+17
|\ \ \
| * | | Filters out legacy unknown numbers.Christine Chen2013-09-302-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds "-1", "-2", "-3" as unknown number placeholders for legacy reasons. - Disable calling feature for these numbers. - Show caller info as "Unknown" for these numbers. Bug: 10966248 Change-Id: Ibb7904685decbc602db33a56c7709279728e503d
* | | | Merge "Turn on reverse lookup by default." into klp-devChiao Cheng2013-10-022-5/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Turn on reverse lookup by default.Chiao Cheng2013-09-302-5/+8
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adding new caller id is enabled message when the call short cut is displaying a reverse lookup result or if the number is unknown. - Added dismiss "X" button which turns of the badge forever. - Fixed issue where main screen was cutting off add contact button when few favorites are present. Bug: 10956658 Change-Id: Iea298d41b2ad6c3f63bc5580dc54fa0dc81d8c52
* | | Fix brief flash when making a call from searchYorke Lee2013-10-011-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Perform the fragment transaction to hide search in onPause. This prevents the brief flash that shows up in the time between pausing the activity and starting the in-call UI, but also ensures that we execute the transaction before onSaveInstance is called to prevent b/10953115. Bug: 10780429 Change-Id: I85b4c7e6719acede845d604087344401edc9ef3d
* | | Fix crash when dragging a contact to searchboxYorke Lee2013-10-012-18/+16
| | | | | | | | | | | | | | | | | | | | | | | | Also fix drag handling so that dropping outside the listview will also complete the drag animation. Bug: 11017468 Change-Id: I968cc8463e9d567b0a8c62f851c067d589571c6d
* | | Fix flicker when long pressing to drag and dropYorke Lee2013-09-303-11/+2
| |/ |/| | | | | | | | | | | | | | | | | | | | | Initial creation of drag shadow now uses the same layout logic as drag hovering so that the shadow does not jump upon first creation. Removed setPressed from onLongClick listener to avoid toggling of pressed state when drag was started. Bug: 10991974 Change-Id: I186cd62060e3a79913aa89fb7af989f3497e0b10
* | Merge "Add slide up transition when call shortcut is dismissed" into klp-devYorke Lee2013-09-302-11/+34
|\ \ | |/ |/|
| * Add slide up transition when call shortcut is dismissedYorke Lee2013-09-282-11/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add animations to the favorites list view that occur when the most recent call shortcut is dismissed. The previous implementation would call removeAllViews on the call shortcut once it had been dismissed. This would cause the rest of the list view to appear to jump up into place instead of animating smoothly. Instead, we now use the same animation logic in PhoneFavoritesFragment by saving the offsets of the rest of the list items once the shortcut is dismissed, and then assigning animations to the new list items when a new dataset arrives in onCallsFetched. Also, additional logic needs to be added to the animation logic because call shortcuts are taller than regular contacts. The previous code made the assumption that the removed item would always be the same height as all other list items, but this is not the case here. We thus save the height of the removed call shortcut as a special value in mItemIdTopMap and retrieve it to correctly calculate translation offsets instead. Bug: 10915363 Change-Id: I81bd711c5a3a34bdb4c4f5a311b91fb6ee1539c0
* | Merge "Fix incorrect photouri on call shortcut" into klp-devYorke Lee2013-09-301-9/+0
|\ \
| * | Fix incorrect photouri on call shortcutYorke Lee2013-09-291-9/+0
| |/ | | | | | | | | Bug: 10972458 Change-Id: Ibae824d24f72255f7d2e4c3dfa6f38f001f56f76
* / Change cached info to interfaceJay Shrauner2013-09-284-23/+30
|/ | | | | | | Change AOSP cache API to interface and move DB data types to GoogleDialer Bug:10980951 Change-Id: I37eb07f672458ab4d8789ecc4e9f2f60745de862
* Merge "Fix relayout requests when dragging" into klp-devYorke Lee2013-09-283-10/+3
|\
| * Fix relayout requests when draggingYorke Lee2013-09-273-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | Also removed unneeded legacy code that shows the keyboard when the search view is focused. The framework does that automatically for us, and this code was causing problems by popping up the keyboard whenever you dragged a contact over the search view. Also turned off debug flag. Bug: 10965693 Change-Id: I2fb9cedecd2a78faa367f750f8a0aea9de68a359
* | Merge "Disable drag and drop if the undo dialog for a favorite is showing" ↵Yorke Lee2013-09-282-0/+9
|\ \ | |/ |/| | | into klp-dev
| * Disable drag and drop if the undo dialog for a favorite is showingYorke Lee2013-09-272-0/+9
| | | | | | | | | | Bug: 10955634 Change-Id: I1a562a03aa7a7de016687803c154b6a3915e3e10
* | Merge "Refresh call shortcut when returning to the dialer" into klp-devYorke Lee2013-09-271-0/+3
|\ \ | |/ |/|
| * Refresh call shortcut when returning to the dialerYorke Lee2013-09-261-0/+3
| | | | | | | | | | Bug: 10951409 Change-Id: Ieb39e5f939736be8bc10690f322ef5e43ce81027
* | Revert "Fix brief flash when clicking on a search result to dial"Yorke Lee2013-09-271-21/+2
| | | | | | | | | | | | | | | | This reverts commit 02403e5cd7eb0f1cff85146013e33691e1dc2e8b. Fixes bug: 10953115 Change-Id: Id52e794b6f48ccfeae00d1556cca9ab67378e47a
* | Revert no favorite card background changeChristine Chen2013-09-261-37/+1
| | | | | | | | | | Bug: 10862541 Change-Id: I52cbb8b2cfce90c315e42e89935fc7225f8d39fc
* | Merge "Don't do fragment transactions if fragment is destroyed" into klp-devYorke Lee2013-09-271-0/+4
|\ \
| * | Don't do fragment transactions if fragment is destroyedYorke Lee2013-09-261-0/+4
| |/ | | | | | | | | Bug: 10953115 Change-Id: Idf8107ca9b49b31d2209751a09daabadacfc752b
* | Merge "Fix for private numbers in call shortcut being dialable" into klp-devYorke Lee2013-09-271-0/+2
|\ \
| * | Fix for private numbers in call shortcut being dialableYorke Lee2013-09-261-0/+2
| |/ | | | | | | | | | | | | | | Call log views were being recycled and reusing the tagged intent in the recycled view. Bug: 10953465 Change-Id: Iff1d2276622bda05486efd092abac1a55b7441f1
* / Disable swiping for top 3 contactsYorke Lee2013-09-261-1/+1
|/ | | | | Bug: 10946188 Change-Id: Ic0667335d681648448ee044fd35fc29488d5ba7c
* Merge "Add no favorite card to the Dialer" into klp-devChristine Chen2013-09-263-37/+74
|\
| * Add no favorite card to the DialerChristine Chen2013-09-263-37/+74
| | | | | | | | | | Bug: 10862541 Change-Id: I7299d38dcc63fa2a37e61949ebfcc794c3471c70
* | Merge "Add drag to open functionality to Dialer overflow menu" into klp-devYorke Lee2013-09-251-7/+22
|\ \
| * | Add drag to open functionality to Dialer overflow menuYorke Lee2013-09-251-7/+22
| |/ | | | | | | | | Bug: 10904260 Change-Id: I18fef2f553ab2598c87972ed887b0221108957f8
* / Don't call finish when calling from the dialpadYorke Lee2013-09-252-5/+7
|/ | | | Change-Id: Ib5c98b51c4f3113e434208b83310754b825a197f
* Merge "Fix brief flash when clicking on a search result to dial" into klp-devYorke Lee2013-09-251-2/+21
|\
| * Fix brief flash when clicking on a search result to dialYorke Lee2013-09-241-2/+21
| | | | | | | | | | | | | | | | Delay the hiding of the search fragment so that the in-call ui has time to show up. Bug: 10780429 Change-Id: I0f44bbb10e221ad4480ed1acf6225e6d6b6411ce
* | Fix some padding issues related to the top 3 favoritesYorke Lee2013-09-241-2/+3
| | | | | | | | | | | | | | | | Also fixed a bug that would cause Index OOB exceptions if we were to use anything other than 1 row of tiled favorites. Bug: 10888792 Change-Id: I671032f48fa054847692d28a7c58836bf67c9b29
* | Merge "Adding missed call badge." into klp-devChiao Cheng2013-09-253-5/+149
|\ \
| * | Adding missed call badge.Chiao Cheng2013-09-243-5/+149
| |/ | | | | | | | | Bug: 10861718 Change-Id: I3a889a71cff7abac578da83d09dd7af23f3f88ca
* / Restore the phone disambiguation dialogYorke Lee2013-09-241-9/+15
|/ | | | | | | | | | | | | As discussed: 1) If a contact has more than one phone number and no default set, don't show the phone number type. Instead, just center the contact name. 2) Clicking on a contact with more than one phone number and no default will launch the disambiguation dialog. 3) If a contact has a default phone number set or only has one phone number, show the phone number type. 4) Add phone number type to the top 3 contacts, if one is present. Change-Id: I6a60fc6111e8f9494eca5e35d7cfbaf40aa99e57
* Merge "Fix clear call log option in overflow menu" into klp-devYorke Lee2013-09-241-1/+1
|\
| * Fix clear call log option in overflow menuYorke Lee2013-09-231-1/+1
| | | | | | | | | | Bug: 10895974 Change-Id: I4259602709705665aefddba38784667faa6d50aa
* | Adds star to indicate favorite contactsChristine Chen2013-09-243-9/+35
| | | | | | | | | | | | | | | | | | - For squared tiles, stars will replace info icons when a contact is a favorite contact. And clicking on either star or info icon will bring up the quick contact card. Bug: 10862067 Change-Id: Ie0ad9e7e5969a70c3bafef5c2bb47fb84cd7ffdb
* | Merge "Add number type label to favorites list" into klp-devYorke Lee2013-09-242-31/+12
|\ \
| * | Add number type label to favorites listYorke Lee2013-09-232-31/+12
| |/ | | | | | | | | Bug: 10888792 Change-Id: I60ab15389c01cdb5cebc72ede15cced93dca50ef
* | Merge "Fix for CallDetailsActivity always showing unknown numbers" into klp-devYorke Lee2013-09-231-1/+1
|\ \ | |/ |/|