Commit Graph

15119 Commits

Author SHA1 Message Date
Costin Manolache
bf8e162702 am b8b671df: Merge "Add back NEW_TASK flag." into honeycomb
* commit 'b8b671df4778d98d00267566ed129f734bbe13a3':
  Add back NEW_TASK flag.
2011-01-18 14:39:44 -08:00
Costin Manolache
b8b671df47 Merge "Add back NEW_TASK flag." into honeycomb 2011-01-18 14:37:24 -08:00
Brad Fitzpatrick
02bbbc1122 am 069e810c: Merge "Fixing memory leak in PreferenceScreen."
* commit '069e810c6a5efc0b33fbe8c29a2d11f7c342a4d8':
  Fixing memory leak in PreferenceScreen.
2011-01-18 13:39:07 -08:00
Brad Fitzpatrick
fe3846707b am 3ab249cc: Merge "Fixing memory leak in PreferenceScreen." into honeycomb
* commit '3ab249cc32b2b94b8d4fcb2775e5b97285c48623':
  Fixing memory leak in PreferenceScreen.
2011-01-18 13:28:56 -08:00
Brad Fitzpatrick
3ab249cc32 Merge "Fixing memory leak in PreferenceScreen." into honeycomb 2011-01-18 13:26:56 -08:00
Brad Fitzpatrick
069e810c6a Merge "Fixing memory leak in PreferenceScreen." 2011-01-18 13:23:13 -08:00
Mathias Jeppsson
1560003d4a Fixing memory leak in PreferenceScreen.
Every time the PreferenceScreen is displayed a new ListView is
created and bound to the adapter. As the same adapter is used during
the lifetime of PreferenceScreen and the listviews never gets
unbound, the adapter will contain a list of unused views. The old view
should be unbound from adapter when we create a new view.

Change-Id: I13e2d0dc79c8ff79b58efa650653e3f84c6e53c5
2011-01-18 13:20:34 -08:00
Brad Fitzpatrick
4bb180d62f am ded2b006: Merge "frameworks/base: remove redundant code in WindowManager"
* commit 'ded2b00643c788a96ce8adc1a4cc0f7619a4c606':
  frameworks/base: remove redundant code in WindowManager
2011-01-18 13:20:06 -08:00
Kenny Root
189854d073 am 241fc72b: Merge "Don\'t cache return of getService in Environment" into honeycomb
* commit '241fc72b455158849c623c0819c9d71a2e6e7ae4':
  Don't cache return of getService in Environment
2011-01-18 13:15:18 -08:00
Brad Fitzpatrick
7adf848183 am b4f655d5: Merge "StrictMode class instance limit interface." into honeycomb
* commit 'b4f655d5912869078cb7be29d108ebfea06019fc':
  StrictMode class instance limit interface.
2011-01-18 13:13:07 -08:00
Kenny Root
241fc72b45 Merge "Don't cache return of getService in Environment" into honeycomb 2011-01-18 13:12:55 -08:00
Brad Fitzpatrick
b4f655d591 Merge "StrictMode class instance limit interface." into honeycomb 2011-01-18 13:11:33 -08:00
Kenny Root
b2278dc185 Don't cache return of getService in Environment
There is already a cache of all non-null return values for calls to
getService(), so don't bother caching it in Environment. This caused
some problems when Environment was called too early in the boot process
and getService() returned null.

Change-Id: I66739d01dab7e422f660d26b370ecce110dcc808
2011-01-18 13:08:06 -08:00
Vairavan Srinivasan
3f6875f143 frameworks/base: remove redundant code in WindowManager
Change-Id: I8a356ca36129645977d33129e0d56c1b89f97fb0
2011-01-18 12:20:16 -08:00
Martijn Coenen
c4eee776ad am 07e6f616: Check NDEF before calling makeReadOnly().
* commit '07e6f616d122496342a5bae51323bb218d88f7f2':
  Check NDEF before calling makeReadOnly().
2011-01-18 11:40:51 -08:00
Brad Fitzpatrick
758035757f StrictMode class instance limit interface.
Change-Id: Ic5eea539586e5d4965d83364bf9f623d1d89f2b1
2011-01-18 11:38:37 -08:00
Martijn Coenen
3d06b1e0e9 am a701cf85: Implement IsoDep timeout handling (API).
* commit 'a701cf85a0167a6bb623343388a7dca6f2b61ac5':
  Implement IsoDep timeout handling (API).
2011-01-18 11:38:28 -08:00
Martijn Coenen
07e6f616d1 Check NDEF before calling makeReadOnly().
Change-Id: Iadbaf5c29821eff78ad487b248af529febcdc4ce
2011-01-18 11:35:46 -08:00
Martijn Coenen
a701cf85a0 Implement IsoDep timeout handling (API).
Added a method for setting the timeout on IsoDep transactions.

Change-Id: Ie627e7a826556e46295fefe69b9be83ebf911d93
2011-01-18 11:35:46 -08:00
Jeff Hamilton
97ac293507 am 0716ea14: Merge "Javadoc updates for NFC." into gingerbread
* commit '0716ea144d94b9dfce4670e90a849db19a492da9':
  Javadoc updates for NFC.
2011-01-18 11:26:39 -08:00
Jeff Hamilton
8c1cd157fb am 3a223404: Merge "New APIs for NDEF Push Protocol." into gingerbread
* commit '3a223404e7589831a901cb16c5ce97685bc1f3f8':
  New APIs for NDEF Push Protocol.
2011-01-18 11:26:22 -08:00
Romain Guy
a2dcab45d8 am 89108d5c: Merge "Add support for skew()" into honeycomb
* commit '89108d5c311d0cc6879fb41c6392f17c58644fee':
  Add support for skew()
2011-01-18 11:23:07 -08:00
Romain Guy
807daf7df6 Add support for skew()
Change-Id: Ia3a9a867f74fd78b61f75179e3788fdc2f0cacd0
2011-01-18 11:19:19 -08:00
John Reck
3977afe416 am d00207ff: Merge "WebStorage public API change" into honeycomb
* commit 'd00207ff87fa3e2d5430ea5c0980041c44738efe':
  WebStorage public API change
2011-01-18 11:18:59 -08:00
Dmitri Plotnikov
b92d08a738 am 48395385: Merge "Hiding the AsyncTaskLoader.waitForLoader method" into honeycomb
* commit '48395385039a0c845bba8913c8d0c76981425aa4':
  Hiding the AsyncTaskLoader.waitForLoader method
2011-01-18 11:18:37 -08:00
Derek Sollenberger
51b8a92e23 am 788c5185: Merge "Fix smart zoom for plugins that use OpenGL." into honeycomb
* commit '788c51852a559f17188f60c40f0c0d83abbafab2':
  Fix smart zoom for plugins that use OpenGL.
2011-01-18 11:18:32 -08:00
Romain Guy
89108d5c31 Merge "Add support for skew()" into honeycomb 2011-01-18 11:17:20 -08:00
John Reck
d00207ff87 Merge "WebStorage public API change" into honeycomb 2011-01-18 11:10:26 -08:00
Jeff Hamilton
0716ea144d Merge "Javadoc updates for NFC." into gingerbread 2011-01-18 11:01:55 -08:00
Dmitri Plotnikov
4839538503 Merge "Hiding the AsyncTaskLoader.waitForLoader method" into honeycomb 2011-01-18 11:01:35 -08:00
Jeff Hamilton
3a223404e7 Merge "New APIs for NDEF Push Protocol." into gingerbread 2011-01-18 11:01:05 -08:00
Jeff Hamilton
ce3224cda5 Javadoc updates for NFC.
Change-Id: Ibd91829979576297599fbcc9eb8054924af1d527
2011-01-18 10:57:30 -08:00
Derek Sollenberger
788c51852a Merge "Fix smart zoom for plugins that use OpenGL." into honeycomb 2011-01-18 10:38:34 -08:00
Dirk Dougherty
17b1d268e7 am 8d74f7f5: Merge "Doc change: fix busted link to DatePicker tutorial." into honeycomb
* commit '8d74f7f560498966d06a1fb5f490d182ade6c3c2':
  Doc change: fix busted link to DatePicker tutorial.
2011-01-18 10:18:23 -08:00
Dirk Dougherty
8d74f7f560 Merge "Doc change: fix busted link to DatePicker tutorial." into honeycomb 2011-01-18 10:16:31 -08:00
Ben Murdoch
5ad8c70d69 am e609241a: Merge "Disable AutoFill in private browsing mode." into honeycomb
* commit 'e609241a76005cf09ed62b2cf99bf1a7a523bb99':
  Disable AutoFill in private browsing mode.
2011-01-18 10:14:10 -08:00
Ben Murdoch
e609241a76 Merge "Disable AutoFill in private browsing mode." into honeycomb 2011-01-18 10:07:01 -08:00
Derek Sollenberger
dd1173bc9b Fix smart zoom for plugins that use OpenGL.
bug: 3331323
Change-Id: I4f1d4e0ecdb75283fc781bf5afe579f43610506c
2011-01-18 13:02:07 -05:00
Ben Murdoch
4bd87d6e47 Disable AutoFill in private browsing mode.
Ensure that WebKit knows that AutoFill is disabled when private
browsing is on.

Bug: 3335257
Change-Id: I8c3e45175211e5cb00605c1dbf974e513c582d8e
2011-01-18 17:54:05 +00:00
Dmitri Plotnikov
4afde4fda3 Hiding the AsyncTaskLoader.waitForLoader method
I introduced this method a couple of weeks ago,
but then we had a chat with Dianne and she made
a good point that rather than having this behavior
on AsyncTaskLoader, we should have it on LoaderManager
and then it will cover all kinds of loaders,
not just the ones inheriting from AsyncTaskLoader.
She suggested that we postpone that work until
after Honeycomb.

Change-Id: I1939956296cddb678791ba652ab5f4a0dd45eea1
2011-01-18 09:41:29 -08:00
Gilles Debunne
4abb69c337 am aba62a59: Merge "Added a touch up filter in text selection handles." into honeycomb
* commit 'aba62a5925e807f30e3abb1e348738eb342a9888':
  Added a touch up filter in text selection handles.
2011-01-18 08:35:44 -08:00
Gilles Debunne
aba62a5925 Merge "Added a touch up filter in text selection handles." into honeycomb 2011-01-18 08:33:42 -08:00
Cary Clark
cba5754838 am b2601359: add interface to return if (x/y) is a plugin
* commit 'b2601359ea8d9675266c6b72b7209b1f6fae0b89':
  add interface to return if (x/y) is a plugin
2011-01-18 08:29:34 -08:00
Kristian Monsen
b3e976fdd9 am 0664c62c: Merge "Motorola request to fix proxy" into honeycomb
* commit '0664c62c12b885d1c5029185623299f73b048f88':
  Motorola request to fix proxy
2011-01-18 08:26:52 -08:00
Adam Powell
41f93395d0 am 0a753cd4: Merge "Fix bug 3357208 - List selector shows as dark black on first pressed state" into honeycomb
* commit '0a753cd481e4ef86275cae9c5869f4609098c358':
  Fix bug 3357208 - List selector shows as dark black on first pressed state
2011-01-18 08:24:29 -08:00
Cary Clark
b2601359ea add interface to return if (x/y) is a plugin
Use the nav cache to determine if a given
coordinate corresponds to a plugin.

Requires a companion change in external/webkit

bug:3331323
Change-Id: I07d7fdfd643768d600cd6ba81165fac8b553a77f
2011-01-18 11:22:38 -05:00
Joe Onorato
a577b0f75c am ca29bb28: Merge "Don\'t crash with non-standard bitmap types." into honeycomb
* commit 'ca29bb28404643574924b972022907006e76ce6f':
  Don't crash with non-standard bitmap types.
2011-01-18 07:34:24 -08:00
Dianne Hackborn
ad81f4ffb8 am f4c4b666: Merge "Remove old APIs." into honeycomb
* commit 'f4c4b666234d0e5c510c846b13382b77175f10e1':
  Remove old APIs.
2011-01-18 07:34:09 -08:00
Kristian Monsen
0664c62c12 Merge "Motorola request to fix proxy" into honeycomb 2011-01-18 06:05:46 -08:00
Kristian Monsen
6f6b640950 Motorola request to fix proxy
Change-Id: I2beecc2bef5a21294cc5fab0f11d4026f8ad3c2d
2011-01-18 14:01:45 +00:00