summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Represent new searchSettingsDescription attribute on searchables inMike LeBeau2009-06-301-1/+15
| | | | SearchableInfo.
* Add new attribute 'searchSettingsDescription' for use within an app'sMike LeBeau2009-06-303-11/+17
| | | | | | searchable.xml. This attribute defines the string to be shown as the description a searchable in the 'searchable items' section of system search settings.
* Merge change 5807 into donutAndroid (Google) Code Review2009-06-301-27/+81
|\ | | | | | | | | * changes: Fixing synth to file to use the speech queue.
| * Fixing synth to file to use the speech queue.Charles Chen2009-06-301-27/+81
| |
* | Merge change 5829 into donutAndroid (Google) Code Review2009-06-305-107/+157
|\ \ | | | | | | | | | | | | * changes: Fix issue #1673793: Theme styles don't apply.
| * | Fix issue #1673793: Theme styles don't apply.Dianne Hackborn2009-06-305-107/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out this was not a problem in the resource code at all. Rather, the system process has a cache of pre-loaded attributes it uses to avoid continually reloading things as it needs them. Well it turns out this cache wasn't flushed after a package was uninstalled or a configuration changed, so you could re-install an app where you change its style resources so its theme now points to one that is inconsistent in the cache. This is mostly a problem for developers, where they continually install new versions of an app where resources have changed. This could possibly show up when updating an app on a normal phone, although the problem would eventually correct itself since this cache uses weak references. Anyway, the cache is now reworked to be flushed appropriately. This change also includes an update to aapt to be able to dump the contents of bags in resources.
* | | Merge change 5750 into donutAndroid (Google) Code Review2009-06-301-0/+7
|\ \ \ | | | | | | | | | | | | | | | | * changes: Add a new checkin server flag for Vending Machine client server ping frequency for pending downloads.
| * | | Add a new checkin server flag for Vending Machine client server ping ↵lknguyen2009-06-291-0/+7
| | | | | | | | | | | | | | | | frequency for pending downloads.
* | | | Implement issue #1943927 (need notification in status bar when adb is active)Dianne Hackborn2009-06-305-7/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a little hacky -- we just assume that if adb is enabled and power is connected through usb, then it is active. The icons and text are temporary until final design is provided.
* | | | Merge change 5826 into donutAndroid (Google) Code Review2009-06-301-2/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Fix NullPointerException in NinePatch constructor
| * | | | Fix NullPointerException in NinePatch constructorPhil Dubach2009-06-301-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NinePatch.mPaint may be null and most methods in this class handle that case properly. However, the constructor which derives a new NinePatch from an existing instance assumes that mPaint is non-null. This results in an unexpected NullPointerException, for example when attempting to call NinePatchDrawable.mutate() on an instance that was created from a resource. Small unrelated fix in same file: Remove unused private mRect member.
* | | | | Merge change 5739 into donutAndroid (Google) Code Review2009-06-301-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Check to make sure the Java camera object is still valid on the callback from native. Omitted from previous fix. Bug 1936850.
| * | | | | Check to make sure the Java camera object is still valid on theDave Sparks2009-06-301-0/+4
| |/ / / / | | | | | | | | | | | | | | | callback from native. Omitted from previous fix. Bug 1936850.
* | | | | Merge change 5806 into donutAndroid (Google) Code Review2009-06-301-43/+65
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | * changes: Use additional functions to collect more memory information data points.
| * | | | Use additional functions to collect more memory information data points.Guang Zhu2009-06-301-43/+65
| | | | |
* | | | | Tighten up the metadata backup logicChristopher Tate2009-06-301-42/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now store the app version codes and and global OS incremental version name in the PM backup state and the actual backup record. We then use that information to trigger a re-backup of the metadata if the OS revision changes in any way, or to back up single apps' metadata if we notice that they've been upgraded.
* | | | | Merge change 5817 into donutAndroid (Google) Code Review2009-06-3023-252/+384
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Replace indeterminate progress animated asset with new ones
| * | | | | Replace indeterminate progress animated asset with new onesRomain Guy2009-06-3023-252/+384
| | | | | |
* | | | | | Merge change 5732 into donutAndroid (Google) Code Review2009-06-301-2/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | * changes: Fix assertContentsInOrder (bug 1790350).
| * | | | | Fix assertContentsInOrder (bug 1790350).Karl Rosaen2009-06-291-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if we ever get an updated Lists class that includes a Lists.newArrayList(Iterable<?> implementation, that would work too.
* | | | | | Merge change 5420 into donutAndroid (Google) Code Review2009-06-303-0/+140
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Added two test cases to trace the failure in closing the hw decoder and the current playtime is greater than the duration.
| * | | | | | Added two test cases to trace the failure in closing the hw decoder and the ↵Yu Shan Emily Lau2009-06-303-0/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | current playtime is greater than the duration.
* | | | | | | Merge change 5792 into donutAndroid (Google) Code Review2009-06-301-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix typo introduced during variable cleanup.
| * | | | | | | Fix typo introduced during variable cleanup.Jaikumar Ganesh2009-06-301-1/+1
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | This prevented data connection being established after voice calls on 2G networks.
* | | | | | | Merge change 5787 into donutAndroid (Google) Code Review2009-06-301-1/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix http://code.google.com/p/android/issues/detail?id=3059
| * | | | | | | Fix http://code.google.com/p/android/issues/detail?id=3059Marco Nelissen2009-06-301-1/+4
| | | | | | | |
* | | | | | | | Allow setPreviewDisplay after startPreview.Wu-cheng Li2009-07-015-60/+108
| |/ / / / / / |/| | | | | |
* | | | | | | Merge change 5780 into donutAndroid (Google) Code Review2009-06-302-14/+43
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: In TTS synthesis to file, remove hard coded values for the writing of the WAV header. Corrected TTS Service manifest to allow writing to external storage. Corrected memory management when the end of synthesis is signaled.
| * | | | | | | In TTS synthesis to file, remove hard coded values for the writing of the ↵Jean-Michel Trivi2009-06-302-14/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WAV header. Corrected TTS Service manifest to allow writing to external storage. Corrected memory management when the end of synthesis is signaled.
* | | | | | | | Merge change 5720 into donutAndroid (Google) Code Review2009-06-302-4/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | * changes: Fix #1876303. Even rfc2616 4.2 says that "Field names are case-insensitive.", servers including Google internal uses case-sensitive checking for "Cookie". So change it.
| * | | | | | | Fix #1876303. Even rfc2616 4.2 says that "Field names are ↵Grace Kloba2009-06-292-4/+4
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | case-insensitive.", servers including Google internal uses case-sensitive checking for "Cookie". So change it.
* | | | | | | Merge change 5718 into donutAndroid (Google) Code Review2009-06-291-2/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix NullPointerException in DrawableContainer.mutate()
| * | | | | | | Fix NullPointerException in DrawableContainer.mutate()Phil Dubach2009-06-291-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DrawableContainerState.mDrawables is an array which may be only partially filled, as can be seen in the constructor and the addChild() method. DrawableContainer.mutate() wrongly assumed that the array does not contain null references.
* | | | | | | | eliminate byte-typed cdma sms fieldsTammo Spalink2009-06-302-15/+15
| | | | | | | |
* | | | | | | | Merge change 5485 into donutAndroid (Google) Code Review2009-06-293-2/+155
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: cdma sms is91 support
| * | | | | | | | cdma sms is91 supportTammo Spalink2009-06-283-2/+155
| | | | | | | | |
* | | | | | | | | Merge change 5359 into donutAndroid (Google) Code Review2009-06-292-59/+53
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: fix potential string index problems in PhoneNumberUtils.numberToCalledPartyBCDHelper
| * | | | | | | | | fix potential string index problems in ↵Tammo Spalink2009-06-292-59/+53
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PhoneNumberUtils.numberToCalledPartyBCDHelper addresses http://buganizer/issue?id=1489784
* | | | | | | | | Don't issue a deletion for the global metadata backupChristopher Tate2009-06-291-1/+4
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were accidentally submitting a deletion for the global metadata key in the PM backup handling (it was falling into the usual "here's a package that we said we'd backed up last time, but now it's no longer on device" code). Don't do that any more, i.e. actually keep the global metadata key in the backup set. Oops.
* | | | | | | | Fix bug where the default TTS Service country is initialized to the default ↵Jean-Michel Trivi2009-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | language.
* | | | | | | | Merge change 5711 into donutAndroid (Google) Code Review2009-06-293-6/+82
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Adding in TTS service support for language query and level of support.
| * | | | | | | | Adding in TTS service support for language query and level of support.Jean-Michel Trivi2009-06-293-6/+82
| | | | | | | | |
* | | | | | | | | Merge change 5656 into donutAndroid (Google) Code Review2009-06-291-2/+11
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Generate key events for actions sent to generic input connections.
| * | | | | | | | Generate key events for actions sent to generic input connections.Dianne Hackborn2009-06-291-2/+11
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a compatibility issue with the cupcake IME where the generic input connection would just consume actions. Late in cupcake this stuff was reworked so that the IME would send an action command to the app instead of an enter key event, and the compatibility code got lost.
* | | | | | | | Merge change 5699 into donutAndroid (Google) Code Review2009-06-291-33/+93
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | * changes: Adding status return codes for TTS calls.
| * | | | | | | Adding status return codes for TTS calls.Charles Chen2009-06-291-33/+93
| | | | | | | |
* | | | | | | | Merge change 5669 into donutAndroid (Google) Code Review2009-06-291-3/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix setting of the APN type.
| * | | | | | | | Fix setting of the APN type.Jaikumar Ganesh2009-06-291-3/+6
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The user is on wifi, then enables SUPL APN. When wifi is switched off, we try to establish DATA connection on the Default APN. If this fails, we were not retrying as the mRequestedApnType variable was not being reset. This was happening because the SUPL APN and the data connection APN were the same.
* | | | | | | | Merge change 5701 into donutAndroid (Google) Code Review2009-06-292-22/+74
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Expose in SynthProxy the query for the TTS supported and current language.
| * | | | | | | | Expose in SynthProxy the query for the TTS supported and current language.Jean-Michel Trivi2009-06-292-22/+74
| |/ / / / / / /