Commit Graph

24218 Commits

Author SHA1 Message Date
James Dong
cf87ec3e6e Merge "Support extracting thumbnail from rotated video tracks" into gingerbread 2010-11-08 18:00:14 -08:00
Andy McFadden
41c29357ad am c10a4773: Set capabilities sooner.
* commit 'c10a4773ece6ca66ba9cfe4cd15e5987a02bee68':
  Set capabilities sooner.
2010-11-08 17:58:50 -08:00
Justin Ho
4fa59225c5 Merge "DO NOT MERGE - Updated textfield pressed states" into gingerbread 2010-11-08 17:49:57 -08:00
Xavier Ducrohet
7c7eee1bab Merge "Layoutlib: more text drawing." 2010-11-08 17:33:27 -08:00
Scott Main
b4f8301408 am 05de5a15: Merge "docs: remove quick start; make it an overview of the steps and go to installing guide" into gingerbread
* commit '05de5a15a3b36046df98a7da7a210b7ffc4d43e2':
  docs: remove quick start; make it an overview of the steps and go to installing guide
2010-11-08 16:08:48 -08:00
Scott Main
c344054897 Merge "docs: remove quick start; make it an overview of the steps and go to installing guide" into gingerbread 2010-11-08 16:05:24 -08:00
Dianne Hackborn
3b0c59ab79 Merge "Fix animations to use correct interpolator." 2010-11-08 15:54:34 -08:00
Alex Sakhartchouk
f2769cfbb0 Merge "Moving attrib creation to Mesh. Adding arrays as shader inputs. Removing fixed size arrays." 2010-11-08 15:29:45 -08:00
Joe Onorato
8cfb7b0da0 Merge "make the resolver activity's items visible" 2010-11-08 15:10:19 -08:00
Jaikumar Ganesh
e0f4210dd5 Merge "Add APIs for starting and stopping a virtual call." 2010-11-08 14:07:53 -08:00
Romain Guy
8629f7f290 Merge "Support nested display lists." 2010-11-08 14:03:30 -08:00
Mathias Agopian
f101430549 am 5fd30540: Merge "possibly fix [2265804] OpenGL GLSurfaceView apps don\'t draw status bar drop shadow correctly" into gingerbread
* commit '5fd3054048b41b033700be3f30e4bca69f4f13a6':
  possibly fix [2265804] OpenGL GLSurfaceView apps don't draw status bar drop shadow correctly
2010-11-08 13:48:08 -08:00
Mathias Agopian
ac03a0c56f am fe40e9e0: Merge "fix [3148312] Region can access data out of bounds" into gingerbread
* commit 'fe40e9e0ce7b5536be9f9ff0596714a0eb921b1e':
  fix [3148312] Region can access data out of bounds
2010-11-08 13:44:00 -08:00
Mathias Agopian
dcdcc115d2 Merge "possibly fix [2265804] OpenGL GLSurfaceView apps don't draw status bar drop shadow correctly" into gingerbread 2010-11-08 13:41:31 -08:00
Mathias Agopian
a2b1b7f71d Merge "fix [3148312] Region can access data out of bounds" into gingerbread 2010-11-08 13:40:40 -08:00
Andreas Huber
cf0cd24af5 am 2e1a8967: (-s ours) resolved conflicts for merge of 31dc911a to gingerbread-plus-aosp
* commit '2e1a8967243a88d73f3b3485b07a02aa4f8d16d9':
  Support post-decode video rotation.
2010-11-08 13:14:17 -08:00
Joe Onorato
d94206c41d The CHEEK_TOUCH stuff never worked. Remove it.
Bug: 3104906
Change-Id: Ia37236ba1775fc3ec8c111e2e0b85b105e0dea6a
2010-11-08 13:02:58 -08:00
Jeff Brown
8149991234 Tell system server whether the app handled input events.
Refactored ViewRoot, NativeActivity and related classes to tell the
dispatcher whether an input event was actually handled by the application.

This will be used to move more of the global default key processing
into the system server instead of the application.

Change-Id: If06b98b6f45c543e5ac5b1eae2b3baf9371fba28
2010-11-08 12:49:43 -08:00
Irfan Sheriff
6a73d8673a Merge "add frequency band control API" 2010-11-08 12:24:31 -08:00
Wu-cheng Li
9969af2457 am a48b70fa: Camera.open() should only return back-facing camera.
* commit 'a48b70fa8ff6363d1e5282be70f6be12bc0688dc':
  Camera.open() should only return back-facing camera.
2010-11-08 12:19:35 -08:00
Wu-cheng Li
1c7be28971 am 17ae3597: Revert "android.hardware.Camera.open only returns back-facing camera."
* commit '17ae359721ba74399e785369346509b776999d1f':
  Revert "android.hardware.Camera.open only returns back-facing camera."
2010-11-08 12:19:26 -08:00
Wu-cheng Li
d2cb6c2d71 am 07b88fef: android.hardware.Camera.open only returns back-facing camera.
* commit '07b88fefd4e6386ad3265da47d008b40e6a58891':
  android.hardware.Camera.open only returns back-facing camera.
2010-11-08 12:19:15 -08:00
Andreas Huber
0b12d14602 resolved conflicts for merge of 31dc911a to gingerbread-plus-aosp
Change-Id: I2f51b2120b3c552566d91a7dc498a5e8b130205f
2010-11-08 11:56:08 -08:00
Stephen Hines
a531679793 Merge "Add vector array test to RSTest." 2010-11-08 11:49:02 -08:00
Brian Carlstrom
32795e0172 Merge "Add custom CloseGuard.Reporter for StrictMode" 2010-11-08 11:10:44 -08:00
Brad Fitzpatrick
281cd1ec56 Merge "StrictMode: now in more system server threads." 2010-11-08 11:01:41 -08:00
Joe Onorato
fb68e69999 Merge "Move the volume, media, call, camera and search key handling from PhoneWindow to a new PhoneFallbackEventHandler class that is used for all windows, not just ones with decors." 2010-11-08 10:59:27 -08:00
Dianne Hackborn
828af98c21 Merge "Fixe some stuff." 2010-11-08 10:52:37 -08:00
Brian Carlstrom
15af59b84d Merge "Delete used import" 2010-11-08 10:45:14 -08:00
Amith Yamasani
1caf16dc31 Merge "Change margins and font size for preference_child style. Missed in previous checkin." 2010-11-08 09:55:47 -08:00
James Dong
e8afc510ee am d8166a71: (-s ours) am 1653e261: Merge "Rotation support" into gingerbread
* commit 'd8166a719e192a026bf25a82b8eb6212823950a3':
  Rotation support
2010-11-08 09:51:30 -08:00
Wu-cheng Li
2cd7359713 Merge "Do not use CAMERA_ID_DEFAULT because it is removed." 2010-11-08 08:46:50 -08:00
Tom O'Neill
16eb906b7c Merge "Remove inappropriate conversion of IOException to AssertionError" 2010-11-08 08:02:44 -08:00
David 'Digit' Turner
dfd0759ff6 Refresh EGL header to work with the NDK
This change allows to use this header with the NDK's standalone toolchain.
For the record, the NDK toolchain defines __ANDROID__ as a compiler built-in
macro, this is however not the case currently for the prebuilt binaries that
are being used by the full Android build system, which otherwise defines ANDROID.

This change allows the header to be used by all toolchains properly. Note however
that we should properly should change our toolchain and sources to provide and
rely on __ANDROID__ instead of ANDROID though.

Change-Id: Iaa1aa1146985b5f24dcf3a83d9ddb9b4b59dc328
2010-11-07 23:36:28 +01:00
James Dong
e053bf2aed am bb97d7bb: am 0467b0ab: Merge "Add a new public API to support recording rotated videos" into gingerbread
* commit 'bb97d7bbf33393af842de1d8fd8512a24c73b6b3':
  Add a new public API to support recording rotated videos
2010-11-06 16:25:39 -07:00
Scott Main
53d009187b am f80403dd: am ab3d69f6: Merge "docs: update homepage for GB" into gingerbread
* commit 'f80403dd5903e03cb51f374d042a297c84faaec4':
  docs: update homepage for GB
2010-11-06 16:25:32 -07:00
Jean-Baptiste Queru
2e1e4e8a68 am 3442611e: am 5580e44c: Merge "Support changing style parent in overlays"
* commit '3442611ee11b2987c83054fe3c7ed5521f27f052':
  Support changing style parent in overlays
2010-11-06 16:25:03 -07:00
Kenny Root
97925cb832 am 8806fc72: am 70fc04c8: Reorganize PackageManager dump to avoid NPE
* commit '8806fc729b96bf806806ef8d82147d59abfc1536':
  Reorganize PackageManager dump to avoid NPE
2010-11-06 16:24:57 -07:00
Robert Ly
20be1fc3a4 am a27fc901: am 47e43feb: Doc change: Proguard tool
* commit 'a27fc901d8543c7734f70f0ef05977dcb94671f6':
  Doc change: Proguard tool
2010-11-06 16:24:52 -07:00
Hiroshi Lockheimer
d26577371c am 01128df3: am ce22d608: Merge "allow all 4 orientations" into gingerbread
* commit '01128df3c442b87f601d9c13ff2ebd54b015925d':
  allow all 4 orientations
2010-11-06 16:24:45 -07:00
Scott Main
a41f9fedaa am 3de641cb: am 4ebbfa8a: Merge "Doc change: Updating and restructuring the NDK section for GB. Filenames for new NDK packages still need updating." into gingerbread
* commit '3de641cbb9c825cef5cc29905ea88be98ac2ce4e':
  Doc change: Updating and restructuring the NDK section for GB. Filenames for new NDK packages still need updating.
2010-11-06 16:24:35 -07:00
Scott Main
039c19a06a am 4da6efc8: am 46151652: Merge "fix xlarge support in aapt for gingerbread" into gingerbread
* commit '4da6efc8a3ecfcf46a8988ad1d277ae00ed1f58c':
  fix xlarge support in aapt for gingerbread
2010-11-06 16:24:28 -07:00
Scott Main
b445b778ee am 04856d99: am 6e88c84c: docs: remove allowClearUserData from <application> manifest doc and clarify in javadocs that it\'s only for system apps bug: 3128020
* commit '04856d99f8f353711f294254c1159461213684a5':
  docs: remove allowClearUserData from <application> manifest doc and clarify in javadocs that it's only for system apps bug: 3128020
2010-11-06 16:24:20 -07:00
James Dong
2bc35eb78e am 1653e261: Merge "Rotation support" into gingerbread
* commit '1653e261e84922facfe27d3d8acc455ed2b6b6da':
  Rotation support
2010-11-06 14:22:05 -07:00
James Dong
d400c5edb4 am 0467b0ab: Merge "Add a new public API to support recording rotated videos" into gingerbread
* commit '0467b0abfc94f959163d84eadedf6941e41c1882':
  Add a new public API to support recording rotated videos
2010-11-06 14:21:53 -07:00
Scott Main
877c0ac214 am ab3d69f6: Merge "docs: update homepage for GB" into gingerbread
* commit 'ab3d69f6d5a9157438f86cf90449a5f5ce7e31e0':
  docs: update homepage for GB
2010-11-06 14:21:23 -07:00
Joe Onorato
cc31a57ba5 Merge "Turn off the ALS when the user setting doesn't ask for automatic brightness." 2010-11-06 13:00:35 -07:00
Owen Lin
0deef6a963 Merge "Add more EXIF tags." 2010-11-06 01:20:19 -07:00
Jason Chen
cd157610d9 Merge "resolved conflicts from merge of c3b112ba to master" 2010-11-05 20:25:05 -07:00
Jason Chen
b3438770a3 resolved conflicts from merge of c3b112ba to master
Change-Id: I76a5f88849ab617af3316d63378bf3296256e8e1
2010-11-05 20:21:29 -07:00