Glenn Kasten
0139d045a4
Merge "For performance, return large objects by reference"
2012-02-03 07:46:42 -08:00
Glenn Kasten
0fb2c0a2d7
Merge "No need to check a wp<> for 0 before promote()"
2012-02-03 07:45:13 -08:00
Glenn Kasten
28f0de58fe
Merge "Cleanup thread types"
2012-02-03 07:26:28 -08:00
Glenn Kasten
e7bc3ae952
Merge "Make AudioTrack control block volume field private"
2012-02-03 07:18:06 -08:00
Stephen Hines
53610a363f
Merge "Properly recover from failed compilation."
2012-02-02 21:25:19 -08:00
Jim Miller
10951312df
Merge "Fix 5907223: Fix lock screen glitch caused on devices with a system bar"
2012-02-02 19:25:06 -08:00
Jeff Brown
7cd88ce966
Merge "Rename CancellationSignal using preferred spelling."
2012-02-02 18:50:55 -08:00
Xavier Ducrohet
6c44ea2d49
Merge "Make Layoutlib compile on Java 6."
2012-02-02 17:47:08 -08:00
Romain Guy
6f3114cafe
Merge "Separate interface definition and implementation of Snapshot"
2012-02-02 17:33:47 -08:00
Mathias Agopian
064b68d1bc
Merge "separate transactions from updates"
2012-02-02 16:28:05 -08:00
Mathias Agopian
cf0241bee2
Merge "fix an issue where SF would spin if /sys/power/wait_for_fb_xxx don't exist"
2012-02-02 16:27:37 -08:00
Jeff Sharkey
86909fde16
Merge "Support snoozing of data warning notification."
2012-02-02 16:26:41 -08:00
Mathias Agopian
67016af1e4
fix an issue where SF would spin if /sys/power/wait_for_fb_xxx don't exist
...
we now exit the Display thread on any error happening on these files.
also refactor the code and remove a lot of unused stuff.
Change-Id: I8d080c35b211890ca20ae09fa36fbdccdf5669a8
2012-02-02 16:20:27 -08:00
James Dong
8330cac51d
Merge "Unhide AAC_ADTS file format"
2012-02-02 16:15:16 -08:00
Wink Saville
9f164404d8
Merge "Telephony: Fix get_imsi and icc_io"
2012-02-02 16:04:17 -08:00
Dianne Hackborn
e25eb6dad6
Merge "New global setting for developer options."
2012-02-02 15:17:16 -08:00
Romain Guy
c22a0d8ffa
Merge "Disable debugging code in the font renderer"
2012-02-02 15:16:30 -08:00
Alex Sakhartchouk
2da61e9174
Merge "Fix an incorrect assert that doesn't account for element array size."
2012-02-02 14:54:32 -08:00
Chet Haase
c823242fe9
Merge "Fix bug in LayoutTransition that caused views to stay invisible"
2012-02-02 14:35:58 -08:00
Glenn Kasten
42f82b4da5
Merge "Fix const sp<>& in parameter list and return value"
2012-02-02 13:31:23 -08:00
James Dong
59eb033c84
Merge "Removed a loop for buffer lookup"
2012-02-02 13:30:51 -08:00
Glenn Kasten
518f4b8384
Merge "Unconditional delete"
2012-02-02 13:30:48 -08:00
Glenn Kasten
96fb5532f5
Merge "More audio_stream_type_t"
2012-02-02 13:26:12 -08:00
Fabrice Di Meglio
31326a522e
Merge "Update BiDiTest app"
2012-02-02 13:25:30 -08:00
Glenn Kasten
a1eee39f58
Merge "Thread::getTid returns pid_t gettid() after run"
2012-02-02 13:24:52 -08:00
Jeff Sharkey
6815727eb7
Merge "Avoid NDC deadlock when re-arming network alert."
2012-02-02 13:19:37 -08:00
Marco Nelissen
e08b48632b
Merge "Enable media scanner bulk inserts"
2012-02-02 10:48:01 -08:00
Chet Haase
c5d46bd3e6
Merge "Add Developer Option setting for Animator scaling."
2012-02-02 10:42:44 -08:00
Dianne Hackborn
2b42ecc4ca
Merge "Use Choreographer for window manager animation timing."
2012-02-02 10:41:50 -08:00
Scott Main
18419d50a0
am 1e148f50: am 2adfc9de: am 633de7ba: docs: fix meta description tag for homepage
...
* commit '1e148f509eda581b8ef7cf77acad7f9216034891':
2012-02-02 10:03:43 -08:00
Scott Main
8e1bd305cd
am c019983a: am c78a300c: am 6aaa27fb: docs: fix broken link
...
* commit 'c019983a21f3887945cceb2024f3b5002aea7185':
2012-02-02 10:03:42 -08:00
Scott Main
66af39ecdb
am 4e133702: am be09298e: am 633de7ba: docs: fix meta description tag for homepage
...
* commit '4e133702acc81ac72a23aa9784c05deec5be59b6':
docs: fix meta description tag for homepage
2012-02-02 10:03:25 -08:00
Eric Laurent
a99af6e381
Merge "modifications for new webrtc modules"
2012-02-02 09:39:28 -08:00
Mathias Agopian
99ce5cdeb3
separate transactions from updates
...
with this changes, SF transactions are handled as soon as possible
but do not trigger updates. the update is delayed until the next
vsync.
this allows us to work much better without requiring triple-buffering.
Change-Id: I1fa10794d0cf742129f0877698b7b1e1f2ec7401
2012-02-01 20:43:06 -08:00
James Dong
93bfeedd37
Merge "Remove the restriction that the width must be a multiple of 4 or 2 for thumbnail generation"
2012-02-01 18:53:50 -08:00
Svetoslav Ganov
91c827c622
Merge "Update the comment for View#clearFocus"
2012-02-01 18:08:01 -08:00
Adam Powell
782fda938b
Merge "Fix bug 5339708 - edge case in ListView focus restoration"
2012-02-01 17:46:55 -08:00
Fabrice Di Meglio
7ec5ba9575
Merge "Fix bug #5262565 Need to remove CharCount TextDirectionHeuristics"
2012-02-01 17:21:59 -08:00
Stephen Hines
d5e88e68d2
Merge "Remove wrapper version check assert."
2012-02-01 17:09:12 -08:00
Jeff Sharkey
39c1e775e4
Merge "Deprecate ACTION_BACKGROUND_DATA_SETTING_CHANGED."
2012-02-01 16:54:53 -08:00
Jeff Brown
99354b7837
Merge "Support automatic cancellation of Loaders."
2012-02-01 16:31:48 -08:00
Romain Guy
ad9a1c5a7f
Merge "Add optional metadata to initiliaze the render threat."
2012-02-01 16:15:17 -08:00
Scott Main
370da72626
am 2adfc9de: am 633de7ba: docs: fix meta description tag for homepage
...
* commit '2adfc9de0390962701535d0c075c4fb8e886d9d8':
2012-02-01 15:56:56 -08:00
Scott Main
6309f2ad9b
am c78a300c: am 6aaa27fb: docs: fix broken link
...
* commit 'c78a300c6abfea859538f4148ddb3311ca06dd7e':
2012-02-01 15:56:55 -08:00
Scott Main
487d261e7e
am be09298e: am 633de7ba: docs: fix meta description tag for homepage
...
* commit 'be09298eb708f6acb6af7028fbca28afdf230008':
docs: fix meta description tag for homepage
2012-02-01 15:15:10 -08:00
Scott Main
a5b6218f47
am 633de7ba: docs: fix meta description tag for homepage
...
* commit '633de7bab9397c4f7591c5514d903305254451b2':
docs: fix meta description tag for homepage
2012-02-01 15:12:40 -08:00
Scott Main
a64887b7b7
am 633de7ba: docs: fix meta description tag for homepage
...
* commit '633de7bab9397c4f7591c5514d903305254451b2':
docs: fix meta description tag for homepage
2012-02-01 15:12:33 -08:00
Chet Haase
3c4799fc10
Merge "Add Developer Option setting for Animator scaling."
2012-02-01 15:08:26 -08:00
Scott Main
9ca447e5dd
am 931d1daf: am fb16fdf2: am 6aaa27fb: docs: fix broken link
...
* commit '931d1daf1a0b0d61adf1a4c380a7ad00b8ead526':
docs: fix broken link
2012-02-01 15:05:41 -08:00
John Reck
16a2e0027d
Merge "Fix NPE"
2012-02-01 15:03:38 -08:00