]> nv-tegra.nvidia Code Review - android/platform/packages/apps/Phone.git/log
android/platform/packages/apps/Phone.git
14 years agoDon't call Phone.getCdmaEriText on non-CDMA phone.
jsh [Wed, 10 Jun 2009 19:00:46 +0000 (12:00 -0700)]
Don't call Phone.getCdmaEriText on non-CDMA phone.

14 years agoTemporary "double tap to answer call" UI for Sholes.
David Brown [Wed, 27 May 2009 20:57:36 +0000 (13:57 -0700)]
Temporary "double tap to answer call" UI for Sholes.

Since we're about to start dogfooding Sholes devices (which have no hard
send/end buttons), here's an ultra-simple onscreen UI that lets you
double-tap to answer an incoming call.

This is a TEMPORARY HACK until we have the real UI (which will go into
master, and may come from the moto team.)

Implementation notes and TODOs:

- The widget looks pretty ugly; I don't have any assets from Jeff (or
  moto) yet so I'm just using the default button background.
  There's also no visual feedback when you tap the button; that needs to
  be designed too.

- Right now the double-tap-to-answer widget is only used on sholes.
  At some point (once I get a nicer looking asset for the button
  background) I *do* plan to enable it for ALL devices, so more people get
  a chance to try it out.  But in the long term this UI will only be used
  on devices with no hard send/end buttons.

- I check for sholes devices by looking at the ro.product.device system
  property.  This is a temporary hack; in master these onscreen buttons
  will be enabled via a special resource from the vendor/moto overlay,
  but that overlay hierarchy doesn't exist yet.

- The double-tap detection code is a little ugly; I added a TODO about
  extracting it out to a helper class that can listen for double-taps on
  an arbitrary View, or maybe even a whole new "DoubleTapButton" widget.

TESTED:
 - Built dream-eng, incoming call experience is unchanged.
 - Built sholes-eng, the button appears for incoming calls, and
   double-tapping answers the call.  ("Answering" works in the emulator,
   at least.)
 - Made sure I didn't break the "touch lock" overlay for the dialpad.

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

14 years agoam 32ddfc98: AI 149721: Import Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 19:31:25 +0000 (12:31 -0700)]
am 32ddfc98: AI 149721: Import Portuguese translations.

Merge commit '32ddfc9843ddb3b56bb3728dca67c2b8d8e5add3' into donut

* commit '32ddfc9843ddb3b56bb3728dca67c2b8d8e5add3':
  AI 149721: Import Portuguese translations.

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

Automated import of CL 149721

14 years agoUse Call.isGeneric() in the CallCard.
David Brown [Mon, 8 Jun 2009 23:45:59 +0000 (16:45 -0700)]
Use Call.isGeneric() in the CallCard.

Followup to Change 3283: enable the call to isGeneric() now that it exists
in the telephony layer.

14 years agoPhone app: Initial *minimal* set of Phone UI changes for CDMA.
David Brown [Thu, 14 May 2009 18:27:54 +0000 (11:27 -0700)]
Phone app: Initial *minimal* set of Phone UI changes for CDMA.

Fix a couple of CDMA-specific issues in the in-call UI:

- Add a new mode to the CallCard for the "generic call" state, where the
  phone is in use but we don't know any specific details about the state
  of the call (like who you're talking to, or how many lines are in use.)

  NOTE this can't actually be enabled till the Call.isGeneric() API gets
  checked in.  (See the TODO comment in updateForegroundCall().)

- Make sure the "Manage conference" UI (which is GSM-specific) is never
  enabled on CDMA phones

These changes are mostly untested, since I don't have a CDMA phone with
working telephony yet.  (But the PhoneUtils/InCallScreen changes are
ultra-simple, and I was at least able to test the "generic call" UI by
temporarily hacking the code to pretend that Call.isGeneric() returned
true.)

I did at least make sure this doesn't break anything on GSM phones.

This change does NOT include:

- Automatically timing-out the "call waiting" connection if ignored by
  the user.  (The Moto team is already doing this, in the CallNotifier
  class.)

- Make sure the "Merge calls" and "Swap calls" menu items are enabled
  only when it's *really* possible to merge or swap.  (The current logic
  is GSM-specific.)  Added TODO comments in PhoneUtils.java for these.

14 years agoTODO fixes from Teleca 090527
Wink Saville [Mon, 1 Jun 2009 21:40:39 +0000 (14:40 -0700)]
TODO fixes from Teleca 090527

14 years agoMerge change 2358 into donut
Android (Google) Code Review [Fri, 29 May 2009 03:29:21 +0000 (20:29 -0700)]
Merge change 2358 into donut

* changes:
  Minimal set of changes needed to run with the modified frameworks/base.

14 years agoMerge from cupcake_dcm. Should be reviewed by jackpal just in case.
Daisuke Miyakawa [Mon, 25 May 2009 07:41:08 +0000 (16:41 +0900)]
Merge from cupcake_dcm. Should be reviewed by jackpal just in case.
Original change is 147853-p9 in perforce.

14 years agoMinimal set of changes needed to run with the modified frameworks/base.
Wink Saville [Fri, 22 May 2009 17:08:20 +0000 (10:08 -0700)]
Minimal set of changes needed to run with the modified frameworks/base.

Another set of changes will be coming next week to complete this
merge.

14 years agoTeleca 2b changes.
Wink Saville [Mon, 18 May 2009 06:46:33 +0000 (23:46 -0700)]
Teleca 2b changes.

14 years agoMerge change 1703 into donut
Android (Google) Code Review [Fri, 15 May 2009 00:38:32 +0000 (17:38 -0700)]
Merge change 1703 into donut

* changes:
  findbugs fixit: Clean up a few more (fairly minor) findbugs complaints.

14 years agofindbugs fixit: Clean up a few more (fairly minor) findbugs complaints.
David Brown [Thu, 14 May 2009 22:39:18 +0000 (15:39 -0700)]
findbugs fixit: Clean up a few more (fairly minor) findbugs complaints.

14 years agofindbugs fixit: misc cleanup in CallCard.java:
David Brown [Thu, 14 May 2009 21:43:28 +0000 (14:43 -0700)]
findbugs fixit: misc cleanup in CallCard.java:

  - remove an unused variation of updateDisplayForPerson()
  - fix potential NPE when calling Connection.getNumberPresentation()
  - remove an unused member variable
  - remove a couple of unused local variables

14 years agoMerge change 1570 into donut
Android (Google) Code Review [Thu, 14 May 2009 21:20:49 +0000 (14:20 -0700)]
Merge change 1570 into donut

* changes:
  Fix bad use of "==" with Strings.

14 years agoFix bad use of "==" with Strings.
David Brown [Wed, 13 May 2009 21:50:23 +0000 (14:50 -0700)]
Fix bad use of "==" with Strings.

A couple of places that cared about getPhoneName() were comparing strings
using "==".  Fixed them to use .equals() instead.

14 years agoRemove unused DateFormatUtils class.
Eric Fischer [Wed, 13 May 2009 21:04:54 +0000 (14:04 -0700)]
Remove unused DateFormatUtils class.

14 years agofix issue 1699014 remove obsolete SoundEffect class
Eric Laurent [Thu, 7 May 2009 11:07:48 +0000 (04:07 -0700)]
fix issue 1699014 remove obsolete SoundEffect class

Removed file SoundEffect.java and call to SoundEffect.init() from PhoneApp.onCreate()

14 years agoMerge commit 'a9c6618' into merge
David Brown [Tue, 5 May 2009 22:58:54 +0000 (15:58 -0700)]
Merge commit 'a9c6618' into merge

Conflicts:
res/values/config.xml

Manually fix merge conflict in res/values/config.xml
(from import of perforce CL 148291).

14 years agoAI 148291: FIX 1827599 -- [STOPSHIP] Unable to make EC with non-TMUS SIM
David Brown [Tue, 5 May 2009 04:15:05 +0000 (21:15 -0700)]
AI 148291: FIX 1827599 -- [STOPSHIP] Unable to make EC with non-TMUS SIM
  Back in CL 138604, in response to bug 1695133 (from Vodafone), I removed
  the "Dismiss" button from the "SIM network unlock" panel.
  One consequence of that change is that there's now NO WAY to make an
  Emergency Call if your SIM is network-locked and you don't know the PIN.
  Unfortunately *that* behavior is unacceptable to TMUS.
  So this change restores the "Dismiss" button for all products EXCEPT
  vodafone.  I do this by using a new config.xml resource called
  sim_network_unlock_allow_dismiss, which is true by default, but set to
  false in the vendor/vodafone/vfeu_overlay resource hierarchy.
  TESTED:
  - Got into SIM_NETWORK_LOCKED state by faking the event from the sim
  - TESTED both possible values of sim_network_unlock_allow_dismiss.
  - If true (the default), the "Dismiss" button is present, and
  correctly dismisses the panel.
  - If false (like in the vodafone product) there's no "Dismiss"
  button.
  - Also tested the layout (with the Dismiss button) in both landscape and
  portrait modes.
  There's nothing new to translate; this change doesn't add any string
  resources.
  BUG=1827599

Automated import of CL 148291

14 years agoignore
The Android Open Source Project [Fri, 1 May 2009 00:58:17 +0000 (17:58 -0700)]
ignore

Merge commit '118cf56' into donut

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 a767a8c: AI 148026: Update zh_TW translations.
Eric Fischer [Fri, 1 May 2009 00:10:47 +0000 (17:10 -0700)]
am a767a8c: AI 148026: Update zh_TW translations.

Merge commit 'a767a8c5e13439e51739ec242426b80577ac2048' into donut

* commit 'a767a8c5e13439e51739ec242426b80577ac2048':
  AI 148026: Update zh_TW translations.

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

Automated import of CL 148026

14 years agoFIX 1737824: Fix typo (spurious comma) in Call settings error dialog
David Brown [Thu, 30 Apr 2009 05:32:49 +0000 (22:32 -0700)]
FIX 1737824: Fix typo (spurious comma) in Call settings error dialog

14 years agoFIX 1703193: Wording tweak to in-call dialpad touch lock overlay
David Brown [Thu, 30 Apr 2009 05:00:51 +0000 (22:00 -0700)]
FIX 1703193: Wording tweak to in-call dialpad touch lock overlay

The dialpad touch lock overlay now says "Tap twice" instead of
"Double-tap".

14 years agoMerge change 752 into donut
Android (Google) Code Review [Wed, 29 Apr 2009 23:09:21 +0000 (16:09 -0700)]
Merge change 752 into donut

* changes:
  Change EmergencyDialer to use managed dialogs.

14 years agoChange EmergencyDialer to use managed dialogs.
Jim Miller [Wed, 29 Apr 2009 21:38:57 +0000 (14:38 -0700)]
Change EmergencyDialer to use managed dialogs.

14 years agoMerge change 705 into donut
Android (Google) Code Review [Wed, 29 Apr 2009 20:02:51 +0000 (13:02 -0700)]
Merge change 705 into donut

* changes:
  FIX 1728001: Call card: add padding for long names

14 years agoMerge commit '7c7adeb' into donut
The Android Open Source Project [Wed, 29 Apr 2009 04:58:02 +0000 (21:58 -0700)]
Merge commit '7c7adeb' into donut

14 years agoMerge commit 'e747f79' into donut
The Android Open Source Project [Wed, 29 Apr 2009 04:57:54 +0000 (21:57 -0700)]
Merge commit 'e747f79' into donut

14 years agoFIX 1728001: Call card: add padding for long names
David Brown [Wed, 29 Apr 2009 03:01:19 +0000 (20:01 -0700)]
FIX 1728001: Call card: add padding for long names

Add some padding so very long names don't run all the way to the edges of
the "call card" frame.

Note in landscape mode we only need right padding, since there's a contact
photo to the left (so there's already some margin there).

14 years agoMerge change 535 into donut
Android (Google) Code Review [Wed, 29 Apr 2009 00:13:02 +0000 (17:13 -0700)]
Merge change 535 into donut

* changes:
  Fix 1809590: text is truncated in a couple of "incoming call" menu items

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 change 533 into donut
Android (Google) Code Review [Sat, 25 Apr 2009 00:15:12 +0000 (17:15 -0700)]
Merge change 533 into donut

* changes:
  Teleca 090414 & 090423 patches for CDMA to complete phase1 work.

14 years agoTeleca 090414 & 090423 patches for CDMA to complete phase1 work.
Wink Saville [Fri, 24 Apr 2009 20:05:18 +0000 (13:05 -0700)]
Teleca 090414 & 090423 patches for CDMA to complete phase1 work.

14 years agoFix 1809590: text is truncated in a couple of "incoming call" menu items
David Brown [Fri, 24 Apr 2009 03:02:33 +0000 (20:02 -0700)]
Fix 1809590: text is truncated in a couple of "incoming call" menu items

The in-call screen has a couple of menu items with labels that are too
long for a single line.  So for those items we turn off the icon (which
leaves enough room for 2 lines) and use explicit '\n' chars in the
string resources to break the text into two lines.

Unfotunately this never actually worked :-(
The InCallMenuItemView class has always forced itself into single-line
mode, which causes the '\n' chars in the text to be ignored.

The fix: *don't* force single-line mode for menu items that don't have
an icon.  (If there's no icon, that means there *is* room for 2 lines of
text.)

TESTED: Confirmed that the multi-line menu items now look correct, and
the other in-call menu items are unchanged.

14 years agoMerge change 450 into donut
Android (Google) Code Review [Fri, 24 Apr 2009 00:24:53 +0000 (17:24 -0700)]
Merge change 450 into donut

* changes:
  Re-apply fixes to the "SIM network unlock" UI (which were lost in the big CDMA merge)

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

Automated import of CL 147492

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

14 years agoRe-apply fixes to the "SIM network unlock" UI (which were lost in the big CDMA merge)
David Brown [Wed, 22 Apr 2009 01:49:45 +0000 (18:49 -0700)]
Re-apply fixes to the "SIM network unlock" UI (which were lost in the big CDMA merge)

CL 138604 in cupcake fixed some problems with the "SIM network unlock"
UI (bug 1695133.)  That change was automerged to //branches/donutburger
in CL 139143, but it then got mostly undone when CL 144185 (the big CDMA
merge) went in.

This change manually re-applies the fixes from CL 138604,
this time in the donut git tree.

The fixes:
  - remove an unnecessary setMovementMethod(null) call
  - remove the "Dismiss" button
  - minor layout tweaks
  - minor comment improvements

TESTED: faked an EVENT_SIM_NETWORK_LOCKED event to bring up the
IccNetworkDepersonalizationPanel, verified the "dismiss" button is gone
and the soft keyboard comes up correctly.

14 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

14 years agoFix bug 1793462 (part 1): add a resource to disable the "SIM network unlock" screen
David Brown [Tue, 21 Apr 2009 02:07:31 +0000 (19:07 -0700)]
Fix bug 1793462 (part 1): add a resource to disable the "SIM network unlock" screen

Some networks may not have the concept of "unlocking a SIM", in which case
we should *not* show the "Sim network lock" screen even if we get an
EVENT_SIM_NETWORK_LOCKED message.

This change adds a boolean resource called ignore_sim_network_locked_events;
if true, the phone app will ignore EVENT_SIM_NETWORK_LOCKED events.
The default value is false, meaning that a EVENT_SIM_NETWORK_LOCKED event
will launch the IccNetworkDepersonalizationPanel, and prevent the user from
doing anything else until they enter a valid SIM network PIN (i.e. the
current behavior.)

To change this behavior, just set ignore_sim_network_locked_events to true
in a product-specific overlay file.

TESTED: faked an EVENT_SIM_NETWORK_LOCKED.
  With ignore_sim_network_locked_events=false, the
  IccNetworkDepersonalizationPanel came up normally.
  With ignore_sim_network_locked_events=true, nothing happened.

15 years agoAI 146517: Import translation changes.
Eric Fischer [Thu, 16 Apr 2009 18:01:06 +0000 (11:01 -0700)]
AI 146517: Import translation changes.
  DO NOT MERGE

Automated import of CL 146517

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

Automated import of CL 146365

15 years agoclean up resId logic
Tammo Spalink [Wed, 15 Apr 2009 09:59:41 +0000 (17:59 +0800)]
clean up resId logic

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 145493: am: CL 145214 Update cupcake translations.
Eric Fischer [Thu, 9 Apr 2009 21:32:43 +0000 (14:32 -0700)]
AI 145493: am: CL 145214 Update cupcake translations.
  Original author: enf
  Merged from: //branches/cupcake/...

Automated import of CL 145493

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

Automated import of CL 145225

15 years agoAI 145214: Update cupcake translations.
Eric Fischer [Wed, 8 Apr 2009 22:59:36 +0000 (15:59 -0700)]
AI 145214: Update cupcake translations.

Automated import of CL 145214

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 144705: Teleca patch from 03/27/2009, fixes some CDMA issues.
Wink Saville [Mon, 6 Apr 2009 22:20:45 +0000 (15:20 -0700)]
AI 144705: Teleca patch from 03/27/2009, fixes some CDMA issues.

Automated import of CL 144705

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:55 +0000 (17:19 -0700)]
AI 144556: Pick up today's modified translations.

Automated import of CL 144556

15 years agoAI 144355: Automated g4 rollback of changelist 144335.
Eric Fischer [Fri, 3 Apr 2009 04:42:07 +0000 (21:42 -0700)]
AI 144355: Automated g4 rollback of changelist 144335.
  *** Reason for rollback ***
  Roll back US Spanish import because it made the build too big.
  *** Original change description ***
  Import US Spanish translations, and a few Japanese changes.

Automated import of CL 144355

15 years agoAI 144347: Reimport es_US translations in an attempt to fix the build.
Eric Fischer [Fri, 3 Apr 2009 00:15:44 +0000 (17:15 -0700)]
AI 144347: Reimport es_US translations in an attempt to fix the build.

Automated import of CL 144347

15 years agoAI 144336: am: CL 144335 Import US Spanish translations, and a few Japanese changes.
Eric Fischer [Thu, 2 Apr 2009 23:42:16 +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:23 +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:20 +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 143276: am: CL 143274 FIX 1741378 and 1702095: Emergency calls get made to the...
David Brown [Sat, 28 Mar 2009 03:45:30 +0000 (20:45 -0700)]
AI 143276: am: CL 143274 FIX 1741378 and 1702095: Emergency calls get made to the wrong number(!)
  if you started out in airplane mode.
  In some cases when we launch the EmergencyCallHandler activity, we were
  launching it using the intent returned by getIntent(), which is NOT
  necessarily the most recent intent we were launched with.  (It's actually
  the intent from way back when the InCallScreen first got created).
  This has probably been broken since CL 132105, when we started keeping a
  single InCallScreen instance around for the entire life of the phone
  process.
  The fix is to simply call setIntent() to stash away the new intent any
  time one comes in via onNewIntent().  (The javadoc for
  Activity.onNewIntent() actually suggests doing this.)
  Watch out: Dianne says there's a known problem that the saved intent will
  get lost if there's a configuration change.  This is EXTREMELY unlikely to
  be a problem for the InCallScreen, though, since the call to getIntent()
  happens so quickly after the original onNewIntent/onResume sequence.
  (I filed bug 1743425 about the ActivityManager issue, though.)
  TESTED:
  - Various incoming / outgoing calls
  - Emergency call when initially in airplane mode
  Original author: dab
  Merged from: //branches/cupcake/...

Automated import of CL 143276

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 143274: FIX 1741378 and 1702095: Emergency calls get made to the wrong number(!)
David Brown [Fri, 27 Mar 2009 23:43:01 +0000 (16:43 -0700)]
AI 143274: FIX 1741378 and 1702095: Emergency calls get made to the wrong number(!)
  if you started out in airplane mode.
  In some cases when we launch the EmergencyCallHandler activity, we were
  launching it using the intent returned by getIntent(), which is NOT
  necessarily the most recent intent we were launched with.  (It's actually
  the intent from way back when the InCallScreen first got created).
  This has probably been broken since CL 132105, when we started keeping a
  single InCallScreen instance around for the entire life of the phone
  process.
  The fix is to simply call setIntent() to stash away the new intent any
  time one comes in via onNewIntent().  (The javadoc for
  Activity.onNewIntent() actually suggests doing this.)
  Watch out: Dianne says there's a known problem that the saved intent will
  get lost if there's a configuration change.  This is EXTREMELY unlikely to
  be a problem for the InCallScreen, though, since the call to getIntent()
  happens so quickly after the original onNewIntent/onResume sequence.
  (I filed bug 1743425 about the ActivityManager issue, though.)
  TESTED:
  - Various incoming / outgoing calls
  - Emergency call when initially in airplane mode
  BUG=1741378,1702095

Automated import of CL 143274

15 years agoAI 143181: am: CL 142924 Support DCM specific MMI network service.
John Wang [Fri, 27 Mar 2009 23:38:59 +0000 (16:38 -0700)]
AI 143181: am: CL 142924 Support DCM specific MMI network service.
  IExtendedNetworkService has 4 MMI service interface used by PhoneUtils to put DCM related nw service.
  void setMmiString(String number);
  CharSequence getMmiRunningText();
  CharSequence getUserMessage(CharSequence text);
  void clearMmiString();
  And the service is bind via "com.android.ussd.IExtendedNetworkService".
  Original author: johnwang
  Merged from: //branches/cupcake/...

Automated import of CL 143181

15 years agoAutomated import from //branches/cupcake/...@143012,143012
Eric Fischer [Thu, 26 Mar 2009 23:45:45 +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/...@142924,142924
John Wang [Thu, 26 Mar 2009 16:27:16 +0000 (09:27 -0700)]
Automated import from //branches/cupcake/...@142924,142924

15 years agoAutomated import from //branches/donutburger/...@142766,142766
Nick Pelly [Thu, 26 Mar 2009 00:33:56 +0000 (17:33 -0700)]
Automated import from //branches/donutburger/...@142766,142766

15 years agoAutomated import from //branches/donutburger/...@142725,142725
David Brown [Thu, 26 Mar 2009 00:19:02 +0000 (17:19 -0700)]
Automated import from //branches/donutburger/...@142725,142725

15 years agoAutomated import from //branches/donutburger/...@142723,142723
Jaikumar Ganesh [Thu, 26 Mar 2009 00:13:25 +0000 (17:13 -0700)]
Automated import from //branches/donutburger/...@142723,142723

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

15 years agoAutomated import from //branches/cupcake/...@142761,142761
Nick Pelly [Wed, 25 Mar 2009 22:43:44 +0000 (15:43 -0700)]
Automated import from //branches/cupcake/...@142761,142761

15 years agoAutomated import from //branches/cupcake/...@142654,142654
David Brown [Wed, 25 Mar 2009 22:29:37 +0000 (15:29 -0700)]
Automated import from //branches/cupcake/...@142654,142654

15 years agoAutomated import from //branches/cupcake/...@142652,142652
Jaikumar Ganesh [Wed, 25 Mar 2009 22:27:05 +0000 (15:27 -0700)]
Automated import from //branches/cupcake/...@142652,142652

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/...@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/...@141551,141551
Jaikumar Ganesh [Wed, 25 Mar 2009 03:32:02 +0000 (20:32 -0700)]
Automated import from //branches/donutburger/...@141551,141551

15 years agoAutomated import from //branches/donutburger/...@141363,141363
David Brown [Wed, 25 Mar 2009 03:08:08 +0000 (20:08 -0700)]
Automated import from //branches/donutburger/...@141363,141363

15 years agoAutomated import from //branches/donutburger/...@141068,141068
David Brown [Wed, 25 Mar 2009 02:25:58 +0000 (19:25 -0700)]
Automated import from //branches/donutburger/...@141068,141068

15 years agoAutomated import from //branches/donutburger/...@141035,141035
David Brown [Wed, 25 Mar 2009 02:19:20 +0000 (19:19 -0700)]
Automated import from //branches/donutburger/...@141035,141035

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/donutburger/...@140614,140614
David Brown [Wed, 25 Mar 2009 01:02:58 +0000 (18:02 -0700)]
Automated import from //branches/donutburger/...@140614,140614

15 years agoAutomated import from //branches/cupcake/...@141550,141550
Jaikumar Ganesh [Wed, 25 Mar 2009 00:25:38 +0000 (17:25 -0700)]
Automated import from //branches/cupcake/...@141550,141550

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 agoauto import from //branches/cupcake_rel/...@138607
The Android Open Source Project [Fri, 13 Mar 2009 20:04:25 +0000 (13:04 -0700)]
auto import from //branches/cupcake_rel/...@138607

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/@136745
The Android Open Source Project [Fri, 6 Mar 2009 04:00:44 +0000 (20:00 -0800)]
auto import from //depot/cupcake/@136745

15 years agoauto import from //depot/cupcake/@136594
The Android Open Source Project [Thu, 5 Mar 2009 22:34:38 +0000 (14:34 -0800)]
auto import from //depot/cupcake/@136594

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 03:32:32 +0000 (19:32 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 02:28:51 +0000 (18:28 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //depot/cupcake/@132589
The Android Open Source Project [Tue, 3 Mar 2009 22:04:34 +0000 (14:04 -0800)]
auto import from //depot/cupcake/@132589

15 years agoauto import from //depot/cupcake/@137055
The Android Open Source Project [Tue, 3 Mar 2009 06:54:43 +0000 (22:54 -0800)]
auto import from //depot/cupcake/@137055

15 years agoauto import from //branches/cupcake/...@132569
The Android Open Source Project [Fri, 20 Feb 2009 15:38:33 +0000 (07:38 -0800)]
auto import from //branches/cupcake/...@132569