]> nv-tegra.nvidia Code Review - android/platform/packages/apps/Phone.git/log
android/platform/packages/apps/Phone.git
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 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 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 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

15 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

15 years agoauto import from //branches/cupcake/...@132276
The Android Open Source Project [Thu, 19 Feb 2009 18:57:36 +0000 (10:57 -0800)]
auto import from //branches/cupcake/...@132276

15 years agoauto import from //branches/cupcake/...@131421
The Android Open Source Project [Fri, 13 Feb 2009 20:57:53 +0000 (12:57 -0800)]
auto import from //branches/cupcake/...@131421

15 years agoauto import from //branches/cupcake/...@130745
The Android Open Source Project [Tue, 10 Feb 2009 23:44:05 +0000 (15:44 -0800)]
auto import from //branches/cupcake/...@130745

15 years agoauto import from //branches/cupcake/...@127436
The Android Open Source Project [Thu, 22 Jan 2009 08:13:44 +0000 (00:13 -0800)]
auto import from //branches/cupcake/...@127436

15 years agoauto import from //branches/cupcake/...@127101
The Android Open Source Project [Tue, 20 Jan 2009 22:04:01 +0000 (14:04 -0800)]
auto import from //branches/cupcake/...@127101

15 years agoauto import from //branches/cupcake/...@126645
The Android Open Source Project [Fri, 16 Jan 2009 00:12:13 +0000 (16:12 -0800)]
auto import from //branches/cupcake/...@126645

15 years agoauto import from //branches/cupcake/...@125939
The Android Open Source Project [Sat, 10 Jan 2009 01:51:25 +0000 (17:51 -0800)]
auto import from //branches/cupcake/...@125939

15 years agoCode drop from //branches/cupcake/...@124589
The Android Open Source Project [Thu, 18 Dec 2008 02:06:00 +0000 (18:06 -0800)]
Code drop from //branches/cupcake/...@124589

15 years agoInitial Contribution
The Android Open Source Project [Tue, 21 Oct 2008 14:00:00 +0000 (07:00 -0700)]
Initial Contribution