73830 Commits

Author SHA1 Message Date
Romain Guy
8f3b8e3299 Allow fine-grained control over functors execution
Adds non-drawing execution mode

Change-Id: I82f92cf1b9a3b9ff2ca6d7427c4e02b73e04e6bf
2012-04-02 15:15:07 -07:00
Michael Jurka
e6c966caa3 Merge "Add frame counter to dumpGfxInfo" 2012-04-02 09:45:36 -07:00
Scott Main
78b0d9fadd am 92d54a52: am ad85e055: am 6a273f0d: Merge "docs: de-new a bunch of docs" into ics-mr1
* commit '92d54a52313fe9b28bcd53f361d2e7ebbd8ab18a':
  docs: de-new a bunch of docs
2012-04-02 09:29:49 -07:00
Scott Main
92d54a5231 am ad85e055: am 6a273f0d: Merge "docs: de-new a bunch of docs" into ics-mr1
* commit 'ad85e05563b379bc889de9c7f3ab8f738340b10c':
  docs: de-new a bunch of docs
2012-04-02 09:26:58 -07:00
Scott Main
ad85e05563 am 6a273f0d: Merge "docs: de-new a bunch of docs" into ics-mr1
* commit '6a273f0d045951552263b1b66c34d29929c5a282':
  docs: de-new a bunch of docs
2012-04-02 09:23:45 -07:00
Scott Main
6a273f0d04 Merge "docs: de-new a bunch of docs" into ics-mr1 2012-04-02 09:21:45 -07:00
Daniel Sandler
0424716328 Merge "Show action buttons in expanded notifications." 2012-04-02 05:27:03 -07:00
satok
2c93efc9eb Hide ongoing notification icon when the screen is locked.
Bug: 5858903
Change-Id: Ibee9123f4a520e77f4baf8bdd3d75364ab451100
2012-04-02 19:54:28 +09:00
Dianne Hackborn
fbdff47add Merge "Fix issue #6268190" 2012-03-31 19:57:08 -07:00
Dianne Hackborn
fe2b7ccca4 Fix issue #6268190
Change-Id: Ib269fe34c4d3e704f4080076e173241c0761040c
2012-03-31 19:47:09 -07:00
Tony Chan
b76a5608ec am 6de59a25: am db7bb7c3: am 4ddfaeb5: Merge "sdk doc change: Added KeyChain API Demo" into ics-mr1
* commit '6de59a254a04ca858c7407e95cc6b8b8af3a5797':
2012-03-31 02:23:14 -07:00
Tony Chan
dc4226a524 am af71f328: am 2963ae34: am 4ddfaeb5: Merge "sdk doc change: Added KeyChain API Demo" into ics-mr1
* commit 'af71f328e6b03cc6b7111b87b625c3f9cb3987e4':
  sdk doc change: Added KeyChain API Demo
2012-03-31 02:20:37 -07:00
Tony Chan
6de59a254a am db7bb7c3: am 4ddfaeb5: Merge "sdk doc change: Added KeyChain API Demo" into ics-mr1
* commit 'db7bb7c3cb895087e9a2a782669414d4ff7afb66':
2012-03-31 02:20:00 -07:00
Tony Chan
af71f328e6 am 2963ae34: am 4ddfaeb5: Merge "sdk doc change: Added KeyChain API Demo" into ics-mr1
* commit '2963ae34fe760211028c7a0d74e81a3dd5801f98':
  sdk doc change: Added KeyChain API Demo
2012-03-31 02:18:02 -07:00
Tony Chan
db7bb7c3cb am 4ddfaeb5: Merge "sdk doc change: Added KeyChain API Demo" into ics-mr1
* commit '4ddfaeb5fe29d5dd3dbfd525e97723a972ea5a65':
  sdk doc change: Added KeyChain API Demo
2012-03-31 02:15:49 -07:00
Tony Chan
2963ae34fe am 4ddfaeb5: Merge "sdk doc change: Added KeyChain API Demo" into ics-mr1
* commit '4ddfaeb5fe29d5dd3dbfd525e97723a972ea5a65':
  sdk doc change: Added KeyChain API Demo
2012-03-31 02:15:15 -07:00
Tony Chan
4ddfaeb5fe Merge "sdk doc change: Added KeyChain API Demo" into ics-mr1 2012-03-31 02:13:45 -07:00
Daniel Sandler
96fd7c1c1a Show action buttons in expanded notifications.
Any notification with at least one action will now have an
expanded form by default. BigPicture/BigText can have
actions, too, of course.

Change-Id: I6f54cac65d9a9f335d8038c2105cd2c674f991ff
2012-03-30 22:18:06 -04:00
Dianne Hackborn
61d6c8ca49 Merge "Add new feature to let apps layout over status bar / system bar." 2012-03-30 17:36:32 -07:00
Svetoslav Ganov
96695f9ba0 Merge "Added "slide" to slide-to-unlock spoken instructions." 2012-03-30 16:07:17 -07:00
Eric Laurent
3d275af3c3 Merge "implemented synchronous audio capture" 2012-03-30 16:00:26 -07:00
James Dong
18a38b9f41 Merge "Removed obsolete opencore related comments" 2012-03-30 15:55:58 -07:00
Michael Kolb
7784d151c1 Merge "Prevent message being sent twice in onSavePassword" 2012-03-30 15:38:28 -07:00
Svetoslav Ganov
d06fa89b52 Merge "Replace increment/decrement with increase/decrease." 2012-03-30 15:27:30 -07:00
Dianne Hackborn
3a3a6cfd8e Add new feature to let apps layout over status bar / system bar.
The main change is a few new flags you can supply to
View.setSystemUiVisibility().  One is a new visibility mode,
SYSTEM_UI_FLAG_FULLSCREEN, which is basically the same as
the global FLAG_FULLSCREEN option for windows, but driven as
part of the system UI state.

There are also three new flags for telling the framework that you
would like to have your application's UI ignore screen
decorations -- SYSTEM_UI_FLAG_LAYOUT_NO_NAVIGATION for going
behind the navigation bar and SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN
for ignoring full screen decorations (that is the status bar).

In combination with this you can use SYSTEM_UI_FLAG_LAYOUT_STABLE
to have the framework report consistent insets to your application.

When using NO_NAVIGATION, when the user taps the screen we now
also automatically clear ONLY_CONTENT, so that we atomically show
both UI elements.  This should make it easy for apps like video
players that want to move between fully full-screen and regular
modes.

The ActionBar has also been extended when in overlay mode so
that it will adjust the system window insets to also account
for its space, and allow it to be hidden using the new
SYSTEM_UI_FLAG_FULLSCREEN.

Change-Id: Ic8db1adec49a0f420bfe40c1d92eb21307856d0b
2012-03-30 15:22:04 -07:00
Svetoslav Ganov
5ee329f0da Merge "Set class name for WebView on A11y events and infos." 2012-03-30 15:13:47 -07:00
Romain Guy
2a841f4c08 Merge "Detect surface resizes" 2012-03-30 15:00:10 -07:00
alanv
ea0772122f Set class name for WebView on A11y events and infos.
Bug: 6209073
Change-Id: I08b2b0010e619ed9b3afaeb4f4fc92e3afbcffd1
2012-03-30 14:59:42 -07:00
Daisuke Miyakawa
792c067afe Merge "Add supportsAdn()" 2012-03-30 14:55:43 -07:00
Romain Guy
7687882800 Detect surface resizes
HardwareRenderer normally relies on the window manager to be notified of
surface dimension changes. It is however possible to execute a drawing pass
before receiving the window manager notification. We must therefore compare
the actual size of the target surface to the window size and perform a full
redraw when they are not the same.

Change-Id: Idccc8592f3f777edee1ef67a98a4c2a825dcfba7
2012-03-30 14:54:22 -07:00
Eric Fischer
5702ee6fa9 Merge "Import translations. DO NOT MERGE" 2012-03-30 14:49:19 -07:00
Victoria Lease
203a46e53b Merge "java-side enable/disable switch for link prefetch via WebSettings" 2012-03-30 14:45:42 -07:00
Gilles Debunne
9c5e144bc0 Merge "Spans added during a text change are broadcasted" 2012-03-30 14:18:25 -07:00
Danielle Millett
c9788774a6 Merge "Fix 6238404: Changed deleteGallery and deleteTempGallery to use broadcasts" 2012-03-30 14:09:03 -07:00
Victoria Lease
7a52f26543 java-side enable/disable switch for link prefetch via WebSettings
Bug: 5218987
Change-Id: Id59324ad372df76cff8d2cae8606201db6e8d636
2012-03-30 14:08:02 -07:00
alanv
a2ef47f1c6 Added "slide" to slide-to-unlock spoken instructions.
Change-Id: I73640fde77bd3840ab788f930f343ef3bdfe786a
2012-03-30 14:03:42 -07:00
alanv
7960fe0fa6 Replace increment/decrement with increase/decrease.
Change-Id: Ic9c0b1e27091c85e712f2a8a7e347e2e1ee2c3ea
2012-03-30 13:56:14 -07:00
Jeff Sharkey
bbd0df091a Merge "Migrate to shared MockWebServer." 2012-03-30 13:51:03 -07:00
Michael Kolb
d2bfdfdd3e Prevent message being sent twice in onSavePassword
Bug: 6256107

Change-Id: I1cdc7d49b6e479532385c29d759b8d4e4ab7aaa3
2012-03-30 13:48:01 -07:00
Gilles Debunne
fc1190b8f1 Spans added during a text change are broadcasted
More consistent with the SpanWatcher design.

Change-Id: I3a1e4d92fb422f4cc689dabcdef1473d93fef5ad
2012-03-30 13:43:37 -07:00
Gilles Debunne
2f59592474 Merge "Extracted text editing logic in a separate class" 2012-03-30 13:34:42 -07:00
Chia-chi Yeh
52bdfb9c9a Merge "RTP: refactor a little bit and fix few minor bugs." 2012-03-30 13:34:26 -07:00
Kenny Root
a8cc6a2c52 Merge "Wifi: change empty "engine" config to integer" 2012-03-30 13:32:58 -07:00
Chia-chi Yeh
e66950506c RTP: refactor a little bit and fix few minor bugs.
Change-Id: I063644507f26996ded462972afcb550a4528dac8
2012-03-30 13:32:16 -07:00
Craig Mautner
4185012ad3 Merge "Move variables into animation class." 2012-03-30 13:22:21 -07:00
Craig Mautner
a608b88232 Move variables into animation class.
Moved drawPending and commitDrawPending and associated methods from
WindowState to WindowStateAnimator.

Created mechanism for passing results from WindowAnimator to
WindowManagerService. Initial results passed are mUpdateRotation and
mWallpaperMayChange.

Change-Id: Ib03d28f921580ac9426ea9233bea6eafc9ea964c
2012-03-30 13:19:45 -07:00
Eric Fischer
2efa47b14a Import translations. DO NOT MERGE
Change-Id: I9caf479e5252fd34664a0604c6fe6bfad716d5ba
2012-03-30 12:57:51 -07:00
Danielle Millett
574e49ee16 Fix 6238404: Changed deleteGallery and deleteTempGallery to use broadcasts
Previously since these were starting an activity, if it was called from
outside an activity (for example when calling resetPassword() in
DevicePolicyManager) it throws a run time exception.  Since these don't
need UI, they have been changed to be broadcasts.

Change-Id: Id87e3dc868a01f0eed901e8e8007f91f74cd51fe
2012-03-30 14:59:37 -04:00
Gilles Debunne
d88876a72f Extracted text editing logic in a separate class
Editor specific method and fields are extracted to a dedicated Editor class.

Some private fields and methods had to be made package private so that the
Editor can see them. No change in the public API.

Other changes in this CL:
- The Blink class no longer has a WeakReference to the TextView
- EasyEditSpanController is no longer a field of ChangeWatcher.

Future work:
remove the getEditor() method in TextView and
clean whitespaces and indentation.
remove the EasyEditSpanController as a change watcher, fix spanWatcher

Change-Id: I1fbe0176b6bd27d90f556dc3a90469367f77437c
2012-03-30 11:10:36 -07:00
Scott Main
3e06f2c0b1 docs: de-new a bunch of docs
Change-Id: I5ff761b6fe4958f8ef67fb2fa7af81c3e81cbda6
2012-03-30 10:33:20 -07:00