OSDN Git Service

android-x86/packages-apps-Contacts.git
14 years agoFix http://b/issue?id=2144841
Evan Millar [Thu, 24 Sep 2009 23:45:09 +0000 (16:45 -0700)]
Fix http://b/issue?id=2144841

Change-Id: I0955ceaeff76be5912e1add68d40b233d565b0d4

14 years agoRevert "clear PHOTO column instead of deleting the row for focus"
android-build SharedAccount [Thu, 24 Sep 2009 19:12:47 +0000 (12:12 -0700)]
Revert "clear PHOTO column instead of deleting the row for focus"

This reverts commit a3c1b8beda9a79727690889647fdb9f234c760eb, as per Fred.

14 years agoHide contact context from fast track window in the contacts view
Neel Parekh [Thu, 24 Sep 2009 00:43:42 +0000 (17:43 -0700)]
Hide contact context from fast track window in the contacts view

14 years agoMerge change 26770 into eclair
Android (Google) Code Review [Thu, 24 Sep 2009 17:52:14 +0000 (13:52 -0400)]
Merge change 26770 into eclair

* changes:
  Show a line at the bottom of favorites.

14 years agoMerge change 26858 into eclair
Android (Google) Code Review [Thu, 24 Sep 2009 17:07:33 +0000 (13:07 -0400)]
Merge change 26858 into eclair

* changes:
  Changed the 'dialer' string to 'phone' in the tab and app name.

14 years agoChanged the 'dialer' string to 'phone' in the tab and app name.
Nicolas Catania [Thu, 24 Sep 2009 16:52:50 +0000 (09:52 -0700)]
Changed the 'dialer' string to 'phone' in the tab and app name.

The new UI design uses phone instead of dialer.
Need to go to the localization team to update all languages.

Bug 2104523

14 years agoMerge change 26772 into eclair
Android (Google) Code Review [Thu, 24 Sep 2009 15:48:09 +0000 (11:48 -0400)]
Merge change 26772 into eclair

* changes:
  Fixes the issue about fasttrack window not being dismissed on tapping just outside it.

14 years agoChange display order of account name, account type in create
Megha Joshi [Wed, 23 Sep 2009 22:32:06 +0000 (15:32 -0700)]
Change display order of account name, account type in create
contact under account dialog.

Fixes bug 2139498

14 years agoDelay updating of Contacts.IN_VISIBLE_GROUP until finished.
Jeff Sharkey [Thu, 24 Sep 2009 10:10:06 +0000 (03:10 -0700)]
Delay updating of Contacts.IN_VISIBLE_GROUP until finished.

To help prevent ANRs, this change take advantage of new
query parameters that delay updating until explicitly
requested.  When the user finishes changing groups and
presses back, we show a progress dialog while we force a
single visible update pass in the background.

Fixes http://b/2075275

14 years agoMerge change 26813 into eclair
Android (Google) Code Review [Thu, 24 Sep 2009 10:14:08 +0000 (06:14 -0400)]
Merge change 26813 into eclair

* changes:
  Compare rawContactIds using actual number value.

14 years agoCompare rawContactIds using actual number value.
Jeff Sharkey [Thu, 24 Sep 2009 10:11:13 +0000 (03:11 -0700)]
Compare rawContactIds using actual number value.

14 years agoMerge change 26710 into eclair
Android (Google) Code Review [Thu, 24 Sep 2009 08:39:25 +0000 (04:39 -0400)]
Merge change 26710 into eclair

* changes:
  Delay the type value change until the custom value is correct.

14 years agoBring back EAS assistant name editor.
Jeff Sharkey [Thu, 24 Sep 2009 07:53:38 +0000 (00:53 -0700)]
Bring back EAS assistant name editor.

14 years agoFixes the issue about fasttrack window not being
Megha Joshi [Thu, 24 Sep 2009 03:16:08 +0000 (20:16 -0700)]
Fixes the issue about fasttrack window not being
dismissed on tapping just outside it.

Bug: 2093519

14 years agoShow a line at the bottom of favorites.
Neel Parekh [Thu, 24 Sep 2009 02:31:56 +0000 (19:31 -0700)]
Show a line at the bottom of favorites.

Bug: 2138715

14 years ago[Issue 2139542] Making sure a contact cannot be joined with itself.
Dmitri Plotnikov [Thu, 24 Sep 2009 02:21:11 +0000 (19:21 -0700)]
[Issue 2139542] Making sure a contact cannot be joined with itself.

Change-Id: If1a8ab01941e2017ed7532a61607c4ce09793e14

14 years agoFixing the issue where empty contacts could not be joined
Dmitri Plotnikov [Thu, 24 Sep 2009 02:01:15 +0000 (19:01 -0700)]
Fixing the issue where empty contacts could not be joined

Basically if you did not have any _displayable_ items on a contact,
you could not merge it with another contact.

Change-Id: I58807cc25390bce4edb5fb0870641920281571f9

14 years agoMerge change 26655 into eclair
Android (Google) Code Review [Thu, 24 Sep 2009 01:59:03 +0000 (21:59 -0400)]
Merge change 26655 into eclair

* changes:
  clear PHOTO column instead of deleting the row for focus

14 years agoDelay the type value change until the custom value is correct.
Daisuke Miyakawa [Wed, 23 Sep 2009 23:40:17 +0000 (16:40 -0700)]
Delay the type value change until the custom value is correct.

Also make createCustomDialog() private, as
- This method is used only by createLableDialog()
- This method heavily depends on the state of private instances (mKind, mType),
  so I thought external objects should not touch this method directly.

Internal issue number: 1752454

14 years agoMerge change 26641 into eclair
Android (Google) Code Review [Wed, 23 Sep 2009 22:42:23 +0000 (18:42 -0400)]
Merge change 26641 into eclair

* changes:
  Change the haptic feedback from a duration to a pattern.

14 years agoMerge change 26264 into eclair
Android (Google) Code Review [Wed, 23 Sep 2009 22:05:04 +0000 (18:05 -0400)]
Merge change 26264 into eclair

* changes:
  Assoicates make primary logic with the remember this choice checkbox in fasttrack window.

14 years agoPopulate default types for nickname and website.
Jeff Sharkey [Wed, 23 Sep 2009 21:55:29 +0000 (14:55 -0700)]
Populate default types for nickname and website.

Fixes http://b/2138153

14 years agoMerge change 26666 into eclair
Android (Google) Code Review [Wed, 23 Sep 2009 21:36:34 +0000 (17:36 -0400)]
Merge change 26666 into eclair

* changes:
  Suppress showDialog() if the Activity is finishing().

14 years agoAssoicates make primary logic with the remember this choice checkbox
Megha Joshi [Mon, 21 Sep 2009 22:36:26 +0000 (15:36 -0700)]
Assoicates make primary logic with the remember this choice checkbox
in fasttrack window.

Fixes bug 2072454

14 years agoclear PHOTO column instead of deleting the row for focus
Fred Quintana [Wed, 23 Sep 2009 20:08:35 +0000 (13:08 -0700)]
clear PHOTO column instead of deleting the row for focus

14 years agoOnly allow 1 organization for EAS contacts.
Jeff Sharkey [Wed, 23 Sep 2009 21:22:27 +0000 (14:22 -0700)]
Only allow 1 organization for EAS contacts.

Fixes http://b/2139188

14 years agoAvoid OOB exception when editing contacts.
Jeff Sharkey [Wed, 23 Sep 2009 21:16:59 +0000 (14:16 -0700)]
Avoid OOB exception when editing contacts.

Fixes http://b/2140908

14 years agoSuppress showDialog() if the Activity is finishing().
Daisuke Miyakawa [Wed, 23 Sep 2009 20:52:58 +0000 (13:52 -0700)]
Suppress showDialog() if the Activity is finishing().

Internal issue number: 2133273

14 years agoMerge change 26599 into eclair
Android (Google) Code Review [Wed, 23 Sep 2009 19:56:34 +0000 (15:56 -0400)]
Merge change 26599 into eclair

* changes:
  New assets for the new UI design.

14 years agoChange the haptic feedback from a duration to a pattern.
Nicolas Catania [Wed, 23 Sep 2009 18:42:00 +0000 (11:42 -0700)]
Change the haptic feedback from a duration to a pattern.

The pattern is a platform config parameter.

Removed config_dialer_key_vibrate_duration, it is not needed.
Bug 2139025

14 years agoFix a couple layout bugs in call list and call log.
Evan Millar [Wed, 23 Sep 2009 17:51:46 +0000 (10:51 -0700)]
Fix a couple layout bugs in call list and call log.

-Fixed http://b/issue?id=2139651
-Fixed http://b/issue?id=2119813

-Also use the *opaque version of the dividers to match the default list
style.

Change-Id: Iaed2f3625630c6f09b0dd5742cf21102a37b11ac

14 years agoMerge change 26614 into eclair
Android (Google) Code Review [Wed, 23 Sep 2009 17:37:28 +0000 (13:37 -0400)]
Merge change 26614 into eclair

* changes:
  Make Contacts app not allow users to create empty label for TYPE_CUSTOM field.

14 years agoMake Contacts app not allow users to create empty label for TYPE_CUSTOM field.
Daisuke Miyakawa [Wed, 23 Sep 2009 17:35:18 +0000 (10:35 -0700)]
Make Contacts app not allow users to create empty label for TYPE_CUSTOM field.

Internal issue number: 1752454

14 years agoAvoid NPE if host is null, e.g. for "custom" IM protocol.
Vasu Nori [Wed, 23 Sep 2009 00:23:38 +0000 (17:23 -0700)]
Avoid NPE if host is null, e.g. for "custom" IM protocol.

14 years agoMerge change 26584 into eclair
Android (Google) Code Review [Wed, 23 Sep 2009 16:50:49 +0000 (12:50 -0400)]
Merge change 26584 into eclair

* changes:
  Turns the create contact dialog into a Activity managed dialog to fix window leak. Fixes bug 2133210.

14 years agoTurns the create contact dialog into a Activity managed
Megha Joshi [Wed, 23 Sep 2009 10:21:07 +0000 (03:21 -0700)]
Turns the create contact dialog into a Activity managed
dialog to fix window leak.
Fixes bug 2133210.

14 years agoNew assets for the new UI design.
Nicolas Catania [Wed, 23 Sep 2009 15:14:05 +0000 (08:14 -0700)]
New assets for the new UI design.

Removed old tabs assets, replaced with new ones.

Bug: 2104523

14 years agoHook up logic for re-parenting of user edits, unit tests.
Jeff Sharkey [Tue, 22 Sep 2009 22:36:10 +0000 (15:36 -0700)]
Hook up logic for re-parenting of user edits, unit tests.

When persisting edits, we assert that RawContacts.VERSION
has remained consistent.  When this check fails, it usually
means that a server change has changed the underlying data,
and instead of dropping user edits, we "re-parent" their
changes after re-reading the base data.

This change finishes up the re-parenting logic to run over
an entire EntitySet, and also has a nice pile of unit tests
to verify behavior.  Fixes http://b/2115136

14 years agoUse specific columns when building IM strings.
Jeff Sharkey [Tue, 22 Sep 2009 22:36:57 +0000 (15:36 -0700)]
Use specific columns when building IM strings.

Fixes http://b/2138429

14 years agoCheck for selected contact row not null in onSavedInstanceState()
Megha Joshi [Wed, 23 Sep 2009 01:47:39 +0000 (18:47 -0700)]
Check for selected contact row not null in onSavedInstanceState()

Fixes bug 2129469

Conflicts:

src/com/android/contacts/ViewContactActivity.java

14 years ago[Issue 2099417] Contact list now shows presence dots
Dmitri Plotnikov [Wed, 23 Sep 2009 01:28:18 +0000 (18:28 -0700)]
[Issue 2099417] Contact list now shows presence dots

Change-Id: I2d8fb3af86a2e11d3c6d53c7b9e66efcf96038d5

14 years agoCheck for null cursor
Evan Millar [Tue, 22 Sep 2009 23:20:39 +0000 (16:20 -0700)]
Check for null cursor

Change-Id: I2d59b92684f67103098fd78b3e78727b9319deb5

14 years agoMerge change 26461 into eclair
Android (Google) Code Review [Tue, 22 Sep 2009 22:32:54 +0000 (18:32 -0400)]
Merge change 26461 into eclair

* changes:
  Remove the aggregate icon when it ceases to be an aggregate.

14 years agoRemove the aggregate icon when it ceases to be an aggregate.
Evan Millar [Tue, 22 Sep 2009 22:27:47 +0000 (15:27 -0700)]
Remove the aggregate icon when it ceases to be an aggregate.

Change-Id: I157f95525b1b5f4d7e18aa91f0b93b80514b33be

14 years agoFix spacing issues on "No favorites" text message
Neel Parekh [Tue, 22 Sep 2009 21:26:26 +0000 (14:26 -0700)]
Fix spacing issues on "No favorites" text message

14 years agoMerge change 26404 into eclair
Android (Google) Code Review [Tue, 22 Sep 2009 20:54:43 +0000 (16:54 -0400)]
Merge change 26404 into eclair

* changes:
  Show header to user when fields were hidden since they were read-only.

14 years agoShow header to user when fields were hidden since they were read-only.
Neel Parekh [Tue, 22 Sep 2009 19:01:39 +0000 (12:01 -0700)]
Show header to user when fields were hidden since they were read-only.

Bug: 2121692

14 years agoMerge change 26410 into eclair
Android (Google) Code Review [Tue, 22 Sep 2009 20:33:51 +0000 (16:33 -0400)]
Merge change 26410 into eclair

* changes:
  Fixes layout of fasttrackwindow disambig dialog.

14 years agoSet readOnly flag based on SyncAdapterType.
Jeff Sharkey [Tue, 22 Sep 2009 20:26:59 +0000 (13:26 -0700)]
Set readOnly flag based on SyncAdapterType.

14 years agoFixes layout of fasttrackwindow disambig dialog.
Megha Joshi [Tue, 22 Sep 2009 17:01:00 +0000 (10:01 -0700)]
Fixes layout of fasttrackwindow disambig dialog.

Bug: 2122144
Reviewed-by: jsharkey@google.com
14 years agoDo a better job at removing tabs code.
Evan Millar [Tue, 22 Sep 2009 18:42:35 +0000 (11:42 -0700)]
Do a better job at removing tabs code.

This fixes some bugs that I introduced a couple of hours ago in
https://android-git.corp.google.com/g/#change,26299. Mainly, edit didn't
work.

Change-Id: I8484a454ce1e5866d981000f97959a3534ea12f2

14 years agoMerge change 26392 into eclair
Android (Google) Code Review [Tue, 22 Sep 2009 18:41:17 +0000 (14:41 -0400)]
Merge change 26392 into eclair

* changes:
  Fix long names in recent calls screen.

14 years agoFix long names in recent calls screen.
Evan Millar [Tue, 22 Sep 2009 18:38:59 +0000 (11:38 -0700)]
Fix long names in recent calls screen.

Change-Id: Ifbd7721934159291d167b70a87a9fb9a1bf3e03c

14 years agoMake VCardExporter stop appropriately when onStop() is called.
Daisuke Miyakawa [Tue, 22 Sep 2009 18:17:02 +0000 (11:17 -0700)]
Make VCardExporter stop appropriately when onStop() is called.

Internal issue number: 2121692

14 years agoAdd protective code for http://b/issue?id=2135578
Evan Millar [Tue, 22 Sep 2009 17:11:29 +0000 (10:11 -0700)]
Add protective code for http://b/issue?id=2135578

-I couldn't repro this bug, so I just added protection against it.

Change-Id: I350602b403c39c407c3c54f39a2d44dc3e5ec317

14 years agoHide the tabs in view card.
Evan Millar [Mon, 21 Sep 2009 21:35:18 +0000 (14:35 -0700)]
Hide the tabs in view card.

Leaving the code in for now, in case we decide to bring it back at some
point.

Change-Id: I53fffb007cc2b90406f5dc77f552a94c346c15ef

14 years agoPart II: Move action icons in view card to the right side
Evan Millar [Tue, 22 Sep 2009 16:34:41 +0000 (09:34 -0700)]
Part II: Move action icons in view card to the right side

Change-Id: I5036b6394d8b7fbc4869b35e21740b143ea7112a

14 years agoMove action icons in view card to the right side.
Evan Millar [Tue, 22 Sep 2009 01:21:52 +0000 (18:21 -0700)]
Move action icons in view card to the right side.

Change-Id: I5bc2e76a2422867a5eef83e9928a9d5bbbe1bebb

14 years agoMerge change 26281 into eclair
Android (Google) Code Review [Tue, 22 Sep 2009 14:48:39 +0000 (10:48 -0400)]
Merge change 26281 into eclair

* changes:
  New text field to display the punched numbers.

14 years agoRemove obsolete string reference.
Jeff Sharkey [Tue, 22 Sep 2009 06:09:35 +0000 (23:09 -0700)]
Remove obsolete string reference.

14 years agoLast attempt at getting chicklets right, ugh.
Jeff Sharkey [Tue, 22 Sep 2009 05:35:59 +0000 (22:35 -0700)]
Last attempt at getting chicklets right, ugh.

14 years agoMerge change 26340 into eclair
Android (Google) Code Review [Tue, 22 Sep 2009 05:19:58 +0000 (01:19 -0400)]
Merge change 26340 into eclair

* changes:
  Update action chicklets in correct order.

14 years agoUpdate action chicklets in correct order.
Jeff Sharkey [Tue, 22 Sep 2009 05:19:38 +0000 (22:19 -0700)]
Update action chicklets in correct order.

14 years agoMerge change 26339 into eclair
Android (Google) Code Review [Tue, 22 Sep 2009 05:15:34 +0000 (01:15 -0400)]
Merge change 26339 into eclair

* changes:
  Split sources, partial inflation, third-party support.

14 years agoSplit sources, partial inflation, third-party support.
Jeff Sharkey [Mon, 21 Sep 2009 16:55:30 +0000 (09:55 -0700)]
Split sources, partial inflation, third-party support.

This change splits HardCodedSources into separate classes
so they could borrow helpers from fallback.  This also
finishes up FallbackSource so it handles all new types
supported by ContactsContract.  The view inflaters now
handle showing all types, even if not supported as a choice
during edit.  This approach also allows us to partially
inflate sources, speeding up view and FastTrack.  Fixes
http://b/2116999 and http://b/2126675 and makes progress
towards fixing http://b/2134623

This change also fixes on-phone contacts, meaning we
always have fallback sources, fixing http://b/2119637 and
http://b/2123401

Repurpose code from StyleManager for Sources inflation of
third-party data sources, fixing http://b/2126691

Fix FastTrack chicklet bug so we uncheck when switching
between tabs.  Since all types are in framework, we borrow
those strings here, and also clean up our descriptions for
translation.

14 years agoSuppress multiple finish() calls in ImportVCardActivity.
Daisuke Miyakawa [Tue, 22 Sep 2009 04:25:34 +0000 (21:25 -0700)]
Suppress multiple finish() calls in ImportVCardActivity.

Related internal issue number: 2136137

14 years agoMake onStop() call finish() so that ImportVCardActivity does not show ugly behavior
Daisuke Miyakawa [Tue, 22 Sep 2009 03:28:16 +0000 (20:28 -0700)]
Make onStop() call finish() so that ImportVCardActivity does not show ugly behavior
when a user changes the device's orientation (by sliding hardware keyboard, etc.).

Internal issue number: 2136137

14 years ago[Issue 2097207] Implementing filtering in the manual contact join UI.
Dmitri Plotnikov [Tue, 22 Sep 2009 01:39:56 +0000 (18:39 -0700)]
[Issue 2097207] Implementing filtering in the manual contact join UI.

Also fixing the issue where the lower section of this UI would get replaced with a
duplicate of the top section.

Also fixing a NPE in image loading in this UI.

Also simplifying the design by removing a custom query handler.

Change-Id: I261f0d93ba13ca717d382930119d294f6b32ec78

14 years agoContacts: Correctly handle "call" click on serach suggest list.
Tadashi G. Takaoka [Sat, 19 Sep 2009 04:39:50 +0000 (13:39 +0900)]
Contacts: Correctly handle "call" click on serach suggest list.

In SEARCH_SUGGESTION_CLIKED action caused by "call" key, if the intent
data is "content://com.android.contacts/contacts/#", checking the
number of phone number the contact has, if the contact has only one
phone number then "call" it.

Internal Bug: 2126993

14 years agoMerge change 26295 into eclair
Android (Google) Code Review [Tue, 22 Sep 2009 00:39:01 +0000 (20:39 -0400)]
Merge change 26295 into eclair

* changes:
  Don't CCO when picking from disambig list.

14 years agoDon't CCO when picking from disambig list.
Jeff Sharkey [Tue, 22 Sep 2009 00:38:30 +0000 (17:38 -0700)]
Don't CCO when picking from disambig list.

Fixes http://b/2135189

14 years agoNew text field to display the punched numbers.
Nicolas Catania [Mon, 21 Sep 2009 23:42:00 +0000 (16:42 -0700)]
New text field to display the punched numbers.

The numbers are centered in the field.
The active background is used when non empty.
Added top and bottom margin.
The font used appear a bit small compare to the
design, need to come up with a textAppearance resource
to control it (future CL)

Tested on cdma and gsm phones.

Bug: 2104523

14 years agoNew hdpi and mdpi assets for the text field where dialed number are shown.
Nicolas Catania [Mon, 21 Sep 2009 22:33:24 +0000 (15:33 -0700)]
New hdpi and mdpi assets for the text field where dialed number are shown.

Bug: 2104523

14 years agoMerge change 26177 into eclair
Android (Google) Code Review [Mon, 21 Sep 2009 21:26:51 +0000 (17:26 -0400)]
Merge change 26177 into eclair

* changes:
  Fix bug 2102658

14 years agoNew icons for join/split menu items
Dmitri Plotnikov [Mon, 21 Sep 2009 20:35:45 +0000 (13:35 -0700)]
New icons for join/split menu items

Change-Id: I25fb054756fa5af7483eef455de61b9a339e55fa

14 years agoMerge change 26041 into eclair
Android (Google) Code Review [Mon, 21 Sep 2009 19:03:59 +0000 (15:03 -0400)]
Merge change 26041 into eclair

* changes:
  Added backspace button.

14 years agoMerge change 26134 into eclair
Android (Google) Code Review [Mon, 21 Sep 2009 18:32:12 +0000 (14:32 -0400)]
Merge change 26134 into eclair

* changes:
  Add plus icon with text for Creating a new contact.

14 years agoFix bug 2102658
Evan Millar [Mon, 21 Sep 2009 17:53:43 +0000 (10:53 -0700)]
Fix bug 2102658

-Also sneak in a UI touchup for call/text line padding.

Change-Id: Ia46aa7901518789247e9e64819c77ffbde7d2fe6

14 years agoMerge change 26163 into eclair
Android (Google) Code Review [Mon, 21 Sep 2009 17:41:24 +0000 (13:41 -0400)]
Merge change 26163 into eclair

* changes:
  Fixing a bad query in contact split UI.

14 years agoFixing a bad query in contact split UI.
Dmitri Plotnikov [Mon, 21 Sep 2009 17:25:54 +0000 (10:25 -0700)]
Fixing a bad query in contact split UI.

Change-Id: Ie26bd435133c181d95dd765e346366517fc90f91

14 years agoAdd plus icon with text for Creating a new contact.
Megha Joshi [Mon, 21 Sep 2009 08:37:13 +0000 (01:37 -0700)]
Add plus icon with text for Creating a new contact.

Fixes bug 1596967.

14 years agoMerge change 26115 into eclair
Android (Google) Code Review [Mon, 21 Sep 2009 17:07:53 +0000 (13:07 -0400)]
Merge change 26115 into eclair

* changes:
  Change to use depressed chiclet when showing diambig resolve list. Fixes bug # 2093651

14 years agoChange to use depressed chiclet when showing diambig resolve list.
Megha Joshi [Mon, 21 Sep 2009 04:37:19 +0000 (21:37 -0700)]
Change to use depressed chiclet when showing diambig resolve list.
Fixes bug # 2093651

14 years agoAdded backspace button.
Nicolas Catania [Sun, 20 Sep 2009 17:56:40 +0000 (10:56 -0700)]
Added backspace button.

Deleted old unused resource (delete active, normal, pressed, selected).

Renamed 'backspace' instances to 'delete' for consistency.
Removed the linear layout that used to hold the digit and backspace.

Bug 2104523

14 years agoMerge change 26137 into eclair
Android (Google) Code Review [Mon, 21 Sep 2009 15:00:09 +0000 (11:00 -0400)]
Merge change 26137 into eclair

* changes:
  Contacts: Fixed to choose correct item in list, counting header in.

14 years agoMerge change 26146 into eclair
Android (Google) Code Review [Mon, 21 Sep 2009 14:58:38 +0000 (10:58 -0400)]
Merge change 26146 into eclair

* changes:
  Contacts: create device-local contacts when no Accounts configured.

14 years agoContacts: create device-local contacts when no Accounts configured.
Brad Fitzpatrick [Mon, 21 Sep 2009 14:36:09 +0000 (18:36 +0400)]
Contacts: create device-local contacts when no Accounts configured.

BUG=2065882

14 years agoStop using deprecated APIs.
Jeff Hamilton [Mon, 21 Sep 2009 14:22:16 +0000 (09:22 -0500)]
Stop using deprecated APIs.

Change-Id: I4c68f92bc21ca4b53b049f31deb9fc9480a790d5

14 years agoContacts: Fixed to choose correct item in list, counting header in.
Tadashi G. Takaoka [Mon, 21 Sep 2009 10:54:39 +0000 (19:54 +0900)]
Contacts: Fixed to choose correct item in list, counting header in.

Internal Bug: 2123493

14 years agoMerge change 26076 into eclair
Android (Google) Code Review [Mon, 21 Sep 2009 01:19:41 +0000 (21:19 -0400)]
Merge change 26076 into eclair

* changes:
  Show images while in picker mode, but disable fasttrack.

14 years agoEdits to contacts strings...
Roy West [Mon, 21 Sep 2009 00:18:23 +0000 (17:18 -0700)]
Edits to contacts strings...

14 years agoShow images while in picker mode, but disable fasttrack.
Neel Parekh [Sun, 20 Sep 2009 23:48:24 +0000 (16:48 -0700)]
Show images while in picker mode, but disable fasttrack.

14 years agoAdded the dial voicemail button.
Nicolas Catania [Sat, 19 Sep 2009 16:17:14 +0000 (09:17 -0700)]
Added the dial voicemail button.

Voicemail is disabled if the number cannot be accessed,
e.g no SIM card or insufficient privilege.

I left the functionality of long pressing '1' to
call the voicemail.

Bug: 2104523

14 years agoMerge change 25943 into eclair
Android (Google) Code Review [Sun, 20 Sep 2009 06:18:25 +0000 (02:18 -0400)]
Merge change 25943 into eclair

* changes:
  Fixed bug that wipes out the phone numbers in the call log.

14 years agoFixed bug that wipes out the phone numbers in the call log.
Nicolas Catania [Sun, 20 Sep 2009 04:18:17 +0000 (21:18 -0700)]
Fixed bug that wipes out the phone numbers in the call log.

Bug 2131204

14 years agoMerge change 25875 into eclair
Android (Google) Code Review [Sat, 19 Sep 2009 19:22:03 +0000 (15:22 -0400)]
Merge change 25875 into eclair

* changes:
  Add fast track window animations.

14 years agoAdd fast track window animations.
Dianne Hackborn [Fri, 18 Sep 2009 22:52:54 +0000 (15:52 -0700)]
Add fast track window animations.

The enter animation works; the exit animation doesn't, because of the
associated with the activity.  In theory I have a dummy animation
also associated with the activity to keep it around during the exit
animation, but this isn't working and I need to figure out why.

Change-Id: I1a3a3e4832e62080c35b4bc8f888bdc2d90528c8

14 years agoStop vCard import thread when Home is pressed or a hardware keyboard is slided by...
Daisuke Miyakawa [Sat, 19 Sep 2009 18:40:38 +0000 (11:40 -0700)]
Stop vCard import thread when Home is pressed or a hardware keyboard is slided by the user.

Internal issue id: 2132039

14 years agoSwitching to streamlined naming of contact Data columns.
Dmitri Plotnikov [Fri, 18 Sep 2009 22:25:28 +0000 (15:25 -0700)]
Switching to streamlined naming of contact Data columns.

Change-Id: If6ec42ad0b4b608f0d99053bdea7dcea2c74a7b8

14 years agoMerge change 25770 into eclair
Android (Google) Code Review [Sat, 19 Sep 2009 01:41:53 +0000 (21:41 -0400)]
Merge change 25770 into eclair

* changes:
  New dial action button at the bottom of the dialer.