San Mehat
556d350a4d
StorageManager: API_CHANGE: Move StorageManager into android.storage
...
Signed-off-by: San Mehat <san@google.com>
2010-02-02 12:56:45 -08:00
Oscar Montemayor
9ec33186c9
Merge "Apps on SD project. Javadoc fixes for new method in PackageManager class."
2010-02-02 12:15:26 -08:00
Grace Kloba
0c08a2440f
Merge "Now mSupportMultiTouch is depending on WebSettings, it can't be static any more."
2010-02-02 11:59:38 -08:00
Andreas Huber
2d65817f17
Merge "Properly advertise the content length of the HTTP stream if available."
2010-02-02 11:38:19 -08:00
Grace Kloba
f3be166946
Now mSupportMultiTouch is depending on WebSettings,
...
it can't be static any more.
Fix http://b/issue?id=2413364
2010-02-02 11:27:41 -08:00
San Mehat
c9d8175f40
Context: API_CHANGE: Add support for retrieving StorageManager
...
Signed-off-by: San Mehat <san@google.com>
2010-02-02 11:17:47 -08:00
San Mehat
63d15ee6ae
DefaultContainerService: Refactor MountService calls (new api)
...
Signed-off-by: San Mehat <san@google.com>
2010-02-02 11:17:47 -08:00
San Mehat
be16cb15b3
PackageManagerService: Refactor MountService calls (new api)
...
Signed-off-by: San Mehat <san@google.com>
2010-02-02 11:17:46 -08:00
San Mehat
ec7f7e6378
UsbStorageActivity: Refactor for new MountService API
...
Signed-off-by: San Mehat <san@google.com>
2010-02-02 11:17:46 -08:00
San Mehat
b339ac3d3e
sdutil: Refactor for new APIs
...
Signed-off-by: San Mehat <san@google.com>
2010-02-02 11:17:46 -08:00
San Mehat
4270e1ea74
MountService: Massive bloat reduction and rewrite
...
- Most API calls now return an int as a result code (see MountServiceResultCode.java)
- All notification code has been removed
- All settings code has been removed
- Removed UMS centric API calls in favor of more generic 'shares'
- Mount error reporting is no longer done via an event, but is done as part of the
actual mount process
- Rework vold IPC commands to be more sane
Updated:
MountService: Rename MountServiceObserver -> MountServiceListener
MountService: Add support for Async callbacks
Updated:
MountService: Add BinderDeath handling
Updated:
MountService: Remove notifys since we dont listen anyways
Updated:
MountService: Fix bad cast
Signed-off-by: San Mehat <san@google.com>
2010-02-02 11:17:46 -08:00
San Mehat
78071b7347
Merge "NativeDaemonConnector: Cleanup socket code and use a proper exception Signed-off-by: San Mehat <san@google.com>"
2010-02-02 11:15:55 -08:00
San Mehat
476387613b
Merge "StorageManager: Introduce StorageManager"
2010-02-02 11:11:06 -08:00
Andreas Huber
8cc1b2a32c
Properly advertise the content length of the HTTP stream if available.
...
related-to-bug: 2312941
2010-02-02 10:38:40 -08:00
Grace Kloba
2df9a91ff5
Hide the android.webkit.CallbackProxy class from the API. This is a android.webkit package class and internal to our implementation.
...
Although not strictly a published API (the class does not appear in the docs), it has found it's way into the API through
the public, subclassable android.webkit.JsResult class where it is a protected member.
Based on changed from Ben.
2010-02-02 10:30:23 -08:00
Andrei Popescu
3565456ca7
Merge "Make sure application cache manifest files are not cached."
2010-02-02 10:21:51 -08:00
Andrei Popescu
a1ba11bd78
Make sure application cache manifest files are not cached.
...
Fix b:2326937
2010-02-02 18:10:35 +00:00
Patrick Scott
c209ccf460
Merge "Check for null data after decoding a data: url."
2010-02-02 09:46:44 -08:00
Vasu Nori
8fccf67fa5
Merge "add instrumentation to log the sql statement + bindargs + databasename"
2010-02-02 09:38:52 -08:00
Mike Lockwood
8a838531cc
Merge "Fix for GPS engines without separate session and engine status events."
2010-02-02 08:43:52 -08:00
Mike Lockwood
271f9f172b
Fix for GPS engines without separate session and engine status events.
...
GPS_STATUS_SESSION_BEGIN now implies GPS_STATUS_ENGINE_ON
and GPS_STATUS_ENGINE_OFF now implies GPS_STATUS_SESSION_END.
Change-Id: I7217dc5213ae9a5658ac81b0a14b61d3e36ca0f6
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-02-02 11:41:52 -05:00
Doug Zongker
5d33e6e602
Merge "Revert "adding OAuth library""
2010-02-02 08:26:07 -08:00
Patrick Scott
8af3cfc2a4
Check for null data after decoding a data: url.
...
Refactor StreamLoader and friends since they all use a Context. Change the
successful status to 200 instead of 0. Not sure why it was ever 0.
Bug: 2364322
2010-02-02 11:20:54 -05:00
Mike Lockwood
5310b36a37
resolved conflicts for merge of 21875ab3 to master
...
Change-Id: I447e813b3ec460bbc9050de6b95bd663bb33c86f
2010-02-02 09:15:37 -05:00
Andrei Popescu
5e7bb0a9ca
Implement support for v8 counters
2010-02-02 11:40:20 +00:00
Bjorn Bringert
b83e68c95b
Merge "Restore search UI layout to get search button back"
2010-02-02 02:03:39 -08:00
Vasu Nori
4dd4ab4cc3
add instrumentation to log the sql statement + bindargs + databasename
...
capture the sql statement along with the bindargs passed in. this will help
one to see the sql statements being executed and hopefully will help
debug incorrect-sql bugs.
2010-02-01 23:05:33 -08:00
James Dong
705300b842
Merge "Initial check-in for xml-based encoder capabilities retrieval - Changed the Java API as suggested - Treat /etc/media_profiles.xml as the default xml configurtion file"
2010-02-01 22:48:36 -08:00
James Dong
c371194e4e
Initial check-in for xml-based encoder capabilities retrieval
...
- Changed the Java API as suggested
- Treat /etc/media_profiles.xml as the default xml configurtion file
2010-02-01 22:38:37 -08:00
Dirk Balfanz
e599a9d24b
Revert "adding OAuth library"
...
This reverts commit cc1aa994af5957815e47ec102a0eab3b98111eb1.
2010-02-01 17:47:48 -08:00
Mathias Agopian
1b7a47c911
Merge "fix [2397853] glCopyTexImage2D crashes emulator"
2010-02-01 17:39:54 -08:00
Jeff Hamilton
2fee0ed6eb
Add the --rename-manifest-package option to aapt.
...
It allows you to force override the manifest
package listed in the AndroidManifest.xml when
creating an APK file.
Change-Id: I7eac7943c4e56610b65728ae54773a273634fd9d
2010-02-01 18:47:01 -06:00
Wink Saville
7188f94652
Cleanup comments, see bug 2401350.
...
Change-Id: Ieaeeba44b235038ad9b75a57b37658738532df3f
2010-02-01 16:26:00 -08:00
Mike LeBeau
d615c6f330
Merge "Provide another extra for ACTION_VOICE_SEARCH_RESULTS that indicates the base url to be used when interpreting html results given in EXTRA_VOICE_SEARCH_RESULT_HTML."
2010-02-01 15:54:16 -08:00
Chris Tate
125d4072d8
Merge "Streamline: use Messages sent to a Handler subclass instead of posting Runnables"
2010-02-01 15:53:34 -08:00
Grace Kloba
34d7a9fbf5
Merge "Remove the obsolete unused hidden constant."
2010-02-01 15:35:34 -08:00
Christopher Tate
d3cd359122
Streamline: use Messages sent to a Handler subclass instead of posting Runnables
...
Change-Id: I0ecbd2145300962839c0f87b761768a3bca4f010
2010-02-01 15:31:09 -08:00
Joe Onorato
e641a76758
Merge "Fix bug 2362761 AppWidgetService should use Intent.setPackage()"
2010-02-01 15:26:25 -08:00
Joe Onorato
f6133febae
Fix bug 2362761 AppWidgetService should use Intent.setPackage()
...
Thanks Bjorn for the tip.
2010-02-01 18:24:46 -05:00
Joe Onorato
1f9a3cc338
Merge "Fix bug 2389454 - DateTimeView can NPE if "date_format" isn't set in Settings."
2010-02-01 15:15:19 -08:00
Joe Onorato
7747210426
Fix bug 2389454 - DateTimeView can NPE if "date_format" isn't set in Settings.
2010-02-01 18:14:15 -05:00
Grace Kloba
e8fe0e35e5
Remove the obsolete unused hidden constant.
2010-02-01 15:08:40 -08:00
Mike LeBeau
f9271c8b7d
Provide another extra for ACTION_VOICE_SEARCH_RESULTS that indicates
...
the base url to be used when interpreting html results given in
EXTRA_VOICE_SEARCH_RESULT_HTML.
2010-02-01 15:07:13 -08:00
Shimeng (Simon) Wang
8a7ac8db1a
Anchor the page at top left corner when webView size changed.
...
Bug: 2356891
modified: core/java/android/webkit/WebView.java
2010-02-01 15:06:38 -08:00
Romain Guy
2456248712
Do not reshow the filter popup after hiding it.
...
This was causing the popup to show after moving a list out of the screen in
the new music app.
2010-02-01 14:58:06 -08:00
John Wang
6a31dfa905
am 1ef6fb3b: am 8deed914: Merge "Handle RIL_UNSOL_RESEND_INCALL_MUTE." into eclair
...
Merge commit '1ef6fb3bbe17870673195f28eec9d1e4e43b4785'
* commit '1ef6fb3bbe17870673195f28eec9d1e4e43b4785':
Handle RIL_UNSOL_RESEND_INCALL_MUTE.
2010-02-01 14:34:50 -08:00
Bjorn Bringert
4a2b498766
Restore search UI layout to get search button back
...
This reverts commit aa0cfa7b6bf8000c59ceca2f9b698103e553d402.
Change-Id: Ia58b6ac4778c1c376db144f6c5bde22adbc41c10
2010-02-01 22:32:56 +00:00
Adam Powell
e4e460f67b
Merge "Overscrolling in AbsListView; visibility cleanup for FlingRunnable"
2010-02-01 14:24:18 -08:00
Adam Powell
79ac3395b5
Overscrolling in AbsListView; visibility cleanup for FlingRunnable
2010-02-01 14:19:31 -08:00
Mathias Agopian
9c84720da0
fix [2397853] glCopyTexImage2D crashes emulator
...
Fixed a typo which would cause a buffer overflow
2010-02-01 13:45:08 -08:00