summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add net type to mobile for mobile-required trafficRobert Greenwalt2009-08-1212-522/+972
| | | | | This also refactors ConnectivityService a bit towards supporting multiple simultaneous connections by making each a seem like a seperate Network with it's own stateTracker, etc. Also adds tracking of process death to clean orphaned startUsingNetworkFeature features.
* Merge change 20982Android (Google) Code Review2009-08-122-32/+117
|\ | | | | | | | | * changes: SystemProperties: eliminate unnecessary string allocation.
| * SystemProperties: eliminate unnecessary string allocation.Mike Lockwood2009-08-122-32/+117
| | | | | | | | | | | | getInt(), getLong() and getBoolean() no longer allocate a temporary String object. Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Add AsyncQueryHandler helper for queryEntities().Jeff Sharkey2009-08-122-7/+112
| | | | | | | | | | | | | | | | Recently we added queryEntities() to the ContentProvider interface to read out Entity objects atomically. This change adds a helper to AsyncQueryHandler to perform these queries on a background thread, returning the result when finished.
* | am fe6e733a: Merge change 20960 into donutDianne Hackborn2009-08-121-2/+1
|\ \ | | | | | | | | | | | | | | | | | | Merge commit 'fe6e733a01b1ab8a6c7b651c65bf7abeb97f9525' * commit 'fe6e733a01b1ab8a6c7b651c65bf7abeb97f9525': Fix issue #2049588: App widget can crash causing system to be unable to boot
| * \ Merge change 20960 into donutAndroid (Google) Code Review2009-08-121-2/+1
| |\ \ | | | | | | | | | | | | | | | | * changes: Fix issue #2049588: App widget can crash causing system to be unable to boot
| | * | Fix issue #2049588: App widget can crash causing system to be unable to bootDianne Hackborn2009-08-121-2/+1
| | | |
* | | | am 4cc16a7b: Merge change 20859 into donutjsh2009-08-121-3/+5
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '4cc16a7b9f146c4a324202db6b1777d2e0150fc3' * commit '4cc16a7b9f146c4a324202db6b1777d2e0150fc3': Fix for sending 16-bit SMS message with header.
| * | | Merge change 20859 into donutAndroid (Google) Code Review2009-08-121-3/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Fix for sending 16-bit SMS message with header.
| | * | | Fix for sending 16-bit SMS message with header.jsh2009-08-111-3/+5
| | | | | | | | | | | | | | | | | | | | Header length was missing from the PDU. This addresses http://b/issue?id=2040561
* | | | | am 4c85f133: Merge change 20869 into donutKarl Rosaen2009-08-121-2/+4
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '4c85f133e10ceaeb2553adb397d4828a7091e7e6' * commit '4c85f133e10ceaeb2553adb397d4828a7091e7e6': If no interpolator is specified for a progress bar in the theme, default to a LinearInterpolator.
| * | | | Merge change 20869 into donutAndroid (Google) Code Review2009-08-121-2/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: If no interpolator is specified for a progress bar in the theme, default to a LinearInterpolator.
| | * | | | If no interpolator is specified for a progress bar in the theme, default to ↵Karl Rosaen2009-08-121-2/+4
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | a LinearInterpolator. Fixes bug 2031844.
* | | | | am b8546001: Merge change 20878 into donutDianne Hackborn2009-08-127-13/+157
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'b8546001701405a76dad7e6235046e592296fac2' * commit 'b8546001701405a76dad7e6235046e592296fac2': Fix issue #2048263: More debugging information
| * | | | Merge change 20878 into donutAndroid (Google) Code Review2009-08-117-13/+157
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix issue #2048263: More debugging information
| | * | | | Fix issue #2048263: More debugging informationDianne Hackborn2009-08-117-13/+157
| | | |/ / | | |/| | | | | | | | | | | | | | | | | We now hopefully do better about generating the anr reports, and include information about the malloc loaded assets in meminfo.
* | | | | am 188f5a71: (-s ours) DO NOT MERGE: cherry-pick: libdrm1: Use libcrypto ↵Chia-chi Yeh2009-08-120-0/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of libaes. Merge commit '188f5a71061791906572de375c5efe26cadddbae' * commit '188f5a71061791906572de375c5efe26cadddbae': DO NOT MERGE: cherry-pick: libdrm1: Use libcrypto instead of libaes.
| * | | | DO NOT MERGE: cherry-pick: libdrm1: Use libcrypto instead of libaes.Chia-chi Yeh2009-08-114-25/+23
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | It seems that libdrm1 was the only user of libaes. Now libaes is no longer required and removing it saves 36 kilobytes. Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | am eccd6fdd: Merge change 20673 into donutJean-Michel Trivi2009-08-122-19/+80
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit 'eccd6fdd0d86b8610b738fc15c707eedc00ec9dc' * commit 'eccd6fdd0d86b8610b738fc15c707eedc00ec9dc': Fix bug 2043140.
| * | | Merge change 20673 into donutAndroid (Google) Code Review2009-08-112-19/+80
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Fix bug 2043140. A race condition is encountered when an application invokes shutdown() on its TextToSpeech object while is has speak() requests still running. Since the TTS service destructor releases the synthesizer resources and sets the corresponding synth reference to null, an NPE was observed. The fix consists in catching NPEs whenever the sNativeSynth object is accessed, and return the matching error for the call. This change is a "low risk" version of the fix for bug 2025765i (same issue) which was reverted because it was higher risk than this CL: it affected the logic of each call to sNativeSynth. This CL only sets an error code when an NPE is fired because sNativeSynth is null.
| | * | | Fix bug 2043140.Jean-Michel Trivi2009-08-112-19/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A race condition is encountered when an application invokes shutdown() on its TextToSpeech object while is has speak() requests still running. Since the TTS service destructor releases the synthesizer resources and sets the corresponding synth reference to null, an NPE was observed. The fix consists in catching NPEs whenever the sNativeSynth object is accessed, and return the matching error for the call. This change is a "low risk" version of the fix for bug 2025765i (same issue) which was reverted because it was higher risk than this CL: it affected the logic of each call to sNativeSynth. This CL only sets an error code when an NPE is fired because sNativeSynth is null.
* | | | | am 3b5f4a84: Merge change 20806 into donutBrett Chabot2009-08-122-10/+3
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '3b5f4a841e9e87442eeacd7773bd2a6ca8710019' * commit '3b5f4a841e9e87442eeacd7773bd2a6ca8710019': Remove flaky auto complete tests from continuous.
| * | | | Merge change 20806 into donutAndroid (Google) Code Review2009-08-112-10/+3
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | * changes: Remove flaky auto complete tests from continuous.
| | * | | Remove flaky auto complete tests from continuous.Brett Chabot2009-08-112-10/+3
| | | | | | | | | | | | | | | | | | | | BUG 2036517
* | | | | am b3fa1084: Merge change 20768 into donutKarl Rosaen2009-08-121-8/+145
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'b3fa1084ba31698fa5c58150a713d7abbadb1cd2' * commit 'b3fa1084ba31698fa5c58150a713d7abbadb1cd2': Docs only change: finish documentation of Android Quick Search Box related information in SearchManager.
| * | | | Merge change 20768 into donutAndroid (Google) Code Review2009-08-111-8/+145
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Docs only change: finish documentation of Android Quick Search Box related information in SearchManager.
| | * | | | Docs only change: finish documentation of Android Quick Search Box related ↵Karl Rosaen2009-08-111-8/+145
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | information in SearchManager. Includes: - an overview section on including search suggestions in quick search box - additional table of searchable metadata attributes related to quick search box - additional column descriptions that we've added for quick search box. - description of how to expose your content provider's search suggestions to the search infrastructure if you have permissions guarding your content provider.
* | | | | am b23896da: Merge snapshot version of donut back into main treeJean-Baptiste Queru2009-08-120-0/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'b23896da46a9290b9e8c7b1e540d4d4a6cebcfab' * commit 'b23896da46a9290b9e8c7b1e540d4d4a6cebcfab': donut snapshot
| * | | | Merge snapshot version of donut back into main treeJean-Baptiste Queru2009-08-110-0/+0
| |\ \ \ \
| | * | | | donut snapshotJean-Baptiste Queru2009-08-11343-12966/+52134
| | | | | |
* | | | | | resolved conflicts for merge of 802527c6 to master skipping ↵android-build SharedAccount2009-08-1210-176/+156
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | preloaded-classes as pre Bob
| * | | | | Merge change 20713 into donutAndroid (Google) Code Review2009-08-1111-305/+1575
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Updated preloaded-classes file.
| | * | | | | Updated preloaded-classes file.Bob Lee2009-08-1111-305/+1575
| | | | | | |
* | | | | | | Merge change 20965Android (Google) Code Review2009-08-121-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: readData should read the data, not write the data.
| * | | | | | | readData should read the data, not write the data.Joe Onorato2009-08-121-3/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Add presence to ContactsHeaderWidgetEvan Millar2009-08-124-5/+26
| | | | | | |
* | | | | | | Merge change 20945Android (Google) Code Review2009-08-121-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | * changes: contrary to popular belief ContentResolver.query can return null. so check.
| * | | | | | contrary to popular belief ContentResolver.query can return null.Mark Wagner2009-08-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | so check.
* | | | | | | Merge change 20930Android (Google) Code Review2009-08-122-8/+21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: BatteryService: Fix problems shutting down when the battery is dead:
| * | | | | | | BatteryService: Fix problems shutting down when the battery is dead:Mike Lockwood2009-08-122-8/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wait until system is booted before attempting to display the shutdown dialog. Use ShutdownActivity rather than attempting to run ShutdownThread in the battery service. Fix logic error (check !isPowered() instead of isPowered()) Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | | | | Deprecate extra gd:structuredPostalAddress fields.Jeff Sharkey2009-08-121-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For the purposes of contact data, there are some postal address columns that are unsupported, since they don't directly contribute to a "mailing address" for a person. http://code.google.com/apis/contacts/docs/3.0/reference.html#structuredPostalAddressRestrictions http://code.google.com/apis/gdata/docs/2.0/elements.html#gdStructuredPostalAddress
* | | | | | | | Merge change 20943Android (Google) Code Review2009-08-122-0/+14
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | * changes: Fix the simulator build by removing librs_jni and libRS from it. Since libacc isn't 64-bit clean (it casts pointers to integers), and so can't be built for the gHardy simulator, everything that depends on it can't be built for the simulator either, which means removing libRS and librs_jni.
| * | | | | | | Fix the simulator build by removing librs_jni and libRS from it.Marco Nelissen2009-08-122-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since libacc isn't 64-bit clean (it casts pointers to integers), and so can't be built for the gHardy simulator, everything that depends on it can't be built for the simulator either, which means removing libRS and librs_jni.
* | | | | | | | Merge change 20706Android (Google) Code Review2009-08-122-11/+33
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Improve Browser performance by 1-2%. To address domain sanity bug, http://b/issue?id=1022797, we decoded/encoded the url for each request. As the url can be long, getBytes() and String.init are taking 1.5% in nytimes.com and 2.4% in cnn.com. By doing a simple URL encoding test, we can shave 1-2 secs thread time during loading.
| * | | | | | | | Improve Browser performance by 1-2%. To address domain sanity bug,Grace Kloba2009-08-112-11/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://b/issue?id=1022797, we decoded/encoded the url for each request. As the url can be long, getBytes() and String.init are taking 1.5% in nytimes.com and 2.4% in cnn.com. By doing a simple URL encoding test, we can shave 1-2 secs thread time during loading.
* | | | | | | | | Rename gmail-ls log tag to GmailCynthia Wong2009-08-121-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge change 20937Android (Google) Code Review2009-08-121-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: libdrm: "==" should be an assignment.
| * | | | | | | | libdrm: "==" should be an assignment.Mike Lockwood2009-08-121-1/+1
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | | | | Merge change 20927Android (Google) Code Review2009-08-122-2/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Workaround for issue 2046783.
| * | | | | | | | Workaround for issue 2046783.Eric Laurent2009-08-122-2/+13
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently the problem is caused by the fact that A2dpAudioStreamOut::standby() calls a2dp_stop() after the headset has been powered down. The workaround consists in indicating to A2DP audio hardware that a close request is pending and that stanby() must be bypassed.