OSDN Git Service

android-x86/packages-apps-Contacts.git
14 years agoam 6b3da038: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Mon, 3 Aug 2009 23:45:20 +0000 (16:45 -0700)]
am 6b3da038: (-s ours) Import revised translations.   DO NOT MERGE

Merge commit '6b3da03863da9d7319cbaf2eeb6f554616fcd97b'

* commit '6b3da03863da9d7319cbaf2eeb6f554616fcd97b':
  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 agoam 9be3f5b6: Handle full-disk exceptions when viewing call log.
Jeff Sharkey [Sun, 2 Aug 2009 01:38:21 +0000 (18:38 -0700)]
am 9be3f5b6: Handle full-disk exceptions when viewing call log.

Merge commit '9be3f5b6135b4b48f65f87f1a221c1ab5d5b4f89'

* commit '9be3f5b6135b4b48f65f87f1a221c1ab5d5b4f89':
  Handle full-disk exceptions when viewing call log.

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 agoam 2dfe98ab: Revert CNAP change to fix more serious Contact List issue
Paul Berman [Fri, 31 Jul 2009 04:21:45 +0000 (21:21 -0700)]
am 2dfe98ab: Revert CNAP change to fix more serious Contact List issue

Merge commit '2dfe98abcf9810e6d140e1e699fabc3b6e42a88a'

* commit '2dfe98abcf9810e6d140e1e699fabc3b6e42a88a':
  Revert CNAP change to fix more serious Contact List issue

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 agoreconcile korg/master into goog/master
Jean-Baptiste Queru [Sun, 26 Jul 2009 18:43:55 +0000 (11:43 -0700)]
reconcile korg/master into goog/master

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 agoFix issue 1795088 Improve audio routing code
Eric Laurent [Fri, 17 Jul 2009 18:52:06 +0000 (11:52 -0700)]
Fix issue 1795088       Improve audio routing code

Initial commit for review.

15 years agoFixed groups NPE when creating or editing contact.
Jeff Sharkey [Tue, 21 Jul 2009 22:13:34 +0000 (15:13 -0700)]
Fixed groups NPE when creating or editing contact.

Depending on the device state, mGroups may have not been
populated.  In this case, we ignore writing groups data.

This may cause data loss of group membership, so the
original bug has been repurposed to fix longer-term.

This fixes http://b/viewIssue?id=1975661

15 years agoapps/contacts: Pause and Wait changes
Reli Tal [Wed, 10 Jun 2009 20:48:00 +0000 (16:48 -0400)]
apps/contacts: Pause and Wait changes

Allow Pause and Wait characters to be used within the dial string for
a phone number. This implementation is CDMA specific and uses DTMF
tones to play post dial characters.

15 years agoam d5a1530f: Make the dialpad silent in "vibrate only" mode (bug 1984905).
David Brown [Tue, 21 Jul 2009 06:33:40 +0000 (23:33 -0700)]
am d5a1530f: Make the dialpad silent in "vibrate only" mode (bug 1984905).

Merge commit 'd5a1530f68c48075cd3df5c948b54ad34f059df1'

* commit 'd5a1530f68c48075cd3df5c948b54ad34f059df1':
  Make the dialpad silent in "vibrate only" mode (bug 1984905).

15 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.

15 years agoam 12402fef: (-s ours) Add VCardExporter functionality.
Daisuke Miyakawa [Mon, 20 Jul 2009 03:19:57 +0000 (20:19 -0700)]
am 12402fef: (-s ours) Add VCardExporter functionality.

Merge commit '12402fef0ac6b9ec9e614aaeb3f0c28d96ef47bd'

* commit '12402fef0ac6b9ec9e614aaeb3f0c28d96ef47bd':
  Add VCardExporter functionality.

15 years agoAdd VCardExporter functionality.
Daisuke Miyakawa [Sat, 18 Jul 2009 00:50:31 +0000 (17:50 -0700)]
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.

15 years agoresolved conflicts for merge of 2cc7c87b to master
Mike LeBeau [Fri, 17 Jul 2009 22:28:19 +0000 (15:28 -0700)]
resolved conflicts for merge of 2cc7c87b to master

15 years agoresolved conflicts for merge of 3474a71b to master
Mike LeBeau [Fri, 17 Jul 2009 22:08:22 +0000 (15:08 -0700)]
resolved conflicts for merge of 3474a71b to master

15 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.

15 years agoMake Contacts app use new VCard library
Daisuke Miyakawa [Fri, 17 Jul 2009 19:28:26 +0000 (12:28 -0700)]
Make Contacts app use new VCard library

This depends on the change https://android-git.corp.google.com/g/#change,6736

Conflicts:

15 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.

15 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.

15 years agoHaptic feedback for the Dialer (bug 1940121).
David Brown [Tue, 7 Jul 2009 23:00:18 +0000 (16:00 -0700)]
Haptic feedback for the Dialer (bug 1940121).

It's enabled using a per-platform resource in config.xml (which for now is
"true" on all platforms.)  But if enough users are annoyed by this, we
might eventually need to make it a user preference rather than a
per-platform resource.

15 years agoresolved conflicts for merge of a7955aee to master
Mike LeBeau [Wed, 15 Jul 2009 20:36:57 +0000 (13:36 -0700)]
resolved conflicts for merge of a7955aee to master

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

15 years agoMerge commit 'goog/readonly-korg-master' into merge_korg_master
Jean-Baptiste Queru [Wed, 15 Jul 2009 00:12:56 +0000 (17:12 -0700)]
Merge commit 'goog/readonly-korg-master' into merge_korg_master

15 years agoam 085c288f: Merge change 6819 into donut
Android (Google) Code Review [Tue, 14 Jul 2009 23:25:09 +0000 (16:25 -0700)]
am 085c288f: Merge change 6819 into donut

Merge commit '085c288f87389fd08295a941e568a56fd2f11a00'

* commit '085c288f87389fd08295a941e568a56fd2f11a00':
  Use correct photo when building direct-dial shortcuts.

15 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.

15 years agoam d7b2f666: Import revised translations
Eric Fischer [Tue, 14 Jul 2009 20:13:17 +0000 (13:13 -0700)]
am d7b2f666: Import revised translations

Merge commit 'd7b2f66611a7f38c96d7410744ddc0bab9463c18'

* commit 'd7b2f66611a7f38c96d7410744ddc0bab9463c18':
  Import revised translations

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

15 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

15 years agoChange hidden menu pop-up title to MEID for CDMA
Tracy Pu [Thu, 2 Jul 2009 18:39:18 +0000 (14:39 -0400)]
Change hidden menu pop-up title to MEID for CDMA

- When user keys in *#06# through the dialpad, the pop-up screen title
  will be IMEI on GSM network and MEID on CDMA network
- During a call, when user launches the dialpad through the in-call
  option menu to add call, then, keys in *#06#, the pop-up screen title
  will be IMEI on GSM network and MEID on CDMA network

15 years agoEnable VCard Import Activity world-wide.
Daisuke Miyakawa [Mon, 6 Jul 2009 08:31:12 +0000 (17:31 +0900)]
Enable VCard Import Activity world-wide.

15 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.

15 years agoMerge branch 'donut'
Jean-Baptiste Queru [Tue, 7 Jul 2009 22:37:59 +0000 (15:37 -0700)]
Merge branch 'donut'

* donut:
  Add new searchSettingsDescription attribute for Contacts's searchable.
  FIX 1839556 -- Silent mode not really silent
  Reimport Japanese translations of Contacts strings.
  Introduce support for CDMA caller name presentation (CNAP)
  VCardImporter, VCardExporter

15 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.

15 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.

15 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.

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

15 years agoam 52d733f8: Update Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 22:33:47 +0000 (15:33 -0700)]
am 52d733f8: Update Portuguese translations.

Merge commit '52d733f87d8ca16a89453a0cd189d73a8e4080e4'

* commit '52d733f87d8ca16a89453a0cd189d73a8e4080e4':
  Update Portuguese translations.

15 years agoam 963edebd: am 9bab98b4: AI 149721: Import Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 22:32:25 +0000 (15:32 -0700)]
am 963edebd: am 9bab98b4: AI 149721: Import Portuguese translations.

Merge commit '963edebd9c59886ad6c9d8b8f8cb4e67f0beeddb'

* commit '963edebd9c59886ad6c9d8b8f8cb4e67f0beeddb':
  AI 149721: Import Portuguese translations.

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

15 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.

15 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

15 years agoam ebb55cd3: Merge change 3558 into donut
Android (Google) Code Review [Tue, 9 Jun 2009 06:57:57 +0000 (23:57 -0700)]
am ebb55cd3: Merge change 3558 into donut

Merge commit 'ebb55cd34415b3db39cbefba700721e5c606d699'

* commit 'ebb55cd34415b3db39cbefba700721e5c606d699':
  Fix the build

15 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

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

15 years agoam 9de590c9: Remove gestures from Contacts.
Romain Guy [Tue, 9 Jun 2009 06:50:24 +0000 (23:50 -0700)]
am 9de590c9: Remove gestures from Contacts.

Merge commit '9de590c9ad5b7a3a62e228436f07e80fe1a7bb8e'

* commit '9de590c9ad5b7a3a62e228436f07e80fe1a7bb8e':
  Remove gestures from Contacts.

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

15 years agoam 7e3812b8: Do not automatically enable gestures in list based on filtering/fastscro...
Romain Guy [Mon, 8 Jun 2009 22:19:50 +0000 (15:19 -0700)]
am 7e3812b8: Do not automatically enable gestures in list based on filtering/fastscroll status. Enable gestures in Contacts for now.

Merge commit '7e3812b8cb494712f89eb67b1223e8bbc099f6f7'

* commit '7e3812b8cb494712f89eb67b1223e8bbc099f6f7':
  Do not automatically enable gestures in list based on filtering/fastscroll status.

15 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.

15 years agoam d3d9897d: Fixes #1841298.
Romain Guy [Fri, 5 Jun 2009 06:48:30 +0000 (23:48 -0700)]
am d3d9897d: Fixes #1841298.

Merge commit 'd3d9897d4122e0eb6ab371b7ed4f11c3fd05df44'

* commit 'd3d9897d4122e0eb6ab371b7ed4f11c3fd05df44':
  Fixes #1841298.

15 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.

15 years agoam 333a615d: Implement call and SMS shortcuts.
Dianne Hackborn [Tue, 26 May 2009 22:06:18 +0000 (15:06 -0700)]
am 333a615d: Implement call and SMS shortcuts.

Merge commit '333a615d1e6ced4560f4803510e673bae87d0ca2'

* commit '333a615d1e6ced4560f4803510e673bae87d0ca2':
  Implement call and SMS shortcuts.

15 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.

15 years agoam c7cdf607: Add support for GESTURE_FILTERS to Contacts. By default ListView was...
Romain Guy [Fri, 22 May 2009 14:58:15 +0000 (07:58 -0700)]
am c7cdf607: Add support for GESTURE_FILTERS to Contacts. By default ListView was choosing GESTURE_JUMP because the application enables text filtering dynamically.

Merge commit 'c7cdf60769f1d448dcd016cc1ae93d3fc2975238'

* commit 'c7cdf60769f1d448dcd016cc1ae93d3fc2975238':
  Add support for GESTURE_FILTERS to Contacts. By default ListView was choosing GESTURE_JUMP because the application enables text filtering dynamically.

15 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.

15 years agoam 2991dd94: Hand merge from cupcake_dcm from donut, part 4.
Daisuke Miyakawa [Fri, 22 May 2009 03:09:33 +0000 (20:09 -0700)]
am 2991dd94: Hand merge from cupcake_dcm from donut, part 4.

Merge commit '2991dd9416cb019272e786415d6e0354feef115e'

* commit '2991dd9416cb019272e786415d6e0354feef115e':
  Hand merge from cupcake_dcm from donut, part 4.

15 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.

15 years agoam a2afa15d: Merge change 703 into donut
Android (Google) Code Review [Fri, 15 May 2009 01:26:26 +0000 (18:26 -0700)]
am a2afa15d: Merge change 703 into donut

Merge commit 'a2afa15d63e44cad39cb44de5f7c556d7f6dfe0d'

* commit 'a2afa15d63e44cad39cb44de5f7c556d7f6dfe0d':
  Accessibility feature - event population and firing (making dialpad accessible)

15 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)

15 years agoam 17067a1: Set includeInGlobalSearch in the Contacts app
Bjorn Bringert [Wed, 6 May 2009 16:59:29 +0000 (09:59 -0700)]
am 17067a1: Set includeInGlobalSearch in the Contacts app

Merge commit '17067a13ed3c7825d6c9d8a41c0353475bf45a9f'

* commit '17067a13ed3c7825d6c9d8a41c0353475bf45a9f':
  Set includeInGlobalSearch in the Contacts app

15 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.

15 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)

15 years agoam 37f5ba7: am 1bd55f6: AI 148147: Import lots of zh_TW translation chan
Eric Fischer [Fri, 1 May 2009 01:12:59 +0000 (18:12 -0700)]
am 37f5ba7: am 1bd55f6: AI 148147: Import lots of zh_TW translation chan

Merge commit '37f5ba738a8b986eec09492f66f1e4835db512c8'

* commit '37f5ba738a8b986eec09492f66f1e4835db512c8':
  AI 148147: Import lots of zh_TW translation changes.

15 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.

15 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

15 years agoMerge change 805
Android (Google) Code Review [Fri, 1 May 2009 00:28:50 +0000 (17:28 -0700)]
Merge change 805

* changes:
  decouple SyncAdapter from ContentProvider

15 years agoam 5056edd: am 68da3e5: AI 148026: Update zh_TW translations.
Eric Fischer [Fri, 1 May 2009 00:24:27 +0000 (17:24 -0700)]
am 5056edd: am 68da3e5: AI 148026: Update zh_TW translations.

Merge commit '5056edd5569096d4747961792471f13e86b5a714'

* commit '5056edd5569096d4747961792471f13e86b5a714':
  AI 148026: Update zh_TW translations.

15 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.

15 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

15 years agodecouple SyncAdapter from ContentProvider
Fred Quintana [Thu, 30 Apr 2009 00:53:21 +0000 (17:53 -0700)]
decouple SyncAdapter from ContentProvider

15 years agoam 214e17c: am ff957fc: AI 147962: Import updated zh_TW translations.
Eric Fischer [Wed, 29 Apr 2009 20:43:22 +0000 (13:43 -0700)]
am 214e17c: am ff957fc: AI 147962: Import updated zh_TW translations.

Merge commit '214e17cf3d112cf71fd9bffd0dd3a8345d283c12'

* commit '214e17cf3d112cf71fd9bffd0dd3a8345d283c12':
  AI 147962: Import updated zh_TW translations.

15 years agoam 78dd28a: am e5cadd0: AI 147492: Update zh_TW translations.
Eric Fischer [Wed, 29 Apr 2009 20:43:22 +0000 (13:43 -0700)]
am 78dd28a: am e5cadd0: AI 147492: Update zh_TW translations.

Merge commit '78dd28aeb996c01ed3310409c9b4cb9e23f93d67'

* commit '78dd28aeb996c01ed3310409c9b4cb9e23f93d67':
  AI 147492: Update zh_TW translations.

15 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.

15 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.

15 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

15 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'

15 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 donut into master
Jean-Baptiste Queru [Thu, 23 Apr 2009 01:33:18 +0000 (18:33 -0700)]
Merge donut into master

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 agoMerge donut into master
Jean-Baptiste Queru [Thu, 23 Apr 2009 00:12:37 +0000 (17:12 -0700)]
Merge donut into master

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 agoadding concept of features to accounts
Fred Quintana [Mon, 20 Apr 2009 23:05:11 +0000 (16:05 -0700)]
adding concept of features to accounts

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 agoMerge branch 'readonly-p4-master'
Eric Fischer [Wed, 8 Apr 2009 07:31:51 +0000 (00:31 -0700)]
Merge branch 'readonly-p4-master'

15 years agoAI 144913: am: CL 144912 Merge from cupcake:
Eric Fischer [Wed, 8 Apr 2009 07:30:38 +0000 (00:30 -0700)]
AI 144913: am: CL 144912 Merge from cupcake:
  Change 144891 on 2009/04/07 by enf@ebcdic
  Import a bunch of revised translations.
  Original author: enf

Automated import of CL 144913

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 agoMerge branch 'readonly-p4-master'
Eric Fischer [Sat, 4 Apr 2009 00:26:02 +0000 (17:26 -0700)]
Merge branch 'readonly-p4-master'

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

Automated import of CL 144560

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 agoMerge branch 'readonly-p4-master'
Eric Fischer [Fri, 3 Apr 2009 06:32:29 +0000 (23:32 -0700)]
Merge branch 'readonly-p4-master'

15 years agoAI 144411: am: CL 144336 am: CL 144335 Import US Spanish translations, and a few...
Eric Fischer [Fri, 3 Apr 2009 06:31:17 +0000 (23:31 -0700)]
AI 144411: am: CL 144336 am: CL 144335 Import US Spanish translations, and a few Japanese changes.
  Original author: enf
  Merged from: //branches/cupcake/...
  Original author: android-build

Automated import of CL 144411

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