OSDN Git Service

android-x86/packages-apps-Contacts.git
14 years agoAdd notouch resources for avoid crash on x86 donut-x86 android-x86-1.6
Yi_Sun [Wed, 8 Jul 2009 20:21:40 +0000 (13:21 -0700)]
Add notouch resources for avoid crash on x86

14 years agomerge from donut
Jean-Baptiste Queru [Thu, 3 Sep 2009 21:13:12 +0000 (14:13 -0700)]
merge from donut

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Mon, 17 Aug 2009 20:14:44 +0000 (13:14 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Mon, 3 Aug 2009 23:09:05 +0000 (16:09 -0700)]
Import revised translations.   DO NOT MERGE

14 years agomerge from donut
Jean-Baptiste Queru [Mon, 3 Aug 2009 14:45:46 +0000 (07:45 -0700)]
merge from donut

14 years agoHandle full-disk exceptions when viewing call log.
Jeff Sharkey [Fri, 10 Jul 2009 22:24:29 +0000 (15:24 -0700)]
Handle full-disk exceptions when viewing call log.

When the internal storage is full, resetNewCallsFlag() fails
and causes Contacts to crash.  Since this method is called
whenever the tab is opened, it makes the call log
inaccessible to users.  (We should always keep the phone in
a usable state, even when the disk is full.)

Because startUpdate() runs on a background thread, I'm
overriding the WorkerHandler used by AsyncQueryHandler to
wrap any calls in a try/catch block.

Also added a try/catch block around the code that updates
any missing contact details after a caller-ID query has
returned, which could also cause a crash when the user
switches to the call log tab.

Partially fixes http://b/issue?id=1966505

14 years agoRevert CNAP change to fix more serious Contact List issue
Paul Berman [Tue, 28 Jul 2009 20:31:33 +0000 (16:31 -0400)]
Revert CNAP change to fix more serious Contact List issue

This fix was originally made to handle a case where a CNAP name would
not be logged correctly. However this breaks a more serious scenario
where adding a contact, placing a call to that contact, and then deleting
that contact would still show the name of the old contact in the log,
which is incorrect. Therefore, reverting until a better fix can be found.

14 years agomerge from donut
Jean-Baptiste Queru [Wed, 29 Jul 2009 21:57:06 +0000 (14:57 -0700)]
merge from donut

14 years agoMerge korg/donut into korg/master
Jean-Baptiste Queru [Sun, 26 Jul 2009 00:47:27 +0000 (17:47 -0700)]
Merge korg/donut into korg/master

14 years agoMake the dialpad silent in "vibrate only" mode (bug 1984905).
David Brown [Mon, 20 Jul 2009 23:39:47 +0000 (16:39 -0700)]
Make the dialpad silent in "vibrate only" mode (bug 1984905).

This is a followup to https://android-git.corp.google.com/g/5438 (see bug
1839556) which made the dialpad silent if the phone was in "silent mode".

But "vibrate only" mode has a separate AudioManager constant:
RINGER_MODE_VIBRATE.  I need to check for that too.

14 years agoAdd VCardExporter functionality.
Daisuke Miyakawa [Wed, 8 Jul 2009 05:36:11 +0000 (14:36 +0900)]
Add VCardExporter functionality.

There is still no test. I'll work on cleaning up VCard related code in Eclair, so tests will be added at that time.

All configurations how file name is determined is configurable.

14 years agoRevise subtext for Contacts searchable one more time.
Mike LeBeau [Fri, 17 Jul 2009 16:58:31 +0000 (09:58 -0700)]
Revise subtext for Contacts searchable one more time.

14 years agoModify subtext for Contacts searchable as discussed.
Mike LeBeau [Fri, 17 Jul 2009 16:52:07 +0000 (09:52 -0700)]
Modify subtext for Contacts searchable as discussed.

14 years agoRefine Contacts searchable settings description.
Mike LeBeau [Wed, 15 Jul 2009 00:46:20 +0000 (17:46 -0700)]
Refine Contacts searchable settings description.

14 years agoMerge change 6819 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 23:24:11 +0000 (16:24 -0700)]
Merge change 6819 into donut

* changes:
  Use correct photo when building direct-dial shortcuts.

14 years agoImport revised translations
Eric Fischer [Tue, 14 Jul 2009 20:10:43 +0000 (13:10 -0700)]
Import revised translations

14 years agoUse correct photo when building direct-dial shortcuts.
Jeff Sharkey [Fri, 10 Jul 2009 21:20:31 +0000 (14:20 -0700)]
Use correct photo when building direct-dial shortcuts.

Previously was using the Phones._ID value when building a
People.CONTENT_URI Uri.  Fixed by using the Phones.PERSON_ID
value to build the Uri correctly.

Fixes http://b/issue?id=1910259

14 years agoAdd new searchSettingsDescription attribute for Contacts's searchable.
Mike LeBeau [Wed, 1 Jul 2009 01:34:49 +0000 (18:34 -0700)]
Add new searchSettingsDescription attribute for Contacts's searchable.
This will be shown under the individual searchable item in system search settings.

14 years agoFIX 1839556 -- Silent mode not really silent
David Brown [Thu, 25 Jun 2009 23:19:19 +0000 (16:19 -0700)]
FIX 1839556 -- Silent mode not really silent

Fix the dialer to not play touch tone sounds if the phone is in "silent mode".

Note we have to re-check for silent mode *every time* the user presses a
key, rather than just in onResume(), since the user can toggle silent mode
via ENDCALL-longpress (without actually leaving the current activity.)

TESTED:
  - "Audible touch tones" preference off: no tones
  - "Audible touch tones" preference on, silent mode off: tones play
  - "Audible touch tones" preference on, silent mode ON: no tones
  - Switch in and out of silent mode via ENDCALL-longpress, confirm change
    takes effect immediately.

14 years agoReimport Japanese translations of Contacts strings.
Eric Fischer [Fri, 26 Jun 2009 00:40:29 +0000 (17:40 -0700)]
Reimport Japanese translations of Contacts strings.

14 years agoIntroduce support for CDMA caller name presentation (CNAP)
David Krause [Mon, 15 Jun 2009 13:55:19 +0000 (08:55 -0500)]
Introduce support for CDMA caller name presentation (CNAP)

This is one small change for the Contacts app, intended to be integrated
with another set of changes for the Phone app.

14 years agoVCardImporter, VCardExporter
Daisuke Miyakawa [Tue, 7 Jul 2009 22:37:59 +0000 (15:37 -0700)]
VCardImporter, VCardExporter

14 years agoUpdate Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 22:10:47 +0000 (15:10 -0700)]
Update Portuguese translations.

14 years agoam 9bab98b4: AI 149721: Import Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 19:30:03 +0000 (12:30 -0700)]
am 9bab98b4: AI 149721: Import Portuguese translations.

Merge commit '9bab98b444df2bf9ad9e4664fca3ba62453395ee' into donut

* commit '9bab98b444df2bf9ad9e4664fca3ba62453395ee':
  AI 149721: Import Portuguese translations.

14 years agoAI 149721: Import Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 19:26:04 +0000 (12:26 -0700)]
AI 149721: Import Portuguese translations.

Automated import of CL 149721

14 years agoMerge change 3558 into donut
Android (Google) Code Review [Tue, 9 Jun 2009 06:56:48 +0000 (23:56 -0700)]
Merge change 3558 into donut

* changes:
  Fix the build

14 years agoFix the build
Romain Guy [Tue, 9 Jun 2009 06:56:15 +0000 (23:56 -0700)]
Fix the build

14 years agoRemove gestures from Contacts.
Romain Guy [Tue, 9 Jun 2009 06:36:00 +0000 (23:36 -0700)]
Remove gestures from Contacts.

14 years agoDo not automatically enable gestures in list based on filtering/fastscroll status.
Romain Guy [Mon, 8 Jun 2009 21:50:28 +0000 (14:50 -0700)]
Do not automatically enable gestures in list based on filtering/fastscroll status.
Enable gestures in Contacts for now.

14 years agoFixes #1841298.
Romain Guy [Thu, 4 Jun 2009 21:55:51 +0000 (14:55 -0700)]
Fixes #1841298.

Prevents the text from "jumping" after a scroll. This is due to a weird interaction between RelativeLayout and TextView. This change simply removes the marquee from a TextView that does not need it.

14 years agoImplement call and SMS shortcuts.
Dianne Hackborn [Tue, 26 May 2009 19:46:23 +0000 (12:46 -0700)]
Implement call and SMS shortcuts.

This is basically the code from AnyCut integrated into the contacts app.
It doesn't yet let you change the shortcut name before it is added, but that
would be nice to do.

14 years agoAdd support for GESTURE_FILTERS to Contacts. By default ListView was choosing GESTURE...
Romain Guy [Fri, 22 May 2009 09:24:24 +0000 (02:24 -0700)]
Add support for GESTURE_FILTERS to Contacts. By default ListView was choosing GESTURE_JUMP because the application enables text filtering dynamically.

14 years agoHand merge from cupcake_dcm from donut, part 4.
Daisuke Miyakawa [Mon, 18 May 2009 23:32:17 +0000 (08:32 +0900)]
Hand merge from cupcake_dcm from donut, part 4.

Make Contacts app use vCard importer.

14 years agoMerge change 703 into donut
Android (Google) Code Review [Fri, 15 May 2009 01:25:05 +0000 (18:25 -0700)]
Merge change 703 into donut

* changes:
  Accessibility feature - event population and firing (making dialpad accessible)

14 years agoSet includeInGlobalSearch in the Contacts app
Bjorn Bringert [Wed, 6 May 2009 14:19:15 +0000 (15:19 +0100)]
Set includeInGlobalSearch in the Contacts app

This will allow removing the Contacts-specific code
from GlobalSearch.

14 years agoAccessibility feature - event population and firing (making dialpad accessible)
svetoslavganov [Wed, 29 Apr 2009 02:22:46 +0000 (19:22 -0700)]
Accessibility feature - event population and firing (making dialpad accessible)

14 years agoam 1bd55f6: AI 148147: Import lots of zh_TW translation changes.
Eric Fischer [Fri, 1 May 2009 00:37:32 +0000 (17:37 -0700)]
am 1bd55f6: AI 148147: Import lots of zh_TW translation changes.

Merge commit '1bd55f617f11a3ec8ac4d225d4efbe0d099e27d6' into donut

* commit '1bd55f617f11a3ec8ac4d225d4efbe0d099e27d6':
  AI 148147: Import lots of zh_TW translation changes.

14 years agoAI 148147: Import lots of zh_TW translation changes.
Eric Fischer [Fri, 1 May 2009 00:32:16 +0000 (17:32 -0700)]
AI 148147: Import lots of zh_TW translation changes.

Automated import of CL 148147

14 years agoam 68da3e5: AI 148026: Update zh_TW translations.
Eric Fischer [Fri, 1 May 2009 00:10:39 +0000 (17:10 -0700)]
am 68da3e5: AI 148026: Update zh_TW translations.

Merge commit '68da3e58231baeacc416b651dcb39db00e62672b' into donut

* commit '68da3e58231baeacc416b651dcb39db00e62672b':
  AI 148026: Update zh_TW translations.

14 years agoAI 148026: Update zh_TW translations.
Eric Fischer [Thu, 30 Apr 2009 23:48:33 +0000 (16:48 -0700)]
AI 148026: Update zh_TW translations.

Automated import of CL 148026

14 years agoam ff957fc: AI 147962: Import updated zh_TW translations.
Eric Fischer [Wed, 29 Apr 2009 04:57:24 +0000 (21:57 -0700)]
am ff957fc: AI 147962: Import updated zh_TW translations.

Merge commit 'ff957fcc32a3e940c0ae232c72d8444a19544f63' into donut

* commit 'ff957fcc32a3e940c0ae232c72d8444a19544f63':
  AI 147962: Import updated zh_TW translations.

14 years agoam e5cadd0: AI 147492: Update zh_TW translations.
Eric Fischer [Wed, 29 Apr 2009 04:57:24 +0000 (21:57 -0700)]
am e5cadd0: AI 147492: Update zh_TW translations.

Merge commit 'e5cadd0e01c0fa6c156882ee956a350d5ecdc2d3' into donut

* commit 'e5cadd0e01c0fa6c156882ee956a350d5ecdc2d3':
  AI 147492: Update zh_TW translations.

14 years agoAI 147962: Import updated zh_TW translations.
Eric Fischer [Tue, 28 Apr 2009 22:48:40 +0000 (15:48 -0700)]
AI 147962: Import updated zh_TW translations.

Automated import of CL 147962

14 years agoMerge commit 'korg/donut'
The Android Open Source Project [Fri, 24 Apr 2009 20:55:02 +0000 (13:55 -0700)]
Merge commit 'korg/donut'

14 years agoAI 147492: Update zh_TW translations.
Eric Fischer [Thu, 23 Apr 2009 18:59:14 +0000 (11:59 -0700)]
AI 147492: Update zh_TW translations.

Automated import of CL 147492

15 years agomerge cupcake into donut
Jean-Baptiste Queru [Thu, 23 Apr 2009 00:56:59 +0000 (17:56 -0700)]
merge cupcake into donut

15 years agoAI 147406: Import revised translations.
Eric Fischer [Wed, 22 Apr 2009 19:33:56 +0000 (12:33 -0700)]
AI 147406: Import revised translations.

Automated import of CL 147406

15 years agoAI 146365: Import revised translations.
Eric Fischer [Wed, 15 Apr 2009 20:30:19 +0000 (13:30 -0700)]
AI 146365: Import revised translations.
  DO NOT MERGE

Automated import of CL 146365

15 years agoMerge commit 'korg/cupcake'
The Android Open Source Project [Wed, 15 Apr 2009 01:18:15 +0000 (18:18 -0700)]
Merge commit 'korg/cupcake'

15 years agoAI 146175: Import updated translations.
Eric Fischer [Tue, 14 Apr 2009 19:10:43 +0000 (12:10 -0700)]
AI 146175: Import updated translations.

Automated import of CL 146175

15 years agoAI 146037: Import updated translations.
Eric Fischer [Tue, 14 Apr 2009 00:16:19 +0000 (17:16 -0700)]
AI 146037: Import updated translations.

Automated import of CL 146037

15 years agoAI 145225: Import more revised translations into cupcake.
Eric Fischer [Thu, 9 Apr 2009 01:43:29 +0000 (18:43 -0700)]
AI 145225: Import more revised translations into cupcake.

Automated import of CL 145225

15 years agoAI 144977: Import revised translations.
Eric Fischer [Wed, 8 Apr 2009 01:15:15 +0000 (18:15 -0700)]
AI 144977: Import revised translations.
  DO NOT MERGE

Automated import of CL 144977

15 years agoAI 144912: Merge from cupcake:
Eric Fischer [Tue, 7 Apr 2009 20:55:06 +0000 (13:55 -0700)]
AI 144912: Merge from cupcake:
  Change 144891 on 2009/04/07 by enf@ebcdic
  Import a bunch of revised translations.

Automated import of CL 144912

15 years agoAI 144891: Import a bunch of revised translations.
Eric Fischer [Tue, 7 Apr 2009 18:48:29 +0000 (11:48 -0700)]
AI 144891: Import a bunch of revised translations.

Automated import of CL 144891

15 years agoAI 144558: am: CL 144556 Pick up today's modified translations.
Eric Fischer [Sat, 4 Apr 2009 00:21:53 +0000 (17:21 -0700)]
AI 144558: am: CL 144556 Pick up today's modified translations.
  Original author: enf
  Merged from: //branches/cupcake/...

Automated import of CL 144558

15 years agoAI 144556: Pick up today's modified translations.
Eric Fischer [Sat, 4 Apr 2009 00:19:54 +0000 (17:19 -0700)]
AI 144556: Pick up today's modified translations.

Automated import of CL 144556

15 years agoAI 144336: am: CL 144335 Import US Spanish translations, and a few Japanese changes.
Eric Fischer [Thu, 2 Apr 2009 23:42:13 +0000 (16:42 -0700)]
AI 144336: am: CL 144335 Import US Spanish translations, and a few Japanese changes.
  Original author: enf
  Merged from: //branches/cupcake/...

Automated import of CL 144336

15 years agoAI 144335: Import US Spanish translations, and a few Japanese changes.
Eric Fischer [Thu, 2 Apr 2009 23:39:22 +0000 (16:39 -0700)]
AI 144335: Import US Spanish translations, and a few Japanese changes.

Automated import of CL 144335

15 years agoAI 144185: Integrate cdma into the main code base.
Wink Saville [Thu, 2 Apr 2009 08:37:03 +0000 (01:37 -0700)]
AI 144185: Integrate cdma into the main code base.

Automated import of CL 144185

15 years agoAI 144142: am: CL 144141 Pick up a couple of edited translations.
Eric Fischer [Thu, 2 Apr 2009 08:13:19 +0000 (01:13 -0700)]
AI 144142: am: CL 144141 Pick up a couple of edited translations.
  Original author: enf
  Merged from: //branches/cupcake/...

Automated import of CL 144142

15 years agoAI 144141: Pick up a couple of edited translations.
Eric Fischer [Wed, 1 Apr 2009 23:20:06 +0000 (16:20 -0700)]
AI 144141: Pick up a couple of edited translations.

Automated import of CL 144141

15 years agoAI 143778: am: CL 143722 Correctly format phone numbers in call log, instead of leavi...
Jeffrey Sharkey [Tue, 31 Mar 2009 21:44:18 +0000 (14:44 -0700)]
AI 143778: am: CL 143722 Correctly format phone numbers in call log, instead of leaving raw numbers.
  Caches Editable and Locale values to minimize allocations, and caches formatted values along with other ContactInfo details.  We need to be extremely careful with this change, as it impacts a performance-sensitive codepath: scrolling through the call log.
  Original author: jsharkey
  Merged from: //branches/cupcake/...

Automated import of CL 143778

15 years agoAI 143685: am: CL 143547 Import revised translations.
Eric Fischer [Tue, 31 Mar 2009 18:11:17 +0000 (11:11 -0700)]
AI 143685: am: CL 143547 Import revised translations.
  Original author: enf
  Merged from: //branches/cupcake/...

Automated import of CL 143685

15 years agoAI 143722: Correctly format phone numbers in call log, instead of leaving raw numbers.
Jeffrey Sharkey [Tue, 31 Mar 2009 17:38:17 +0000 (10:38 -0700)]
AI 143722: Correctly format phone numbers in call log, instead of leaving raw numbers.
  Caches Editable and Locale values to minimize allocations, and caches formatted values along with other ContactInfo details.  We need to be extremely careful with this change, as it impacts a performance-sensitive codepath: scrolling through the call log.
  BUG=1741249

Automated import of CL 143722

15 years agoAI 143547: Import revised translations.
Eric Fischer [Mon, 30 Mar 2009 22:52:27 +0000 (15:52 -0700)]
AI 143547: Import revised translations.
  BUG=1738388

Automated import of CL 143547

15 years agoAI 143217: am: CL 143012 Import revised Japanese translations.
Eric Fischer [Sat, 28 Mar 2009 01:53:32 +0000 (18:53 -0700)]
AI 143217: am: CL 143012 Import revised Japanese translations.
  Original author: enf
  Merged from: //branches/cupcake/...

Automated import of CL 143217

15 years agoAI 143214: am: CL 143009 More work on issue #1739507 (kila-user build is too big...
Dianne Hackborn [Sat, 28 Mar 2009 01:26:13 +0000 (18:26 -0700)]
AI 143214: am: CL 143009 More work on issue #1739507 (kila-user build is too big): remove some unused application resources I found.
  Original author: hackbod
  Merged from: //branches/cupcake/...

Automated import of CL 143214

15 years agoAI 143193: am: CL 142955 Send all contact method details for "Create barcode" intent.
Jeffrey Sharkey [Sat, 28 Mar 2009 00:19:18 +0000 (17:19 -0700)]
AI 143193: am: CL 142955 Send all contact method details for "Create barcode" intent.
  This was regression from PF when we removed the list separator items when viewing contact.
  Original author: jsharkey
  Merged from: //branches/cupcake/...

Automated import of CL 143193

15 years agoAI 143159: am: CL 142855 Fix SHOW_OR_CREATE intent to correctly handle duplicate...
Jeffrey Sharkey [Fri, 27 Mar 2009 22:32:56 +0000 (15:32 -0700)]
AI 143159: am: CL 142855 Fix SHOW_OR_CREATE intent to correctly handle duplicate E-mail or IM entries for a person.
  Added a new WITH_EMAIL_OR_IM_FILTER_URI to find people with a given string as either an E-mail or IM address.  This cleans up the original code, and lets us handle duplicates when there are multiple ContactMethod matches for a single person.  (We don't get GROUP BY through the ContentProvider interface.)
  In ContactsListActivity we don't show possibly-incorrect labels when in MODE_QUERY_PICK_TO_VIEW, as any labels and values would be identical.  (The people appearing in that list are there because their ContactMethod matches the query.)
  Original author: jsharkey
  Merged from: //branches/cupcake/...

Automated import of CL 143159

15 years agoMerge commit 'korg/cupcake'
The Android Open Source Project [Fri, 27 Mar 2009 22:31:12 +0000 (15:31 -0700)]
Merge commit 'korg/cupcake'

15 years agoAutomated import from //branches/cupcake/...@143012,143012
Eric Fischer [Thu, 26 Mar 2009 23:45:44 +0000 (16:45 -0700)]
Automated import from //branches/cupcake/...@143012,143012

15 years agoAutomated import from //branches/cupcake/...@143009,143009
Dianne Hackborn [Thu, 26 Mar 2009 23:28:26 +0000 (16:28 -0700)]
Automated import from //branches/cupcake/...@143009,143009

15 years agoAutomated import from //branches/cupcake/...@142955,142955
Jeffrey Sharkey [Thu, 26 Mar 2009 18:51:50 +0000 (11:51 -0700)]
Automated import from //branches/cupcake/...@142955,142955

15 years agoAutomated import from //branches/cupcake/...@142855,142855
Jeffrey Sharkey [Thu, 26 Mar 2009 04:37:10 +0000 (21:37 -0700)]
Automated import from //branches/cupcake/...@142855,142855

15 years agoAutomated import from //branches/donutburger/...@142791,142791
Evan Millar [Thu, 26 Mar 2009 00:45:22 +0000 (17:45 -0700)]
Automated import from //branches/donutburger/...@142791,142791

15 years agoAutomated import from //branches/donutburger/...@142720,142720
Eric Fischer [Thu, 26 Mar 2009 00:04:28 +0000 (17:04 -0700)]
Automated import from //branches/donutburger/...@142720,142720

15 years agoAutomated import from //branches/cupcake/...@142789,142789
Evan Millar [Wed, 25 Mar 2009 23:31:15 +0000 (16:31 -0700)]
Automated import from //branches/cupcake/...@142789,142789

15 years agoAutomated import from //branches/cupcake/...@142643,142643
Eric Fischer [Wed, 25 Mar 2009 22:22:44 +0000 (15:22 -0700)]
Automated import from //branches/cupcake/...@142643,142643

15 years agoAutomated import from //branches/donutburger/...@142030,142030
Amith Yamasani [Wed, 25 Mar 2009 04:19:43 +0000 (21:19 -0700)]
Automated import from //branches/donutburger/...@142030,142030

15 years agoAutomated import from //branches/donutburger/...@141911,141911
Evan Millar [Wed, 25 Mar 2009 04:05:59 +0000 (21:05 -0700)]
Automated import from //branches/donutburger/...@141911,141911

15 years agoAutomated import from //branches/donutburger/...@141868,141868
Eric Fischer [Wed, 25 Mar 2009 04:02:50 +0000 (21:02 -0700)]
Automated import from //branches/donutburger/...@141868,141868

15 years agoAutomated import from //branches/donutburger/...@141832,141832
Romain Guy [Wed, 25 Mar 2009 03:59:15 +0000 (20:59 -0700)]
Automated import from //branches/donutburger/...@141832,141832

15 years agoAutomated import from //branches/donutburger/...@141826,141826
Jeff Hamilton [Wed, 25 Mar 2009 03:58:44 +0000 (20:58 -0700)]
Automated import from //branches/donutburger/...@141826,141826

15 years agoAutomated import from //branches/donutburger/...@141106,141106
Jeff Hamilton [Wed, 25 Mar 2009 02:32:52 +0000 (19:32 -0700)]
Automated import from //branches/donutburger/...@141106,141106

15 years agoAutomated import from //branches/cupcake/...@142029,142029
Amith Yamasani [Wed, 25 Mar 2009 01:50:53 +0000 (18:50 -0700)]
Automated import from //branches/cupcake/...@142029,142029

15 years agoAutomated import from //branches/donutburger/...@140873,140873
Eric Fischer [Wed, 25 Mar 2009 01:47:00 +0000 (18:47 -0700)]
Automated import from //branches/donutburger/...@140873,140873

15 years agoAutomated import from //branches/cupcake/...@141899,141899
Evan Millar [Wed, 25 Mar 2009 01:37:52 +0000 (18:37 -0700)]
Automated import from //branches/cupcake/...@141899,141899

15 years agoAutomated import from //branches/cupcake/...@141866,141866
Eric Fischer [Wed, 25 Mar 2009 01:33:42 +0000 (18:33 -0700)]
Automated import from //branches/cupcake/...@141866,141866

15 years agoAutomated import from //branches/cupcake/...@141830,141830
Romain Guy [Wed, 25 Mar 2009 01:28:43 +0000 (18:28 -0700)]
Automated import from //branches/cupcake/...@141830,141830

15 years agoAutomated import from //branches/cupcake/...@141825,141825
Jeff Hamilton [Wed, 25 Mar 2009 01:27:56 +0000 (18:27 -0700)]
Automated import from //branches/cupcake/...@141825,141825

15 years agoAutomated import from //branches/donutburger/...@140729,140729
Karl Rosaen [Wed, 25 Mar 2009 01:20:48 +0000 (18:20 -0700)]
Automated import from //branches/donutburger/...@140729,140729

15 years agoAutomated import from //branches/donutburger/...@140648,140648
Romain Guy [Wed, 25 Mar 2009 01:08:41 +0000 (18:08 -0700)]
Automated import from //branches/donutburger/...@140648,140648

15 years agoauto import from //branches/cupcake_rel/...@141571
The Android Open Source Project [Fri, 20 Mar 2009 06:08:56 +0000 (23:08 -0700)]
auto import from //branches/cupcake_rel/...@141571

15 years agoauto import from //branches/cupcake_rel/...@140373
The Android Open Source Project [Thu, 19 Mar 2009 00:39:48 +0000 (17:39 -0700)]
auto import from //branches/cupcake_rel/...@140373

15 years agoMerge commit 'remotes/korg/cupcake' into merge
Jean-Baptiste Queru [Tue, 17 Mar 2009 23:08:47 +0000 (16:08 -0700)]
Merge commit 'remotes/korg/cupcake' into merge

15 years agoauto import from //branches/cupcake_rel/...@138607
The Android Open Source Project [Fri, 13 Mar 2009 20:04:24 +0000 (13:04 -0700)]
auto import from //branches/cupcake_rel/...@138607

15 years agoauto import from //branches/cupcake/...@137873
The Android Open Source Project [Wed, 11 Mar 2009 19:11:58 +0000 (12:11 -0700)]
auto import from //branches/cupcake/...@137873

15 years agoauto import from //branches/cupcake/...@137197
The Android Open Source Project [Mon, 9 Mar 2009 18:52:14 +0000 (11:52 -0700)]
auto import from //branches/cupcake/...@137197

15 years agoauto import from //depot/cupcake/@136620
The Android Open Source Project [Thu, 5 Mar 2009 23:45:11 +0000 (15:45 -0800)]
auto import from //depot/cupcake/@136620