Dirk Dougherty
46054e0c87
am 1649d91f: am a47ef32e: Merge "Doc change: Add announce for Android at GDC 2011." into honeycomb
...
* commit '1649d91f781445a78ce09ed5500503fd96eb9113':
Doc change: Add announce for Android at GDC 2011.
2011-02-27 22:37:44 -08:00
Dirk Dougherty
1649d91f78
am a47ef32e: Merge "Doc change: Add announce for Android at GDC 2011." into honeycomb
...
* commit 'a47ef32e8bd8eb944e97e12e3b1fac87f87bcd76':
Doc change: Add announce for Android at GDC 2011.
2011-02-27 22:34:33 -08:00
Dirk Dougherty
a47ef32e8b
Merge "Doc change: Add announce for Android at GDC 2011." into honeycomb
2011-02-27 22:23:25 -08:00
Rajneesh Chowdury
f67441eb37
Instrumentation code to enable/disable memory leak check using setprop
...
The heap memory dump is enabled when libc.debug.malloc property is 1.
Two .dump files are created in predefined path.
Memory leak report can be generated using nativeheapdump tool.
Change-Id: Ie03928b5a05993e72d4700a158657c514478ecd3
2011-02-27 20:59:12 -08:00
Santosh Madhava
7c8f25f5b8
Fix for issue 3431967: Memory leak from video editor engine
...
Change-Id: I610e82f5bdb8ac7b32541301a9fa41bbd8f1459d
2011-02-27 20:27:20 -08:00
Dirk Dougherty
ba27fe163f
Doc change: Add announce for Android at GDC 2011.
...
Change-Id: I0f170fa0e926154feab09a97159fd257706af50d
2011-02-27 19:36:06 -08:00
Jamie Gennis
a1c7e0e706
surfaceflinger_client: Don't dereference NULL ptrs.
...
This change adds a null pointer check before dereferencing buffers in
a Surface list of known GraphicBuffer objects. If not all the buffers
have been dequeued before this list can legitimately contain NULL
entries.
Change-Id: I0e105b53a3f6f9a5404716b7bf150c793ff648a6
2011-02-27 18:43:17 -08:00
David 'Digit' Turner
1a7408cd64
UsbService: Remove stack-trace message during boot. DO NOT MERGE
...
This removes a stack trace message during the boot under emulation.
The observers tried to access a null reference when no USB configuration
is supported by the emulated device. So do not start them in this case.
+ Change a Slog.w into a Slog.i since this is an acceptable condition.
Change-Id: I801f352574716d7868f182bb6e5ee49e5b12e4f1
2011-02-27 18:39:41 -08:00
Mike Lockwood
f13ec7a3ac
DO NOT MERGE: Clean up USB notifications:
...
Add support for separate USB connected and configuration events
Include both USB connected/disconnected and configuration state
in USB_STATE Intent
Remove redundant USB_CONNECTED and USB_DISCONNECTED Intents
Now we just have the sticky USB_STATE broadcast
Move USB disconnnect rebouncing from Tethering to UsbService
Change-Id: I1dea480f4b0daf14247cf37c5f2060498882c002
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-02-27 18:39:26 -08:00
Mike Lockwood
7916432b3c
DO NOT MERGE UsbManager: squashed commit of:
...
USB: Add functions for querying if a USB function is supported and enabled.
Rename android.hardware.Usb to UsbManager and UsbObserver to UsbService
Change-Id: I920a211934d993eab8ce744c1cc7b05342389286
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-02-27 18:39:21 -08:00
Mike Lockwood
89e7f9fd70
Give system server permission to access USB. DO NOT MERGE
...
Change-Id: I8d64bcaf2483eaa8690aef7ee2d1bb8ed9453fbe
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-02-27 17:50:59 -08:00
Santosh Madhava
bcbf68583e
Fix for issue 3466385: Low quality video properties are applied to all
...
Change-Id: Idcae85d88de65bae549263f9c43a6f3020dd63a1
2011-02-27 17:37:23 -08:00
Jean-Michel Trivi
191ff092b8
Fix bug 3376700 Volume too loud at lowest setting
...
Change volume attenuation curve to provide more attenuation at
low volume settings, and finer steps at high volume.
See bug entry for link to doc with curve values.
Change-Id: I750548b2161a4c550ef982ba793156e4518119e8
2011-02-27 16:41:21 -08:00
Jamie Gennis
f272ad210c
am 0dc5fdb9: am e630e5f4: am 919853ce: Merge "Prevent SurfaceFlinger from using layer token 31." into gingerbread
...
* commit '0dc5fdb9b2fd3b3e2ede5e9607bc21423f357a01':
Prevent SurfaceFlinger from using layer token 31.
2011-02-27 16:04:42 -08:00
Jamie Gennis
0dc5fdb9b2
am e630e5f4: am 919853ce: Merge "Prevent SurfaceFlinger from using layer token 31." into gingerbread
...
* commit 'e630e5f49ba15005172dceeda7299569b2d2351f':
Prevent SurfaceFlinger from using layer token 31.
2011-02-27 15:55:21 -08:00
Jamie Gennis
e630e5f49b
am 919853ce: Merge "Prevent SurfaceFlinger from using layer token 31." into gingerbread
...
* commit '919853ce244f853966817d4adb2f3b7b6e4bbe74':
Prevent SurfaceFlinger from using layer token 31.
2011-02-27 15:44:36 -08:00
Jamie Gennis
919853ce24
Merge "Prevent SurfaceFlinger from using layer token 31." into gingerbread
2011-02-27 15:27:22 -08:00
Vasu Nori
47b5003851
Merge "bug:3474580 fix javadoc"
2011-02-27 15:13:28 -08:00
Vasu Nori
6bfdf74314
bug:3474580 fix javadoc
...
of all the solutions, fixing the javadoc seems like the most useful thing to do
on this otherwise confusing API.
Change-Id: I1fb438c1dd21c5a5f6805db277e6a3f119cdd6ce
2011-02-27 15:10:27 -08:00
Svetoslav Ganov
092bda57c4
NubmberPicker up/down arrows do not work.
...
bug:3490963
This is a bug I have introduced while fixing bug:3452868.
Change-Id: Ib2ee39d0c790d60d30bc10051d69f393672a006c
2011-02-26 22:18:41 -08:00
Jeff Brown
12511f64a0
Merge "Fix a regression matching intents when action doesn't matter."
2011-02-26 16:07:51 -08:00
Jeff Brown
239f77d20a
Fix a regression matching intents when action doesn't matter.
...
Bug: 3482199
Change-Id: I0960e4396f4e71e9a3fc71146730030a52f96e9f
2011-02-26 16:03:48 -08:00
Jeff Brown
53ab993cd0
Merge "Log errors reading input channel from parcel."
2011-02-26 15:47:14 -08:00
Jeff Brown
138fd80661
Merge "Make SHIFT+Backspace be forward delete."
2011-02-26 15:40:51 -08:00
Jeff Brown
02cafc9f6e
Log errors reading input channel from parcel.
...
Bug: 3378634
Change-Id: I47908e48b8348f0366dcef545e828b65d99d81a6
2011-02-26 15:39:12 -08:00
Jeff Brown
d17247164b
Make SHIFT+Backspace be forward delete.
...
Bug: 3416383
Change-Id: I8f20a6793abd15741aff222edcfe33f7019b9095
2011-02-26 14:58:04 -08:00
Jeff Brown
b03fb6b0cd
Merge "Add scroll wheel support to TextView."
2011-02-26 14:31:21 -08:00
Jeff Brown
8f34567c71
Add scroll wheel support to TextView.
...
Change-Id: I6e4258c50b0d754dccf07266ff4b2abcbccd733a
2011-02-26 13:35:35 -08:00
Mike Lockwood
7d3700fe04
am 710c510b: (-s ours) am 8719c406: DO NOT MERGE: MTP: Disable MTP when the keyguard is locked and secure
...
* commit '710c510b36a2d260736ca6d036365b18c86b1774':
DO NOT MERGE: MTP: Disable MTP when the keyguard is locked and secure
2011-02-26 13:33:19 -08:00
Mike Lockwood
2e19c7260a
am fbd67fec: (-s ours) am 0600fff9: DO NOT MERGE: MTP: Add support for dynamically adding and removing storage units
...
* commit 'fbd67fec87e425cfbbd80926cec8cd345d134b4c':
DO NOT MERGE: MTP: Add support for dynamically adding and removing storage units
2011-02-26 13:33:16 -08:00
Mike Lockwood
acb535a7a5
am 1b895639: (-s ours) am 69e19ae1: DO NOT MERGE: KeyguardManager: Fix copy & paste error in isKeyguardLocked()
...
* commit '1b8956398be6aeacf0383d8e0931771dbd3a6d2b':
DO NOT MERGE: KeyguardManager: Fix copy & paste error in isKeyguardLocked()
2011-02-26 13:33:12 -08:00
Mike Lockwood
82752ef4f8
am bbd460d7: (-s ours) am 6aea1154: DO NOT MERGE: KeyguardManager: Add isKeyguardLocked() and isKeyguardSecure()
...
* commit 'bbd460d76dc69eca9a14ab1127b95a55429f460a':
DO NOT MERGE: KeyguardManager: Add isKeyguardLocked() and isKeyguardSecure()
2011-02-26 13:33:02 -08:00
Mike Lockwood
710c510b36
am 8719c406: DO NOT MERGE: MTP: Disable MTP when the keyguard is locked and secure
...
* commit '8719c406c3db17842d9350c1f6611f088d105f38':
DO NOT MERGE: MTP: Disable MTP when the keyguard is locked and secure
2011-02-26 13:21:28 -08:00
Mike Lockwood
fbd67fec87
am 0600fff9: DO NOT MERGE: MTP: Add support for dynamically adding and removing storage units
...
* commit '0600fff9149df3af01e90d4996b70dbc1ee7c135':
DO NOT MERGE: MTP: Add support for dynamically adding and removing storage units
2011-02-26 13:21:23 -08:00
Mike Lockwood
1b8956398b
am 69e19ae1: DO NOT MERGE: KeyguardManager: Fix copy & paste error in isKeyguardLocked()
...
* commit '69e19ae15baa5785667dbf45c7a2d508e429099b':
DO NOT MERGE: KeyguardManager: Fix copy & paste error in isKeyguardLocked()
2011-02-26 13:21:20 -08:00
Mike Lockwood
bbd460d76d
am 6aea1154: DO NOT MERGE: KeyguardManager: Add isKeyguardLocked() and isKeyguardSecure()
...
* commit '6aea1154bae3a0935fdb9b09b2d91d9548232eb0':
DO NOT MERGE: KeyguardManager: Add isKeyguardLocked() and isKeyguardSecure()
2011-02-26 13:21:05 -08:00
Mike Lockwood
8719c406c3
DO NOT MERGE: MTP: Disable MTP when the keyguard is locked and secure
...
BUG: 3402847
Change-Id: Id0e20597423131a13ac7cef13ec5c39b962b3e0b
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-02-26 14:33:07 -05:00
Mike Lockwood
0600fff914
DO NOT MERGE: MTP: Add support for dynamically adding and removing storage units
...
BUG: 3402847
Change-Id: I46e90f546a8d72c273cd7f2de2d086bb6dbdc1b8
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-02-26 14:32:45 -05:00
Mike Lockwood
69e19ae15b
DO NOT MERGE: KeyguardManager: Fix copy & paste error in isKeyguardLocked()
...
BUG: 3402847
Change-Id: Ic731e49b43fa40df6f8b658d8620a99a85c346e6
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-02-26 14:32:22 -05:00
Mike Lockwood
6aea1154ba
DO NOT MERGE: KeyguardManager: Add isKeyguardLocked() and isKeyguardSecure()
...
BUG: 3402847
Change-Id: I7cb199763e8d5386914b4c2173c9e1579b08674c
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-02-26 14:32:00 -05:00
Mike Lockwood
5053124827
KeyguardManager: Fix copy & paste error in isKeyguardLocked()
...
Change-Id: If5145e8483d3736d73698b3deb189f2253015543
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-02-26 11:23:49 -05:00
Yu Shan Emily Lau
62f755ac65
Remove the hard coded media recorder test cases.
...
Add the native heap dump catpure functionality.
Change-Id: I434ff886152cbb9b2b9a4e39c75bfd016e0e50a0
2011-02-25 20:20:53 -08:00
Jim Miller
5fda69cf1e
Fix 3386135: Make recent apps scrollable with more entries
...
Summary of changes:
Switched to using a ListView to contain recent apps.
Increased DISPLAY_TASKS to show up to 20 recent applications.
Moved some parameters to dimens to make them more customizeable
by partners and by device and configuration.
Adjusted size of composited thumbnail to accomodate new thumbnail
background asset.
Hide IME buttons in TabletStatusBar while RecentApps panel is showing.
Use new drawable for selection.
Restore list position on orientation change.
Change-Id: If8c26869b7e70f82c097870c6c1b928b959a4685
2011-02-25 18:47:22 -08:00
Jamie Gennis
fd8876140d
Merge "Expand on the SurfaceTexture API docs."
2011-02-25 18:15:22 -08:00
Jesse Wilson
15b07f4c6b
Merge "Handle rename of LruCache.entryEvicted to entryRemoved"
2011-02-25 17:55:00 -08:00
Jeff Brown
42c5eec0ce
Merge "Add support for mouse hover and scroll wheel."
2011-02-25 17:28:50 -08:00
Jesse Wilson
32c80a27da
Handle rename of LruCache.entryEvicted to entryRemoved
...
Change-Id: I50e5a8d8c35c4431f42c7483172447ba0e4e125b
http://b/3461302
2011-02-25 17:28:41 -08:00
Jesse Wilson
affe40af3c
Merge "Callback on any removal, not just evictions."
2011-02-25 17:15:44 -08:00
Glenn Kasten
506b70c17b
Merge "Revert the 11.xml part of bug 3438513"
2011-02-25 17:10:00 -08:00
Jesse Wilson
7db1b40a03
Callback on any removal, not just evictions.
...
Don't hold locks while running create or remove callbacks. That gets a bit
ugly because it means a create could be unwanted by the time it returns.
Change-Id: I14b2b3ed41a446750f8ee5a7e35cb8d801c4ce6d
http://b/3461302
2011-02-25 17:06:34 -08:00