Kenny Root
c31e095e2b
am e7b2310a: Merge "Make sure AppCacheTest casts to long" into honeycomb
...
* commit 'e7b2310a856889aa1e683104039033ada3f6b696':
Make sure AppCacheTest casts to long
2011-01-12 15:03:24 -08:00
Brad Fitzpatrick
ef5864f1bb
am 2e390809: Merge "Unhide Content{Resolver,Provider}.call()" into honeycomb
...
* commit '2e3908097b1c86004d50c0a070ca6b76a4d0d7c5':
Unhide Content{Resolver,Provider}.call()
2011-01-12 15:03:15 -08:00
Stephen Hines
564d360277
am a9b1b2a7: Merge "Unhide more of the RS APIs." into honeycomb
...
* commit 'a9b1b2a703b45632d6fb63271e0c00316faa5ec7':
Unhide more of the RS APIs.
2011-01-12 15:03:07 -08:00
Kenny Root
e7b2310a85
Merge "Make sure AppCacheTest casts to long" into honeycomb
2011-01-12 14:40:57 -08:00
Brad Fitzpatrick
2e3908097b
Merge "Unhide Content{Resolver,Provider}.call()" into honeycomb
2011-01-12 14:39:50 -08:00
Stephen Hines
a9b1b2a703
Merge "Unhide more of the RS APIs." into honeycomb
2011-01-12 14:39:11 -08:00
Andreas Huber
156a3c9ba7
am 7928ca6f: Merge "Fail to parse duration instead of asserting, if the server response cannot be parsed." into honeycomb
...
* commit '7928ca6f87af4b70086ecf75383ba43da37da891':
Fail to parse duration instead of asserting, if the server response cannot be parsed.
2011-01-12 14:35:46 -08:00
James Dong
999fb5a5a9
am 068b41d5: Merge "Publish MediaMetadataRetriever.java as public API" into honeycomb
...
* commit '068b41d5d41a4a78c96586b85ea89d464d302548':
Publish MediaMetadataRetriever.java as public API
2011-01-12 14:35:35 -08:00
Kenny Root
6c46760b72
Make sure AppCacheTest casts to long
...
AppCacheTest was multiplying two integers that were too large for
devices that had more free space than 32-bits could represent.
Hopefully no one releases devices with 1TB soon.
The testAppCacheClear test doesn't work currently because it has an
"imax" attribute that doesn't allow the disk to be filled up entirely.
It only writes a couple hundred MB before it gives up.
Bug: 3216419
Change-Id: Ie371f42211bab65f2c767b36d9837ce76922501e
2011-01-12 14:33:55 -08:00
Andreas Huber
7928ca6f87
Merge "Fail to parse duration instead of asserting, if the server response cannot be parsed." into honeycomb
2011-01-12 14:33:51 -08:00
Dianne Hackborn
7ca0b1c586
am a353581c: Merge "Fix issue #3344089 : runtime restart due to java.lang.StackOverflowError..." into honeycomb
...
* commit 'a353581c65dba1ca5a27f33a05a0077ffdabf72a':
Fix issue #3344089 : runtime restart due to java.lang.StackOverflowError...
2011-01-12 14:33:15 -08:00
Romain Guy
dee6089c2d
am 2e0c5261: Merge "Add logging to the new layers API." into honeycomb
...
* commit '2e0c52610bd5787d716840c71c54ee23ac3fcdd4':
Add logging to the new layers API.
2011-01-12 14:33:10 -08:00
James Dong
068b41d5d4
Merge "Publish MediaMetadataRetriever.java as public API" into honeycomb
2011-01-12 14:31:34 -08:00
Mike Lockwood
0b44f6f588
am 0dd9f4de: MediaScanner: Do not update the file path when updating records already in the database
...
* commit '0dd9f4de3ed681e83bd79ddcd4fd463093d11ed3':
MediaScanner: Do not update the file path when updating records already in the database
2011-01-12 14:30:53 -08:00
Dianne Hackborn
a353581c65
Merge "Fix issue #3344089 : runtime restart due to java.lang.StackOverflowError..." into honeycomb
2011-01-12 14:29:34 -08:00
Romain Guy
2e0c52610b
Merge "Add logging to the new layers API." into honeycomb
2011-01-12 14:29:15 -08:00
Romain Guy
1fc883b271
Add logging to the new layers API.
...
Change-Id: I78b9426eb17de3e775aca9fafe4a50bd9c0785c4
2011-01-12 14:31:55 -08:00
Mike Lockwood
7ff08aeb7e
am a2946433: Merge "Media Provider and MTP now use emulated /mnt/sdcard instead of /data/media" into honeycomb
...
* commit 'a29464335a1d164fde0817715d86ba6224d0a61f':
Media Provider and MTP now use emulated /mnt/sdcard instead of /data/media
2011-01-12 14:28:37 -08:00
Mike Lockwood
b43982e10d
am c13db225: Merge "Remove permission android.permission.WRITE_MEDIA_STORAGE" into honeycomb
...
* commit 'c13db22581aebe0ad16a833e778eedf947eccd1f':
Remove permission android.permission.WRITE_MEDIA_STORAGE
2011-01-12 14:28:33 -08:00
Mike Lockwood
0dd9f4de3e
MediaScanner: Do not update the file path when updating records already in the database
...
The path should never change (media scanner treats renames as a delete and an insert)
and we want to preserve the mixed case paths in the database to avoid exposing the
lowercase squashing to MTP.
Change-Id: I79ef37e143c607242d438a4a0643d40191965b6a
Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-01-12 17:27:37 -05:00
Mike Lockwood
a29464335a
Merge "Media Provider and MTP now use emulated /mnt/sdcard instead of /data/media" into honeycomb
2011-01-12 14:25:13 -08:00
Mike Lockwood
c13db22581
Merge "Remove permission android.permission.WRITE_MEDIA_STORAGE" into honeycomb
2011-01-12 14:25:05 -08:00
Stephen Hines
b11e3d2b0e
Unhide more of the RS APIs.
...
Change-Id: I7ec5de42680a4184d3a1380ea7c35b6ba3cf13bf
2011-01-12 14:24:35 -08:00
Brad Fitzpatrick
534c84c1ce
Unhide Content{Resolver,Provider}.call()
...
Change-Id: Ic7833b921f5a8e70ef7d565bfdf461e6e135ff1b
2011-01-12 14:19:19 -08:00
Romain Guy
3aaff3aef4
Better debug info for layers.
...
Change-Id: I816c2446a33a1135553eaeea2f89c7418641cfe1
2011-01-12 14:18:47 -08:00
Romain Guy
1138401f34
am e465b117: Merge "Better debug info for layers." into honeycomb
...
* commit 'e465b11745cdc49283c360fb2acf01649f4f4fb0':
Better debug info for layers.
2011-01-12 14:17:59 -08:00
Romain Guy
e465b11745
Merge "Better debug info for layers." into honeycomb
2011-01-12 14:15:59 -08:00
James Dong
11eab056dd
Publish MediaMetadataRetriever.java as public API
...
o Removed setMode() methods and related mode constants
o Removed some of the unused the metadata keys
o Updated the javadoc
o part of a multi-project change.
bug - 2433195
Change-Id: I5ed167f1fd6a53cb143b7dc385b149431d434438
2011-01-12 14:14:11 -08:00
Gilles Debunne
ee3aadbc95
am 54c38bf0: Merge "New QuickContactBadge holo style." into honeycomb
...
* commit '54c38bf05da42e40b8726ab2b5a33762081e9345':
New QuickContactBadge holo style.
2011-01-12 14:09:42 -08:00
Gilles Debunne
54c38bf05d
Merge "New QuickContactBadge holo style." into honeycomb
2011-01-12 14:07:26 -08:00
Jason Sams
fc6528ecd1
am 8f597fdf: Merge "Cleanup bitmap uploads Implement standalone mipmap generation." into honeycomb
...
* commit '8f597fdfacd1b9cda6dfebf4f3a1c34d1ffb5b2f':
Cleanup bitmap uploads Implement standalone mipmap generation.
2011-01-12 13:33:22 -08:00
Jason Sams
8f597fdfac
Merge "Cleanup bitmap uploads Implement standalone mipmap generation." into honeycomb
2011-01-12 13:30:41 -08:00
Jason Sams
f7086090cf
Cleanup bitmap uploads
...
Implement standalone mipmap generation.
Change-Id: Ie3a9781bbe50e2f58adca6f184d84fea50e40263
2011-01-12 13:28:37 -08:00
Dianne Hackborn
2e7ffa54c1
Fix issue #3344089 : runtime restart due to java.lang.StackOverflowError...
...
...in WindowManager after app force closed a few times
Change-Id: I9d5ff16b01d14030150ba0904a47635f9c7a158f
2011-01-12 13:21:28 -08:00
Amith Yamasani
c738ef5b30
am fb0a242b: Merge "Use light preference panel drawable for Theme.Light" into honeycomb
...
* commit 'fb0a242be65e4ddbda0cbaec1ac949d29568ac25':
Use light preference panel drawable for Theme.Light
2011-01-12 13:20:04 -08:00
Amith Yamasani
fb0a242be6
Merge "Use light preference panel drawable for Theme.Light" into honeycomb
2011-01-12 13:18:20 -08:00
Jim Miller
530f77ea61
am a3a078e3: Merge "Fix 3201849: Use custom Drawable for bg in lockscreen" into honeycomb
...
* commit 'a3a078e34317763ad1294e0164c147074584e2e8':
Fix 3201849: Use custom Drawable for bg in lockscreen
2011-01-12 13:16:56 -08:00
Jim Miller
a3a078e343
Merge "Fix 3201849: Use custom Drawable for bg in lockscreen" into honeycomb
2011-01-12 13:14:33 -08:00
Dianne Hackborn
45a1ada570
am 02e852f9: Merge "Make ProgressDialog a little less lame." into honeycomb
...
* commit '02e852f968bac83947cd97a5fe7c7a7064774c5a':
Make ProgressDialog a little less lame.
2011-01-12 13:01:42 -08:00
Dianne Hackborn
02e852f968
Merge "Make ProgressDialog a little less lame." into honeycomb
2011-01-12 12:59:27 -08:00
Romain Guy
5ecceb7df7
am 85354828: Merge "Cleanup GL objects on the correct thread." into honeycomb
...
* commit '853548287ffe4eb85d1bd10669270292336d137a':
Cleanup GL objects on the correct thread.
2011-01-12 12:52:41 -08:00
Romain Guy
853548287f
Merge "Cleanup GL objects on the correct thread." into honeycomb
2011-01-12 12:50:50 -08:00
Romain Guy
57066eb64c
Cleanup GL objects on the correct thread.
...
Change-Id: Iddfea6e08a6591a4fab147151098ef27005f373d
2011-01-12 12:53:32 -08:00
Romain Guy
9454fe1080
Fix CTS test.
...
Bug #3345445
Change-Id: I3e9fa6002d173e6c9182ee5798420829e4bd2e30
2011-01-12 12:50:05 -08:00
Romain Guy
b353b3ca7a
am cf894c91: Merge "Fix CTS test. Bug #3345445 " into honeycomb
...
* commit 'cf894c91a9b6c7749c9bb325c9e54336b97df900':
Fix CTS test. Bug #3345445
2011-01-12 12:49:35 -08:00
Romain Guy
cf894c91a9
Merge "Fix CTS test. Bug #3345445 " into honeycomb
2011-01-12 12:47:30 -08:00
Kenny Root
aee96e9773
am 5e9ba49f: Merge "Skip SD card tests on devices without SD cards" into honeycomb
...
* commit '5e9ba49f5efed4f0adc7ffcf5052668cdfd92a25':
Skip SD card tests on devices without SD cards
2011-01-12 12:30:17 -08:00
Kenny Root
5e9ba49f5e
Merge "Skip SD card tests on devices without SD cards" into honeycomb
2011-01-12 12:28:39 -08:00
Kenny Root
3c67689584
Skip SD card tests on devices without SD cards
...
Tests were giving false failures when they should instead be skipped.
Forcing an install to an SD card on a device without one shouldn't count
as a failure. It's expected behavior.
Bug: 3216422
Change-Id: Ia523861d1331e74c76b434f7ba73b642d474a9cc
2011-01-12 12:26:26 -08:00
Jaikumar Ganesh
7347f5e830
am 95a4751f: Merge "Add ability to parse keyboard fixed pin auto pair blacklist." into honeycomb
...
* commit '95a4751f2111d5d7c03c131e9d9dfad6cc32ceed':
Add ability to parse keyboard fixed pin auto pair blacklist.
2011-01-12 12:25:01 -08:00