OSDN Git Service

android-x86/frameworks-base.git
12 years agoMerge "Fix auto-complete for content-editable fields."
George Mount [Wed, 25 Jan 2012 15:37:30 +0000 (07:37 -0800)]
Merge "Fix auto-complete for content-editable fields."

12 years agoDo not spell check when the keyboard language is not supported by the current spell...
satok [Wed, 25 Jan 2012 07:05:11 +0000 (16:05 +0900)]
Do not spell check when the keyboard language is not supported by the current spell checker

Bug: 5787064
Change-Id: I54a3955220bbe3dae999f6634ccd734e658e45c0

12 years agoMerge changes Ib6b6da1d,I6d9a466a
Mathias Agopian [Wed, 25 Jan 2012 03:22:08 +0000 (19:22 -0800)]
Merge changes Ib6b6da1d,I6d9a466a

* changes:
  improve SurfaceFlinger dumpsys
  hack up frame latency measurement

12 years agoimprove SurfaceFlinger dumpsys
Mathias Agopian [Fri, 20 Jan 2012 02:34:40 +0000 (18:34 -0800)]
improve SurfaceFlinger dumpsys

It is now possible to say:

dumpsys SurfaceFlinger --latency

to print latency information about all windows

dumpsys SurfaceFlinger --latency window-name

to print the latency stats of the specified window

for instance: dumpsys SurfaceFlinger --latency SurfaceView

The data consists of one line containing global stats, followed by
128 lines of tab separated timestamps in nanosecond.

The first line currently contains the refresh period in nanosecond.
Each 128 following line contains 3 timestamps, of respectively
the app draw time, the vsync timestamp just prior the call to set and
the timestamp of the call to set.

Change-Id: Ib6b6da1d7e2e6ba49c282bdbc0b56a7dc203343a

12 years agoMerge "Fix 5907237: dismiss keyguard after the camera app launches."
Jim Miller [Wed, 25 Jan 2012 01:41:04 +0000 (17:41 -0800)]
Merge "Fix 5907237: dismiss keyguard after the camera app launches."

12 years agoMerge "Fixing a typo in the NumberPicker documentation."
Svetoslav Ganov [Wed, 25 Jan 2012 01:02:23 +0000 (17:02 -0800)]
Merge "Fixing a typo in the NumberPicker documentation."

12 years agoFix 5907237: dismiss keyguard after the camera app launches.
Jim Miller [Tue, 24 Jan 2012 22:47:57 +0000 (14:47 -0800)]
Fix 5907237: dismiss keyguard after the camera app launches.

This fixes a bug where either the home screen or the last app run shows
briefly while we wait for the camera app to launch.  Instead, we have
ActivityManager dismiss keyguard once the camera app is up and running.

Change-Id: I1c2986ad84024dce675216a76c19c937c3e2828d

12 years agoMerge "Fix bug #5901103 all_source_project_146981_Android - Android ICS LQA Regressio...
Fabrice Di Meglio [Wed, 25 Jan 2012 00:57:21 +0000 (16:57 -0800)]
Merge "Fix bug #5901103 all_source_project_146981_Android - Android ICS LQA Regression:FA, AR, HE and TH - Font Corruption"

12 years agoFix bug #5901103 all_source_project_146981_Android - Android ICS LQA Regression:FA...
Fabrice Di Meglio [Wed, 25 Jan 2012 00:44:00 +0000 (16:44 -0800)]
Fix bug #5901103 all_source_project_146981_Android - Android ICS LQA Regression:FA, AR, HE and TH - Font Corruption

- use the first char of the "run" instead of the "string" for the BaseGlyphCount

Change-Id: I647528ec912bb69655cf301bbc73b66dc1a6fc82

12 years agoMerge "More AudioManager tests"
Jean-Michel Trivi [Wed, 25 Jan 2012 00:23:22 +0000 (16:23 -0800)]
Merge "More AudioManager tests"

12 years agoMerge "Call ActivityManager to get the proper icon dpi."
Winson Chung [Tue, 24 Jan 2012 23:51:53 +0000 (15:51 -0800)]
Merge "Call ActivityManager to get the proper icon dpi."

12 years agohack up frame latency measurement
Jamie Gennis [Mon, 16 Jan 2012 02:54:57 +0000 (18:54 -0800)]
hack up frame latency measurement

Change-Id: I6d9a466a23285304f0e229a5649815636ab5d6af

12 years agoMerge "Match WIFI_P2P data usage."
Jeff Sharkey [Tue, 24 Jan 2012 23:38:54 +0000 (15:38 -0800)]
Merge "Match WIFI_P2P data usage."

12 years agoMatch WIFI_P2P data usage.
Jeff Sharkey [Tue, 24 Jan 2012 23:37:07 +0000 (15:37 -0800)]
Match WIFI_P2P data usage.

Bug: 5405891
Change-Id: I5b815d6fc25a2f26a86c39a43fde305fcc3fb65c

12 years agoCall ActivityManager to get the proper icon dpi.
Winson Chung [Tue, 24 Jan 2012 23:26:59 +0000 (15:26 -0800)]
Call ActivityManager to get the proper icon dpi.

Change-Id: Iaec2a9a3cc1ea5febe60e0b675f1deff8e77d011

12 years agoMerge "NumberPicker should not throw an exception if no enough values for wrapping."
Svetoslav Ganov [Tue, 24 Jan 2012 23:27:12 +0000 (15:27 -0800)]
Merge "NumberPicker should not throw an exception if no enough values for wrapping."

12 years agoFixing a typo in the NumberPicker documentation.
Svetoslav Ganov [Tue, 24 Jan 2012 22:32:20 +0000 (14:32 -0800)]
Fixing a typo in the NumberPicker documentation.

Change-Id: I3a76923d468ddd01cd1ed5521992479cee82c6f0

12 years agoMerge "Allow profiling of animation performance"
Chris Craik [Tue, 24 Jan 2012 22:15:25 +0000 (14:15 -0800)]
Merge "Allow profiling of animation performance"

12 years agoMerge "Update ShareActionProvider to clear the sharing activity when the task is...
Adam Powell [Tue, 24 Jan 2012 21:58:41 +0000 (13:58 -0800)]
Merge "Update ShareActionProvider to clear the sharing activity when the task is reset."

12 years agoMerge "Removing unused imports and swiching off deprecated APIs"
Svetoslav Ganov [Tue, 24 Jan 2012 21:57:05 +0000 (13:57 -0800)]
Merge "Removing unused imports and swiching off deprecated APIs"

12 years agoRemoving unused imports and swiching off deprecated APIs
Svetoslav Ganov [Tue, 24 Jan 2012 21:55:35 +0000 (13:55 -0800)]
Removing unused imports and swiching off deprecated APIs

Change-Id: I08fd2c17bcad42f0216b140c0511f48a782c8018

12 years agoUpdate ShareActionProvider to clear the sharing activity when the task
Adam Powell [Tue, 24 Jan 2012 21:33:09 +0000 (13:33 -0800)]
Update ShareActionProvider to clear the sharing activity when the task
is reset.

As per platform guidelines, when launching a sharing activity the Intent
flag FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET should be used.

Change-Id: I30bd3d20eb75aee7943b681dc2d9c7f44a04e919

12 years agoAllow profiling of animation performance
Chris Craik [Tue, 24 Jan 2012 01:29:12 +0000 (17:29 -0800)]
Allow profiling of animation performance

Also fixes manual testing mode
Depends on external/webkit change: https://android-git.corp.google.com/g/#/c/159794/

Change-Id: I169e80f9b5328b1b5a7b0aeaf09652de67febd8d

12 years agoNumberPicker should not throw an exception if no enough values for wrapping.
Svetoslav Ganov [Tue, 24 Jan 2012 20:02:31 +0000 (12:02 -0800)]
NumberPicker should not throw an exception if no enough values for wrapping.

1. The selector wheel was throwing an exception if a client requires that it
   wraps its selector wheel if the number of values is less that the number
   of values shown in the wheel.  While wrapping makes no sense if the all
   possible values are already shown, we should not throw an exception,
   rather to ignore the request.

bug:5911190

Change-Id: Icd90cd39f66d9f39939801752bf1eb1eef8fe757

12 years agoMerge "Move network stats to FileRotator pattern."
Jeff Sharkey [Tue, 24 Jan 2012 19:49:51 +0000 (11:49 -0800)]
Merge "Move network stats to FileRotator pattern."

12 years agoFix auto-complete for content-editable fields.
George Mount [Fri, 20 Jan 2012 21:08:50 +0000 (13:08 -0800)]
Fix auto-complete for content-editable fields.

 Bug 5608192
 Text content for content-editable fields is
 retrieved and given to the WebViewInputConnection
 so that suggestions will work appropriately.
 Edits with WebViewInputConnection uses
 replaceTextfieldText just like WebTextView.

 Webkit Change: Idcf8d99d9e844669ea68122a7509990f5ce8dcca

Change-Id: I5f1fcc13a0abe204db301e027954dc47c3a48db0

12 years agoam a5853595: am 47163685: Merge "Another attempt at issue #5823276: home repaints...
Dianne Hackborn [Tue, 24 Jan 2012 19:39:49 +0000 (11:39 -0800)]
am a5853595: am 47163685: Merge "Another attempt at issue #5823276: home repaints after full-screen app is exited" into ics-mr1

* commit 'a5853595165a6395ca41bbc17a3dd88e12259ad1':
  Another attempt at issue #5823276: home repaints after full-screen app is exited

12 years agoam 29cd79c7: am c986d6f0: Merge "Fix issue #5906017: Missing menu entries in portrait...
Dianne Hackborn [Tue, 24 Jan 2012 19:37:24 +0000 (11:37 -0800)]
am 29cd79c7: am c986d6f0: Merge "Fix issue #5906017: Missing menu entries in portrait when in compatibility mode" into ics-mr1

* commit '29cd79c7b0fecd2753fc27405794c0d5b5314302':
  Fix issue #5906017: Missing menu entries in portrait when in compatibility mode

12 years agoam 9dc211af: am a4474ae0: Merge "Detect and repair invalid layouts in the navigation...
Daniel Sandler [Tue, 24 Jan 2012 19:37:21 +0000 (11:37 -0800)]
am 9dc211af: am a4474ae0: Merge "Detect and repair invalid layouts in the navigation bar." into ics-mr1

* commit '9dc211afbf3201a23a29cf7cd02ce575c6dbe094':
  Detect and repair invalid layouts in the navigation bar.

12 years agoam 47163685: Merge "Another attempt at issue #5823276: home repaints after full-scree...
Dianne Hackborn [Tue, 24 Jan 2012 19:37:02 +0000 (11:37 -0800)]
am 47163685: Merge "Another attempt at issue #5823276: home repaints after full-screen app is exited" into ics-mr1

* commit '47163685eb90f9520e7ae0ac0984b4e1535e8e5b':
  Another attempt at issue #5823276: home repaints after full-screen app is exited

12 years agoam c986d6f0: Merge "Fix issue #5906017: Missing menu entries in portrait when in...
Dianne Hackborn [Tue, 24 Jan 2012 19:34:49 +0000 (11:34 -0800)]
am c986d6f0: Merge "Fix issue #5906017: Missing menu entries in portrait when in compatibility mode" into ics-mr1

* commit 'c986d6f01b00dd760ba1650918baadd24a6dc838':
  Fix issue #5906017: Missing menu entries in portrait when in compatibility mode

12 years agoam a4474ae0: Merge "Detect and repair invalid layouts in the navigation bar." into...
Daniel Sandler [Tue, 24 Jan 2012 19:34:47 +0000 (11:34 -0800)]
am a4474ae0: Merge "Detect and repair invalid layouts in the navigation bar." into ics-mr1

* commit 'a4474ae02546d725686f9c08113c16a84aca912c':
  Detect and repair invalid layouts in the navigation bar.

12 years agoMerge "Another attempt at issue #5823276: home repaints after full-screen app is...
Dianne Hackborn [Tue, 24 Jan 2012 19:33:15 +0000 (11:33 -0800)]
Merge "Another attempt at issue #5823276: home repaints after full-screen app is exited" into ics-mr1

12 years agoMerge "Fix issue #5906017: Missing menu entries in portrait when in compatibility...
Dianne Hackborn [Tue, 24 Jan 2012 19:33:06 +0000 (11:33 -0800)]
Merge "Fix issue #5906017: Missing menu entries in portrait when in compatibility mode" into ics-mr1

12 years agoMerge "Detect and repair invalid layouts in the navigation bar." into ics-mr1
Daniel Sandler [Tue, 24 Jan 2012 19:32:31 +0000 (11:32 -0800)]
Merge "Detect and repair invalid layouts in the navigation bar." into ics-mr1

12 years agoMove network stats to FileRotator pattern.
Jeff Sharkey [Thu, 12 Jan 2012 02:38:16 +0000 (18:38 -0800)]
Move network stats to FileRotator pattern.

Split existing network stats into two separate classes: a recorder
which generates historical data based on periodic counter snapshots,
and a collection of historical data with persistance logic.

Recorder keeps a pending history in memory until outstanding data
crosses a specific threshold.  Persisting is handled through a given
FileRotator.  This pattern significantly reduces disk churn and
memory overhead.  Separate UID data from UID tag data, enabling a
shorter rotation cycle.  Migrate existing stats into new structure.

Remove "xt" stats until iptables hooks are ready.  Avoid consuming
Entry values when recording into NetworkStatsHistory.  Assign
operation counts to default route interface.

Introduce "Rewriter" interface in FileRotator with methods to enable
rewriteAll().  Introduce IndentingPrintWriter to handle indenting in
dump() methods.

Bug: 5386531
Change-Id: Ibe086230a17999a197206ca62d45f266225fdff1

12 years agoMerge "Add new test for showing very slow animations."
Dianne Hackborn [Tue, 24 Jan 2012 19:12:37 +0000 (11:12 -0800)]
Merge "Add new test for showing very slow animations."

12 years agoAdd new test for showing very slow animations.
Dianne Hackborn [Mon, 9 Jan 2012 20:05:26 +0000 (12:05 -0800)]
Add new test for showing very slow animations.

Change-Id: Ibcc3e46a72210cf8a8e4cf5a932e2c9a7995f0f1

12 years agoam e7dc2898: am 4809f09f: docs: update fujitsu id, capitalize
Scott Main [Tue, 24 Jan 2012 19:05:02 +0000 (11:05 -0800)]
am e7dc2898: am 4809f09f: docs: update fujitsu id, capitalize

* commit 'e7dc2898c099bb1673f4bb0074b4d3b697699176':
  docs: update fujitsu id, capitalize

12 years agoam b790d1aa: am cdf14454: docs: add fujitsu/toshiba USB vendor id
Scott Main [Tue, 24 Jan 2012 19:02:25 +0000 (11:02 -0800)]
am b790d1aa: am cdf14454: docs: add fujitsu/toshiba USB vendor id

* commit 'b790d1aa2f741813b1556b71875dc453bc8c8010':
  docs: add fujitsu/toshiba USB vendor id

12 years agoam 4809f09f: docs: update fujitsu id, capitalize
Scott Main [Tue, 24 Jan 2012 19:01:49 +0000 (11:01 -0800)]
am 4809f09f: docs: update fujitsu id, capitalize

* commit '4809f09f55a6177bd69303630dc42cc738f71116':
  docs: update fujitsu id, capitalize

12 years agoam cdf14454: docs: add fujitsu/toshiba USB vendor id
Scott Main [Tue, 24 Jan 2012 18:59:23 +0000 (10:59 -0800)]
am cdf14454: docs: add fujitsu/toshiba USB vendor id

* commit 'cdf14454326dcb2f43ae0da208a8ed65a38f2897':
  docs: add fujitsu/toshiba USB vendor id

12 years agodocs: update fujitsu id, capitalize
Scott Main [Tue, 24 Jan 2012 18:58:06 +0000 (10:58 -0800)]
docs: update fujitsu id, capitalize

Change-Id: I776bdf0af37baa98b2b2dd70c5950ea1e98d36ec

12 years agodocs: add fujitsu/toshiba USB vendor id
Scott Main [Tue, 24 Jan 2012 18:54:50 +0000 (10:54 -0800)]
docs: add fujitsu/toshiba USB vendor id

Change-Id: I7917035d8c3f4b0fc80b7c992fcdf085aa984b4f

12 years agoMerge "Fix for AOOB in MeasuredText"
Gilles Debunne [Tue, 24 Jan 2012 18:46:58 +0000 (10:46 -0800)]
Merge "Fix for AOOB in MeasuredText"

12 years agoMerge "Restored selectAllOnFocus"
Gilles Debunne [Tue, 24 Jan 2012 18:42:09 +0000 (10:42 -0800)]
Merge "Restored selectAllOnFocus"

12 years agoMore AudioManager tests
Jean-Michel Trivi [Tue, 17 Jan 2012 19:49:08 +0000 (11:49 -0800)]
More AudioManager tests

Add tests for AudioFocus:
- create a looper for AudioManager to use so listener callbacks can be used
- test each type of audio focus gain causes the expected type of focus loss
- stress test audio focus request and abandon, with and without a listener

Change-Id: I7d9c84ccd8ea49cf20ede57b1245899a81e99ab0

12 years agoam 10c4641c: am 2ae5805c: am 164a9842: Merge "stagefright aacenc: Properly terminate...
Jean-Baptiste Queru [Tue, 24 Jan 2012 16:46:26 +0000 (08:46 -0800)]
am 10c4641c: am 2ae5805c: am 164a9842: Merge "stagefright aacenc: Properly terminate a comment"

* commit '10c4641c2e2f747f8fef7d217d550b7f9a6de588':
  stagefright aacenc: Properly terminate a comment

12 years agoam 2ae5805c: am 164a9842: Merge "stagefright aacenc: Properly terminate a comment"
Jean-Baptiste Queru [Tue, 24 Jan 2012 16:43:14 +0000 (08:43 -0800)]
am 2ae5805c: am 164a9842: Merge "stagefright aacenc: Properly terminate a comment"

* commit '2ae5805cf18ad6bdbea5def03a488e14c1a8804c':
  stagefright aacenc: Properly terminate a comment

12 years agoam 164a9842: Merge "stagefright aacenc: Properly terminate a comment"
Jean-Baptiste Queru [Tue, 24 Jan 2012 16:40:50 +0000 (08:40 -0800)]
am 164a9842: Merge "stagefright aacenc: Properly terminate a comment"

* commit '164a984224f5d430757628028f2522329987350f':
  stagefright aacenc: Properly terminate a comment

12 years agoMerge "stagefright aacenc: Properly terminate a comment"
Jean-Baptiste Queru [Tue, 24 Jan 2012 15:51:11 +0000 (07:51 -0800)]
Merge "stagefright aacenc: Properly terminate a comment"

12 years agoMerge "Fix issue 5905210, AdapterViewAnimator sending negative index to Adapter"
Adam Cohen [Tue, 24 Jan 2012 03:23:06 +0000 (19:23 -0800)]
Merge "Fix issue 5905210, AdapterViewAnimator sending negative index to Adapter"

12 years agoAnother attempt at issue #5823276: home repaints after full-screen app is exited
Dianne Hackborn [Tue, 24 Jan 2012 03:15:27 +0000 (19:15 -0800)]
Another attempt at issue #5823276: home repaints after full-screen app is exited

This is between the two previous attempts.  I returned the part from the
original that was breaking gallery, but have some new code to detect when
something about the window params has changed that would require a
layout pass to make sure we still do a layout then, even if the window is
not currently visible.

Change-Id: I07745e1f66022583e3076b84cc8bbe8bd2acd48f

12 years agoFix issue 5905210, AdapterViewAnimator sending negative index to Adapter
Adam Cohen [Tue, 24 Jan 2012 03:12:22 +0000 (19:12 -0800)]
Fix issue 5905210, AdapterViewAnimator sending negative index to Adapter

Change-Id: I6c1a3c17f1009d9512328f5844e17025f95a216c

12 years agoMerge "Fix bug # 5863709 API request: Change param names of deleteSurroundingText...
Fabrice Di Meglio [Tue, 24 Jan 2012 02:59:17 +0000 (18:59 -0800)]
Merge "Fix bug # 5863709 API request: Change param names of deleteSurroundingText to "before" and "after""

12 years agoMerge "VpnDialogs: fix screen flickering when popping up dialogs."
Chia-chi Yeh [Tue, 24 Jan 2012 02:40:52 +0000 (18:40 -0800)]
Merge "VpnDialogs: fix screen flickering when popping up dialogs."

12 years agoRestored selectAllOnFocus
Gilles Debunne [Tue, 24 Jan 2012 02:35:32 +0000 (18:35 -0800)]
Restored selectAllOnFocus

Bug introduced in recent refactoring
https://android-git.corp.google.com/g/#/c/158896/

Do not move cursor when selectAllOnFocus and focus just happened.
The didTouchFocusSelect() condition was not copied over from ArrowKeyMM.

Change-Id: Id01d225c436ae3dd97c5d77d5dac5d0690d7de76

12 years agoVpnDialogs: fix screen flickering when popping up dialogs.
Chia-chi Yeh [Tue, 24 Jan 2012 02:33:26 +0000 (18:33 -0800)]
VpnDialogs: fix screen flickering when popping up dialogs.

Bug: 5699057
Change-Id: Iad1b32cafa32f98b27b6c96a63e1e9d97908983a

12 years agoDetect and repair invalid layouts in the navigation bar.
Daniel Sandler [Tue, 24 Jan 2012 02:08:36 +0000 (21:08 -0500)]
Detect and repair invalid layouts in the navigation bar.

It seems that something (probably layout transitions)
occasionally leaves the navigation bar layout in a weird
state such that most of the buttons are offscreen. For
example, the portrait nav bar might have buttons with widths
matching the nav bar's old width from landscape; the
clickable regions will therefore be far off the right edge
of the display.

The navigation bar now looks for this situation when the
size of the view changes and corrects for it.

Bug: 5549288
Change-Id: I8464ac9fd64cb64ec18baf51478dd0f6564a2284

12 years agoFix issue #5906017: Missing menu entries in portrait when in compatibility mode
Dianne Hackborn [Tue, 24 Jan 2012 01:23:08 +0000 (17:23 -0800)]
Fix issue #5906017: Missing menu entries in portrait when in compatibility mode

This was a bug only when the status bar was hidden, the screen space for
the nav bar would not be correctly removed for all frames used in layout
computation.

This code really $*#&^!! needs to be cleaned up, the whole "status bar
is the system bar when on a tablet so it should take space from apps,
but status bar doesn't do that on phones but on phones there is a nav
bar that does the same thing" thing is whacked.

Proof that evolution DOESN'T WORK!!!!!!!!!!

Change-Id: I24e4994328480820cb638e7a40aa0b65b7ae2003

12 years agoMerge "Inform ContentObservers about the changed content Uri."
Jeff Brown [Tue, 24 Jan 2012 01:36:06 +0000 (17:36 -0800)]
Merge "Inform ContentObservers about the changed content Uri."

12 years agoMerge "Clean up content observer code."
Jeff Brown [Tue, 24 Jan 2012 01:35:50 +0000 (17:35 -0800)]
Merge "Clean up content observer code."

12 years agoInform ContentObservers about the changed content Uri.
Jeff Brown [Mon, 23 Jan 2012 23:51:41 +0000 (15:51 -0800)]
Inform ContentObservers about the changed content Uri.

Added a new method ContentObserver.onChange(boolean, Uri) that
receives the changed content Uri.  This can help applications make
better decisions about how to interpret a change notification.

Change-Id: I8e35378b6485fe22c5bc240ba07557d269af0836

12 years agoMerge "Add full support for Canvas.setDrawFilter()"
Romain Guy [Tue, 24 Jan 2012 01:10:42 +0000 (17:10 -0800)]
Merge "Add full support for Canvas.setDrawFilter()"

12 years agoAdd full support for Canvas.setDrawFilter()
Romain Guy [Tue, 24 Jan 2012 01:09:05 +0000 (17:09 -0800)]
Add full support for Canvas.setDrawFilter()

Change-Id: I0ad35d0603c4eeda469014803be14c1dcdde918c

12 years agoFix for AOOB in MeasuredText
Gilles Debunne [Tue, 24 Jan 2012 00:36:33 +0000 (16:36 -0800)]
Fix for AOOB in MeasuredText

Bug 5707593

Change-Id: I3c21343b2938119d7ae9d7892733dc83a209c991

12 years agoMerge "Update hardware acceleration doc"
Romain Guy [Tue, 24 Jan 2012 00:27:50 +0000 (16:27 -0800)]
Merge "Update hardware acceleration doc"

12 years agoUpdate hardware acceleration doc
Romain Guy [Tue, 24 Jan 2012 00:26:46 +0000 (16:26 -0800)]
Update hardware acceleration doc

Change-Id: I3bed77b3c4e1eff96fa462e4849f25f38784c415

12 years agoam 9f080e2a: am 44760b10: Merge "Revert "Fix 5797764: Increase lock screen\'s thread...
Jim Miller [Mon, 23 Jan 2012 23:53:17 +0000 (15:53 -0800)]
am 9f080e2a: am 44760b10: Merge "Revert "Fix 5797764: Increase lock screen\'s thread priority"" into ics-mr1

* commit '9f080e2a5bc6a268934e32201c69ea8a86900396':
  Revert "Fix 5797764: Increase lock screen's thread priority"

12 years agoam 44760b10: Merge "Revert "Fix 5797764: Increase lock screen\'s thread priority...
Jim Miller [Mon, 23 Jan 2012 23:51:23 +0000 (15:51 -0800)]
am 44760b10: Merge "Revert "Fix 5797764: Increase lock screen\'s thread priority"" into ics-mr1

* commit '44760b106a4bafcf83fb356bf91683db40e0e5a2':
  Revert "Fix 5797764: Increase lock screen's thread priority"

12 years agoMerge "Revert "Fix 5797764: Increase lock screen's thread priority"" into ics-mr1
Jim Miller [Mon, 23 Jan 2012 23:49:32 +0000 (15:49 -0800)]
Merge "Revert "Fix 5797764: Increase lock screen's thread priority"" into ics-mr1

12 years agoMerge "Fix bug #5846413 "phone" keyboard layout is broken on master"
Fabrice Di Meglio [Mon, 23 Jan 2012 23:46:58 +0000 (15:46 -0800)]
Merge "Fix bug #5846413 "phone" keyboard layout is broken on master"

12 years agoMerge "Fix API typo"
Romain Guy [Mon, 23 Jan 2012 23:35:24 +0000 (15:35 -0800)]
Merge "Fix API typo"

12 years agoFix API typo
Romain Guy [Mon, 23 Jan 2012 23:34:25 +0000 (15:34 -0800)]
Fix API typo

Change-Id: Iac6de947b0d550cc8dd4a3b5d88baa322c21bbb8

12 years agoRevert "Fix 5797764: Increase lock screen's thread priority"
Jim Miller [Mon, 23 Jan 2012 23:24:42 +0000 (15:24 -0800)]
Revert "Fix 5797764: Increase lock screen's thread priority"

This reverts commit 6d6a70a33746ef5147ab146f1802f0db424dd2f1

This doesn't appear to have a measurable impact for this issue.

12 years agoam feb1d988: (-s ours) am fee5a860: Merge "DO NOT MERGE Revert "AudioFlinger: mix...
Justin Ho [Mon, 23 Jan 2012 23:16:00 +0000 (15:16 -0800)]
am feb1d988: (-s ours) am fee5a860: Merge "DO NOT MERGE Revert "AudioFlinger: mix track only when really ready (2)"" into ics-mr1

* commit 'feb1d988c8ea1a67a4edbf1914ea41ea73519e12':
  DO NOT MERGE Revert "AudioFlinger: mix track only when really ready (2)"

12 years agoam fee5a860: Merge "DO NOT MERGE Revert "AudioFlinger: mix track only when really...
Justin Ho [Mon, 23 Jan 2012 23:13:19 +0000 (15:13 -0800)]
am fee5a860: Merge "DO NOT MERGE Revert "AudioFlinger: mix track only when really ready (2)"" into ics-mr1

* commit 'fee5a860a8355cda071ff23644e943414ba7f65d':
  DO NOT MERGE Revert "AudioFlinger: mix track only when really ready (2)"

12 years agoMerge "DO NOT MERGE Revert "AudioFlinger: mix track only when really ready (2)""...
Justin Ho [Mon, 23 Jan 2012 23:11:00 +0000 (15:11 -0800)]
Merge "DO NOT MERGE Revert "AudioFlinger: mix track only when really ready (2)"" into ics-mr1

12 years agoFix bug # 5863709 API request: Change param names of deleteSurroundingText to "before...
Fabrice Di Meglio [Mon, 23 Jan 2012 23:06:42 +0000 (15:06 -0800)]
Fix bug # 5863709 API request: Change param names of deleteSurroundingText to "before" and "after"

Change-Id: I727fad9a59cda915899674569bfabd29b9f5da60

12 years agoMerge "Fix crash when scrolling a layer"
John Reck [Mon, 23 Jan 2012 23:04:13 +0000 (15:04 -0800)]
Merge "Fix crash when scrolling a layer"

12 years agoDO NOT MERGE Revert "AudioFlinger: mix track only when really ready (2)"
Justin Ho [Mon, 23 Jan 2012 22:01:15 +0000 (14:01 -0800)]
DO NOT MERGE Revert "AudioFlinger: mix track only when really ready (2)"

This reverts commit 71c4496a9757438afd30b4404824f296f6158a49.

Change-Id: Iff10c49ea728bb10023ddeb50a3b708db770fff2

12 years agoFix crash when scrolling a layer
John Reck [Mon, 23 Jan 2012 22:53:47 +0000 (14:53 -0800)]
Fix crash when scrolling a layer

Change-Id: I6e61f3b38c5d1291ceb36c9dfa87fcd78480c2f4

12 years agoMerge "New screen rotation animation design."
Dianne Hackborn [Mon, 23 Jan 2012 22:34:55 +0000 (14:34 -0800)]
Merge "New screen rotation animation design."

12 years agoMerge "Double tap to select enabled on suggestions"
Gilles Debunne [Mon, 23 Jan 2012 22:10:44 +0000 (14:10 -0800)]
Merge "Double tap to select enabled on suggestions"

12 years agoFix bug #5846413 "phone" keyboard layout is broken on master
Fabrice Di Meglio [Sat, 21 Jan 2012 01:41:55 +0000 (17:41 -0800)]
Fix bug #5846413 "phone" keyboard layout is broken on master

- was a subtle regression introduced when fixing bug #5753006
- as we are now using SkPaint::kGlyphID_TextEncoding (glyph encoding)
instead of SkPaint::kUTF16_TextEncoding (UTF16 encoding), we need to
force the UTF16 encoding in some cases that are NOT going thru
the TextLayoutCache / Harfbuzz shaping

- fix also breakText() the same way

- also clean some old comment

- Warning: depends also on a CL from Skia for having getBaseGlyphCount() "const"

Change-Id: I3d1fc87f070884876c679b33541f810fbfb5df3f

12 years agoClean up content observer code.
Jeff Brown [Mon, 23 Jan 2012 21:01:18 +0000 (13:01 -0800)]
Clean up content observer code.

Improved the documentation a little bit.

Fixed a bug in ContentService wherein if a ContentObserver was
passed as an argument and its deliverSelfNotifications() method
returned true, then notifyChange would tell all observers that
the change was a self-change even though it was only a self-change
from the perspective of the provided observer.

Deprecated ContentObservable.notifyChange since it is never
used and in general it shouldn't be because we want the notification
to be posted to the handler.

Change-Id: Idde49eb40777e011a068f2adae8a32f779dfb923

12 years agoNew screen rotation animation design.
Dianne Hackborn [Fri, 13 Jan 2012 21:09:16 +0000 (13:09 -0800)]
New screen rotation animation design.

We now have an animation that can start as soon as we detect to
rotate the screen, and have a different phase once the new UI
is ready to complete the transition into it.

Change-Id: I05b9c12a699232acbddc36b4a994a4452db71476

12 years agoMerge "New brightness setting to adjust auto-brightness mode."
Dianne Hackborn [Mon, 23 Jan 2012 20:36:19 +0000 (12:36 -0800)]
Merge "New brightness setting to adjust auto-brightness mode."

12 years agoMerge "Do not clear good TLVs when a error occurs decoding."
Wink Saville [Mon, 23 Jan 2012 20:22:21 +0000 (12:22 -0800)]
Merge "Do not clear good TLVs when a error occurs decoding."

12 years agoMerge "Don't use bootstrap loader directly"
Andy McFadden [Mon, 23 Jan 2012 20:21:19 +0000 (12:21 -0800)]
Merge "Don't use bootstrap loader directly"

12 years agoDo not clear good TLVs when a error occurs decoding.
Wink Saville [Mon, 23 Jan 2012 20:19:20 +0000 (12:19 -0800)]
Do not clear good TLVs when a error occurs decoding.

In change Ief74d0e4f4f28dff7a435e9dab1fab1ca1d9bfaf with a sha1 of
e81932e92a773538e1ad1ad1d4bfd8f241860c8d it seemed like a good idea
to throw away all TLV's on errors. In retrospect that was probably
not a good idea. For example on the MTN Ghana SIM the error
occurs because of some 0 pad bytes at the end, all of the actual
TLV's are good, so throwing away everything is unreasonable. Instead
accepting what is valid seems a better approach.

Also, add a couple debug lines on error paths.

Change-Id: I4add0c9cd242f46e0ef8700229d0ec755b9e4c4c

12 years agoNew brightness setting to adjust auto-brightness mode.
Dianne Hackborn [Sat, 21 Jan 2012 02:36:40 +0000 (18:36 -0800)]
New brightness setting to adjust auto-brightness mode.

Change-Id: Icfec22be99d8c79e9ff5720b80fb9dacbba36134

12 years agoam add87f99: am 5e5b57ae: Merge "DevDocs update: Publishing on Market" into ics-mr1
Bill Gruber [Mon, 23 Jan 2012 18:41:43 +0000 (10:41 -0800)]
am add87f99: am 5e5b57ae: Merge "DevDocs update: Publishing on Market" into ics-mr1

* commit 'add87f99d9ece26c776abe40297e9a49e08932d9':
  DevDocs update: Publishing on Market

12 years agoam 961b1df3: Reconcile with ics-mr1-release
The Android Open Source Project [Mon, 23 Jan 2012 18:41:37 +0000 (10:41 -0800)]
am 961b1df3: Reconcile with ics-mr1-release

* commit '961b1df3fcbf5c441555b69ac52a5aed7f91a94e':
  Fix 5797764: Increase lock screen's thread priority

12 years agoam 5e5b57ae: Merge "DevDocs update: Publishing on Market" into ics-mr1
Bill Gruber [Mon, 23 Jan 2012 18:23:10 +0000 (10:23 -0800)]
am 5e5b57ae: Merge "DevDocs update: Publishing on Market" into ics-mr1

* commit '5e5b57aef29b33d03965b4dc370cde9a39220adc':
  DevDocs update: Publishing on Market

12 years agoMerge "DevDocs update: Publishing on Market" into ics-mr1
Bill Gruber [Mon, 23 Jan 2012 18:21:16 +0000 (10:21 -0800)]
Merge "DevDocs update: Publishing on Market" into ics-mr1

12 years agoReconcile with ics-mr1-release
The Android Open Source Project [Mon, 23 Jan 2012 18:15:41 +0000 (10:15 -0800)]
Reconcile with ics-mr1-release

Change-Id: If1b58550b6ddf90a654f08e4add9012a15a7134a

12 years agoDon't use bootstrap loader directly
Andy McFadden [Mon, 23 Jan 2012 17:48:53 +0000 (09:48 -0800)]
Don't use bootstrap loader directly

The VM is allowed to use null to represent the bootstrap class
loader, so attempting to call methods on it is a bad idea.  Use
the system class loader instead.

Change-Id: I9190848945f679d546d5fb30aba10fd27c7e5404

12 years agoMerge "Use Map.Entry, not HashMap.Entry"
Andy McFadden [Mon, 23 Jan 2012 17:34:17 +0000 (09:34 -0800)]
Merge "Use Map.Entry, not HashMap.Entry"

12 years agoam b1c7785c: am eaa11a72: Merge "Fix 5797764: Increase lock screen\'s thread priority...
Jim Miller [Mon, 23 Jan 2012 17:18:36 +0000 (09:18 -0800)]
am b1c7785c: am eaa11a72: Merge "Fix 5797764: Increase lock screen\'s thread priority" into ics-mr1

* commit 'b1c7785c1110e171d3dd3deb259b1caeed0b9da6':
  Fix 5797764: Increase lock screen's thread priority