summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove UUIDs from the cache when the device is unpaired.Jaikumar Ganesh2010-03-021-1/+3
| | | | | | | This fixes one probable case of A2DP profile connection state hanging in connecting state. When the device is unpaired and repaired, before the drivers are up on the bluez side, settings app / auto-connect code can try to connect.
* Merge "Keep track of when the HTML5 database path has been set, so that we ↵Ben Murdoch2010-02-261-1/+6
|\ | | | | | | don't inadvertantly sync it to the native side before it has been set by the client."
| * Keep track of when the HTML5 database path has been set, so that we don't ↵Ben Murdoch2010-02-251-1/+6
| | | | | | | | | | | | | | | | inadvertantly sync it to the native side before it has been set by the client. Change-Id: Idcf604060e5208ec28610dd13e9858adcf44165e
* | Fix SDK build.Wu-cheng Li2010-02-261-2/+2
| |
* | Unhide exposure compensation API.Wu-cheng Li2010-02-264-25/+137
| | | | | | | | bug:2375993
* | Merge "Fix 2336057: Provide a way for the user to return to a call from ↵Jim Miller2010-02-252-1/+47
|\ \ | | | | | | | | | LockScreen."
| * | Fix 2336057: Provide a way for the user to return to a call from LockScreen.Jim Miller2010-02-252-1/+47
| | | | | | | | | | | | | | | This makes the "Emergency call" button dual-purpose. If there's a call in progress, the button will show "Return to call" and take the user back to the call.
* | | Merge "Move auto pairing data to a file, add values dynamically."Jaikumar Ganesh2010-02-251-38/+144
|\ \ \
| * | | Move auto pairing data to a file, add values dynamically.Jaikumar Ganesh2010-02-251-38/+144
| | | |
* | | | Merge "Default the auto-restore setting to "enabled.""Chris Tate2010-02-251-1/+1
|\ \ \ \
| * | | | Default the auto-restore setting to "enabled."Christopher Tate2010-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I7d8710466214a1b09aabdd71e77b9b34d3d62365
* | | | | Do not recyle headers and footers when measuring the ListView.Romain Guy2010-02-252-5/+7
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #2461893 This was causing headers and footers to be in a wrong state after the first recycling pass, which would cause them to be detached from the window. This was in turn preventing invalidate operations from performing successfully.
* | | | Merge "Be sure to back up / restore some new settings"Chris Tate2010-02-251-0/+4
|\ \ \ \
| * | | | Be sure to back up / restore some new settingsChristopher Tate2010-02-251-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added in this CL: Power sounds enabled Dock sound enabled Lock/unlock sounds enabled Auto-restore app data on install Change-Id: Ie1c3215e926282e7cac5b82cd6196636049f7f85
* | | | | Fix the buildChristopher Tate2010-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I41616afc75a3366ea7e9e79ac7ea4c46d1863d83
* | | | | Merge "Define the new lastSyncedAttendeeStatus column"Marc Blank2010-02-251-3/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Define the new lastSyncedAttendeeStatus columnMarc Blank2010-02-251-3/+10
| | | | | | | | | | | | | | | | | | | | Change-Id: I567ca24770fb401ed5a2bdfce5709e77b6fb4202
* | | | | Merge "Start respecting the auto-restore-at-install setting"Chris Tate2010-02-251-3/+4
|\ \ \ \ \
| * | | | | Start respecting the auto-restore-at-install settingChristopher Tate2010-02-251-3/+4
| | |_|/ / | |/| | | | | | | | | | | | | Change-Id: I420ff6b4ba72f87bee56f45d8906f086f7a2b114
* | | | | Comment out the finalize() methods defined on the Activity,Carl Shapiro2010-02-254-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ContextImpl, View and ViewRoot classes. This allows instances of subclasses to be collected without the additional latency of finalization.
* | | | | Merge "HorizontalScrollView multitouch scroll and only grip on content ↵Adam Powell2010-02-255-53/+208
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | AbsListView multitouch scroll and only grip on content"
| * | | | | HorizontalScrollView multitouch scroll and only grip on contentAdam Powell2010-02-255-53/+208
| | | | | | | | | | | | | | | | | | | | | | | | AbsListView multitouch scroll and only grip on content
* | | | | | Merge "Support vendor MPEG4 test content with apparently malformed chunks in ↵Andreas Huber2010-02-251-9/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | them."
| * | | | | | Support vendor MPEG4 test content with apparently malformed chunks in them.Andreas Huber2010-02-251-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | related-to-bug: 2472211
* | | | | | | Renaming contact search snippet fields.Dmitri Plotnikov2010-02-251-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If27271665aedbb125072bbcd0cf375846c38cc9f
* | | | | | | Merge "Remove misleading method comment on TextView#setHint"Kenny Root2010-02-251-6/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Remove misleading method comment on TextView#setHintKenny Root2010-02-251-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Comment incorrectly specified that the setHint(...) methods were deprecated and suggested instead using different methods that did not exist. Change-Id: I5e7a1570beb8f1cd807853c6d9de8072afa5123e
* | | | | | | Merge "Add some space and total memory amount to the memory dump from the ↵James Dong2010-02-251-1/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | media server process."
| * | | | | | | Add some space and total memory amount to the memory dump from the media ↵James Dong2010-02-251-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | server process.
* | | | | | | | Merge "Image encoding settings java API through xml configuration file"James Dong2010-02-255-5/+143
|\ \ \ \ \ \ \ \
| * | | | | | | | Image encoding settings java API through xml configuration fileJames Dong2010-02-245-5/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - I decided to completely remove jpeg decoding related stuff from this change I think that setting is better off if it is specified by the system properties. We don't have to include MediaProfiles.h header in skia files
* | | | | | | | | am fc7028f1: merge from open-source masterThe Android Open Source Project2010-02-250-0/+0
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'fc7028f1c68dcc8d59c8e4daf4a8917a3d9a7558' * commit 'fc7028f1c68dcc8d59c8e4daf4a8917a3d9a7558': Move LocationTracker test app from vendor/google to frameworks/base/tests
| * | | | | | | | merge from open-source masterThe Android Open Source Project2010-02-2517-0/+1809
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Move LocationTracker test app from vendor/google to frameworks/base/testsMike Lockwood2010-02-2417-0/+1809
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I49f1bfe2081f2c48fcb22b74aa2377857c2bae6d Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | | | | | | Merge "Prevent ProgressBar from updating itself when hidden. Bug #2470737"Romain Guy2010-02-251-3/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Prevent ProgressBar from updating itself when hidden.Romain Guy2010-02-251-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #2470737
* | | | | | | | | | | Pick up default install locationSuchi Amalapurapu2010-02-251-1/+3
| | | | | | | | | | |
* | | | | | | | | | | Merge "New test on ContextMenuInfo packed positions."Gilles Debunne2010-02-257-31/+121
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | New test on ContextMenuInfo packed positions.Gilles Debunne2010-02-257-31/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With and without headers. Non regression test for bug http://b/issue?id=1778239 Change-Id: I0235528ac6f8394292bac35f2350f3d5be1e4df7
* | | | | | | | | | | | Merge "Improve accelerometer-based orientation sensing."Steve Howard2010-02-251-73/+161
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Improve accelerometer-based orientation sensing.Steve Howard2010-02-241-73/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were three main complains about orientation sensing: * Switching to landscape when putting a device down on a table (or picking it up) * Changing orientation due to road bumps or vehicle vibrations while in a car dock * Switching to upside-down too easily This change includes three primary enhancements. First, we run the accelerometer output through a lowpass filter before considering its orientation. This avoids glitches due to brief phone movement, particularly when the phone hits a table. The filter uses a very low default time constant of 200ms to retain responsiveness (note the samping period is ~200ms, so the effect of this filtering is pretty mild). At tilt angles beyond 45 degrees, however, we increase the time constant to 600ms, which helps greatly with avoiding glitches picking the phone up from a table. It does introduce some sluggishness when rotating while the phone is tilted back, i.e. being used in one's lap. It's also worth mentioning that the accelerometer output on Sapphire appears to be pre-lowpass-filtered with a time constant of around 500ms, making this less necessary on that device, but the added effect doesn't noticeably degrade user experience in my opinion. Second, we check the magnitude of the raw accelerometer output. If it deviates from the strength of gravity by more than one m/s^2, we distrust the data, since that implies the device is under external acceleration and the sensor data doesn't accurately reflect orientation. This helps avoid glitches due to shocks and vibrations, as in the car dock scenario. However, rather than ignore the data entirely, we filter it with a very high time constant (5 sec). As a result, if the device is rotated while vibrating, even if we never pick up a clean sample, we will eventually detect the orientation switch. Of course, with a sampling period of 200ms, we're prone to aliasing, but that seems like a highly unlikely corner case. Third, we restrict transitions to upside-down orientation to a much narrower range, both in terms of orientation and tilt. This should prevent upside-down mode from activating in most cases where it's not desired. I also updated a lot of stale documentation, added a lot of documentation, and cleaned up a lot of the code, so as to make this (often subtle) code as transparent as possible.
* | | | | | | | | | | | Merge "Add support for accessing native bidi implementation via jni."Eric Fischer2010-02-255-1/+164
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add support for accessing native bidi implementation via jni.Doug Felt2010-02-245-1/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include a simple test to verify that the bidi code works.
* | | | | | | | | | | | | Merge "Fix no-mobile-data after wifi."Robert Greenwalt2010-02-251-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix no-mobile-data after wifi.Robert Greenwalt2010-02-251-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Missed a case - if you disabled mobile data and then cycled wifi, 3g would be turned back on. bug:2251458
* | | | | | | | | | | | | | don't draw layers with historyCary Clark2010-02-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The history picture and the layers drawn may be out of sync, so for now, don't draw the layers when the history picture is drawn. Also, remove native class check from drawExtras() since it is already checked by the caller. fixes http://b/2457350 fixes http://b/2453780
* | | | | | | | | | | | | | Merge "Replacing hard-coded mount point for ASEC with a getenv() call."Oscar Montemayor2010-02-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Replacing hard-coded mount point for ASEC with a getenv() call.Oscar Montemayor2010-02-251-1/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-2564-80/+736
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the framework part, moving classes around so the framework no longer needs to link to android-common. Makes some APIs public, others that didn't need to be public are private in the framework, some small things are copied.
* | | | | | | | | | | | | | Merge "Configuration param to indicate if sd card is behind the battery."Amith Yamasani2010-02-251-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \