36168 Commits

Author SHA1 Message Date
Jason Sams
eaf6bd1a69 Merge "Continue error check improvements and write some docs." 2010-11-09 17:38:20 -08:00
Eric Fischer
363eedcd65 Restore deleted string still referenced from AndroidManifest.
I think this must have been an accidental deletion since the comment
is still there.

Change-Id: I40bfa0f839efed19c073a0e9fc0b48b65d3eb293
2010-11-09 17:32:09 -08:00
Vasu Nori
3f6a1f5e59 Merge "on readonly databases, don't set journal mode and don't allow WAL" 2010-11-09 17:29:37 -08:00
Eric Fischer
6362b3f077 Import revised translations.
Change-Id: I9fe6a999fc665faefbf0e7e222d5dfb4fdbcd3b1
2010-11-09 17:25:54 -08:00
Mathias Agopian
0e43828799 am b48189cc: Merge "Improve gyro and accelerometer java doc" into gingerbread
* commit 'b48189ccfe42a408fb713565e54e165d255c6d66':
  Improve gyro and accelerometer java doc
2010-11-09 17:24:57 -08:00
Shimeng (Simon) Wang
3bf77b1fb3 Merge "Update textwrap scale when content width changes in overview mode." 2010-11-09 17:15:02 -08:00
Mathias Agopian
b48189ccfe Merge "Improve gyro and accelerometer java doc" into gingerbread 2010-11-09 17:12:11 -08:00
Jason Sams
06d69de788 Continue error check improvements and write some docs.
Change-Id: I345b08490da21d9ee715ff1ddc80c1a816b579f4
2010-11-09 17:11:40 -08:00
Shimeng (Simon) Wang
dbf5ff294a Update textwrap scale when content width changes in overview mode.
This is mostly for sites which will change content width when first
loaded such as nytimes.com.

Also zoom to reading level if the zoom overview scale has very
little diff from current actual scale.

issue: 3003933
Change-Id: Ie4b32bf6ac109eef145cd59b31f04077226b9052
2010-11-09 17:01:13 -08:00
Scott Main
77847a3568 docs: update eclipse guide for eclipse 3.6
also update system requirements

Change-Id: I5433e9e73a85b10754d3c5d4561a8acf1ca66250
2010-11-09 16:47:52 -08:00
David 'Digit' Turner
8cbb85dc46 am b02ca27f: am b7a109c0: Merge "Refresh EGL header to work with the NDK" into gingerbread
* commit 'b02ca27f05a47fad75c57d6d8c52ccc5b21a8043':
  Refresh EGL header to work with the NDK
2010-11-09 16:42:27 -08:00
Romain Guy
21c1114dad Merge "Fix possible crash when texture is NULL in the drop shadow cache." 2010-11-09 16:41:07 -08:00
Romain Guy
f70a7e3495 Fix possible crash when texture is NULL in the drop shadow cache.
Change-Id: I2142c55dbcfebcdf013a7f4ae04b266a60f5ce8a
2010-11-09 16:37:28 -08:00
Robert Greenwalt
8e7e0a9fd5 Fix data state change callbacks
Initial state should be unknown or we miss the first connected change.
Don't send a disconnected msg when changing network types.
Filter out redundent disconnects.
Add some logging.

bug:3060742
Change-Id: Idc797c1276b7417337a91ed60b12b1bf392d57c0
2010-11-09 16:28:51 -08:00
David 'Digit' Turner
b02ca27f05 am b7a109c0: Merge "Refresh EGL header to work with the NDK" into gingerbread
* commit 'b7a109c02735bb0d9e0bcb8f84e4aa3923701460':
  Refresh EGL header to work with the NDK
2010-11-09 16:25:58 -08:00
Fabrice Di Meglio
c184a0b9be Merge "Fix bug #1776278 (consider supplying our own (unique) eid for calendar entries created on the device)" 2010-11-09 16:13:22 -08:00
David 'Digit' Turner
b7a109c027 Merge "Refresh EGL header to work with the NDK" into gingerbread 2010-11-09 16:12:06 -08:00
Scott Main
2d5cae8cda am fe8c4f7b: am a784d552: Merge "docs: add release notes for ADT v8" into gingerbread
* commit 'fe8c4f7bbad87fc387b8d8b79f5343055a1a1039':
  docs: add release notes for ADT v8
2010-11-09 15:58:24 -08:00
James Dong
c32474d90a Merge "Fix missing breaks in the profile/level conversion code in M4vH263 encoder" 2010-11-09 15:48:11 -08:00
Scott Main
fe8c4f7bba am a784d552: Merge "docs: add release notes for ADT v8" into gingerbread
* commit 'a784d5528f6fa07a48bb7de9dcfa04eb60044927':
  docs: add release notes for ADT v8
2010-11-09 15:34:46 -08:00
Scott Main
a784d5528f Merge "docs: add release notes for ADT v8" into gingerbread 2010-11-09 15:29:22 -08:00
James Dong
0244d94455 Fix missing breaks in the profile/level conversion code in M4vH263 encoder
Change-Id: Icd2cac68ffb0f38acb68b2968bbb36210431482d
2010-11-09 15:15:50 -08:00
Amith Yamasani
7b6d85013b Merge "Fix preference layouts so that custom preferences don't break." 2010-11-09 15:11:29 -08:00
Andreas Huber
40e8dc171f Merge "Some refactoring and added support for another form of vbr headers." 2010-11-09 14:59:13 -08:00
Brad Fitzpatrick
fb55ba9807 Merge "Don't warn on reading from disk during initial class loading." 2010-11-09 14:52:15 -08:00
Andreas Huber
1bd9949815 Some refactoring and added support for another form of vbr headers.
related-to-bug: 3172324

Change-Id: Ic364da09eac7f0a815f9ceb719b6baa8a76e3730
2010-11-09 14:45:08 -08:00
Mathias Agopian
4c2bfc18b9 DO NOT MERGE. workaround [3177481] eglGetProcAddress() returns the wrong pointer for some GL extensions
We just make sure eglGetProcAddress() will return NULL for
 glEGLImageTargetTexture2DOES
 glEGLImageTargetRenderbufferStorageOES

which is better than returning the address of the wrong implementation.

the correct fix is more involved.

Change-Id: I585a1f40e564f862e5dd382224609ccd069cd3b5
2010-11-09 14:41:13 -08:00
Romain Guy
9e10841c27 Correctly remove unused paths from the cache.
Change-Id: I41d9334dcd9871634037344ab49bf69383498161
2010-11-09 14:37:42 -08:00
Jean-Michel Trivi
820b9e0d3b Add recording source for voice communication
Add a recording source used to designate a recording stream for
voice communications such as VoIP.

Change-Id: I4091d67069b1a0170c1a5ca5e6acd51eb0aa08f9
2010-11-09 14:32:43 -08:00
Brad Fitzpatrick
624d50f00d Don't warn on reading from disk during initial class loading.
I'm going through the stacks that I filter out from the StrictMode
reports and making sure the devices don't upload them to begin with
when they're obviously legit and unavoidable.

Change-Id: If87b3182b12140f5ddbe52fed059b592b2cc178c
2010-11-09 14:25:12 -08:00
Jason Sams
2b425d3c9b Merge "Fix fountain bug with more than 10 touches reported." 2010-11-09 14:23:06 -08:00
Jason Sams
641b0628cd Fix fountain bug with more than 10 touches reported.
Change-Id: Ie4ddefbcbe6407fb7ffae2c6e2440fec0b974cfb
2010-11-09 14:20:34 -08:00
Amith Yamasani
b8e45b1fd8 Fix preference layouts so that custom preferences don't break.
Fixes some missing checkboxes in gmail and qsb.
2010-11-09 14:15:49 -08:00
Mathias Agopian
fa33565714 Improve gyro and accelerometer java doc
Change-Id: If055512cb51d6e3b9f2094a730bf373ca963d97d
2010-11-09 13:53:25 -08:00
Joe Onorato
3f24a5b348 Merge "fix the build. more string disambiguaiton." 2010-11-09 12:56:30 -08:00
Joe Onorato
29a3b738c8 fix the build. more string disambiguaiton.
Change-Id: Ida979481cf9f637469d7c1e6b876b8215ffb35ea
2010-11-09 12:54:32 -08:00
Joe Onorato
cee976bebc Merge "If the image wallpaper fails to load, including via an OutOfMemoryError because of a big bitmap, reset to the default." 2010-11-09 12:27:07 -08:00
Joe Onorato
30693374e8 If the image wallpaper fails to load, including via an OutOfMemoryError because of a big bitmap, reset to the default.
Bug: 3139118
Change-Id: Iff02e7440019598cce0cc87e4031a157e3feb641
2010-11-09 12:25:01 -08:00
Tadashi G. Takaoka
0ba75bb22c Revert "Add a history of InputMethodSubtype for getting the last subtype of selected IME when IME was changed."
This reverts commit 1ab852fbcfe155c9d4373b7130f8515591669634.
2010-11-09 12:19:32 -08:00
Eric Fischer
d41f638c8a Import revised translations. DO NOT MERGE
Change-Id: I6178ba6468bf9e1dd52a83652c857a6e75f2661b
2010-11-09 12:15:41 -08:00
James Dong
195d519c91 Merge "Rotation support" 2010-11-09 11:58:37 -08:00
James Dong
b9d7e01eb8 Rotation support
- We only support 0, 90, 180, and 270 degree clockwise rotation

- Some players are known to ignore composition matrix in the MP4 file,
  although this is part of the MP4 file standard.
  Both QT and YT are supporting the rotation

The original patch (65a73f4e8c79d05c0d9001b660325748d4ecf37b) was not merged.
The only change I made is to reuse the same kKeyRotation in MetaData.h;
and thus do not neeed to use kKeyRotationDegree.

Change-Id: Ib328716d4842201c4adf57e4ddfe1f1ac1ae4d8a
2010-11-09 11:48:29 -08:00
Andreas Huber
457087473a Merge "Added a commandline option "-x" to the stagefright commandline tool." 2010-11-09 11:37:59 -08:00
Jesse Wilson
dbc35c3b97 Merge "Update current.xml to be in sync with deprecated tags." 2010-11-09 11:34:20 -08:00
Jesse Wilson
02dabd4ebe Update current.xml to be in sync with deprecated tags.
Change-Id: I2472b25a3c36b37f8d862b77c0a3cc4c1f757694
2010-11-09 11:32:32 -08:00
Huahui Wu
06d8dfd5d1 Merge "b/2864818 use authType for cert verification." 2010-11-09 11:31:26 -08:00
Andreas Huber
93e496f0ba Added a commandline option "-x" to the stagefright commandline tool.
To display a histogram of decoding times and ideal frame rate distributions.

Change-Id: Id8d70fd2960858c75f5f91ae9ebb9902ad5c37d3
2010-11-09 11:16:03 -08:00
Jesse Wilson
762b33f949 am 2d2f10fa: am 28c74257: Add @Deprecated to match @deprecated where it\'s missing.
* commit '2d2f10fa3412adc07a08c25ba5d2df600fb654bf':
  Add @Deprecated to match @deprecated where it's missing.
2010-11-09 10:26:39 -08:00
Jesse Wilson
385125c654 Merge "Test to demonstrate that HTTP cookie hostnames aren't case-sensitive." 2010-11-09 10:25:04 -08:00
Jesse Wilson
40811b0154 Test to demonstrate that HTTP cookie hostnames aren't case-sensitive.
Change-Id: I05c764876acdc1e85b41f4558bd03fff526da1b4
http://b/3167208
2010-11-09 10:23:36 -08:00