283 Commits

Author SHA1 Message Date
Dianne Hackborn
2f3473798b AI 143255: Integrate.
Automated import of CL 143255
2009-03-27 20:14:13 -07:00
Karl Rosaen
b6d49645b1 AI 143227: am: CL 143046 Add extra pixel on right and left in 9 patch for expanders to fix padding problem
Original author: krosaen
  Merged from: //branches/cupcake/...

Automated import of CL 143227
2009-03-27 19:28:16 -07:00
Dianne Hackborn
b850427a75 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
2009-03-27 18:26:13 -07:00
Mike Lockwood
3870a95435 AI 143209: am: CL 143001 Remove sdutils from user build to save 12K on /system partition.
BUG=1739507
  Original author: lockwood
  Merged from: //branches/cupcake/...

Automated import of CL 143209
2009-03-27 18:11:25 -07:00
Evan Millar
2a15f38ec2 AI 143207: am: CL 142996 Fix bug in human readable battery stats dumping code which caused the wifi lock times to be off by an order of magnitude.
Original author: emillar
  Merged from: //branches/cupcake/...

Automated import of CL 143207
2009-03-27 18:03:56 -07:00
Dianne Hackborn
7ae5afc473 AI 143203: am: CL 142986 Work on issue #1739922 (Removed unused resources). We don't seem to use these.
Original author: hackbod
  Merged from: //branches/cupcake/...

Automated import of CL 143203
2009-03-27 17:49:19 -07:00
Satoshi Kataoka
05a3c6870c AI 143196: am: CL 142964 Add a function to clear styles in EditStyledText.
Add a function to change getBackground color.
  Add a function to check whether EditStyledText has styled text or not.
  Refactor function and variable names for readability.
  Original author: satok
  Merged from: //branches/cupcake/...

Automated import of CL 143196
2009-03-27 17:27:28 -07:00
Nicolas Roard
209d4152b6 AI 143185: am: CL 142930 Adds a straightforward abort() function in addition to interrupt(). Used on the gears C++ side to get rid of the thread leaking introduced with the HttpRequest refactoring.
Original author: nicolasroard
  Merged from: //branches/cupcake/...

Automated import of CL 143185
2009-03-27 16:50:56 -07:00
John Wang
38e260a620 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
2009-03-27 16:38:58 -07:00
Eric Laurent
a7f1e5c540 AI 143177: am: CL 142889 Fix issue #1736153 Camera shutter sound can be muted by new AlarmClock setting.
Current implementation of Camera service plays the camera shutter sound over the ALARM stream so that it cannot be muted by silent mode in order to comply to some country specific requirement. A recent change made it possible for the user to mute the ALARM stream thus making this stream not suitable any more for the camera shutter sound.
  The fix consists in creating a new stream type only accessible by native code and that cannot be muted and use it to play camera sounds.
  Original author: elaurent
  Merged from: //branches/cupcake/...

Automated import of CL 143177
2009-03-27 16:27:16 -07:00
Dianne Hackborn
321ae681ca AI 143173: am: CL 142879 Fix issue #1732012 (Only show screen rotation animation when triggered by sensor) -- set the new surface flag as appropriate.
Original author: hackbod
  Merged from: //branches/cupcake/...

Automated import of CL 143173
2009-03-27 16:16:03 -07:00
Mathias Agopian
cb93c5a1a3 AI 143172: am: CL 142875 [1732012] for some reason these files didn't go through in the preview check-in.
Original author: mathias
  Merged from: //branches/cupcake/...

Automated import of CL 143172
2009-03-27 16:13:24 -07:00
Mathias Agopian
66b8ec99c5 AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor
Original author: mathias
  Merged from: //branches/cupcake/...

Automated import of CL 143171
2009-03-27 16:10:37 -07:00
Dianne Hackborn
1e880dba10 AI 143169: am: CL 142870 Fix issue #1724917 (Applications (browser, maps, gmail) fail to retain their landscape state after coming out of sleep mode). We now rely on the listeners last known orientation, and make sure to clear it when enabling/disabling.
Also do most of the work for issue #1732012 (Only show screen rotation animation when triggered by sensor).  This just needs to be hooked up to the surface flinger API when that appears.
  Original author: hackbod
  Merged from: //branches/cupcake/...

Automated import of CL 143169
2009-03-27 16:04:08 -07:00
Eric Fischer
c2d54f46ac AI 143165: am: CL 142861 Make TextView Emoji scale to match the size of the text.
Original author: enf
  Merged from: //branches/cupcake/...

Automated import of CL 143165
2009-03-27 15:52:38 -07:00
Suchi Amalapurapu
3b840af148 AI 143162: am: CL 142858 Fix framework orientation issues
Define orientation limits for various cases.
  Values between 235 and 295 are considered landscape,
  0 - 60 are considered portrait.
  0-235 are ignored since we don't support Surfaces for 180 and 270 yet.
  A linear threshold value is calculated for values between 265 and 355 to switch between landscape and portrait.(different for both cases)
  Based on current mode we not only calculate the threshold but also compare accordingly based on increasing or decreasing orientation
  BUG = 1734325
  Original author: asuchitra
  Merged from: //branches/cupcake/...

Automated import of CL 143162
2009-03-27 15:43:35 -07:00
Mathias Agopian
89a187299e AI 143160: am: CL 142856 new-new-new-new rotation animation. it may still change one more time.
Original author: mathias
  Merged from: //branches/cupcake/...

Automated import of CL 143160
2009-03-27 15:36:09 -07:00
Jeffrey Sharkey
cd1a9ea238 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
2009-03-27 15:32:56 -07:00
Michael Chan
e1e1cbfc41 AI 143150: Fixed the problem where setEnabled(false) has no effect from onResume().
The problem was that the Preference widget was reenabled when its dependency
  was in enabled state. The enabled field was basically overloaded.  The fix was
  to add an additional field to keep track of whether its dependencies were met.
  BUG=1653960

Automated import of CL 143150
2009-03-27 15:06:14 -07:00
Dianne Hackborn
88fb1069bf AI 143147: Manual integration
Automated import of CL 143147
2009-03-27 14:59:22 -07:00
Mike Lockwood
7ec434e2e1 AI 143095: Location Manager cleanup: move MockProvider to a separate file.
BUG=1729031

Automated import of CL 143095
2009-03-27 07:46:48 -07:00
Romain Guy
6ddfec1b19 Automated import from //branches/donutburger/...@142990,142990 2009-03-26 14:51:52 -07:00
Joe Onorato
3b1812042d Automated import from //branches/donutburger/...@142828,142828 2009-03-25 18:22:18 -07:00
Jim Miller
303736d17d Automated import from //branches/donutburger/...@142826,142826 2009-03-25 18:18:34 -07:00
Romain Guy
8f2d94fd77 Automated import from //branches/donutburger/...@142820,142820 2009-03-25 18:04:42 -07:00
Andreas Huber
6dee6243bf Automated import from //branches/donutburger/...@142801,142801 2009-03-25 17:54:39 -07:00
Romain Guy
986003d46a Automated import from //branches/donutburger/...@142790,142790 2009-03-25 17:42:35 -07:00
Amith Yamasani
f0138614ac Automated import from //branches/donutburger/...@142787,142787 2009-03-25 17:39:37 -07:00
Chris Tate
2ad63a9d77 Automated import from //branches/donutburger/...@142784,142784 2009-03-25 17:36:48 -07:00
Nick Pelly
2d8c060bbc Automated import from //branches/donutburger/...@142766,142766 2009-03-25 17:33:56 -07:00
Dianne Hackborn
eecc5c973e Automated import from //branches/donutburger/...@142727,142727 2009-03-25 17:24:35 -07:00
Dianne Hackborn
9ed4a4b0d7 Automated import from //branches/donutburger/...@142722,142722 2009-03-25 17:10:37 -07:00
Eric Fischer
61be3ae696 Automated import from //branches/donutburger/...@142720,142720 2009-03-25 17:04:27 -07:00
Mark Womack
63f49f1c3a Automated import from //branches/donutburger/...@142717,142717 2009-03-25 16:54:49 -07:00
Chris Tate
ce229059e2 Automated import from //branches/donutburger/...@142714,142714 2009-03-25 16:44:52 -07:00
Raphael Moll
3aadcd9ed4 Automated import from //branches/donutburger/...@142710,142710 2009-03-25 16:33:12 -07:00
Eric Fischer
00ba76670f Automated import from //branches/donutburger/...@142700,142700 2009-03-25 16:08:50 -07:00
Karl Rosaen
cf58974d66 Automated import from //branches/donutburger/...@142698,142698 2009-03-25 16:01:38 -07:00
Dave Sparks
66c54ab2d9 Automated import from //branches/donutburger/...@142693,142693 2009-03-25 15:43:23 -07:00
Jack Palevich
b848880889 Automated import from //branches/donutburger/...@142687,142687 2009-03-25 15:30:56 -07:00
Daisuke Miyakawa
52fc2180fa Automated import from //branches/donutburger/...@142509,142509 2009-03-24 22:52:27 -07:00
Romain Guy
8c0d68f669 Automated import from //branches/donutburger/...@142490,142490 2009-03-24 22:49:43 -07:00
Jack Palevich
c2310f32b0 Automated import from //branches/donutburger/...@142486,142486 2009-03-24 22:49:06 -07:00
Jack Palevich
4c7533cfc8 Automated import from //branches/donutburger/...@142484,142484 2009-03-24 22:48:26 -07:00
Dianne Hackborn
7d1e577d5f Automated import from //branches/donutburger/...@142472,142472 2009-03-24 22:47:09 -07:00
Romain Guy
870a2b0156 Automated import from //branches/donutburger/...@142470,142470 2009-03-24 22:46:33 -07:00
Romain Guy
97d00b3150 Automated import from //branches/donutburger/...@142465,142465 2009-03-24 22:45:53 -07:00
Mathias Agopian
2764f30a74 Automated import from //branches/donutburger/...@142446,142446 2009-03-24 22:43:22 -07:00
Mathias Agopian
00f5eca412 Automated import from //branches/donutburger/...@142430,142430 2009-03-24 22:42:15 -07:00
Dianne Hackborn
c485a60a32 Automated import from //branches/donutburger/...@142397,142397 2009-03-24 22:39:49 -07:00