| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
* changes:
Add a "clear backed-up data" method to the backup mechanism
|
|\ \
| |/
|/|
| |
| | |
* changes:
Adding strings for data root and data files - these are needed for returning this information in an Intent from checkVoiceData.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1956726)
|
| | |
| | |
| | |
| | | |
1956726)
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Turn off kerning when testing TextUtils.ellipsize().
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
* changes:
WifiManager: Limit the number of WifiLocks that can be active simultaneously.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
Remove the null-termination for Java string compatibility.
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
1. Also change the keyname delimiter in CertTool.java.
2. Return NOTFOUND if the result.len==0 in the listKeys().
3. Define the keystore states in the class Keystore.
|
|/ / /
| | |
| | |
| | |
| | | |
* changes:
System and Secure settings backup.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Implement the generic mini-keystore for security.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
1. We will progressively migrate to this implementation.
2. For richc to have a quick review on the keymgmt part.
3. Add remove_key and make sure all functions are working.
4. Add permission check for get operation.
5. Return the retry count if unlock failed.
6. Add the reset operation for keystore reset.
7. Add the putfile shell command for putting the key value from file.
8. Fix the boundary issue during parsing command.
9. Use the ' ' as delimiter and reset the reply structure for each request.
10. Add change password retry count check.
11. Extract the read_marshal/write_marshal for certtool.h.
12. Remove the old implementation.
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
* changes:
Less logging in some places. More in others.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
SimRecords.getServiceProviderName() always returned null.
|
|\ \ \ \ \
| |_|/ / /
|/| | | /
| | |_|/
| |/| | |
* changes:
Add CLDR data/formats for newly-translated locales.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
resolve complex value in application context instead of system context.
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
* changes:
Fix memory leaks in system_server unlink DeathRecipients in a whole bunch of places to avoid memory leaks
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* changes:
Revise VpnService to use new vpn.* properties.
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | | |
* changes:
Represent new searchSettingsDescription attribute on searchables in SearchableInfo.
|
|\ \ \ \ \ \
| |/ / / / /
| | | | / /
| |_|_|/ /
|/| | | | |
* changes:
Add new attribute 'searchSettingsDescription' for use within an app's searchable.xml. This attribute defines the string to be shown as the description a searchable in the 'searchable items' section of system search settings.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* changes:
Run backups at background priority
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* changes:
Always clear the TextView drag state whenever a touch begins.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* changes:
Fix bug 1930055 of NullPointerException.
|
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
* changes:
Ensure that we never trigger ArrayIndexOutOfBoundsException by checking that the index is always < the array's length. Also ensures that the object's state is consistent. Should resolve a denial-of-service bug when handling malformed WAP pushes.
|
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | / /
| | |_|_|_|/ /
| |/| | | | | |
* changes:
Fix nit on length of flag constant.
|
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
* changes:
Fixing synth to file to use the speech queue.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* changes:
Fix issue #1673793: Theme styles don't apply.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
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.
|
|\ \ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | / / /
| |_|_|_|/ / /
|/| | | | | | |
* changes:
Add a new checkin server flag for Vending Machine client server ping frequency for pending downloads.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* changes:
Fix NullPointerException in NinePatch constructor
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* changes:
Check to make sure the Java camera object is still valid on the callback from native. Omitted from previous fix. Bug 1936850.
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
* changes:
Use additional functions to collect more memory information data points.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* changes:
Replace indeterminate progress animated asset with new ones
|
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | /
| | |_|_|_|_|_|/
| |/| | | | | | |
* changes:
Fix assertContentsInOrder (bug 1790350).
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* changes:
Added two test cases to trace the failure in closing the hw decoder and the current playtime is greater than the duration.
|
|\ \ \ \ \ \ \ \ \
| | |_|_|_|_|/ / /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | | |
* changes:
Fix typo introduced during variable cleanup.
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* changes:
Fix http://code.google.com/p/android/issues/detail?id=3059
|
| |/ / / / / / / /
|/| | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* 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.
|
|\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / /
|/| | | | | | / / /
| | |_|_|_|_|/ / /
| |/| | | | | | | |
* 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.
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* changes:
Fix NullPointerException in DrawableContainer.mutate()
|
|\ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|/ / / /
| |/| | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* changes:
cdma sms is91 support
|
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
| | | | / / / / / /
| |_|_|/ / / / / /
|/| | | | | | | | |
* changes:
fix potential string index problems in PhoneNumberUtils.numberToCalledPartyBCDHelper
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* changes:
Adding in TTS service support for language query and level of support.
|
|\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / /
|/| | | / / / / / /
| | |_|/ / / / / /
| |/| | | | | | | |
* changes:
Generate key events for actions sent to generic input connections.
|
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* changes:
Adding status return codes for TTS calls.
|
|\ \ \ \ \ \ \ \ \
| | |/ / / / / / /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | | |
* changes:
Fix setting of the APN type.
|
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
* changes:
Expose in SynthProxy the query for the TTS supported and current language.
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
* changes:
Added a new operation mode where user can launch all tests under a folder from test app ui.
|