James Dong
6bab6cebdc
am d076b590: am 875500b4: Merge "AmrInputStream refresh: eliminate the dependency upon OpenCore\'s code" into gingerbread
...
Merge commit 'd076b59012f93fa3a3f1fa2d0893629126a4f13b'
* commit 'd076b59012f93fa3a3f1fa2d0893629126a4f13b':
AmrInputStream refresh: eliminate the dependency upon OpenCore's code
2010-06-23 10:30:07 -07:00
Brad Fitzpatrick
fc94e89a7f
am efcf68aa: am ef8f96a7: Merge "Start of work on passing around StrictMode policy over Binder calls." into gingerbread
...
Merge commit 'efcf68aa1fd7fcfd52cf3d2837ed8db8e797194b'
* commit 'efcf68aa1fd7fcfd52cf3d2837ed8db8e797194b':
Start of work on passing around StrictMode policy over Binder calls.
2010-06-23 10:18:18 -07:00
Mathias Agopian
f3a8f74f7b
am b9fd188a: am d91ac98a: fix [2785833] valgrind error in android::Layer::requestBuffer
...
Merge commit 'b9fd188a0b1cd71e38c03a7bb4a4688eedf83667'
* commit 'b9fd188a0b1cd71e38c03a7bb4a4688eedf83667':
fix [2785833] valgrind error in android::Layer::requestBuffer
2010-06-23 10:18:06 -07:00
Mathias Agopian
37d9a6b7c2
am cefb8858: am 28333315: Merge "Added support for the GL_TEXTURE_EXTERNAL target" into gingerbread
...
Merge commit 'cefb88587443323d147e687ff78eae9195eb584c'
* commit 'cefb88587443323d147e687ff78eae9195eb584c':
Added support for the GL_TEXTURE_EXTERNAL target
2010-06-23 10:17:56 -07:00
Mathias Agopian
dc79f0f2da
am bf900939: am 7e73a2ce: Merge "Improve SensorManager documentation" into gingerbread
...
Merge commit 'bf9009396b1cba1f99f65c0ea9f5ef8532df1ab6'
* commit 'bf9009396b1cba1f99f65c0ea9f5ef8532df1ab6':
Improve SensorManager documentation
2010-06-23 10:17:42 -07:00
Jeff Brown
e981c883d5
am b1efc3f6: am 7fbdc84e: More native input event dispatching.
...
Merge commit 'b1efc3f68277a8c38c21e2d2e8ce05287118ecfe'
* commit 'b1efc3f68277a8c38c21e2d2e8ce05287118ecfe':
More native input event dispatching.
2010-06-23 10:17:22 -07:00
Steve Block
7fb6a8b345
Merge "Adds a Geolocation permission handler to the WebRuntime"
2010-06-23 07:45:51 -07:00
Steve Block
1218fcec07
Adds a Geolocation permission handler to the WebRuntime
...
This always allows or denies permission, depending upon the app's permissions
Bug: 2766920
Change-Id: If8f617560c4a10f242efae9accc0653ffe693a0a
2010-06-23 15:42:39 +01:00
Kenny Root
24ca4545f3
Check for spanned before computing tab stops
...
Don't try to check for tab stop spans in non-Spanned text input.
Change-Id: I54d69c8e0246f5a38d0713a89b8b455a478285f0
2010-06-22 23:55:15 -07:00
Vasu Nori
8d1110383d
if attach database sql statement is exec'ed, disable write WAL
...
an app can execute 'attach database..' statement anytime after WAL is
enabled. since WAL doesn't work with atatched databases,
disable WAL whenever the caller executes 'attach database'
sql statement.
Change-Id: I77dfcb744b59476c357d44296c14d63455985a7b
2010-06-22 18:34:21 -07:00
Jason Sams
433517b016
Merge "Fix 32&24 ->16 bit bitmap uploads."
2010-06-22 17:46:18 -07:00
Jason Sams
0ebd5690b8
Fix 32&24 ->16 bit bitmap uploads.
...
Change-Id: If8c52dd8ff34393c2908516e702a2d5daeb7bbb3
2010-06-22 17:45:34 -07:00
Jason Sams
7493c52871
Merge "Re-enable optimization for detecting nop state changes in fragment and vertex programs."
2010-06-22 17:23:47 -07:00
Jason Sams
7c1f4c38a2
Re-enable optimization for detecting nop state changes in fragment
...
and vertex programs.
Change-Id: Ic5b9ecf564d121d7a00a1eed92afb4c4783ce8bc
2010-06-22 17:22:13 -07:00
Vasu Nori
46b1e46cc2
Merge "fix broken current.xml"
2010-06-22 16:05:11 -07:00
Vasu Nori
f49922ed49
fix broken current.xml
...
Change-Id: I73efb8882596ffa19a49849ead444870a7c28378
2010-06-22 16:01:30 -07:00
Vasu Nori
fde7306b12
Merge "for memory databases, don't set journal_mode and don't allow WAL"
2010-06-22 15:53:18 -07:00
Vasu Nori
a98cb2632d
for memory databases, don't set journal_mode and don't allow WAL
...
WAL and journal_mode are not applicable to memory databases
Change-Id: I06fcbfe9ce76878c57d1542efe9cc060598262ff
2010-06-22 15:52:12 -07:00
Elliott Slaughter
5dc0c8253b
Add setXSSAuditorEnabled support in WebSettings.
...
Change-Id: I6f74589b28960b91093acf8219a55e98f93b1881
2010-06-22 14:56:54 -07:00
John Wang
75d41c96a7
Merge "Create CallManager class."
2010-06-22 13:56:44 -07:00
Mike Lockwood
d402d695c6
Merge "MTP: Use a fd instead of a file path in file transfer ioctls."
2010-06-22 13:40:09 -07:00
Mike Lockwood
fc2c02ef90
Merge "mtptest: Add option to specify storage path at the command line."
2010-06-22 13:39:36 -07:00
Mike Lockwood
42dbfa51ae
MTP: Use a fd instead of a file path in file transfer ioctls.
...
This restricts the driver to the client's permissions when copying files
to avoid potential security problems.
Change-Id: I9b3151168d334fe4374875804d4ba82bef44db3b
Signed-off-by: Mike Lockwood <lockwood@android.com >
2010-06-22 16:38:01 -04:00
Mike Lockwood
dff6e6e378
mtptest: Add option to specify storage path at the command line.
...
Change-Id: Iac8a34ffb8177018a9164b3f2f97b2e84c3d8f1c
Signed-off-by: Mike Lockwood <lockwood@android.com >
2010-06-22 16:37:56 -04:00
Romain Guy
61ebc86c0a
Merge "Fix simulator build again."
2010-06-22 13:30:14 -07:00
Romain Guy
3e168335b3
Fix simulator build again.
...
Change-Id: Ifd204d64eaa4c356422e3363ec0a6e6aa61c52dc
2010-06-22 13:29:14 -07:00
John Wang
0dfdc06005
Create CallManager class.
...
Initial check-in to support multiple call channels.
Change-Id: I7c5147c57077d024bacd4f68938d249219eb0011
2010-06-22 13:14:02 -07:00
Vasu Nori
7d977de3d0
Merge "when corruption occurs, not clsing the db is casuing stack overflow"
2010-06-22 13:13:16 -07:00
Romain Guy
af002cf12c
Merge "Fix the simulator build."
2010-06-22 13:12:44 -07:00
Romain Guy
85bf02fc16
Fix the simulator build.
...
Change-Id: Ie404f7c2c308f0657f273af19a56e8c039b61898
2010-06-22 13:11:24 -07:00
Vasu Nori
5666170c1e
when corruption occurs, not clsing the db is casuing stack overflow
...
due to a bug in DefaultDatabaseErrorHandler, if the corruption is
so bad that the list of attached databases can't even be retrieved,
then database is not closed in DefaultDatabaseErrorHandler,
this causes the corrupted file to remain on disk.
this causes corruption detection to occur forever until the stack
overflows.
Change-Id: I9896bee220231cbde0b1620ad0a617420424967c
2010-06-22 12:22:31 -07:00
Grace Kloba
ef7fa7bc66
Merge "Add a WebSettings to control whether WebView will use some perf trick, e.g. pause updating the picture, during panning and zooming transition."
2010-06-22 10:39:18 -07:00
Ben Murdoch
ac68873bf5
Merge "Web runtime - link following with simple SOP check - back button - fullscreen (title shown as toast for now)"
2010-06-22 05:45:43 -07:00
Romain Guy
102fb89b9a
Merge "Add glOrtho equivalent to the OpenGL ES 2.0 renderer."
2010-06-21 19:36:59 -07:00
Romain Guy
08ae317c21
Add glOrtho equivalent to the OpenGL ES 2.0 renderer.
...
Change-Id: I063dad3d81dab7833acb1e7a9c7121f8efd2a044
2010-06-21 19:35:50 -07:00
Grace Kloba
f9b731d383
Add a WebSettings to control whether WebView will
...
use some perf trick, e.g. pause updating the picture,
during panning and zooming transition.
Fix http://b/issue?id=2784020
2010-06-21 19:23:57 -07:00
Jason Sams
04da2c2d7b
Merge "Fix build error."
2010-06-21 18:33:17 -07:00
Jason Sams
9e2b0c505a
Fix build error.
...
Change-Id: Ife0ec056c33654a56f270a5673f614820cfc2e29
2010-06-21 18:30:02 -07:00
Jason Sams
bbad09d69a
Merge "Move ImageProcessing and ModelViewer to reflected files. Implement boolean support."
2010-06-21 17:45:57 -07:00
Jason Sams
9856f2de68
Merge "Remove the obsolete film example."
2010-06-21 17:44:35 -07:00
Jason Sams
a43e7613b8
Merge "Fountain example cleanup. Remove compatability versions of rsg functions that took old 'i' types."
2010-06-21 17:44:25 -07:00
Jason Sams
f110d4b787
Move ImageProcessing and ModelViewer to reflected files.
...
Implement boolean support.
Change-Id: Iac2dc28067ac430b3e413fc651dfaa0b96214e2e
2010-06-21 17:42:41 -07:00
James Dong
d076b59012
am 875500b4: Merge "AmrInputStream refresh: eliminate the dependency upon OpenCore\'s code" into gingerbread
...
Merge commit '875500b47ac74a164f7792ce89a16d600ea72695' into gingerbread-plus-aosp
* commit '875500b47ac74a164f7792ce89a16d600ea72695':
AmrInputStream refresh: eliminate the dependency upon OpenCore's code
2010-06-21 17:37:15 -07:00
James Dong
875500b47a
Merge "AmrInputStream refresh: eliminate the dependency upon OpenCore's code" into gingerbread
2010-06-21 17:35:27 -07:00
Gilles Debunne
57f4e5bcf5
Fixed scrolling issue when moving cursor in long TextViews.
...
Previous CL https://android-git.corp.google.com/g/55138 was submitted
before the suggested change was uploaded.
setSelection() was called twice by onTouchEvent, once to the previous
position, and then to the new position (unless the IME got displayed,
so that in that case the cursor is not moved).
The second call was actually triggering a call for a scroll of 0 since
the view is already displaying the cursor. This scroll is filtered out by a
shortcut in ScrollView. The first setSelection's scroll does not have
the same issue (since the previous cursor's position is out of screen
and requires a scroll) and it is then applied, effectively moving the cursor
to a new position but scrolling to the previous position.
The fix is to call setSelection only once, after the IME has been asked
to display. The cursor is moved to the old/new position depending on the
resultCode in onReceiveResult in CommitSelectionReceiver.
Bug: http://b/issue?id=2778954
Change-Id: I157d7ae451574e8a6fffb894eb1d6880acfe01d1
2010-06-21 17:34:58 -07:00
Gilles Debunne
f4362e478a
Merge "Fixed scrolling issue when moving cursor in long TextViews."
2010-06-21 16:56:15 -07:00
Daniel Lehmann
cb1f6074a3
Merge "Remove ContactHeaderWidget, because it lives directly in the Contacts App from now on"
2010-06-21 16:36:58 -07:00
Adam Powell
fb00b2b1e8
Merge "Changes for bluetooth keyboard support."
2010-06-21 16:36:57 -07:00
Daniel Lehmann
2c63fe44f4
Remove ContactHeaderWidget, because it lives directly in the Contacts App from now on
...
Change-Id: I1d3646f2744e01a1e64db8787b4cd7dd746d540e
2010-06-21 16:27:49 -07:00
Adam Powell
df7627db71
Changes for bluetooth keyboard support.
...
Add device class constant for PROFILE_HID and check for
Device.Major.PERIPHERAL when checking for class matches.
Change UUID for HID support.
Fix bug in BluetoothService.
Change-Id: Ie5361257d90fd749249e915824564bc3d79fb95d
2010-06-21 16:23:42 -07:00