summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge change Ib5343691 into eclair-mr2Android (Google) Code Review2009-12-141-0/+14
|\ | | | | | | | | * changes: Add account name / type query parameters for calendar Events.
| * Add account name / type query parameters for calendar Events.Ken Shirriff2009-12-111-0/+14
| |
* | Unbundling workPaul Westbrook2009-12-1414-58/+59
| | | | | | | | | | | | Moved AndroidHttpClient, Rfc822InputFilter, Rfc822Validator NumberPicker, NumberPickerButton to android-common ---
* | Notify native plugin code when the browser discards the customView.Derek Sollenberger2009-12-142-2/+4
| |
* | Merge change If90ee7e2 into eclair-mr2Android (Google) Code Review2009-12-142-3/+9
|\ \ | | | | | | | | | | | | * changes: Fix TabHost NPE when there are no tabs
| * | Fix TabHost NPE when there are no tabsBjorn Bringert2009-12-112-3/+9
| | | | | | | | | | | | | | | | | | Fixes http://b/issue?id=2318588 Change-Id: If90ee7e2b777e4c77fdd0ae768d1ececa792ee1b
* | | am 54bb575e: am 6f95f461: Fix the dependencies to make online-sdk-docs.Ying Wang2009-12-131-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '54bb575e85d1e40efbfbb868f37553cdd8ed318f' into eclair-mr2 * commit '54bb575e85d1e40efbfbb868f37553cdd8ed318f': Fix the dependencies to make online-sdk-docs.
| * \ \ am 6f95f461: Fix the dependencies to make online-sdk-docs.Ying Wang2009-12-121-0/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '6f95f461098d5b9e93212cf9cc7c7a6498eecf3a' into eclair * commit '6f95f461098d5b9e93212cf9cc7c7a6498eecf3a': Fix the dependencies to make online-sdk-docs.
| | * | | Fix the dependencies to make online-sdk-docs.Ying Wang2009-12-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Without the framework library, 'make online-sdk-docs' can not find symbols in the framework library.
* | | | | am 9b52a218: Fix #2269582 Sometimes camera preview screen is truncatedDianne Hackborn2009-12-131-8/+51
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '9b52a2184e99565bcd7f77effb321c95a2a4837e' into eclair-mr2 * commit '9b52a2184e99565bcd7f77effb321c95a2a4837e': Fix #2269582 Sometimes camera preview screen is truncated
| * | | | Fix #2269582 Sometimes camera preview screen is truncatedDianne Hackborn2009-12-111-8/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were a few places in the window manager where we wouldn't cause a layout after making a window visible. This would leave it using whatever size and position it last have since we don't layout windows when they are not visible. Also includes a little part I missed in the security issue that allowed wallpapers to see input on the lock screen. Change-Id: Icd7e037ad9a67ac936bc7039d87ed68f49502d73
* | | | | am 474731d5: Merge change I2ffe306f into eclairDianne Hackborn2009-12-134-6/+28
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '474731d5efb30c1e9184f998610054747eb8e764' into eclair-mr2 * commit '474731d5efb30c1e9184f998610054747eb8e764': Fix issue #2304284: contacts/dialer/recentcalls constantly flashing
| * | | | Merge change I2ffe306f into eclairAndroid (Google) Code Review2009-12-114-6/+28
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix issue #2304284: contacts/dialer/recentcalls constantly flashing
| | * | | | Fix issue #2304284: contacts/dialer/recentcalls constantly flashingDianne Hackborn2009-12-114-6/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure the application is always given the most recent configuration when launcher. Use the current configuration, instead of whatever happens to be set by the app, for reporting what it was launched with. Change-Id: I2ffe306f56cc9092b640546dd0a28d2c29b9c0b3
* | | | | | am 62d4395b: Merge change I6dc8a694 into eclairXavier Ducrohet2009-12-131-0/+3
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '62d4395bdb3114b9a75e46140456bc54fd13a3e7' into eclair-mr2 * commit '62d4395bdb3114b9a75e46140456bc54fd13a3e7': Layoutlib: Add a constant for default density value.
| * | | | | Merge change I6dc8a694 into eclairAndroid (Google) Code Review2009-12-111-0/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Layoutlib: Add a constant for default density value.
| | * | | | | Layoutlib: Add a constant for default density value.Xavier Ducrohet2009-12-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6dc8a694bbdae2385d4e877ea04a6b4325a5719e
* | | | | | | Post a Runnable to execute setNewZoomScale whenGrace Kloba2009-12-121-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WebView's onSizeChanged is called. This will ensure requestLayout of the Child View works. Fix http://b/issue?id=2323445
* | | | | | | Merge change I9ac0777e into eclair-mr2Android (Google) Code Review2009-12-11115-4/+39578
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | * changes: Initial checkin of software AMR NB encoder based on PV source code.
| * | | | | | Initial checkin of software AMR NB encoder based on PV source code.Andreas Huber2009-12-11115-4/+39578
| | | | | | |
* | | | | | | Eliminate CrashData and friends.Dan Egnor2009-12-1123-894/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (CrashData was a custom-marshalled crash-info class used for a server crash reporting system I am deprecating). Use ApplicationErrorReport.CrashInfo instead to report crash details (mostly the stack trace) from RuntimeInfo to ActivityManagerService, since we're likely to need the crash information in that form anyway. Remove the (long-disabled) flags and support for the "Debug" button in the crash dialog. Further gut the ICheckinService interface by removing the crash-reporting APIs (and everything that calls them), plus the synchronous checkin() method (which has been stubbed out for a while now). A new dropbox-based crash reporting system is in the works, but not part of this change.
* | | | | | | resolved conflicts for merge of 2624fbca to eclair-mr2Christopher Tate2009-12-111-7/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Fix #2320798: Device hang then runtime restartChristopher Tate2009-12-111-9/+9
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The system_server process is deadlocking between event dispatch and window manager code. This change fixes the lock scoping to eliminate the deadlock. Change-Id: I00f029e4d51d7432119ad3aeec260df215b52546
* | | | | Merge change I85adf5e5 into eclair-mr2Android (Google) Code Review2009-12-116-31/+56
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Propagate duration from input to output only if available, support multiple full frames of audio per input buffer in AMR/AAC decoders.
| * | | | | Propagate duration from input to output only if available, support multiple ↵Andreas Huber2009-12-116-31/+56
| | | | | | | | | | | | | | | | | | | | | | | | full frames of audio per input buffer in AMR/AAC decoders.
* | | | | | Fix broken sdk build.Ken Shirriff2009-12-111-1/+1
|/ / / / / | | | | | | | | | | | | | | | Fix link in javadoc.
* | | | | Removing an unused header file and a stale forward declaration. Also ↵Andreas Huber2009-12-113-45/+7
| | | | | | | | | | | | | | | | | | | | handling one more nalType as a no-op.
* | | | | remote destructors are not synchronously executed by the binder...Andreas Huber2009-12-111-0/+3
| | | | |
* | | | | Fix seek-on-startup behaviour in AwesomePlayer.Andreas Huber2009-12-111-3/+9
| | | | |
* | | | | Merge change Ia67d5388 into eclair-mr2Android (Google) Code Review2009-12-111-0/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: remote destructors are not synchronously executed by the binder...
| * | | | | remote destructors are not synchronously executed by the binder...Andreas Huber2009-12-111-0/+13
| | | | | |
* | | | | | Merge change I8b302097 into eclair-mr2Android (Google) Code Review2009-12-111-3/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Update the zoom buttons after moving to a new page.
| * | | | | | Update the zoom buttons after moving to a new page.Mike Reed2009-12-101-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move set VISIBLE out of updateZoomButtonsEnabled. And add it to a place it needs it. Fix http://b/issue?id=2257742
* | | | | | | Merge change I595c2d60 into eclair-mr2Android (Google) Code Review2009-12-1138-18/+16372
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Initial checkin of software AVC video decoder based on PV source code.
| * | | | | | | Initial checkin of software AVC video decoder based on PV source code.Andreas Huber2009-12-1038-18/+16372
| | | | | | | |
* | | | | | | | Merge change Ida4d6ab0 into eclair-mr2Android (Google) Code Review2009-12-112-5/+23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Allows users to scroll while in select mode.
| * | | | | | | | Allows users to scroll while in select mode.Maryam Garrett2009-12-102-5/+23
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change allows the user to select-n-scroll. While a user is in select mode, and they try to scroll, the textbox will scroll in the direction of the selection, and expand the selection.
* | | | | | | | am f9b0e826: fix [2269582] [TOP-10][Passion_1506][APT:Camera]Sometimes ↵Mathias Agopian2009-12-111-0/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | camera preview screen is truncated after launching and back to home screen by home key repeatedly Merge commit 'f9b0e826689cca5ecbd40aa49f3ea7f7c73ad2a2' into eclair-mr2 * commit 'f9b0e826689cca5ecbd40aa49f3ea7f7c73ad2a2': fix [2269582] [TOP-10][Passion_1506][APT:Camera]Sometimes camera preview screen is truncated after launching and back to home screen by home key repeatedly
| * | | | | | | fix [2269582] [TOP-10][Passion_1506][APT:Camera]Sometimes camera preview ↵Mathias Agopian2009-12-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | screen is truncated after launching and back to home screen by home key repeatedly When a surface is removed from the screen while it holds a "freeze lock", the release of that lock happens in the destructor as a "safety net". However, it doesn't trigger an update at that point. Make sure that "freeze locks" are released from the transaction at the point a surface is removed from the screen (if it's not on screen, it shouldn't prevent the screen to redraw, and therefore cannot hold a freeze lock). The refresh corresponding to that transaction will pick it up as soon as possible.
* | | | | | | | Merge change I0a56959e into eclair-mr2Android (Google) Code Review2009-12-109-456/+2848
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Implement a HierarchicalStateMachine
| * | | | | | | | Implement a HierarchicalStateMachineWink Saville2009-12-089-456/+2848
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A hierarchical state machine is a state machine which processes messages and can have states arranged hierarchically. Each state in the state machine may have a single parent state and if a child state is unable to handle a message it may have the message processed by its parent. Change-Id: I0a56959ece8f89e4f9122dc8044120b82d517bbb
* | | | | | | | | Default to UTF8 resources when packaging with aaptKenny Root2009-12-102-3/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change makes it so with API level 7 and above all resources will be packaged in UTF-8 format. Any minSdkVersion level that is named will also have resources packaged in UTF-8, because it is assumed that previous releases will only be rebuilt with their proper integer number and only future releases will temporarily have names. Change-Id: If5d1ee5e48fbaf31798816b068ac44b14a93121b
* | | | | | | | | am 7eb6ec1f: Merge change I18305fec into eclairRoman Nurik2009-12-1011-5/+48
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '7eb6ec1f44ade4c7bf3d23cbcfe29a17bbd940b1' into eclair-mr2 * commit '7eb6ec1f44ade4c7bf3d23cbcfe29a17bbd940b1': Add ContactManager, MultiResolution, Wiktionary, and WiktionarySimple to samples index. Also add latest samples zip file.
| * | | | | | | | Merge change I18305fec into eclairAndroid (Google) Code Review2009-12-1011-5/+48
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add ContactManager, MultiResolution, Wiktionary, and WiktionarySimple to samples index. Also add latest samples zip file.
| | * | | | | | | | Add ContactManager, MultiResolution, Wiktionary, and WiktionarySimple to ↵Roman Nurik2009-12-1011-5/+48
| | | |_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | samples index. Also add latest samples zip file.
* | | | | | | | | am 083a557c: fix [2319255] crash in openGL : from the media recorder stress ↵Mathias Agopian2009-12-101-1/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test. Merge commit '083a557c25e0032bc4900f335b6643d0badd09ce' into eclair-mr2 * commit '083a557c25e0032bc4900f335b6643d0badd09ce': fix [2319255] crash in openGL : from the media recorder stress test.
| * | | | | | | | fix [2319255] crash in openGL : from the media recorder stress test.Mathias Agopian2009-12-101-1/+8
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | never call eglCreateImageKHR() with a NULL native buffer, which can happen in OOM conditions.
* | | | | | | | Merge change I6478884a into eclair-mr2Android (Google) Code Review2009-12-102-1/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add string resource type inspection
| * | | | | | | | Add string resource type inspectionKenny Root2009-12-102-1/+13
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows "aapt dump --values resource" to print out whether a string in a ResStringPool is in UTF-8 or UTF-16 encoding. Change-Id: I6478884a70a3b46fee862dece6cb33454fc34843
* | | | | | | | am b9b45a5e: Merge change I24bb662a into eclairTrevor Johns2009-12-102-0/+0
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'b9b45a5e26ed020a39a507a173d9f29e336cf989' into eclair-mr2 * commit 'b9b45a5e26ed020a39a507a173d9f29e336cf989': Adding screenshots for development/samples/Wiktionary and development/samples/WiktionarySimple.