OSDN Git Service

android-x86/packages-apps-Contacts.git
14 years agoFix a long line
Daniel Lehmann [Fri, 12 Mar 2010 22:50:46 +0000 (14:50 -0800)]
Fix a long line

Change-Id: Iee0fd9c7328211f55598625d70ee916ac27d04d0

14 years agoMerge changes Ie617b76f,I83128ba7
Daniel Lehmann [Fri, 12 Mar 2010 22:49:47 +0000 (14:49 -0800)]
Merge changes Ie617b76f,I83128ba7

* changes:
  Fix creation of Uri if the lookup key has characters that are not allowed in a Uri
  Create a single VCard file for several contacts Bug:2501468

14 years agoFix creation of Uri if the lookup key has characters that are not allowed in a Uri
Daniel Lehmann [Fri, 12 Mar 2010 21:29:07 +0000 (13:29 -0800)]
Fix creation of Uri if the lookup key has characters that are not allowed in a Uri

Change-Id: Ie617b76fdb800b1b8877b435dabe37008f03a3bb

14 years agoCreate a single VCard file for several contacts
Daniel Lehmann [Fri, 12 Mar 2010 21:28:14 +0000 (13:28 -0800)]
Create a single VCard file for several contacts
Bug:2501468

Change-Id: I83128ba7f2cf120ec5816a2914b1e9501de526d9

14 years agoAdd a tiny TODO comment about duplicated code.
David Brown [Thu, 11 Mar 2010 23:32:52 +0000 (15:32 -0800)]
Add a tiny TODO comment about duplicated code.

Change-Id: I0a1a28a1f83ff0845ca4b4fdf176c8918d6d35a5

14 years agoMerge "Fixed crash Unable to add window"
Nicolas Catania [Fri, 12 Mar 2010 19:31:59 +0000 (11:31 -0800)]
Merge "Fixed crash Unable to add window"

14 years agoFixed crash Unable to add window
Nicolas Catania [Wed, 10 Mar 2010 18:41:48 +0000 (10:41 -0800)]
Fixed crash Unable to add window

Renamed onStop to onPause. onStop is not guaranteed to be called,
which is probably why we have some extra code duplication in the
finalize() method.

Added a new onDestroy to clean up all the pending callbacks.
At this stage, there is no window anymore and we should not
call showDialog.

Release the Handler in onDestroy.
Not doing so has been the source of memory leaks in the past.

Bug: 2501845
Change-Id: I35125fda1b53a6996b933056bafe2f0c04aea80a

14 years agoDon't show the buddy's offline status in Contacts
Bai Tao [Fri, 12 Mar 2010 00:00:42 +0000 (08:00 +0800)]
Don't show the buddy's offline status in Contacts

Bug: 2164303
Change-Id: Ida1e417b2f4654a5b018b4215f4fa445754a0a06

14 years agoAddressing concurrency issues in EditContactActivity
Dmitri Plotnikov [Thu, 11 Mar 2010 19:24:10 +0000 (11:24 -0800)]
Addressing concurrency issues in EditContactActivity

Bug: 2494582
Bug: 2502892
Change-Id: I57986c53d040aa27415bda9888919c9571590f20

14 years agoMerge "Handle notifications for apps on sd"
Suchi Amalapurapu [Thu, 11 Mar 2010 07:19:59 +0000 (23:19 -0800)]
Merge "Handle notifications for apps on sd"

14 years agoWill no longer stop photo loading onPause()
Dmitri Plotnikov [Thu, 11 Mar 2010 02:08:46 +0000 (18:08 -0800)]
Will no longer stop photo loading onPause()

When Quick Contact comes up, the activity is being paused, but
it is still visible and may need to load photos.

Bug: 2502532
Change-Id: Iea415c5a3a27e688ff800cf8821b707b68f6b39b

14 years agoHandle notifications for apps on sd
Suchi Amalapurapu [Wed, 10 Mar 2010 18:11:19 +0000 (10:11 -0800)]
Handle notifications for apps on sd

Change-Id: I91b631ec9377b996b40594c4930243b868fa1ac6

14 years agoFixing behavior of the CALL button while picking a phone from list.
Dmitri Plotnikov [Thu, 11 Mar 2010 00:13:42 +0000 (16:13 -0800)]
Fixing behavior of the CALL button while picking a phone from list.

Bug: 2496475
Change-Id: Ib9d69b7521559f6f9835c794461342e16868f7a5

14 years agoFix handling of ACTION_DIAL tel: URIs including '+' characters
Virgil King [Wed, 10 Mar 2010 21:44:11 +0000 (13:44 -0800)]
Fix handling of ACTION_DIAL tel: URIs including '+' characters

Use getSchemeSpecificPart() instead of substring() to extract phone numbers from tel: URIs to handle encoded characters properly

Bug: 2369658
Change-Id: Id31d41ebf0ccc0aa414e9a64a3e4d95047cf8aa7

14 years agoMerge "Allow direct dial shortcut in car home app"
Dmitri Plotnikov [Wed, 10 Mar 2010 18:24:23 +0000 (10:24 -0800)]
Merge "Allow direct dial shortcut in car home app"

14 years agoFixing NPE in Contacts when using the DEL key
Dmitri Plotnikov [Wed, 10 Mar 2010 18:12:31 +0000 (10:12 -0800)]
Fixing NPE in Contacts when using the DEL key

Steps to repro:

1. Open contacts
2. Hit search
3. Type something
4. Use DPAD to select the "Search more contacts"
5. Hit the DEL button on the keyboard

Bug: 2498804
Change-Id: Idd7ec89189878f105d58a22ce77d112a15cdaff0

14 years agoFixing NPE in contact search.
Dmitri Plotnikov [Wed, 10 Mar 2010 17:52:03 +0000 (09:52 -0800)]
Fixing NPE in contact search.

Also, removing interstitial text when loading contacts.

Bug: 2504029

Change-Id: I0596e87f4bc1117bf610d5d1f764825dd1124bdf

14 years agoA shot at fixing bug in parceling of EntitySet
Dmitri Plotnikov [Wed, 10 Mar 2010 17:35:07 +0000 (09:35 -0800)]
A shot at fixing bug in parceling of EntitySet

We'll need to keep watching for this bug, because I could
not reproduce it.  The fix is just the best guess after
and armchair investigation.

Bug: 2498937
Change-Id: Ic42cecc5ce79504e645bd07fb80d3ac0f53b3bed

14 years agoAllow direct dial shortcut in car home app
Tobias Haamel [Fri, 26 Feb 2010 15:24:45 +0000 (16:24 +0100)]
Allow direct dial shortcut in car home app

The new car home application will allow adding shortcuts. Since not
every shortcut makes sense in a car friendly environment, we'd like
to limit the shortcuts.
Shortcuts which should be available in a car friendly environment
need to contain the intent filter category "android.intent.category.CAR_DOCK".

14 years agoFixing a concurrency issue in insert new contact
Dmitri Plotnikov [Wed, 10 Mar 2010 03:37:59 +0000 (19:37 -0800)]
Fixing a concurrency issue in insert new contact

Bug: 2494578
Change-Id: Iee71342d053c440320e19521f4d4b6dff96e48c3

14 years agoFixing initial message displayed in Contacts.
Dmitri Plotnikov [Wed, 10 Mar 2010 01:56:25 +0000 (17:56 -0800)]
Fixing initial message displayed in Contacts.

Bug: 2501713
Change-Id: I20cdc2907caf06ba272f645cd95036bfe1072b5f

14 years agoFixing order of contact editors for CJK locales
Dmitri Plotnikov [Tue, 9 Mar 2010 23:12:10 +0000 (15:12 -0800)]
Fixing order of contact editors for CJK locales

Bug: 2498855
Change-Id: Idcacb05ad29a5898dc8a5626a90294a145c6eb57

14 years agoFixing NPE in Contact Preferences
Dmitri Plotnikov [Tue, 9 Mar 2010 23:09:50 +0000 (15:09 -0800)]
Fixing NPE in Contact Preferences

Bug: 2497173
Change-Id: I47d816c151294bb657804a27b2fca7761f39d940

14 years agoMerge "Do not show title in car mode."
Dmitri Plotnikov [Tue, 9 Mar 2010 23:05:13 +0000 (15:05 -0800)]
Merge "Do not show title in car mode."

14 years agoMerge "Fix 2498025: OOM while attaching picture taken from camera to new contact."
Chih-Chung Chang [Tue, 9 Mar 2010 21:46:58 +0000 (13:46 -0800)]
Merge "Fix 2498025: OOM while attaching picture taken from camera to new contact."

14 years agoFixing a resource loading issue.
Dmitri Plotnikov [Tue, 9 Mar 2010 21:39:38 +0000 (13:39 -0800)]
Fixing a resource loading issue.

Bug: 2500266
Change-Id: I3ae726c20cf222fa19d4b2fdbd18c961f4004504

14 years agoFix 2498025: OOM while attaching picture taken from camera to new contact.
Chih-Chung Chang [Tue, 9 Mar 2010 19:33:36 +0000 (11:33 -0800)]
Fix 2498025: OOM while attaching picture taken from camera to new contact.

Put files taken by camera into a "com.android.contacts.icon" directory on
sdcard and use MediaScanner to add the files into the media database.

Change-Id: I1cec096c039e399f10ce41982257795c0a1673f8

14 years agoDo not show title in car mode.
Bernd Holzhey [Tue, 2 Mar 2010 08:00:02 +0000 (09:00 +0100)]
Do not show title in car mode.

Do not show title in car mode to save real-estate and avoid displaying
application name for the dialer.

Change-Id: I1de93e082dc2090781ee121bfcbebd5808b0d9ea

14 years agoContacts UI that warns the user that the current locale is changing
Dmitri Plotnikov [Tue, 9 Mar 2010 19:05:55 +0000 (11:05 -0800)]
Contacts UI that warns the user that the current locale is changing

Basically, a "Please wait..." warning.

Bug: 2476633
Change-Id: I5fde15883b8891562e4e2fe13ebeeaf531021ced

14 years agoAdd an empty CleanSpec.mk
Jean-Baptiste Queru [Tue, 9 Mar 2010 02:09:28 +0000 (18:09 -0800)]
Add an empty CleanSpec.mk

Change-Id: I5a1da4c36bf3ccf3ed1cc4ca8c737d89c9ea360f

14 years agoMerge "Changing the default display order for Western names in CJK locales."
Dmitri Plotnikov [Tue, 9 Mar 2010 02:04:13 +0000 (18:04 -0800)]
Merge "Changing the default display order for Western names in CJK locales."

14 years agoMerge "Remove unnecessary Japanese indexer."
Daisuke Miyakawa [Tue, 9 Mar 2010 01:24:28 +0000 (17:24 -0800)]
Merge "Remove unnecessary Japanese indexer."

14 years agoChanging the default display order for Western names in CJK locales.
Dmitri Plotnikov [Tue, 9 Mar 2010 01:21:17 +0000 (17:21 -0800)]
Changing the default display order for Western names in CJK locales.

Change-Id: I044f5cc78fa6b41e4a052afa7f40723cc2fa65ae

14 years agoFixed formatting and removed logging of previous commit
Daniel Lehmann [Tue, 9 Mar 2010 01:14:16 +0000 (17:14 -0800)]
Fixed formatting and removed logging of previous commit
Bug:2448065

Change-Id: I6158b61fd128ff295e7c0aa730f15fb7627a38b4

14 years agoMerge "Show contact after creation via bluetooth Bug: 2448065"
Daniel Lehmann [Tue, 9 Mar 2010 01:10:20 +0000 (17:10 -0800)]
Merge "Show contact after creation via bluetooth Bug: 2448065"

14 years agoAdd a "Cancel" Button to the Bulk-Export-Confirm message
Daniel Lehmann [Tue, 9 Mar 2010 00:42:19 +0000 (16:42 -0800)]
Add a "Cancel" Button to the Bulk-Export-Confirm message
Bug:2498202

Change-Id: I52455600f2b0b8e32e6aedb581313c7d15c0fcdf

14 years agoRemove unnecessary Japanese indexer.
Daisuke Miyakawa [Mon, 8 Mar 2010 23:50:28 +0000 (08:50 +0900)]
Remove unnecessary Japanese indexer.

Now we have general indexer also available in ja locale. I'd like to remove this stale indexer.

Change-Id: Ic0f29dde42f5bd3376c4b727f8e21a964e00f864

14 years agoShow contact after creation via bluetooth
Daniel Lehmann [Mon, 8 Mar 2010 23:15:20 +0000 (15:15 -0800)]
Show contact after creation via bluetooth
Bug: 2448065

Change-Id: I4339e2161b4ef54e566380d5235d6c0e0217c82d

14 years agoProper ordering of names in the contact editor for China and Korea.
Dmitri Plotnikov [Mon, 8 Mar 2010 22:30:46 +0000 (14:30 -0800)]
Proper ordering of names in the contact editor for China and Korea.

Change-Id: Ie21d48fe40dd631dbcd3055c0c66da499252a899

14 years agoDisplaying phonetic name when available.
Dmitri Plotnikov [Mon, 8 Mar 2010 22:11:29 +0000 (14:11 -0800)]
Displaying phonetic name when available.

Change-Id: Ia9293fdc19b1b22ad3b1366ee1e2850199739664

14 years agoAdded Context to inflate... methods used by EditContactActivity.
Dmitri Plotnikov [Mon, 8 Mar 2010 18:15:29 +0000 (10:15 -0800)]
Added Context to inflate... methods used by EditContactActivity.

Change-Id: Ie481a8f9bb7b3b9cae56e7f7ba69ea349623c720

14 years agoFixing list adapter concurrency in Contacts Display Options
Dmitri Plotnikov [Sat, 6 Mar 2010 03:24:18 +0000 (19:24 -0800)]
Fixing list adapter concurrency in Contacts Display Options

Bug: 2353600
Change-Id: I7b109899375e17ecab61a1ccc1c08e674ef0d376

14 years agoMaking sort order and display order options invisible in CJK countries.
Dmitri Plotnikov [Sat, 6 Mar 2010 02:54:08 +0000 (18:54 -0800)]
Making sort order and display order options invisible in CJK countries.

Bug: 2459551
Change-Id: Iad9c71e6ac086b725ad36d28c38a37cb1c93b61c

14 years agoMerge "Fix Tests with Proguard enabled"
Dmitri Plotnikov [Fri, 5 Mar 2010 19:28:31 +0000 (11:28 -0800)]
Merge "Fix Tests with Proguard enabled"

14 years agoMaking phone number disambig dialog more verbose, showing phone type.
Dmitri Plotnikov [Fri, 5 Mar 2010 18:30:03 +0000 (10:30 -0800)]
Making phone number disambig dialog more verbose, showing phone type.

Bug: 2212826
Change-Id: Id0c14872c4126d55adab57c576ff079dfe738bc1

14 years agoFixing cache reset in GroupingListAdapter (Call Log)
Dmitri Plotnikov [Fri, 5 Mar 2010 05:29:27 +0000 (21:29 -0800)]
Fixing cache reset in GroupingListAdapter (Call Log)

Bug: 2479978
Change-Id: I70a17d13cedbd8986cd6dca2b218c7180dc17470

14 years agoFix Tests with Proguard enabled
Daniel Lehmann [Fri, 5 Mar 2010 05:25:03 +0000 (21:25 -0800)]
Fix Tests with Proguard enabled

Bug: 2487277
Change-Id: I213fcf3037c4f2f5789535c7c3193fc05b9fd919

14 years agoFixing an NPE in QuickContact
Dmitri Plotnikov [Fri, 5 Mar 2010 04:47:31 +0000 (20:47 -0800)]
Fixing an NPE in QuickContact

Bug: 2473868
Change-Id: I2106333299321585a8f41fac793df58ea39ff899

14 years agoMerge "Import new translations"
Eric Fischer [Thu, 4 Mar 2010 22:19:04 +0000 (14:19 -0800)]
Merge "Import new translations"

14 years agoImport new translations
Eric Fischer [Thu, 4 Mar 2010 22:04:42 +0000 (14:04 -0800)]
Import new translations

14 years agoCount the line "Create new contact"
Daniel Lehmann [Thu, 4 Mar 2010 02:08:57 +0000 (18:08 -0800)]
Count the line "Create new contact"
Bug: 2479489

Change-Id: Idfc3b32350d22bc82674c20d25a492550180d97d

14 years agoMaking temp filename more unique to avoid cross-app collisions.
Dmitri Plotnikov [Thu, 4 Mar 2010 17:59:48 +0000 (09:59 -0800)]
Making temp filename more unique to avoid cross-app collisions.

Change-Id: I030fd6d9f489f45826350fe4619a6d88868388d8

14 years agoMaking contact list focusable even when filtering is disabled.
Dmitri Plotnikov [Thu, 4 Mar 2010 17:50:18 +0000 (09:50 -0800)]
Making contact list focusable even when filtering is disabled.

The track ball should still be working in that case.

Change-Id: Iea88f20badee00a9de9e401a2d0218e1a99f984c

14 years agoAdding an option to take a picture directly from Contacts app
Dmitri Plotnikov [Thu, 4 Mar 2010 03:07:54 +0000 (19:07 -0800)]
Adding an option to take a picture directly from Contacts app

Bug: 2480342
Change-Id: I4702e4177e524ff14962e81bd7749768920bd99a

14 years agoMake ImportVCardActivity accept Uri so that it can get vCard via Uri.
Daisuke Miyakawa [Thu, 4 Mar 2010 02:03:21 +0000 (11:03 +0900)]
Make ImportVCardActivity accept Uri so that it can get vCard via Uri.

Bug: 2475007

14 years agoFix for NPE in ContactsListActivity
Dmitri Plotnikov [Wed, 3 Mar 2010 22:38:48 +0000 (14:38 -0800)]
Fix for NPE in ContactsListActivity

Bug: 2481454
Change-Id: Ie5c20245bf7c0a15068d340758636000922ce697

14 years agoChanging label from "Frequently called" to "Frequently contacted"
Dmitri Plotnikov [Wed, 3 Mar 2010 22:35:24 +0000 (14:35 -0800)]
Changing label from "Frequently called" to "Frequently contacted"

Bug: 2473012
Change-Id: I31382de6b9deb86efa81e4a79da4ce6a5d1b8ea0

14 years agoMerge "FIX 2478164 -- Can't add a second call via dialpad"
David Brown [Tue, 2 Mar 2010 03:07:42 +0000 (19:07 -0800)]
Merge "FIX 2478164 -- Can't add a second call via dialpad"

14 years agoFIX 2478164 -- Can't add a second call via dialpad
David Brown [Mon, 1 Mar 2010 22:34:57 +0000 (14:34 -0800)]
FIX 2478164 -- Can't add a second call via dialpad

Fix a logic bug in updateDialAndDeleteButtonEnabledState() for GSM phones.

Bug: 2478164

Tested on Passion:
  - Phone idle, no digits entered
      ==> Dial button recalls previous dialed number
  - Phone idle, after typing some digits
      ==> Dial button dials the number you typed
  - Phone in use, select "add call", no digits entered
      ==> Dial button recalls previous number
  - Phone in use, add call, after typing some digits
      ==> Dial button adds a 2nd call with the number you typed

14 years agoMerge "Added confirmation message to clear call log Bug: 1447515"
Dmitri Plotnikov [Mon, 1 Mar 2010 23:20:20 +0000 (15:20 -0800)]
Merge "Added confirmation message to clear call log Bug: 1447515"

14 years agoAdded confirmation message to clear call log
Daniel Lehmann [Mon, 1 Mar 2010 22:54:56 +0000 (14:54 -0800)]
Added confirmation message to clear call log
Bug: 1447515

Change-Id: If8b591c070e164ca3aa0c0bcf7d0bce09befa01f

14 years agoSlight change for readability.
Jeff Sharkey [Mon, 1 Mar 2010 03:56:58 +0000 (19:56 -0800)]
Slight change for readability.

14 years agoMerge "Set focus to field being edited after changing type Bug: 1382329"
Dmitri Plotnikov [Sat, 27 Feb 2010 03:29:08 +0000 (19:29 -0800)]
Merge "Set focus to field being edited after changing type Bug: 1382329"

14 years agoFixing monkey bug 2473875 in contacts on Sapphire
Dmitri Plotnikov [Sat, 27 Feb 2010 03:15:56 +0000 (19:15 -0800)]
Fixing monkey bug 2473875 in contacts on Sapphire

The app would crash if you selected the "Search for more contacts" item
and hit the green button.

Bug: 2473875
Change-Id: I23245152eb9bd3ed15e71ba26a8dac7fb514db4f

14 years agoSet focus to field being edited after changing type
Daniel Lehmann [Sat, 27 Feb 2010 03:10:35 +0000 (19:10 -0800)]
Set focus to field being edited after changing type
Bug: 1382329

Change-Id: Ie0a885175f0dcbddaa9f15f676a118d2cf6d32ad

14 years agoMerge "Import new translations."
Eric Fischer [Sat, 27 Feb 2010 02:14:08 +0000 (18:14 -0800)]
Merge "Import new translations."

14 years agoImport new translations.
Eric Fischer [Sat, 27 Feb 2010 01:29:23 +0000 (17:29 -0800)]
Import new translations.

14 years agoMerge "Fixing issue with phone number pickers: it was returning the wrong data type"
Dmitri Plotnikov [Sat, 27 Feb 2010 00:50:33 +0000 (16:50 -0800)]
Merge "Fixing issue with phone number pickers: it was returning the wrong data type"

14 years agoConverted lists with a maximum of one entry into single-item-lists. Also made "Notes...
Daniel Lehmann [Fri, 26 Feb 2010 19:41:53 +0000 (11:41 -0800)]
Converted lists with a maximum of one entry into single-item-lists. Also made "Notes" and "Nicknames" single-item-list because that is what GMail expects.
Bug: 2472403

Change-Id: I4dd767fb6cf1112e57a6343a14a7ab6303daaeae

14 years agoFixing issue with phone number pickers: it was returning the wrong data type
Dmitri Plotnikov [Fri, 26 Feb 2010 19:36:12 +0000 (11:36 -0800)]
Fixing issue with phone number pickers: it was returning the wrong data type

As promised, I am fixing it in "no time"

Bug: 2470555
Change-Id: Ic86c67c009ee4c5eb4ac5b5c1c81ce24d50cae62

14 years agoMerge "Show the first 100 lines of a note (showed only the first 10 lines before...
Dmitri Plotnikov [Fri, 26 Feb 2010 00:19:32 +0000 (16:19 -0800)]
Merge "Show the first 100 lines of a note (showed only the first 10 lines before) Bug: 2472544"

14 years agoReflecting the rename of contact search snippet fields.
Dmitri Plotnikov [Fri, 26 Feb 2010 00:11:04 +0000 (16:11 -0800)]
Reflecting the rename of contact search snippet fields.

Change-Id: I71b4dd29f5410662537919b98b238b927a36f8c6

14 years agoShow the first 100 lines of a note (showed only the first 10 lines before)
Daniel Lehmann [Fri, 26 Feb 2010 00:09:46 +0000 (16:09 -0800)]
Show the first 100 lines of a note (showed only the first 10 lines before)
Bug: 2472544

Change-Id: I8508ec3848809b3f805048dbb9cc015d1c3ff9df

14 years agoFixing the "add contact from call log" flow involving search.
Dmitri Plotnikov [Thu, 25 Feb 2010 23:25:19 +0000 (15:25 -0800)]
Fixing the "add contact from call log" flow involving search.

Bug: 2310010
Change-Id: I31bd5a62e47a23d2c2236205967a5fd7e891a1e6

14 years agoMerge "FIX: Must show organization even if "position" is empty; FIX: Split nicknames...
Dmitri Plotnikov [Thu, 25 Feb 2010 02:42:11 +0000 (18:42 -0800)]
Merge "FIX: Must show organization even if "position" is empty; FIX: Split nicknames into separate list (was combined with organizations and resulted in wrong sort order). Bug: 2421235"

14 years agoAdding contact search snippets to the basic search UI
Dmitri Plotnikov [Thu, 25 Feb 2010 02:40:48 +0000 (18:40 -0800)]
Adding contact search snippets to the basic search UI

Bug: 2447965
Change-Id: I86455eabcc5153ace2eef9dd8afa5b5dc4da849d

14 years agoFIX: Must show organization even if "position" is empty; FIX: Split nicknames into...
Daniel Lehmann [Thu, 25 Feb 2010 02:37:56 +0000 (18:37 -0800)]
FIX: Must show organization even if "position" is empty; FIX: Split nicknames into separate list (was combined with organizations and resulted in wrong sort order).
Bug: 2421235

Change-Id: I2cd2ecedc4c0ae05e916ecbdc912eb7715e41fee

14 years agoChange "other" to <nothing>, e.g. "Text other" to just "Text"
Daniel Lehmann [Thu, 25 Feb 2010 01:41:58 +0000 (17:41 -0800)]
Change "other" to <nothing>, e.g. "Text other" to just "Text"
Bug: 2464879

Change-Id: Ie08664d17e8671016db99a738afbb2eb749f97fd

14 years agoAdd missing strings.
Daisuke Miyakawa [Wed, 24 Feb 2010 06:08:45 +0000 (15:08 +0900)]
Add missing strings.

14 years agoMerge "Make Contacts share concacts using vCard."
Daisuke Miyakawa [Wed, 24 Feb 2010 05:07:34 +0000 (21:07 -0800)]
Merge "Make Contacts share concacts using vCard."

14 years agoMake Contacts share concacts using vCard.
Daisuke Miyakawa [Wed, 10 Feb 2010 11:40:01 +0000 (20:40 +0900)]
Make Contacts share concacts using vCard.

Bug: 2144645

14 years agoRemoved superfluous OK button (The individual settings already confirm the dialog...
Daniel Lehmann [Wed, 24 Feb 2010 01:45:10 +0000 (17:45 -0800)]
Removed superfluous OK button (The individual settings already confirm the dialog by themselves)

Change-Id: Id5628ed8ef970b3ebac46c9480289cccce05b081

14 years agoMoving icons to the right hand side in the call detail UI
Dmitri Plotnikov [Tue, 23 Feb 2010 21:48:12 +0000 (13:48 -0800)]
Moving icons to the right hand side in the call detail UI

Bug: 2377400
Change-Id: I28afaccfca69d4aee55dfbe58ca0662fc77e33c4

14 years agoFixing an exception in postal address picker by disabling filtering (for now)
Dmitri Plotnikov [Tue, 23 Feb 2010 18:28:33 +0000 (10:28 -0800)]
Fixing an exception in postal address picker by disabling filtering (for now)

Change-Id: Icfe89c6c67159e8137b2e97210e69fbaa5b26e55

14 years agoRemoving unused resources
Dmitri Plotnikov [Tue, 23 Feb 2010 18:10:17 +0000 (10:10 -0800)]
Removing unused resources

Size of the APK is going down: 868221-786967=81254 bytes

Bug: 2456789
Change-Id: Icacc7b8ebc8908c87efd987f69ed96da88a65224

14 years agoTreat NPE: ignore directories which return null toward listFiles().
Daisuke Miyakawa [Tue, 23 Feb 2010 05:29:14 +0000 (14:29 +0900)]
Treat NPE: ignore directories which return null toward listFiles().

Bug: 2460741

14 years agoNext pass over the contact search UI.
Dmitri Plotnikov [Tue, 23 Feb 2010 01:47:57 +0000 (17:47 -0800)]
Next pass over the contact search UI.

- Search is now a separate activity
- Search bar has animations to make it slide in from the top
- New search plate resources
- Showing a magnifying glass on the right hand side of the search field
- Showing pictures and QuickContact in search result UI
- Search UI now start with no results instead of all visible contacts
- Translucent background for search UI when no filter specified
- Search can now be launched from most activities in the app
- Allowing search in pickers

Bug: 2447965
Change-Id: Ie35ce6df5e850d9c9380a25ed3970e114e9d6929

14 years agoMerge "Fixed: Make items selectable via track ball Fixed: Set correct item in display...
Dmitri Plotnikov [Tue, 23 Feb 2010 00:26:10 +0000 (16:26 -0800)]
Merge "Fixed: Make items selectable via track ball Fixed: Set correct item in display order dialog"

14 years agoFixed: Make items selectable via track ball
Daniel Lehmann [Tue, 23 Feb 2010 00:17:29 +0000 (16:17 -0800)]
Fixed: Make items selectable via track ball
Fixed: Set correct item in display order dialog

Change-Id: I040b33f782224a226a59687e23b0a479f1887c74

14 years agoFixing excessive resource use when a bogus contact photo id is encountered.
Dmitri Plotnikov [Sat, 20 Feb 2010 23:02:32 +0000 (15:02 -0800)]
Fixing excessive resource use when a bogus contact photo id is encountered.

ContactPhotoLoader would repeatedly attempt to load a missing
photo when the photo ID was invalid.

Change-Id: Ibb19a5ce6cad65d1d48bd06ca8e00ec85eee6b5a

14 years agoFixing broken build.
Dmitri Plotnikov [Wed, 17 Feb 2010 19:10:55 +0000 (11:10 -0800)]
Fixing broken build.

Change-Id: I50f3702c17cdbacd2ede33a53fac829a1b1ef02b

14 years agoFixing the contacts indexer for UNICODE and last-name-first sorting.
Dmitri Plotnikov [Wed, 17 Feb 2010 19:04:05 +0000 (11:04 -0800)]
Fixing the contacts indexer for UNICODE and last-name-first sorting.

This change may temporarily adversely affect the indexing in Japan.
If needed, I will take care of that in a separate CL.

Bug: 2407129
Change-Id: I2d96dab771243f68646edc49f0200d02e8c28bd9

14 years agoRedesign of contact photo loading.
Dmitri Plotnikov [Wed, 17 Feb 2010 18:49:05 +0000 (10:49 -0800)]
Redesign of contact photo loading.

Change-Id: Ib0814a789229c8355fbd67162679f4618ee75875

14 years agoFixing call log item layout
Dmitri Plotnikov [Wed, 17 Feb 2010 18:17:01 +0000 (10:17 -0800)]
Fixing call log item layout

Bug: 2447064
Bug: 2344669
Change-Id: I28f6fecfa2fe2a8b2449d79dbf43a97e98e695d7

14 years agoTemporal work-around for the issue 2373553 and 2373557.
Daisuke Miyakawa [Mon, 15 Feb 2010 02:43:41 +0000 (11:43 +0900)]
Temporal work-around for the issue 2373553 and 2373557.
Note that this work-around does not work fine when any of contacts names start from some symbols like "~",
which cannot be solved easily without modifying icu delta binary file. But this works fine in usual cases
and nice enough for dogfooding.

Bug: 2373557
Bug: 2373553

14 years agoMaking pinned section headers to not be displayed in contacts when there are no regul...
Dmitri Plotnikov [Sat, 13 Feb 2010 02:31:51 +0000 (18:31 -0800)]
Making pinned section headers to not be displayed in contacts when there are no regular section headers

Change-Id: I6170648486a0bfa66044439a89dd39fad9df5a60

14 years agoMDPI resources for new contacts search UI
Dmitri Plotnikov [Fri, 12 Feb 2010 23:01:32 +0000 (15:01 -0800)]
MDPI resources for new contacts search UI

Bug: 2441856
Change-Id: I723b139049fef52b2a6f2b6992750b72e987c9cf

14 years agoMerge "Temporary fix for the issue in Contacts that makes the wrong photo to be shown."
Dmitri Plotnikov [Fri, 12 Feb 2010 21:41:15 +0000 (13:41 -0800)]
Merge "Temporary fix for the issue in Contacts that makes the wrong photo to be shown."

14 years agoTemporary fix for the issue in Contacts that makes the wrong photo to be shown.
Dmitri Plotnikov [Fri, 12 Feb 2010 21:40:38 +0000 (13:40 -0800)]
Temporary fix for the issue in Contacts that makes the wrong photo to be shown.

The issue appears to have something to do with extensive
concurrency going on there. For now I am just shrinking
the thread pool to one thread and that seems to be addressing
the problem.  Next step will be to redesign the photo loading.

Bug: 2441230
Change-Id: I829bf11c4dd9699719fe556223669d477ebdbfc1

14 years agoMerge "Add configurations and strings to be submitted now."
Daisuke Miyakawa [Thu, 11 Feb 2010 23:48:50 +0000 (15:48 -0800)]
Merge "Add configurations and strings to be submitted now."