Eric Laurent
2d1362b7b4
am 74ff70d2: Merge "Fix typo" into honeycomb
...
* commit '74ff70d2f2e90c591c58723121bc26ab44a3adcc':
Fix typo
2011-01-18 14:27:17 -08:00
Stephen Hines
0e5f4e549b
Merge "Validate that version pragma is correct." into honeycomb
2011-01-18 14:26:24 -08:00
Eric Laurent
74ff70d2f2
Merge "Fix typo" into honeycomb
2011-01-18 14:25:17 -08:00
Glenn Kasten
ed6eae420f
Fix typo
...
Change-Id: I73e7c5cf13c5ed82398006af61308665eb1d3ad0
2011-01-18 14:13:28 -08:00
Stephen Hines
5dd60be169
Validate that version pragma is correct.
...
Change-Id: I42dced79b0df52c101525799081bc8a5426c11e4
2011-01-18 14:10:44 -08:00
Kenny Root
67f23166d0
am 11ebdd6a: Merge "Erase OBB files when removing packages" into honeycomb
...
* commit '11ebdd6a7991283986c4fb94ec5f0774cc11d6da':
Erase OBB files when removing packages
2011-01-18 14:05:02 -08:00
Kenny Root
11ebdd6a79
Merge "Erase OBB files when removing packages" into honeycomb
2011-01-18 14:03:15 -08:00
Romain Guy
4a80936778
am 553889a6: Merge "Fix 9patches, again... Bug #3365243 " into honeycomb
...
* commit '553889a678c9bb2d67aaf5fc52b4585e8cebd6ab':
Fix 9patches, again... Bug #3365243
2011-01-18 14:02:58 -08:00
Romain Guy
eb6a4a17a0
Fix 9patches, again...
...
Bug #3365243
Change-Id: Id45a1f1fd5e099b1d691e6064401d3de1b0c5c20
2011-01-18 14:02:16 -08:00
Romain Guy
553889a678
Merge "Fix 9patches, again... Bug #3365243 " into honeycomb
2011-01-18 14:00:28 -08:00
Kenny Root
300c13a481
Erase OBB files when removing packages
...
OBB files on USB storage or SD card should be removed when an
application is removed.
Bug: 3356804
Change-Id: Ifbbf043368b125fcd47fd74e5cd2e5167a8deb00
2011-01-18 13:55:42 -08:00
Mike Lockwood
14032e3b3e
am 5f31aa30: Merge "MTP: Set modification date for abstract playlists" into honeycomb
...
* commit '5f31aa30cdf104dc10c2a503d7846178d6aa79cb':
MTP: Set modification date for abstract playlists
2011-01-18 13:32:12 -08:00
Mike Lockwood
5f31aa30cd
Merge "MTP: Set modification date for abstract playlists" into honeycomb
2011-01-18 13:29:55 -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
James Dong
1b67fec7e1
am 0a3dbf6f: Merge "Fix the build break in git_master-without-vendor" into honeycomb
...
* commit '0a3dbf6f69a72d557afca69f006a407fbfc2482d':
Fix the build break in git_master-without-vendor
2011-01-18 13:28:47 -08:00
Mike Lockwood
8ed67acf38
MTP: Set modification date for abstract playlists
...
BUG: 3224269
Change-Id: I96ae8e6d2f7e28860e9217ceb911331b333e1391
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-01-18 13:27:25 -08:00
Brad Fitzpatrick
3ab249cc32
Merge "Fixing memory leak in PreferenceScreen." into honeycomb
2011-01-18 13:26:56 -08:00
James Dong
0a3dbf6f69
Merge "Fix the build break in git_master-without-vendor" into honeycomb
2011-01-18 13:26:14 -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
Mike Lockwood
b5f0871459
am 26c1ab2e: Merge "MTP: Strip ".pla" file extension from name field for WMP playlists" into honeycomb
...
* commit '26c1ab2e58f47ac94e638f69b9b626cc6b1925b6':
MTP: Strip ".pla" file extension from name field for WMP playlists
2011-01-18 13:17:27 -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
Mike Lockwood
26c1ab2e58
Merge "MTP: Strip ".pla" file extension from name field for WMP playlists" into honeycomb
2011-01-18 13:14:58 -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
Mike Lockwood
8cc6eb1e4c
MTP: Strip ".pla" file extension from name field for WMP playlists
...
BUG: 3309324
Change-Id: Ia136f94406496f971819f4f805f742f2a6829007
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-01-18 13:13:05 -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
Romain Guy
2577db1ec1
Add support for Paint::setTextSkewX in OpenGLRenderer.
...
Bug #3360888
Change-Id: I42e81a1f10bf7b9ae1c63ca8add1878fd59a1e8a
2011-01-18 13:02:38 -08:00
Romain Guy
a7d666ab59
am 713440d2: Merge "Add support for Paint::setTextSkewX in OpenGLRenderer. Bug #3360888 " into honeycomb
...
* commit '713440d2ef959e76ab2d22dde5f1430da6fa8f90':
Add support for Paint::setTextSkewX in OpenGLRenderer. Bug #3360888
2011-01-18 13:02:09 -08:00
Jack Palevich
3ee5092195
am b54407f2: Merge "Add support for preserving EGL contexts when pausing / resuming." into honeycomb
...
* commit 'b54407f2bbc616d60291ad7bc659aed7f148cb26':
Add support for preserving EGL contexts when pausing / resuming.
2011-01-18 13:02:03 -08:00
Romain Guy
713440d2ef
Merge "Add support for Paint::setTextSkewX in OpenGLRenderer. Bug #3360888 " into honeycomb
2011-01-18 13:00:41 -08:00
Jack Palevich
b54407f2bb
Merge "Add support for preserving EGL contexts when pausing / resuming." into honeycomb
2011-01-18 13:00:27 -08:00
Jason Sams
991040c826
Cleanup logs.
...
Change-Id: I206d45863752adbc71fc91cd14e7cd3a555c8c53
2011-01-18 12:42:32 -08:00
Dharmaray Kundargi
a1a55bbe94
Fix the build break in git_master-without-vendor
...
Change-Id: I8fff5ee69958212a80711e0d86fb86514c8797f4
2011-01-18 12:40:56 -08:00
Andreas Huber
63e99c39e1
am 529fc53d: Merge "Implement parsing of vbv buffering info in RTSP." into honeycomb
...
* commit '529fc53d3fd298ee5aef20e3a07bd263f7376b8d':
Implement parsing of vbv buffering info in RTSP.
2011-01-18 11:54:08 -08:00
Andreas Huber
529fc53d3f
Merge "Implement parsing of vbv buffering info in RTSP." into honeycomb
2011-01-18 11:52:02 -08:00
John Wang
ae451252f4
am 8d48c3d2: Merge "Enable AUTO_TIME_ZONE settings." into honeycomb
...
* commit '8d48c3d21f78cc2bc94682731d64b23ec0899824':
Enable AUTO_TIME_ZONE settings.
2011-01-18 11:46:14 -08:00
John Wang
8d48c3d21f
Merge "Enable AUTO_TIME_ZONE settings." into honeycomb
2011-01-18 11:43:53 -08:00
Brad Fitzpatrick
758035757f
StrictMode class instance limit interface.
...
Change-Id: Ic5eea539586e5d4965d83364bf9f623d1d89f2b1
2011-01-18 11:38:37 -08:00
Bryan Mawhinney
6d7d0da9fb
am 3a4d547c: Merge "Don\'t report 100% buffered when the stream ends prematurely." into honeycomb
...
* commit '3a4d547c588dc3a1abb48988595dc17874660bb8':
Don't report 100% buffered when the stream ends prematurely.
2011-01-18 11:31:51 -08:00
Bryan Mawhinney
3a4d547c58
Merge "Don't report 100% buffered when the stream ends prematurely." into honeycomb
2011-01-18 11:30:30 -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
Dianne Hackborn
f67591025d
am 3aa959b9: Merge "Fix issue #3362666 Activities launched from ongoing notifications don\'t animate" into honeycomb
...
* commit '3aa959b9ce7ac4ac241033b3eea9f2c0ce34d554':
Fix issue #3362666 Activities launched from ongoing notifications don't animate
2011-01-18 11:20:29 -08:00
Mike Lockwood
f9828f6584
am 0de274b3: Merge "MTP: Fix problems with modification dates for folders and non-media files" into honeycomb
...
* commit '0de274b34c554a0e87b1071e001e41e416cd7678':
MTP: Fix problems with modification dates for folders and non-media files
2011-01-18 11:20:22 -08:00
Romain Guy
807daf7df6
Add support for skew()
...
Change-Id: Ia3a9a867f74fd78b61f75179e3788fdc2f0cacd0
2011-01-18 11:19:19 -08:00
Andreas Huber
77034e6393
Implement parsing of vbv buffering info in RTSP.
...
Change-Id: I7d871cafda2c4c65670a40ad9ab4f24317f8568a
related-to-bug: 3351915
2011-01-18 11:19:13 -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
David Turner
adec2de2e3
am 6195eb13: Merge "Prevent Dropbox from crashing system server pre-boot." into honeycomb
...
* commit '6195eb134be28a62b2bd70b07b94f16311ef6169':
Prevent Dropbox from crashing system server pre-boot.
2011-01-18 11:18:54 -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