OSDN Git Service

android-x86/packages-apps-Contacts.git
13 years agoMerge remote-tracking branch 'korg/froyo' into froyo-x86 froyo-x86 android-x86-2.2-r2
Chih-Wei Huang [Wed, 6 Apr 2011 09:18:45 +0000 (17:18 +0800)]
Merge remote-tracking branch 'korg/froyo' into froyo-x86

13 years agoCompare only network portion to determine if number is voicemail.
Wink Saville [Mon, 2 Aug 2010 18:05:38 +0000 (11:05 -0700)]
Compare only network portion to determine if number is voicemail.

Bug: 2881483
Change-Id: Iff007fb0ca56ed7420e09e75b54da58f5c94e2ec

13 years agoadd notouch resources for avoid crash on notouch machine android-x86-2.2
Kelly2.Blue [Tue, 5 Jan 2010 07:39:15 +0000 (15:39 +0800)]
add notouch resources for avoid crash on notouch machine

13 years agoFixing use of green button in call log
Dmitri Plotnikov [Wed, 30 Jun 2010 23:49:18 +0000 (16:49 -0700)]
Fixing use of green button in call log

Bug: 2800236
Change-Id: Iecaa7655f1f4d5c901ad749b089563e5dab79e9d

13 years agoImport revised translations
Kenny Root [Mon, 21 Jun 2010 01:58:16 +0000 (18:58 -0700)]
Import revised translations

Change-Id: I0ecb901cf71e2ad9b5374be6a4d7097c61f1de20

13 years agoImport revised translations
Kenny Root [Thu, 10 Jun 2010 05:30:15 +0000 (22:30 -0700)]
Import revised translations

Change-Id: Ic659d528e91f13d113081e06739bc553577d1be2

13 years agoImport revised translations
Kenny Root [Mon, 17 May 2010 18:29:12 +0000 (11:29 -0700)]
Import revised translations

Change-Id: Iffeb26cd0e4b3f325cd1600cc491aa976607d0ef

13 years agoMerge "Import revised translations" into froyo
Kenny Root [Thu, 29 Apr 2010 22:36:24 +0000 (15:36 -0700)]
Merge "Import revised translations" into froyo

13 years agoImport revised translations
Kenny Root [Thu, 29 Apr 2010 22:34:00 +0000 (15:34 -0700)]
Import revised translations

Change-Id: I5e5b3670b88042ee77e0f70bd0d4ab9153061b74

13 years agoPosition indepdendence for strings with multiple args
Kenny Root [Thu, 29 Apr 2010 18:54:00 +0000 (11:54 -0700)]
Position indepdendence for strings with multiple args

Different languages may have different ordering for sentences, so write
the string substitution in position-independent format so the correct
items show up in the right order in other languages.

Change-Id: Ifaac12fb38ee3260f17ba80224689bdadd7286c4

13 years agoImport revised translations
Kenny Root [Tue, 27 Apr 2010 20:13:40 +0000 (13:13 -0700)]
Import revised translations

Change-Id: Ie212fc96c23960923b30a34bc3518a59d5b28bcd

14 years agoAdd a new intent type that allows opening the Contacts app in its last state.
Daniel Lehmann [Thu, 22 Apr 2010 00:31:11 +0000 (17:31 -0700)]
Add a new intent type that allows opening the Contacts app in its last state.
Also fix some broken comments.

Bug: 2615649
Change-Id: I65e1033b64cab38fbfb0c74e104dce382b4a2a20

14 years agoFixing breakage in legacy contact pickers.
Dmitri Plotnikov [Thu, 15 Apr 2010 19:27:33 +0000 (12:27 -0700)]
Fixing breakage in legacy contact pickers.

Bug: 2599582
Change-Id: I1abe4841dcde6ceaaa424654d2578af58258fb28

14 years agoImport revised translations
Kenny Root [Thu, 15 Apr 2010 03:32:52 +0000 (20:32 -0700)]
Import revised translations

Change-Id: Icfc4e5ed27092fe60e567ac0d3dc97d18356dbbc

14 years agoMerge "Fixing search in direct dial/message shortcut creation" into froyo
Dmitri Plotnikov [Mon, 12 Apr 2010 17:48:49 +0000 (10:48 -0700)]
Merge "Fixing search in direct dial/message shortcut creation" into froyo

14 years agoFixing search in direct dial/message shortcut creation
Dmitri Plotnikov [Thu, 8 Apr 2010 23:51:36 +0000 (16:51 -0700)]
Fixing search in direct dial/message shortcut creation

Bug: 2579548
Change-Id: I8ffa0eff20d5c9867ed58d7150cd48464f25c7ce

14 years agoMake OnCancelListener call finish() in stead of just calling dismiss().
Daisuke Miyakawa [Thu, 8 Apr 2010 05:00:24 +0000 (14:00 +0900)]
Make OnCancelListener call finish() in stead of just calling dismiss().

Bug: 2578627
Change-Id: I71e4f318710c60958240cebb35b4a1a065638e32

14 years agoPreventing a crash on rotation of the Display Options activity
Dmitri Plotnikov [Wed, 7 Apr 2010 01:35:11 +0000 (18:35 -0700)]
Preventing a crash on rotation of the Display Options activity

The crash occurs if you rotate the Display Options activity
while it is saving.  The exception thrown simply tells us
that the dialog is already gone.  Swallowing this exception
is benign.

It is a very common monkey crash.

Bug: 2138584
Change-Id: I367f7ee487700c24a4958e65ad957299ab91074c

14 years agoFixing visibility of label/data/snippet in contact item view.
Dmitri Plotnikov [Tue, 6 Apr 2010 23:31:16 +0000 (16:31 -0700)]
Fixing visibility of label/data/snippet in contact item view.

These fields would sometimes be made invisible, but
not restored back to visible when needed.

Bug: 2573102
Change-Id: I088096310be1cd53afa5d2160d2b1ea0b6f433e7

14 years agoFixing NPE in phone disambig dialog.
Dmitri Plotnikov [Tue, 6 Apr 2010 01:53:05 +0000 (18:53 -0700)]
Fixing NPE in phone disambig dialog.

Bug: 2569645
Change-Id: I520cd8c602ca5de3e63d372a6826a34fc97c0dbe

14 years agoMake ImportVCardActivity check null of mHandler, which happens when onDestroy() is...
Daisuke Miyakawa [Mon, 5 Apr 2010 04:40:33 +0000 (13:40 +0900)]
Make ImportVCardActivity check null of mHandler, which happens when onDestroy() is called during import.

Bug: 2566873
Change-Id: I01d0c6dbd36daf05d6521c75d6052e35586c94ce

14 years agoWhen the activity is destroyed, make sure any background thread is cancelled.
Nicolas Catania [Fri, 2 Apr 2010 23:51:39 +0000 (16:51 -0700)]
When the activity is destroyed, make sure any background thread is cancelled.

There was a race condition when the activity was destroyed when the background
thread was still running.
Before we release the handler, cancel any running thread, wait for it to
actually exit before purging the handler.
This code should be rewritten to use AsyncTask instead of raw threads
in my opinion.

Tested: I tried to import +100 vcard and make the app exit and it did not crash
however the current bug will show under high load. Need to wait for a monkey run
to confirm it is fixed.

Bug:2517391

Change-Id: I37e7619f6b93a8faa7da4506caffb9ed40e4f844

14 years agoLet ImportVCardActivity choose an account if multiple account exist.
Daisuke Miyakawa [Fri, 2 Apr 2010 03:06:44 +0000 (12:06 +0900)]
Let ImportVCardActivity choose an account if multiple account exist.
Remove VCardActivity, which does nothing effective.
Remove getReopenableUri(), since this change the method unnecessary.

Bug: 2528512
Bug: 2568427
Change-Id: I1ffb4171fefaad1ddc7406fe5447876d4c647610

14 years agoCherry-pick 78bc8a3d70c65973fed80ee5cb628f7aa21e14d0 into
Martin Hibdon [Wed, 31 Mar 2010 00:50:41 +0000 (17:50 -0700)]
Cherry-pick 78bc8a3d70c65973fed80ee5cb628f7aa21e14d0 into
the Froyo branch.

14 years agoMerge "Fixing NPE in contact photo loader" into froyo
Dmitri Plotnikov [Fri, 2 Apr 2010 20:21:20 +0000 (13:21 -0700)]
Merge "Fixing NPE in contact photo loader" into froyo

14 years agoMerge "Absorbing extra key events on contact search." into froyo
Dmitri Plotnikov [Fri, 2 Apr 2010 18:49:00 +0000 (11:49 -0700)]
Merge "Absorbing extra key events on contact search." into froyo

14 years agoFixing NPE in contact photo loader
Dmitri Plotnikov [Fri, 2 Apr 2010 18:32:50 +0000 (11:32 -0700)]
Fixing NPE in contact photo loader

Bug: 2566919
Change-Id: I8711ce801ca2b80658bcc669f03e3c3d2c28b3bb

14 years agoChange intent category for creating direct dial shortcuts added
Bernd Holzhey [Wed, 31 Mar 2010 08:06:24 +0000 (10:06 +0200)]
Change intent category for creating direct dial shortcuts added
in change I3b1b30a4cdc25728a9bdd2cba4ec92de24d3b90f.

Depends on: I4702538c9f53cc0b64eae72298e27232cdfb3548

Change-Id: I918415746fb73796199a23be579d6ffd949cb734

14 years agoMerge "revert the stripping of System Group: from the names of google system groups...
Fred Quintana [Fri, 2 Apr 2010 17:47:16 +0000 (10:47 -0700)]
Merge "revert the stripping of System Group: from the names of google system groups" into froyo

14 years agoMerge "revive contacts launch performance tests & also add the test for dialer UI...
Guang Zhu [Fri, 2 Apr 2010 03:23:43 +0000 (20:23 -0700)]
Merge "revive contacts launch performance tests & also add the test for dialer UI" into froyo

14 years agoAbsorbing extra key events on contact search.
Dmitri Plotnikov [Fri, 2 Apr 2010 02:33:24 +0000 (19:33 -0700)]
Absorbing extra key events on contact search.

When contact search is started from a keyboard,
we start a search activity, but subsequent key events
are still coming to the original activity and
it just keeps launching new search activities.

Discussed this with Dianne.  The only available solution
in FroYo is to swallow the extra events.

This CL does just that.

Bug: 2565998

Change-Id: Ib9318ad4832e950172af5a3999194bc14321938b

14 years agorevert the stripping of System Group:
Fred Quintana [Thu, 1 Apr 2010 18:44:10 +0000 (11:44 -0700)]
revert the stripping of System Group:
from the names of google system groups

Change-Id: Ifbcd4b15738631e2062a92da7513b3376f83dba3
http://b/issue?id=2558197

14 years agoMerge "Saving ALL state when contact editor is evicted" into froyo
Dmitri Plotnikov [Thu, 1 Apr 2010 19:14:28 +0000 (12:14 -0700)]
Merge "Saving ALL state when contact editor is evicted" into froyo

14 years agorevive contacts launch performance tests & also add the test for dialer UI
Guang Zhu [Thu, 1 Apr 2010 18:26:21 +0000 (11:26 -0700)]
revive contacts launch performance tests & also add the test for dialer UI

this is part of a larger effort to collect app launch performance for the platform.

Change-Id: Id8f881f81a32acdcfc930e214d2910f79508c4cb

14 years agoRemoving photo cache clearing on cursor change
Dmitri Plotnikov [Thu, 1 Apr 2010 01:53:31 +0000 (18:53 -0700)]
Removing photo cache clearing on cursor change

Bug: 2562872
Change-Id: I923c92cda498f9073e99f9463bb30ebade3516b7

14 years agoSaving ALL state when contact editor is evicted
Dmitri Plotnikov [Thu, 1 Apr 2010 00:52:25 +0000 (17:52 -0700)]
Saving ALL state when contact editor is evicted

We failed to save three of the fields in onSaveInstanceState
As a result we would be
1) unable to attach a photo to a contact
2) get an out-of-memory situation if a sync is running at the same time
3) not be able to join a contact manually if the process is interrupted

Bug: 2558867
Change-Id: I28dd605e82c12b611e9919170d6ba5d17442b8fc

14 years agoMerge "Fixing tests that did not get updated earlier" into froyo
Dmitri Plotnikov [Wed, 31 Mar 2010 23:38:16 +0000 (16:38 -0700)]
Merge "Fixing tests that did not get updated earlier" into froyo

14 years agoFixing tests that did not get updated earlier
Dmitri Plotnikov [Wed, 31 Mar 2010 23:34:31 +0000 (16:34 -0700)]
Fixing tests that did not get updated earlier

The change https://android-git.corp.google.com/g/#change,45372
broke the tests.  I have verified that it's the tests
and not the tested code that is broken.

Bug: 2524876
Change-Id: Iaa3d1012bef301d09562793b0adac8888be2c783

14 years agoForce vCard importer copy vCard as a temporary local file in order to
Daisuke Miyakawa [Tue, 30 Mar 2010 06:19:11 +0000 (15:19 +0900)]
Force vCard importer copy vCard as a temporary local file in order to
avoid some troubles around Content Uri which cannot be scanned more
than once.

This is possibly just a temporal workaround. Do not rely on this
caching logic.

Bug: 2528512
Change-Id: Id0129a861b07078b544f52dce0267945c907b260

14 years agoFix a regression with lookupKeys that contain special characters
Daniel Lehmann [Wed, 31 Mar 2010 20:54:22 +0000 (13:54 -0700)]
Fix a regression with lookupKeys that contain special characters
Bug:2561233

Change-Id: Id11839aa837be0735f380792b2007160aa765405

14 years agosome changes due to an API review
Fred Quintana [Tue, 30 Mar 2010 22:16:42 +0000 (15:16 -0700)]
some changes due to an API review
 - make EntityIterator extend Iterator and thus not throw a
   RemoteException, instead converting it into a RuntimeException.
 - rename ActiveSyncInfo to SyncInfo
 - change getActiveSync to getCurrentSync
 - remove the accessors in SyncInfo and instead make the final
   fields publicly accessible

Change-Id: Id67bc22b34f3c0d8bf59a70c38c2e4622dd83e29
http://b/issue?id=2553539
http://b/issue?id=2553541

14 years agoMerge "Small modifications to speedup ViewContactActivity Bug:2546767 - Use query...
Daniel Lehmann [Wed, 31 Mar 2010 00:19:56 +0000 (17:19 -0700)]
Merge "Small modifications to speedup ViewContactActivity Bug:2546767  - Use query parameter instead of sql string concatenation  - Try to use the ContactID that is passed in the Intent; fallback to lookup key if it is wrong (saves up to 2 queries)  - Initialize the newEntities list directly with the correct length" into froyo

14 years agoMerge "Optimizing contact list" into froyo
Dmitri Plotnikov [Wed, 31 Mar 2010 00:05:16 +0000 (17:05 -0700)]
Merge "Optimizing contact list" into froyo

14 years agoSmall modifications to speedup ViewContactActivity
Daniel Lehmann [Wed, 31 Mar 2010 00:03:45 +0000 (17:03 -0700)]
Small modifications to speedup ViewContactActivity
Bug:2546767
 - Use query parameter instead of sql string concatenation
 - Try to use the ContactID that is passed in the Intent; fallback to lookup key if it is wrong (saves up to 2 queries)
 - Initialize the newEntities list directly with the correct length

Change-Id: Iab271f9b30a10fb23a50cd9feba831c72cfd994f

14 years agoRestore deleted config files for certain locales
Kenny Root [Tue, 30 Mar 2010 22:48:49 +0000 (15:48 -0700)]
Restore deleted config files for certain locales

Change I3a6909d3a030daea5241636c2c1864d153194464 accidentally deleted
some config files that are needed for sort ordering in different
locales. This commit restores them and renames them to make sure the
translation system doesn't try to do it again.

Change-Id: Ie9812819c954419713238d0328224a17614c4baf

14 years agoOptimizing contact list
Dmitri Plotnikov [Tue, 30 Mar 2010 22:41:25 +0000 (15:41 -0700)]
Optimizing contact list

Instead of inflating the views from XML, we
now create views in Java.  Only necessary views
are created and layout is simplified.

Bug: 2534598
Change-Id: I7881f7519289c74a591c2a47992bbcda84168e4e

14 years agoImport revised translations
Kenny Root [Tue, 30 Mar 2010 16:16:02 +0000 (09:16 -0700)]
Import revised translations

Change-Id: Ieadd208fae2102d13fbb8c3569b2cb7a7c4bab7a

14 years agoDon't merge numbers if they only differ after a semicolon
Daniel Lehmann [Fri, 26 Mar 2010 00:41:00 +0000 (17:41 -0700)]
Don't merge numbers if they only differ after a semicolon
Bug:2432347

Change-Id: Ie62f36a29ae76287265f5ec19fc5507c0d368adf

14 years agoClearing photo cache on cursor change
Dmitri Plotnikov [Thu, 25 Mar 2010 01:11:24 +0000 (18:11 -0700)]
Clearing photo cache on cursor change

Bug: 2539327
Change-Id: I8173490a3d40c73a23f5c4be2faa53ce7a84c1b4

14 years agoMerge "Reflecting the rename of System Group: My Contacts"
Dmitri Plotnikov [Thu, 25 Mar 2010 01:02:11 +0000 (18:02 -0700)]
Merge "Reflecting the rename of System Group: My Contacts"

14 years agoReflecting the rename of System Group: My Contacts
Dmitri Plotnikov [Thu, 25 Mar 2010 01:01:35 +0000 (18:01 -0700)]
Reflecting the rename of System Group: My Contacts

Bug: 2534587
Change-Id: Ia14ed88f5d8012a0ed60be53367edff63aa756dc

14 years agoMerge "Avoid the flick based on the change of CallLogProvider."
Dmitri Plotnikov [Wed, 24 Mar 2010 22:55:04 +0000 (15:55 -0700)]
Merge "Avoid the flick based on the change of CallLogProvider."

14 years agoAvoid the flick based on the change of CallLogProvider.
Bai Tao [Wed, 24 Mar 2010 22:45:49 +0000 (06:45 +0800)]
Avoid the flick based on the change of CallLogProvider.

Change-Id: Ib4132a238aca5dabf10fd329c299f12a7e1e5bc9

14 years agoMerge "Change "Position" to "Title" in Ghost text Bug:2539245"
Daniel Lehmann [Wed, 24 Mar 2010 21:29:23 +0000 (14:29 -0700)]
Merge "Change "Position" to "Title" in Ghost text Bug:2539245"

14 years agoChange "Position" to "Title" in Ghost text
Daniel Lehmann [Wed, 24 Mar 2010 21:18:34 +0000 (14:18 -0700)]
Change "Position" to "Title" in Ghost text
Bug:2539245

Change-Id: I1044b3b0fd7567014ed717314d4133e6d9b63421

14 years agoPromote Position to label (instead of data) if Company name is empty
Daniel Lehmann [Wed, 24 Mar 2010 20:45:05 +0000 (13:45 -0700)]
Promote Position to label (instead of data) if Company name is empty
Bug:2534607

Change-Id: I5e888d6896aa8ad56a56efd5526d90b8afb01278

14 years agoMerge "Update explanation in comments."
Brad Fitzpatrick [Wed, 24 Mar 2010 19:14:18 +0000 (12:14 -0700)]
Merge "Update explanation in comments."

14 years agoFollow-up on preventing QC from hiding soft keyboard.
Dmitri Plotnikov [Wed, 24 Mar 2010 19:05:34 +0000 (12:05 -0700)]
Follow-up on preventing QC from hiding soft keyboard.

- Making focus work just as before the fix, ie header is not focusable any more
- Making footer properly disappear before the track itself

Change-Id: I47f2cd72c7d1fe14d723de6a67293d2c66e2e06d

14 years agoMerge "Preventing QuickContact from hiding soft keyboard"
Dmitri Plotnikov [Wed, 24 Mar 2010 18:38:30 +0000 (11:38 -0700)]
Merge "Preventing QuickContact from hiding soft keyboard"

14 years agoUpdate explanation in comments.
Brad Fitzpatrick [Wed, 24 Mar 2010 17:53:51 +0000 (10:53 -0700)]
Update explanation in comments.

Change-Id: I2c1ee846a12492d86d779310eacb239618a59b70

14 years agoHopefully fix frequently-reported ViewContactActivity ANR.
Brad Fitzpatrick [Wed, 24 Mar 2010 06:27:34 +0000 (23:27 -0700)]
Hopefully fix frequently-reported ViewContactActivity ANR.

See background in bug 2539603.

BUG=2539603

Change-Id: I1392e8767a6174048c59a782076663772a3402d1

14 years agoPreventing QuickContact from hiding soft keyboard
Dmitri Plotnikov [Wed, 24 Mar 2010 05:49:43 +0000 (22:49 -0700)]
Preventing QuickContact from hiding soft keyboard

Thanks, Dianne, for the suggestion.

Bug: 2520397
Change-Id: Ia33e89fa22dfb68188a3db24d1c6067d15102817

14 years agoMerge "New rule for the fields "organization" and "nickname": If they merely duplicat...
Daniel Lehmann [Wed, 24 Mar 2010 02:11:38 +0000 (19:11 -0700)]
Merge "New rule for the fields "organization" and "nickname": If they merely duplicate the title, don't show them Bug:2534647"

14 years agoNew rule for the fields "organization" and "nickname": If they merely duplicate the...
Daniel Lehmann [Wed, 24 Mar 2010 01:10:57 +0000 (18:10 -0700)]
New rule for the fields "organization" and "nickname": If they merely duplicate the title, don't show them
Bug:2534647

Change-Id: I65882a7b626265cc310547f3947cec61be4c11be

14 years agoSupport launch QuickContactActivity from upgraded shortcut
Bai Tao [Wed, 24 Mar 2010 00:50:35 +0000 (08:50 +0800)]
Support launch QuickContactActivity from upgraded shortcut

bug: 2535107
Change-Id: I7d7aa33e600c885180f1c8443d4e79a382785855

14 years agoFit-and-finish. Redoing the title for contact search results.
Dmitri Plotnikov [Tue, 23 Mar 2010 23:38:29 +0000 (16:38 -0700)]
Fit-and-finish.  Redoing the title for contact search results.

Bug: 2534618

Change-Id: If00dd28dfcdc5596e6b6cb8a5690f5c0382200de

14 years agoMerge "When editing contacts, automatically expand "More" if data has been entered...
Daniel Lehmann [Tue, 23 Mar 2010 18:46:31 +0000 (11:46 -0700)]
Merge "When editing contacts, automatically expand "More" if data has been entered Bug:2534580"

14 years agoWhen editing contacts, automatically expand "More" if data has been entered
Daniel Lehmann [Tue, 23 Mar 2010 18:45:24 +0000 (11:45 -0700)]
When editing contacts, automatically expand "More" if data has been entered
Bug:2534580

Change-Id: Ic56fc755299f5da4d824e38f3a38f9e5b0bab0ef

14 years agoCheck the sync status while there is no contacts to show
Bai Tao [Fri, 19 Mar 2010 22:00:21 +0000 (06:00 +0800)]
Check the sync status while there is no contacts to show

Change-Id: I2fd074a748ea297b2f41e9ea8fa809a84fd751e6

14 years agoMerge "Avoid showing empty call log when activity is paused"
Dmitri Plotnikov [Sat, 20 Mar 2010 01:03:12 +0000 (18:03 -0700)]
Merge "Avoid showing empty call log when activity is paused"

14 years agoAvoid showing empty call log when activity is paused
Bai Tao [Sat, 20 Mar 2010 00:32:51 +0000 (08:32 +0800)]
Avoid showing empty call log when activity is paused

Change-Id: I480444933af797fc0dda43745d197b0691bc786b

14 years agoMerge "b/2528229 Add vCard import support to Gmail."
Attila Bodis [Fri, 19 Mar 2010 23:15:04 +0000 (16:15 -0700)]
Merge "b/2528229 Add vCard import support to Gmail."

14 years agoFix encoding of Uri for multi-vcard sending
Daniel Lehmann [Fri, 19 Mar 2010 21:54:29 +0000 (14:54 -0700)]
Fix encoding of Uri for multi-vcard sending

Change-Id: I365449365d0a3aade17ccf3b3ed038dc7827257b

14 years agoFirst name/last name instead of Given name/Family name in the US
Dmitri Plotnikov [Fri, 19 Mar 2010 22:04:17 +0000 (15:04 -0700)]
First name/last name instead of Given name/Family name in the US

Bug: 2522914
Change-Id: I75d79112de60105d7057ee74eefd50cb2c977851

14 years agoMerge "Add help text when user creates the shortcut but there is no contact."
Dmitri Plotnikov [Fri, 19 Mar 2010 17:08:32 +0000 (10:08 -0700)]
Merge "Add help text when user creates the shortcut but there is no contact."

14 years agoMerge "b/2499526 Call PhoneNumberFormatter function when show phone numbers of call...
Dmitri Plotnikov [Fri, 19 Mar 2010 06:53:31 +0000 (23:53 -0700)]
Merge "b/2499526 Call PhoneNumberFormatter function when show phone numbers of call log in the detail view"

14 years agob/2528229 Add vCard import support to Gmail.
Attila Bodis [Fri, 19 Mar 2010 05:06:37 +0000 (22:06 -0700)]
b/2528229 Add vCard import support to Gmail.

Change-Id: Idf96401e78f8321126e598574111dd7bf11f8e45

14 years agoAdd help text when user creates the shortcut but there is no contact.
Bai Tao [Fri, 19 Mar 2010 01:57:03 +0000 (09:57 +0800)]
Add help text when user creates the shortcut but there is no contact.

bug: 2139262
Change-Id: I04e8da5424f11e1e834e3bab6ea1b4c51b37b385

14 years agoMerge "Do not show an extra confirmation step when sharing lots of contacts Bug:2524537"
Daniel Lehmann [Thu, 18 Mar 2010 18:33:25 +0000 (11:33 -0700)]
Merge "Do not show an extra confirmation step when sharing lots of contacts Bug:2524537"

14 years agoImport revised translations
Kenny Root [Thu, 18 Mar 2010 05:13:37 +0000 (22:13 -0700)]
Import revised translations

Change-Id: I3a6909d3a030daea5241636c2c1864d153194464

14 years agoFixing aggregation mode for inserted contacts
Dmitri Plotnikov [Thu, 18 Mar 2010 04:15:01 +0000 (21:15 -0700)]
Fixing aggregation mode for inserted contacts

Change-Id: I716d742c72607c84e382b0c4baf3e2bea757d7c8

14 years agoDo not show an extra confirmation step when sharing lots of contacts
Daniel Lehmann [Thu, 18 Mar 2010 02:59:42 +0000 (19:59 -0700)]
Do not show an extra confirmation step when sharing lots of contacts
Bug:2524537

Change-Id: I55250f1da6208f2f6d16eb3a42ef854fa5396d68

14 years agoMerge "fix a crash when adding a group back to the sync set in the contacts display...
Fred Quintana [Wed, 17 Mar 2010 22:57:50 +0000 (15:57 -0700)]
Merge "fix a crash when adding a group back to the sync set in the contacts display groups UI"

14 years agofix a crash when adding a group back to the sync set
Fred Quintana [Wed, 17 Mar 2010 22:17:37 +0000 (15:17 -0700)]
fix a crash when adding a group back to the sync set
in the contacts display groups UI

Change-Id: I9a24b02701628bf8d7495a6734e35a9a4731029e
http://b/issue?id=2522758

14 years agoMerge "Save contacts photo in the same directory as Camera."
Chih-Chung Chang [Wed, 17 Mar 2010 17:58:47 +0000 (10:58 -0700)]
Merge "Save contacts photo in the same directory as Camera."

14 years agoFixing a broken test
Dmitri Plotnikov [Wed, 17 Mar 2010 17:43:45 +0000 (10:43 -0700)]
Fixing a broken test

Change-Id: I09e403a252ca98c7f03718b19c1ca40ad1a13e7a

14 years agoSave contacts photo in the same directory as Camera.
Chih-Chung Chang [Wed, 17 Mar 2010 17:31:30 +0000 (10:31 -0700)]
Save contacts photo in the same directory as Camera.

Change-Id: I5f4a68e01343b6be0e7d4cf8e330d02408c78699

14 years agoFixing highlighting of names with suffixes
Dmitri Plotnikov [Tue, 16 Mar 2010 23:55:17 +0000 (16:55 -0700)]
Fixing highlighting of names with suffixes

Bug: 2517678
Change-Id: Id25a4b86696c511ea1a0df49e607e710e2458e65

14 years agoFixing bad cursor access in Direct Dial Shortcut
Dmitri Plotnikov [Tue, 16 Mar 2010 22:38:04 +0000 (15:38 -0700)]
Fixing bad cursor access in Direct Dial Shortcut

Bug: 2512044
Change-Id: I7cc8e921ddfe34cafbccb5eb0530d9d7ab6e9ccf

14 years agoFixing NPE in "pick or create new contact"
Dmitri Plotnikov [Tue, 16 Mar 2010 22:22:23 +0000 (15:22 -0700)]
Fixing NPE in "pick or create new contact"

Bug: 2513826
Change-Id: I258da57feef78e3f30ee8372dba6caed81adc76d

14 years agoFixing NPE in contact editor
Dmitri Plotnikov [Tue, 16 Mar 2010 21:33:32 +0000 (14:33 -0700)]
Fixing NPE in contact editor

Bug: 2517377
Change-Id: I6ee53b075cb2946885c29ac498832f7f9aea820c

14 years agoDisabling aggregation of new contacts
Dmitri Plotnikov [Tue, 16 Mar 2010 19:31:09 +0000 (12:31 -0700)]
Disabling aggregation of new contacts

When the contact is created on the phone, don't aggregate
immediately. In the future, will show aggregation suggestions
after saving the contact.

Bug: 2480793
Change-Id: I9db1299d939ad93eaa2b9bd00a5b61cac153ed6b

14 years agoFixing NPE in raw contact sorting
Dmitri Plotnikov [Tue, 16 Mar 2010 02:06:33 +0000 (19:06 -0700)]
Fixing NPE in raw contact sorting

Bug: 2513827
Change-Id: I92e263d8d258ab49d4b513e8acd0586354af7c9d

14 years agoFixing provider status observer
Dmitri Plotnikov [Tue, 16 Mar 2010 01:41:58 +0000 (18:41 -0700)]
Fixing provider status observer

It needs to be unregistered onPause and reregistered onResume

Change-Id: I18f2fe0d013c560e92298ba7634e1dacc2cd7e93

14 years agoImplementing contact upgrade under low storage conditions.
Dmitri Plotnikov [Sat, 13 Mar 2010 03:28:21 +0000 (19:28 -0800)]
Implementing contact upgrade under low storage conditions.

Bug: 2498528
Change-Id: I2c85b0cbd4c7b804e61957695b803e22f995b405

14 years agoFix NPE caused by the selected entry is not valid when make a phone call
Bai Tao [Tue, 16 Mar 2010 00:09:11 +0000 (08:09 +0800)]
Fix NPE caused by the selected entry is not valid when make a phone call

Change-Id: Ifc974f43be4e58ca69f150a29d4b7e9a0670f08f

14 years agoMerge "Fixed NPE in adding a phone number to an existing contact from call log"
Dmitri Plotnikov [Mon, 15 Mar 2010 23:37:52 +0000 (16:37 -0700)]
Merge "Fixed NPE in adding a phone number to an existing contact from call log"

14 years agoFixed NPE in adding a phone number to an existing contact from call log
Dmitri Plotnikov [Mon, 15 Mar 2010 23:37:19 +0000 (16:37 -0700)]
Fixed NPE in adding a phone number to an existing contact from call log

Change-Id: Icb3b31e4dff9595c48dd374a98731df66a07b182

14 years agoMerge "Don't try to delete a contact if the URI is null."
Jeff Hamilton [Mon, 15 Mar 2010 21:39:05 +0000 (14:39 -0700)]
Merge "Don't try to delete a contact if the URI is null."

14 years agoDon't try to delete a contact if the URI is null.
Jeff Hamilton [Mon, 15 Mar 2010 21:31:11 +0000 (16:31 -0500)]
Don't try to delete a contact if the URI is null.

Bug: 2502840
Change-Id: I3fe31364ea1ff679a6af0b0ba15ce98e61d5d5fd