60549 Commits

Author SHA1 Message Date
Mike J. Chen
a94f7642a8 Add lib/aah_timesrv
aah_timesrv is a library that provides access to the local clock
and the common time service.

This is a squashed merge from master-tungsten of the following changes:

commit a59f6fce4ad7bb664270b70484958210780a9bdd
Author: John Grossman <johngro@google.com>
Date:   Fri Aug 12 11:49:03 2011 -0700

    Adapt to a change in the local time HAL.

    Changed the definition of the slew function in the local time HAL to take an
    int16 instead of an int32 and to use the full range of the int instead of
    attempting to imply any particular PPM range.

    Change-Id: Ie8825a4f7ae36aeeb2b23a1613f84b1672f37a26

commit f7e0cdac72592be1e24f08803e922f7be696d14b
Author: John Grossman <johngro@google.com>
Date:   Mon Jun 27 17:29:21 2011 -0700

    Remove "primary" from the local_time HAL.

    Interface instances are a pattern which should only be used by audio.  Remove
    its use from the local_time HAL.

    Change-Id: Ib96faaacc7f5b9f10f4bfd67e491316e99dc3c96

commit a148e2674b1d3cb73289b82b85c333f0a66824a9
Author: John Grossman <johngro@google.com>
Date:   Mon Jun 20 17:02:24 2011 -0700

    Move the A@H time service into frameworks/base

    Change-Id: I5c570cde70e8931e205516cb33517585804ce841

Change-Id: I0a840e5803f015659d3d21d5be287f98712c75eb
Signed-off-by: Mike J. Chen <mjchen@google.com>
Signed-off-by: John Grossman <johngro@google.com>
2011-10-28 10:14:48 -04:00
Mike J. Chen
24570d1fa3 Add the ability to pass float extras to AM.
Merged from master-tungsten:

commit 43a2825a283e29c0f70100146394957af0598b0e
Author: John Grossman <johngro@google.com>
Date:   Wed Apr 27 09:03:53 2011 -0700

    Add the ability to pass float extras to AM.

    Change-Id: I970ad3f76a65bd781099204019095c73ed8c09db

Change-Id: I824de23e244d0fc23112e0af4548524ae2c313e5
Signed-off-by: Mike J. Chen <mjchen@google.com>
Signed-off-by: John Grossman <johngro@google.com>
2011-10-28 10:14:48 -04:00
Dan Morrill
2587492062 Adding a feature to indicate specific support for Bluetooth API.
Change-Id: Ib8ce4c6917362a9a1ab120c532203d60f2743e88
2011-10-28 10:14:48 -04:00
Mike Lockwood
7a7670a520 SystemServer: Add support for disabling AudioService and MountService
Using the same convention in system_init.cpp, you can disable these
services by setting system properties:

	system_init.startaudioservice=0
	system_init.startmountservice=0

Change-Id: If5acd19600d6f6165262c6ae0966d4028977d7a1
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-10-28 10:14:47 -04:00
Mike Lockwood
4e95fa388b BatteryService: Don't fail to register native methods if kernel power supply driver is missing
Change-Id: Idfe3bd3d57c4f45a13bd70b687b7aa12adfeaa69
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-10-28 10:14:47 -04:00
Mike Lockwood
a0a8b249bc Add headless mode for running the framework without the surface flinger
Enabled by setting system property ro.config.headless to 1
This will allow the framework to run without starting activities,
system UI and the keyguard.
Framework can still run services, content providers and broadcast receivers.

Change-Id: I96606609a4ede57a2c4c7fb2b6ff060ebf31e3b4
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-10-28 10:14:47 -04:00
Bill Gruber
a903932948 am 6c60e9a3: docs cherrypick from hc-mr2: Change-Id: Id8dd0a0baa2fcc88bcfc8171e2be5882d0f06479 Doc update: publishing topics Also fixes bug 5279672
* commit '6c60e9a3ba3555590d7e7bdaf3634c9daaf8b33b':
  docs cherrypick from hc-mr2: Change-Id: Id8dd0a0baa2fcc88bcfc8171e2be5882d0f06479 Doc update: publishing topics Also fixes bug 5279672
2011-10-27 17:45:36 +00:00
Bill Gruber
6c60e9a3ba docs cherrypick from hc-mr2: Change-Id: Id8dd0a0baa2fcc88bcfc8171e2be5882d0f06479
Doc update: publishing topics
Also fixes bug 5279672

Change-Id: Ifb06f7f56ee372a9680a63bdb659f495698fe794
2011-10-27 10:40:13 -07:00
Scott Main
3c81fc9e50 am 56539858: Merge "docs: add guide for optimizing tablet apps for handsets deprecate "optimizing for 3.0" doc" into ics-mr0
* commit '5653985830f35184ea772b2ccc8333d6ef634761':
  docs: add guide for optimizing tablet apps for handsets deprecate "optimizing for 3.0" doc
2011-10-27 17:04:52 +00:00
Scott Main
5653985830 Merge "docs: add guide for optimizing tablet apps for handsets deprecate "optimizing for 3.0" doc" into ics-mr0 2011-10-27 10:03:10 -07:00
Eric Fischer
80d67c66ce Merge "Import revised translations. DO NOT MERGE" into ics-mr1 2011-10-27 09:43:23 -07:00
Andreas Huber
1388aced2a Merge "Fix a reference to a stale pointer in AwesomePlayer." into ics-mr1 2011-10-27 09:07:23 -07:00
Scott Main
12f9900bfb am 737c3dd9: Merge "docs: add package description for wifi.p2p and update the one for wifi" into ics-mr0
* commit '737c3dd9f116ae68bcb9b5ce6855afaf2f59738b':
  docs: add package description for wifi.p2p and update the one for wifi
2011-10-27 15:51:21 +00:00
Scott Main
737c3dd9f1 Merge "docs: add package description for wifi.p2p and update the one for wifi" into ics-mr0 2011-10-27 08:49:48 -07:00
Mike Lockwood
d085df318a am aac4184a: Merge "Revert "PowerManagerService: Enable light sensor debug output"" into ics-mr0
* commit 'aac4184a5a0ab969140a11e1ef258fcb4cba07a9':
  Revert "PowerManagerService: Enable light sensor debug output"
2011-10-27 13:51:04 +00:00
Mike Lockwood
aac4184a5a Merge "Revert "PowerManagerService: Enable light sensor debug output"" into ics-mr0 2011-10-27 06:49:12 -07:00
Jason Sams
27812a8f14 am 28e4f87f: Fix bug where CPU could be stuck spinning Required the wallpaper be animating and the system to have run slowly during the last frame when rendering stopped.
* commit '28e4f87f38cae799b494e160467d732e988bad89':
  Fix bug where CPU could be stuck spinning Required the wallpaper be animating and the system to have run slowly during the last frame when rendering stopped.
2011-10-27 01:25:38 +00:00
Jason Sams
28e4f87f38 Fix bug where CPU could be stuck spinning
Required the wallpaper be animating and
the system to have run slowly during the
last frame when rendering stopped.

bug 5180240

Change-Id: I38c2b6f07a1e36019dd05c77a58973e36d12728c
2011-10-26 17:56:00 -07:00
Eric Fischer
440cfec872 Import revised translations. DO NOT MERGE
Change-Id: I2a75aaed297a6abd14a40d03c01c1ce0ea4abf1e
2011-10-26 17:38:16 -07:00
Jim Miller
11bfc0c431 Merge "Fix 5369428: Use full battery state information when determining charge status" into ics-mr1 2011-10-26 17:05:13 -07:00
Jaikumar Ganesh
c307d1aea2 am 01d24784: Merge "Fix auto connection of headset profile." into ics-mr0
* commit '01d24784a5ddece8bb7c5d088bf93c99faa0dc7e':
  Fix auto connection of headset profile.
2011-10-26 23:20:48 +00:00
Jaikumar Ganesh
01d24784a5 Merge "Fix auto connection of headset profile." into ics-mr0 2011-10-26 16:19:13 -07:00
Justin Ho
1825e51b2d am d24b020e: Merge "Brighter sysbar assets Bug: 5509557" into ics-mr0
* commit 'd24b020e5e6911591f3535815ef9f86b0d57f65c':
  Brighter sysbar assets Bug: 5509557
2011-10-26 23:18:32 +00:00
Justin Ho
d24b020e5e Merge "Brighter sysbar assets Bug: 5509557" into ics-mr0 2011-10-26 16:16:52 -07:00
Justin Ho
9d7ae974b3 Brighter sysbar assets
Bug: 5509557

Change-Id: I487bbb62ed7a9f39aab4dca0260e5f06de729d43
2011-10-26 16:06:20 -07:00
Jaikumar Ganesh
6ae5912175 Fix auto connection of headset profile.
Sometimes when headset service doesn't get bound, the auto
connection fails.

Based on a patch by: Chunho Park <chun.ho.park@samsung.com>

Change-Id: Ia24613b47487717f51895953c7e8bc52abffecb5
2011-10-26 16:00:28 -07:00
Jim Miller
2333a02e15 Merge "Convert the outer lockscreen ring to a shape drawable. DO NOT MERGE" into ics-mr1 2011-10-26 15:40:08 -07:00
Jeff Sharkey
fd61e702e3 Merge "Only populate stack when StrictMode will use it." into ics-mr1 2011-10-26 15:37:34 -07:00
Justin Ho
b8c76afe7a am ed124603: Merge "Updated Roboto HHEA table Bug: 5516773" into ics-mr0
* commit 'ed12460301cf0e04ac61993aaf1142f75f504814':
  Updated Roboto HHEA table Bug: 5516773
2011-10-26 22:24:36 +00:00
Justin Ho
ed12460301 Merge "Updated Roboto HHEA table Bug: 5516773" into ics-mr0 2011-10-26 15:22:57 -07:00
Scott Main
5e44f68a66 docs: add guide for optimizing tablet apps for handsets
deprecate "optimizing for 3.0" doc

Change-Id: I290ff5cd22c714e639fb820251c9e1d763f750df
2011-10-26 15:21:40 -07:00
Robert Ly
4d48303fd8 am 37f4310d: fix build
* commit '37f4310d4af51fe6e2e35d27b9375a31fc98c803':
  fix build
2011-10-26 22:15:20 +00:00
Justin Ho
44e10f0add am 7901a2c3: Merge "Adding alternate sound set and corresponding mk file Bug: 5502770" into ics-mr0
* commit '7901a2c3a1bfefdefd957d3d9b28dee1ca88787d':
  Adding alternate sound set and corresponding mk file Bug: 5502770
2011-10-26 22:15:19 +00:00
Justin Ho
9894c862db Adding alternate sound set and corresponding mk file
Bug: 5502770

Change-Id: I245e6775417df9dfe493f9501542f2cc6aaeb0b4
2011-10-26 22:12:25 +00:00
Robert Ly
37f4310d4a fix build
Change-Id: Ia82910e34da2613473ad2875330fbfdd48822eca
2011-10-26 15:11:30 -07:00
Justin Ho
d4297c3de7 Updated Roboto HHEA table
Bug: 5516773

Change-Id: Ia8da7be2be4345260dadb66b1abec1bd7cd66409
2011-10-26 15:01:25 -07:00
Svetoslav Ganov
8c80707639 Merge "NumberPicker does not not fit on Crespo in landscape." into ics-mr1 2011-10-26 14:49:29 -07:00
Svetoslav Ganov
b0267e2870 Merge "AccessibilityNodeInfo makes incorrect check before calling into the system." into ics-mr1 2011-10-26 14:47:49 -07:00
Justin Ho
7901a2c3a1 Merge "Adding alternate sound set and corresponding mk file Bug: 5502770" into ics-mr0 2011-10-26 14:46:15 -07:00
Jim Miller
16464b8e55 Fix 5369428: Use full battery state information when determining charge status
This is a fix for a bug where we'd show "connect charger" when the device was
connected but not charging due to the battery being in an unchargeable state
(too hot, cold, etc).

It now maintains a full copy of the battery state and uses the plugged status
to determine if the device is plugged in.

Change-Id: I60fa4e4566a45663b130f0ff4863bcc595ae3c4a
2011-10-26 14:42:19 -07:00
Justin Ho
733442e33a am 650c052a: Merge "Notification icons increased opaqueness by 10%" into ics-mr0
* commit '650c052aa38447c363163126afffb16f314bbb11':
  Notification icons increased opaqueness by 10%
2011-10-26 21:39:28 +00:00
Svetoslav Ganov
c0291bb2eb AccessibilityNodeInfo makes incorrect check before calling into the system.
AccessibilityNodeInfo#getParent is checking whether the source view
accessibility id is specified instead that of the parent.

bug:5505799

Change-Id: I436fd2327def2762b4d307819ba0c23baa9a4e03
2011-10-26 14:37:46 -07:00
Justin Ho
650c052aa3 Merge "Notification icons increased opaqueness by 10%" into ics-mr0 2011-10-26 14:37:43 -07:00
Justin Ho
a11df991f5 Adding alternate sound set and corresponding mk file
Bug: 5502770

Change-Id: I245e6775417df9dfe493f9501542f2cc6aaeb0b4
2011-10-26 14:31:00 -07:00
Eric Fischer
aa3c9b1674 am e2afc5bd: (-s ours) Merge "Import revised translations. DO NOT MERGE" into ics-mr0
* commit 'e2afc5bd243e60bdc168ca30284607230fe646f8':
  Import revised translations.  DO NOT MERGE
2011-10-26 21:06:36 +00:00
Svetoslav Ganov
e0c8ab5aaa NumberPicker does not not fit on Crespo in landscape.
1. Now the NumberPicker has a max height and width for which is looks
   good but can still shrink if there is not enough available space.

bug:5512787

Change-Id: Ieea88cafa8408e1d4160bab4bfe2b771bd79f7f8
2011-10-26 14:06:26 -07:00
Eric Fischer
e2afc5bd24 Merge "Import revised translations. DO NOT MERGE" into ics-mr0 2011-10-26 14:04:35 -07:00
Robert Ly
ab1ac94e73 am 576ea5eb: Merge "docs: tools/adt r15 rel notes" into ics-mr0
* commit '576ea5eb919bc944367b7bc7aeb7d02f6d715088':
  docs: tools/adt r15 rel notes
2011-10-26 20:52:37 +00:00
Robert Ly
576ea5eb91 Merge "docs: tools/adt r15 rel notes" into ics-mr0 2011-10-26 13:50:28 -07:00
Jamie Gennis
5ded5fc55f am b7b4eaaa: Merge "Stagefright: push blank buffers when tearing down" into ics-mr0
* commit 'b7b4eaaa05284634d50d581d924a250f1194f66d':
  Stagefright: push blank buffers when tearing down
2011-10-26 20:34:38 +00:00