OSDN Git Service

android-x86/frameworks-base.git
13 years agoam a45d6937: docs: dashboard update
Scott Main [Wed, 1 Dec 2010 20:59:42 +0000 (12:59 -0800)]
am a45d6937: docs: dashboard update

* commit 'a45d693757c14c2d97a81f1fd8faa3ba38b53021':
  docs: dashboard update

13 years agodocs: dashboard update
Scott Main [Wed, 1 Dec 2010 20:46:45 +0000 (12:46 -0800)]
docs: dashboard update

Change-Id: Ia96a015dea41e32d1d2c892dddfd9a4fed5d49d0

13 years agoDO NOT MERGE Dont let supplicant stay in DORMANT state
Irfan Sheriff [Wed, 1 Dec 2010 19:25:36 +0000 (11:25 -0800)]
DO NOT MERGE Dont let supplicant stay in DORMANT state

In some situations, the supplicant stays in a DORMANT
state. This prevents a connections to a network.

As long as the driver is started and we are not in scan-only
mode, issue a reconnect to get supplicant out of DORMANT
state.

Upon failures and network disable, supplicant should get
into an INACTIVE state.

Bug: 3236920
Change-Id: If32b5bfb7fea6c69c4a461db0b2012875b6273b5

13 years agoMerge "Fix issue 3142808." into gingerbread
Eric Laurent [Wed, 1 Dec 2010 19:26:37 +0000 (11:26 -0800)]
Merge "Fix issue 3142808." into gingerbread

13 years agoAdd "canDial" check.
John Wang [Tue, 16 Nov 2010 02:44:46 +0000 (18:44 -0800)]
Add "canDial" check.

For bug #3164802.

CallManager allow a new phone call only if ALL of the following are true:

- Phone is not powered off
- There's no incoming or waiting call
- There's available call slot in either foreground or background
- The foreground call is ACTIVE or IDLE or DISCONNECTED.

Change-Id: I0124d600fd8c63b8c608301f3889b3faec47f1db

13 years agoMerge "DO NOT MERGE Fix status fetch from supplicant" into gingerbread
Irfan Sheriff [Wed, 1 Dec 2010 18:17:56 +0000 (10:17 -0800)]
Merge "DO NOT MERGE Fix status fetch from supplicant" into gingerbread

13 years agoDO NOT MERGE Fix status fetch from supplicant
Irfan Sheriff [Mon, 15 Nov 2010 22:33:21 +0000 (14:33 -0800)]
DO NOT MERGE Fix status fetch from supplicant

Bug: 3192891
Change-Id: I2471f144494d398fe1d4572ac4d6421c100693e2

13 years agoMerge "DO NOT MERGE Remove wifistatetracker lock access in BroadcastReceiver" into...
Irfan Sheriff [Wed, 1 Dec 2010 17:51:27 +0000 (09:51 -0800)]
Merge "DO NOT MERGE Remove wifistatetracker lock access in BroadcastReceiver" into gingerbread

13 years agoFix issue 3142808.
Eric Laurent [Tue, 2 Nov 2010 19:02:20 +0000 (12:02 -0700)]
Fix issue 3142808.

There is a bug in the way audio policy manager handles A2DP interface suspend/restore
when SCO is used. This bug is not new but has been triggered by a change in the timing
of the events received by audio policy manager when a call is setup and torn down
introduced by commit 164a8f86c7e48992691368c4895709c3bdb835a4.

The fix consists in grouping the control of A2DP suspended state in a single function
that is called systematically when conditions affecting this state are changed:
- call state change
- device connection/disconnection
- change in forced usage.

Change-Id: I46ee2399ee5547b60511fc6cfd32e2720091b0f8

13 years agoMerge "[don't auto-merge] Don't re-read SharedPreferences unnecessarily." into ginger...
Brad Fitzpatrick [Wed, 1 Dec 2010 16:46:52 +0000 (08:46 -0800)]
Merge "[don't auto-merge] Don't re-read SharedPreferences unnecessarily." into gingerbread

13 years agoFix race between ending and answering a SIP call.
Hung-ying Tyan [Mon, 25 Oct 2010 09:04:36 +0000 (17:04 +0800)]
Fix race between ending and answering a SIP call.

+ Also fix race between ending and changing (holding/unholding) a SIP call.
+ Remove an unused method.

Bug : 3128233

Change-Id: Ie18d8333a88f0d9906d54988243d909b58e07e4b

13 years agoMerge "Do not suppress error feedback during a SIP call." into gingerbread
Hung-ying Tyan [Wed, 1 Dec 2010 06:53:26 +0000 (22:53 -0800)]
Merge "Do not suppress error feedback during a SIP call." into gingerbread

13 years agoDO NOT MERGE Remove wifistatetracker lock access in BroadcastReceiver
Irfan Sheriff [Wed, 3 Nov 2010 18:13:10 +0000 (11:13 -0700)]
DO NOT MERGE Remove wifistatetracker lock access in BroadcastReceiver

The worksource reporting gets blocked by the
statetracker lock which can cause system restarts when
done from broadcastreceiver thread

Bug: 3153787
Change-Id: Ie70687e7453a1c3618bac1424562be44762b2c9d

13 years agoReduce the outrageous verbosity of CallerInfo.toString().
David Brown [Tue, 30 Nov 2010 23:31:15 +0000 (15:31 -0800)]
Reduce the outrageous verbosity of CallerInfo.toString().

Bug: 3121292
Change-Id: Ia8383891ef29a003acbd627b25ce87a187ef95c0

13 years agofix [3237242] sensormanager sensor active count gets out of sync
Mathias Agopian [Tue, 30 Nov 2010 01:26:51 +0000 (17:26 -0800)]
fix [3237242] sensormanager sensor active count gets out of sync

whether a physical sensor needed to be active or not was managed by
a simpe reference counter; unfortunatelly nothing prevented it to
get out of sync if a sensor was disabled more than once.

sensorservice already maintainted a list of all the "clients"
connected to a physical sensor; we now use that list to determine if
a sensor should be enabled. This can never be "out-of-sync" since
this is the only data structure linking a sensor to a user of that
sensor.

also removed the isEnabled() method, which was never used and
implemented wrongly (since it didn't take into account that a sensor
could be disabled for a client but not of another).

Change-Id: I789affb877728ca957e99f7ba749def37c4db1c7

13 years agoMerge "allow rotation-vector to have 4 components" into gingerbread
Mathias Agopian [Tue, 30 Nov 2010 23:38:38 +0000 (15:38 -0800)]
Merge "allow rotation-vector to have 4 components" into gingerbread

13 years agoMerge "Fix bug 3121292: Contact photo not shown correctly for SIP calls" into gingerbread
David Brown [Tue, 30 Nov 2010 23:20:45 +0000 (15:20 -0800)]
Merge "Fix bug 3121292: Contact photo not shown correctly for SIP calls" into gingerbread

13 years agoMerge "DO NOT MERGE Support for "chunked" HTTP transfer encoding." into gingerbread
Andreas Huber [Tue, 30 Nov 2010 22:30:00 +0000 (14:30 -0800)]
Merge "DO NOT MERGE Support for "chunked" HTTP transfer encoding." into gingerbread

13 years agoMerge "Uses 4-th order low-pass for extracting gravity." into gingerbread
Mathias Agopian [Tue, 30 Nov 2010 22:15:22 +0000 (14:15 -0800)]
Merge "Uses 4-th order low-pass for extracting gravity." into gingerbread

13 years agoUses 4-th order low-pass for extracting gravity.
Mathias Agopian [Fri, 12 Nov 2010 01:58:51 +0000 (17:58 -0800)]
Uses 4-th order low-pass for extracting gravity.

Most accelerometers have 8-bits accuracy so we beed to
reject 48dB in thestop-band, which requires a 4-th order
filter at the cut-off frequency we're using.

Change-Id: Ic00421d38d751641f86b1f3ad7663e6b44a91198

13 years agoallow rotation-vector to have 4 components
Mathias Agopian [Mon, 22 Nov 2010 23:48:10 +0000 (15:48 -0800)]
allow rotation-vector to have 4 components

- upadte documentation for rotation vector
- update method dealing with rotation vector to deal with 4 components
- virtual rotation-vector sensor reports all four components
- improve SensorManager documentation layout

Whent he 4-th component of the rotation-vector is present, we can save
a square-root when computing the quaternion or rotation matrix from it.

Change-Id: Ia84d278dd5f0909fab1c5ba050f8df2679e2c7c8

13 years agoMerge "DO NOT MERGE Upgrade to the latest version of libwebm to fix YouTube webm...
Andreas Huber [Tue, 30 Nov 2010 22:06:26 +0000 (14:06 -0800)]
Merge "DO NOT MERGE Upgrade to the latest version of libwebm to fix YouTube webm playback." into gingerbread

13 years agoMerge "don't attempt to normalize the rotation vector" into gingerbread
Mathias Agopian [Tue, 30 Nov 2010 22:03:43 +0000 (14:03 -0800)]
Merge "don't attempt to normalize the rotation vector" into gingerbread

13 years agoMerge "Doc change: updating ndk download and overview page" into gingerbread
Robert Ly [Tue, 30 Nov 2010 21:51:05 +0000 (13:51 -0800)]
Merge "Doc change: updating ndk download and overview page" into gingerbread

13 years agoDO NOT MERGE Upgrade to the latest version of libwebm to fix YouTube webm playback.
Andreas Huber [Thu, 28 Oct 2010 17:50:47 +0000 (10:50 -0700)]
DO NOT MERGE Upgrade to the latest version of libwebm to fix YouTube webm playback.

DO NOT MERGE
related-to-bug: 3141937

Change-Id: Iaf1b0c5d45a6b5bb7624a59747041c27b4dde83b

13 years agoDO NOT MERGE Support for "chunked" HTTP transfer encoding.
Andreas Huber [Thu, 18 Nov 2010 19:03:48 +0000 (11:03 -0800)]
DO NOT MERGE Support for "chunked" HTTP transfer encoding.

DO NOT MERGE

Change-Id: I253d48ea69f239a6d3d0bb7e0d31eef5c773a9d6
related-to-bug: 3205131

13 years agodocs: updates to the backup dev guide
Scott Main [Wed, 10 Nov 2010 18:43:56 +0000 (10:43 -0800)]
docs: updates to the backup dev guide
add sample code for performing restore and fix typos
bug: 3180881,3125550,3125563

Change-Id: I27dd19ede8bad03d11b8ddebe516e9dbf4fdbb89

13 years agoMerge "After seeking display the first new video frame right away without concern...
Andreas Huber [Tue, 30 Nov 2010 21:00:14 +0000 (13:00 -0800)]
Merge "After seeking display the first new video frame right away without concern for A/V sync. This looks much more responsive to the user." into gingerbread

13 years ago[don't auto-merge] Don't re-read SharedPreferences unnecessarily.
Brad Fitzpatrick [Tue, 30 Nov 2010 20:59:28 +0000 (12:59 -0800)]
[don't auto-merge] Don't re-read SharedPreferences unnecessarily.

Bug: 3211034
Bug: 3216290
Change-Id: Idd5cc25965d400f20122372ca1cf47d4703dd87c

13 years agoMerge "Update java doc for visualizer FFT capture." into gingerbread
Eric Laurent [Tue, 30 Nov 2010 19:50:25 +0000 (11:50 -0800)]
Merge "Update java doc for visualizer FFT capture." into gingerbread

13 years agoDoc change: updating ndk download and overview page
Robert Ly [Wed, 24 Nov 2010 19:38:19 +0000 (11:38 -0800)]
Doc change: updating ndk download and overview page

Change-Id: Icbd578958d7a20c19f60827988a8893785b40851

13 years agoAfter seeking display the first new video frame right away without concern for A...
Andreas Huber [Fri, 29 Oct 2010 22:47:52 +0000 (15:47 -0700)]
After seeking display the first new video frame right away without concern for A/V sync. This looks much more responsive to the user.

Change-Id: Ifb1f8c91e95a5cafe30ae1035973316c210b98a5
related-to-bug: 3152363

13 years agoMerge "DO NOT MERGE - Instead of asserting that ISurface successfully registered...
Andreas Huber [Tue, 30 Nov 2010 19:42:22 +0000 (11:42 -0800)]
Merge "DO NOT MERGE - Instead of asserting that ISurface successfully registered buffers, report an error and propagate it up to the java client." into gingerbread

13 years agoMerge "Do not merge: Doc change: API diff report for gingerbread." into gingerbread
Dirk Dougherty [Tue, 30 Nov 2010 19:27:15 +0000 (11:27 -0800)]
Merge "Do not merge: Doc change: API diff report for gingerbread." into gingerbread

13 years agoDo not merge: Doc change: API diff report for gingerbread.
Dirk Dougherty [Sat, 20 Nov 2010 03:25:41 +0000 (19:25 -0800)]
Do not merge: Doc change: API diff report for gingerbread.

Change-Id: I14e59a2281fac9a437ebf52df4c846e7a1e9cc4a

13 years agoDo not merge: Doc change: highlights and SDK version notes for Android 2.3 platform.
Dirk Dougherty [Thu, 11 Nov 2010 19:52:05 +0000 (11:52 -0800)]
Do not merge: Doc change: highlights and SDK version notes for Android 2.3 platform.

Change-Id: I08a2f67d324484ed05b956c540facd69f9028563

13 years agoDO NOT MERGE - Instead of asserting that ISurface successfully registered buffers...
Andreas Huber [Fri, 12 Nov 2010 16:57:12 +0000 (08:57 -0800)]
DO NOT MERGE - Instead of asserting that ISurface successfully registered buffers, report an error and propagate it up to the java client.

Change-Id: Ibb14e5aff20920da4917d85de38ba3a8ee71d0bd
related-to-bug: 3188835

13 years agoMerge "Import revised translations. DO NOT MERGE" into gingerbread
Eric Fischer [Tue, 30 Nov 2010 18:12:46 +0000 (10:12 -0800)]
Merge "Import revised translations.  DO NOT MERGE" into gingerbread

13 years agoMerge "Fix GSM permanent failure handling, DO NOT MERGE." into gingerbread
Wink Saville [Tue, 30 Nov 2010 16:15:41 +0000 (08:15 -0800)]
Merge "Fix GSM permanent failure handling, DO NOT MERGE." into gingerbread

13 years agoMerge "Hide plugin views when we start playing HTML5 video" into gingerbread
Ben Murdoch [Tue, 30 Nov 2010 10:43:29 +0000 (02:43 -0800)]
Merge "Hide plugin views when we start playing HTML5 video" into gingerbread

13 years agoDo not suppress error feedback during a SIP call.
Hung-ying Tyan [Mon, 25 Oct 2010 04:08:43 +0000 (12:08 +0800)]
Do not suppress error feedback during a SIP call.

Bug: 3124788
Change-Id: Ia0a06f72336d1795515428eba0c9f875c32d13d1

13 years agoMerge "Correct SipService.isOpened() implementation." into gingerbread
Hung-ying Tyan [Tue, 30 Nov 2010 08:56:57 +0000 (00:56 -0800)]
Merge "Correct SipService.isOpened() implementation." into gingerbread

13 years agoMerge "Notify SipSessions before closing SIP stack." into gingerbread
Hung-ying Tyan [Tue, 30 Nov 2010 08:54:51 +0000 (00:54 -0800)]
Merge "Notify SipSessions before closing SIP stack." into gingerbread

13 years agoMerge "Throw proper exceptions in SipManager" into gingerbread
Hung-ying Tyan [Tue, 30 Nov 2010 08:51:22 +0000 (00:51 -0800)]
Merge "Throw proper exceptions in SipManager" into gingerbread

13 years agoMerge "Visualizer: Fix the conversion from 8-bit sample to 16-bit sample." into ginge...
Chia-chi Yeh [Tue, 30 Nov 2010 06:56:56 +0000 (22:56 -0800)]
Merge "Visualizer: Fix the conversion from 8-bit sample to 16-bit sample." into gingerbread

13 years agoMerge "DO NOT MERGE fix runstate race condition" into gingerbread
Irfan Sheriff [Tue, 30 Nov 2010 06:26:52 +0000 (22:26 -0800)]
Merge "DO NOT MERGE fix runstate race condition" into gingerbread

13 years agoMerge "RTP: Pause echo suppressor when far-end volume is low." into gingerbread
Chia-chi Yeh [Tue, 30 Nov 2010 06:19:57 +0000 (22:19 -0800)]
Merge "RTP: Pause echo suppressor when far-end volume is low." into gingerbread

13 years agoDoc change: add AccelerometerPlay to the generated samples.
Dirk Dougherty [Thu, 25 Nov 2010 00:17:52 +0000 (16:17 -0800)]
Doc change: add AccelerometerPlay to the generated samples.

Change-Id: I95764f216455bbceef7fa95a1a819b906e4e7e7c

13 years agoRemove HeavyWeight sample from generated html samples.
Dirk Dougherty [Tue, 30 Nov 2010 00:50:54 +0000 (16:50 -0800)]
Remove HeavyWeight sample from generated html samples.

Change-Id: Idafb3d225d8e6a694faa2d8679c4dad6198df466

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 30 Nov 2010 00:14:35 +0000 (16:14 -0800)]
Import revised translations.  DO NOT MERGE

Change-Id: I627dac0019241260b99a049091dca67dae996246

13 years agoMerge "Revert "Disabling AccessibilityService sample from build system."" into ginger...
Trevor Johns [Thu, 25 Nov 2010 00:21:16 +0000 (16:21 -0800)]
Merge "Revert "Disabling AccessibilityService sample from build system."" into gingerbread

13 years agoRevert "Disabling AccessibilityService sample from build system."
Trevor Johns [Thu, 25 Nov 2010 00:03:21 +0000 (16:03 -0800)]
Revert "Disabling AccessibilityService sample from build system."

This re-enables the AccessibilityService sample.

This reverts commit ca9d51b15074163521b140dce431cc3a10cb56fe.

13 years agoMerge "Add Wi-Fi tests for static IP. DO NOT MERGE" into gingerbread
Xia Wang [Wed, 24 Nov 2010 21:27:53 +0000 (13:27 -0800)]
Merge "Add Wi-Fi tests for static IP. DO NOT MERGE" into gingerbread

13 years agoam 3577f51d: docs: clarify <include> layout properties bug: 3227820
Scott Main [Wed, 24 Nov 2010 20:39:42 +0000 (12:39 -0800)]
am 3577f51d: docs: clarify <include> layout properties bug: 3227820

* commit '3577f51d4bc236a11e283855337752a7b6897f8b':
  docs: clarify <include> layout properties bug: 3227820

13 years agodocs: clarify <include> layout properties
Scott Main [Wed, 24 Nov 2010 19:24:33 +0000 (11:24 -0800)]
docs: clarify <include> layout properties
bug: 3227820

Change-Id: Id5130cd805ee2ea545a795019fb375ffd841727f

13 years agoAdd Wi-Fi tests for static IP. DO NOT MERGE
Xia Wang [Tue, 23 Nov 2010 02:48:17 +0000 (18:48 -0800)]
Add Wi-Fi tests for static IP. DO NOT MERGE

- Add support in parser to parse static IP settings
- Add test for static IP configuration

Change-Id: I37e11ceb0f34c87113d8281b4de09893506c29e7

13 years agoMerge "Add Wifi Tethering stress test" into gingerbread
Xia Wang [Mon, 22 Nov 2010 22:44:49 +0000 (14:44 -0800)]
Merge "Add Wifi Tethering stress test" into gingerbread

13 years agochange sdk version variable to 2.3 (for docs)
Scott Main [Mon, 22 Nov 2010 21:36:39 +0000 (13:36 -0800)]
change sdk version variable to 2.3 (for docs)

Change-Id: I76f5c69fab08913543c4f3d1ab000f7c4b6c9574

13 years agoAdd Wifi Tethering stress test
Xia Wang [Tue, 16 Nov 2010 19:35:47 +0000 (11:35 -0800)]
Add Wifi Tethering stress test

Stress Wifi driver loading and unloading by enable/disable access point
mode.

Change-Id: Ie31266d2b9665cb304473f1c14c83bc57e9920f2

13 years agodon't attempt to normalize the rotation vector
Mathias Agopian [Mon, 22 Nov 2010 09:04:09 +0000 (01:04 -0800)]
don't attempt to normalize the rotation vector

indeed, by construction of the rotation matrix, it is
guaranteed to have a length of 1.

moreover, the normalization code was missing a square-root,
fortunatelly, since the length is 1, this didn't cause any
damage (since sqrt(1) = 1).

Change-Id: I9facd668caaf5bb3bfccb139ab872f2bb2066365

13 years agoMerge "doc change: Docs for SDK Tools r8, ADT 8" into gingerbread
Dirk Dougherty [Sat, 20 Nov 2010 03:03:03 +0000 (19:03 -0800)]
Merge "doc change: Docs for SDK Tools r8, ADT 8" into gingerbread

13 years agoMerge "Improve camera documentation." into gingerbread
Wu-cheng Li [Sat, 20 Nov 2010 02:14:43 +0000 (18:14 -0800)]
Merge "Improve camera documentation." into gingerbread

13 years agoMerge "Fix SensorManager.getOrientation() documentation." into gingerbread
Mathias Agopian [Sat, 20 Nov 2010 01:18:21 +0000 (17:18 -0800)]
Merge "Fix SensorManager.getOrientation() documentation." into gingerbread

13 years agoMerge "docs: add docs for xhdpi and xlarge screen support update screen ranges figure...
Scott Main [Sat, 20 Nov 2010 00:48:50 +0000 (16:48 -0800)]
Merge "docs: add docs for xhdpi and xlarge screen support update screen ranges figure bug: 3099462" into gingerbread

13 years agoFix SensorManager.getOrientation() documentation.
Mathias Agopian [Sat, 20 Nov 2010 00:25:11 +0000 (16:25 -0800)]
Fix SensorManager.getOrientation() documentation.

This function doesn't use the same reference coordinate system used
for the rotation matrix, unlike what the documentation previously
stated.

Change-Id: I38abeb74540d33b67f72993b54d7a00a73588dde

13 years agoMerge "Doc change: update media formats table." into gingerbread
Dirk Dougherty [Fri, 19 Nov 2010 18:47:10 +0000 (10:47 -0800)]
Merge "Doc change: update media formats table." into gingerbread

13 years agoImprove camera documentation.
Wu-cheng Li [Fri, 19 Nov 2010 07:56:16 +0000 (15:56 +0800)]
Improve camera documentation.

bug:3212606
Change-Id: Iee7106e4665c08a4c75471114010b75d63ac74ce

13 years agodoc change: Docs for SDK Tools r8, ADT 8
Dirk Dougherty [Tue, 26 Oct 2010 16:29:03 +0000 (09:29 -0700)]
doc change: Docs for SDK Tools r8, ADT 8

Change-Id: I4af977d17d1a505dde2fbc9102abad4e2a0e52b1

13 years agoAdd support for virtual sensors.
Mathias Agopian [Fri, 12 Nov 2010 01:58:51 +0000 (17:58 -0800)]
Add support for virtual sensors.

Rework sensorservice to allow "virtual sensors", that is
sensors that report a synthetized value based on real sensors.

the main change to sensorservice is around managing which real
sensor need to be activated and which rate to use.

The logic for all this has been moved into SensorDevice, which
essentially wraps the sensor HAL but adds two features to it:
- it keeps track of which sensors need to be activated
- it keeps track of what rate needs to be used

For this purpose an "identity" is associated with each real sensor
activation, so we can track them.

On start-up we check for gravity, linear-acceleration and
rotation-vector sensors, if they're not present in the HAL, we
synthetize them in sensor-service.

Change-Id: I841db2c1b37ef127ed571efa21732ecc5adf1800

13 years agoMerge "DO NOT MERGE - Updated ringtones for Crespo, fixing looping problem" into...
Justin Ho [Thu, 18 Nov 2010 23:03:39 +0000 (15:03 -0800)]
Merge "DO NOT MERGE - Updated ringtones for Crespo, fixing looping problem" into gingerbread

13 years agoDO NOT MERGE - Updated ringtones for Crespo, fixing looping problem
Justin Ho [Thu, 18 Nov 2010 23:02:18 +0000 (15:02 -0800)]
DO NOT MERGE - Updated ringtones for Crespo, fixing looping problem

Change-Id: Id5947197bdb6599bb7a3a15ab1e1a9541a4d31b2

13 years agoFix a key repeating bug. (DO NOT MERGE)
Jeff Brown [Wed, 3 Nov 2010 00:58:22 +0000 (17:58 -0700)]
Fix a key repeating bug. (DO NOT MERGE)

This change fixes a bug in the dispatcher where the window manager
policy would incorrectly receive a key repeat count of 0 in the case
where the key repeat was generated by the hardware or driver.
Long-press on HOME was broken as a result.

Repeating keys could also get stuck down.

Bug: 3159581
Bug: 3208156
Change-Id: I1145487cfcc41a7850dba4cafc63c4a5951ace5b

13 years agoFix stuck keys when released out of order. (DO NOT MERGE)
Jeff Brown [Thu, 18 Nov 2010 03:16:52 +0000 (19:16 -0800)]
Fix stuck keys when released out of order. (DO NOT MERGE)

Bug: 3208156
Change-Id: I14e4d54f4912de5e2fabcd8638120623aa2d16e0

13 years agoam 2cbe92ea: docs: add better visibility to app install location doc
Scott Main [Thu, 18 Nov 2010 02:34:40 +0000 (18:34 -0800)]
am 2cbe92ea: docs: add better visibility to app install location doc

* commit '2cbe92ea6d36adb721b0cb94f5dbecb9c9e71ad8':
  docs: add better visibility to app install location doc

13 years agodocs: add better visibility to app install location doc
Scott Main [Thu, 18 Nov 2010 02:14:58 +0000 (18:14 -0800)]
docs: add better visibility to app install location doc

Change-Id: Ib36a53c69a918eab4378d5ec7d25ec89be1b7070

13 years agodoc change: update uses-feature for gingerbread.
Dirk Dougherty [Wed, 3 Nov 2010 02:15:51 +0000 (19:15 -0700)]
doc change: update uses-feature for gingerbread.

Change-Id: I1af174da527a91e111d6bdecaad8c08bde050c24

13 years agoFix GSM permanent failure handling, DO NOT MERGE.
Wink Saville [Wed, 17 Nov 2010 23:33:36 +0000 (15:33 -0800)]
Fix GSM permanent failure handling, DO NOT MERGE.

Wait until all APN's have been tried before checking for permanent errors
and then, don't do retires only if all of the APN's had permanent errors.

Also, don't disable the requested apn type because if we do we won't
be able to setup data because there won't be an apn type.

This was tested by creating a new non existent APN, I chose:
  Name="badapn1"
  APN="badapn1"
  Server="noapn.com"

Then selecting "badapn1" will cause a permanent error.

bug: 3202729
Change-Id: I182c7197456c849176ce08d7d1459359f8c3b30e

13 years agoDoc change: update media formats table.
Dirk Dougherty [Wed, 17 Nov 2010 18:28:31 +0000 (10:28 -0800)]
Doc change: update media formats table.

Change-Id: I0a39fed18f7b2d42fc7690ead230b1861332bd4e

13 years agoFinal API 9. Really! Honestly! I hope.
Dianne Hackborn [Tue, 16 Nov 2010 23:40:56 +0000 (15:40 -0800)]
Final API 9.  Really!  Honestly!  I hope.

Change-Id: I2ee5844587b5745556d621e4b9ef0efa3ec5edcf

13 years agoMerge "Add Wi-Fi connection functional tests." into gingerbread
Xia Wang [Tue, 16 Nov 2010 17:14:46 +0000 (09:14 -0800)]
Merge "Add Wi-Fi connection functional tests." into gingerbread

13 years agoAdd Wi-Fi connection functional tests.
Xia Wang [Sat, 13 Nov 2010 00:08:21 +0000 (16:08 -0800)]
Add Wi-Fi connection functional tests.

- Add a XML parser to parse Wi-Fi configurations
- Add Wifi connection tests
- Fix issue: failure in setup will block the next tests.
             call tearDown() if the test fails at setUp().

Change-Id: I1a380fa02ebc96b69165d1514da12df985224e8d

13 years agoMerge "Fix a race condition in sensormanager" into gingerbread
Mathias Agopian [Mon, 15 Nov 2010 21:14:59 +0000 (13:14 -0800)]
Merge "Fix a race condition in sensormanager" into gingerbread

13 years agoMerge "Revert "allow all 4 orientations"" into gingerbread
Mathias Agopian [Mon, 15 Nov 2010 21:14:50 +0000 (13:14 -0800)]
Merge "Revert "allow all 4 orientations"" into gingerbread

13 years agoMerge "DO NOT MERGE - Updated ringtones from pdx (v3) - Quickly fixing distortion...
Justin Ho [Mon, 15 Nov 2010 17:10:33 +0000 (09:10 -0800)]
Merge "DO NOT MERGE - Updated ringtones from pdx (v3) - Quickly fixing distortion at highest volume setting by adjusting gain. Proper fix should be via media stack/hardware." into gingerbread

13 years agoDO NOT MERGE - Updated ringtones from pdx (v3) - Quickly fixing distortion at highest...
Justin Ho [Mon, 15 Nov 2010 17:07:34 +0000 (09:07 -0800)]
DO NOT MERGE - Updated ringtones from pdx (v3) - Quickly fixing distortion at highest volume setting by adjusting gain. Proper fix should be via media stack/hardware.

Change-Id: I6220c0b9f85b20c690437a23c364ad4898b8e16a

13 years agoMerge "DO NOT MERGE - Revised ringtones from Ali Spagnola (revision 2)" into gingerbread
Justin Ho [Mon, 15 Nov 2010 16:50:19 +0000 (08:50 -0800)]
Merge "DO NOT MERGE - Revised ringtones from Ali Spagnola (revision 2)" into gingerbread

13 years agoDO NOT MERGE - Revised ringtones from Ali Spagnola (revision 2)
Justin Ho [Mon, 15 Nov 2010 16:41:16 +0000 (08:41 -0800)]
DO NOT MERGE - Revised ringtones from Ali Spagnola (revision 2)

Change-Id: I5c7fc73f28408e6345bb9a73f0fe10014a26efbf

13 years agoFix a race condition in sensormanager
Mathias Agopian [Mon, 15 Nov 2010 04:55:25 +0000 (20:55 -0800)]
Fix a race condition in sensormanager

the per-connection state assumed the main sensorservice
lock was held during access. This is however not true while
pre-processing the events just before sending them to clients.
Therefore, there was a small window during which this state
could be modified while being used.

we now have an internal lock that protects this state.

Change-Id: I594680f20f09d6a4f1f38f093a1d3f650dcef1be

13 years agoRevert "allow all 4 orientations"
Mathias Agopian [Sun, 14 Nov 2010 06:01:50 +0000 (22:01 -0800)]
Revert "allow all 4 orientations"

This reverts commit 1d8d0159e72556ea20aba325fb27d8470282e1ba.

Change-Id: Iffd8cbad98ff7e498032df1d226f4fbc7cde95b1

13 years agoFixing build (DO NOT MERGE)
Megha Joshi [Sat, 13 Nov 2010 03:09:11 +0000 (19:09 -0800)]
Fixing build (DO NOT MERGE)

Change-Id: I27fb9dc0584940e119b030d63ff5781ef19001c1

13 years agoAdding NFC sample resources (DO NOT MERGE)
Megha Joshi [Wed, 3 Nov 2010 22:15:22 +0000 (15:15 -0700)]
Adding NFC sample resources (DO NOT MERGE)

Change-Id: I687d07ebe4f8bd0c5dec30e69af0d3e880a68230

13 years agoMerge "docs: misc changes to sdk setup docs update sdk manager screenshot; update...
Scott Main [Fri, 12 Nov 2010 00:56:19 +0000 (16:56 -0800)]
Merge "docs: misc changes to sdk setup docs update sdk manager screenshot; update info about new manager UI; more info about the windows installer;" into gingerbread

13 years agoMerge "Import revised translations. DO NOT MERGE" into gingerbread
Eric Fischer [Thu, 11 Nov 2010 23:44:04 +0000 (15:44 -0800)]
Merge "Import revised translations.  DO NOT MERGE" into gingerbread

13 years agoMerge "record the last event received regardless of having clients or not" into ginge...
Mathias Agopian [Thu, 11 Nov 2010 22:44:08 +0000 (14:44 -0800)]
Merge "record the last event received regardless of having clients or not" into gingerbread

13 years agodocs: misc changes to sdk setup docs
Scott Main [Tue, 9 Nov 2010 22:47:15 +0000 (14:47 -0800)]
docs: misc changes to sdk setup docs
update sdk manager screenshot;
update info about new manager UI;
more info about the windows installer;

Change-Id: Ic4a582ba28f02e2c787901a575194ae884be396e

13 years agodocs: revise adding components with info about platform-tools
Scott Main [Wed, 10 Nov 2010 19:59:33 +0000 (11:59 -0800)]
docs: revise adding components with info about platform-tools

Change-Id: I3b4afca09fc81d41f3017fd78e64f44b11f9ec12

13 years agoHide plugin views when we start playing HTML5 video
Ben Murdoch [Thu, 11 Nov 2010 15:56:16 +0000 (15:56 +0000)]
Hide plugin views when we start playing HTML5 video

Plugins like Flash draw directly to the screen on top
of all other views - including the fullscreen HTML5 video
view. This means that if you start an HTML5 video on a page
also serving a flash clip then flash will obscure the video.

This patch hides plugin views before start the video and shows
them again when the VideoView is destroyed.

Bug: 3183521
Change-Id: I9839c47e9d64b081651b952057e9283630362b29

13 years agoMerge "Fix the audio mode glitch during hangup." into gingerbread
John Wang [Thu, 11 Nov 2010 03:11:20 +0000 (19:11 -0800)]
Merge "Fix the audio mode glitch during hangup." into gingerbread

13 years agoMerge "Fix issue #3177284: Account for wake lock power usage on Crespo" into gingerbread
Dianne Hackborn [Thu, 11 Nov 2010 01:58:27 +0000 (17:58 -0800)]
Merge "Fix issue #3177284: Account for wake lock power usage on Crespo" into gingerbread

13 years agorecord the last event received regardless of having clients or not
Mathias Agopian [Thu, 11 Nov 2010 01:50:28 +0000 (17:50 -0800)]
record the last event received regardless of having clients or not

We only recorded the last received event (which is needed when a sensor
is activated on a connection) when there was some connection active.
This should fix an issue where sometimes the light sensor doesn't
return an event whent activated.

we also didn't need to hold the main lock while dispatching events
to clients.

Change-Id: I6c6386c040051ce205e3c0516c678e0603fa45e1