Commit Graph

1152 Commits

Author SHA1 Message Date
Android (Google) Code Review
1b78e260f2 Merge change 6305 into donut
* changes:
  Fix up permissions for 'dumpsys backup'
2009-07-06 15:49:26 -07:00
Android (Google) Code Review
f86e9edd36 Merge change 6271 into donut
* changes:
  Propagating the error codes through the TtsService
2009-07-06 14:38:39 -07:00
Android (Google) Code Review
cf39b1574e Merge change 6283 into donut
* changes:
  Fix a bug where clicking the "more results" suggestion with the trackball did not seem to expand to show the corpus selectors. (http://b/1906643)
2009-07-06 14:37:54 -07:00
Android (Google) Code Review
792ca1d7e0 Merge change 6282 into donut
* changes:
  Fixes #1963214. ProgressDialog was using the wrong indeterminate progress asset.
2009-07-06 14:32:18 -07:00
Android (Google) Code Review
71de29ce12 Merge change 6252 into donut
* changes:
  Don't re-parse the framework resources all the time.
2009-07-06 14:09:16 -07:00
Android (Google) Code Review
97e665c5ad Merge change 6241 into donut
* changes:
  Fixes #1444844. Set a maximum fling velocity in scrollable views.
2009-07-06 13:10:50 -07:00
Android (Google) Code Review
2e2d63e766 Merge change 6258 into donut
* changes:
  Fix the comment -- "charged" not "sharted."  Also, the other strings on that screen seem to have periods.  I think that's wrong, but it's better to be consistent that right.
2009-07-06 12:56:32 -07:00
Android (Google) Code Review
4951730088 Merge change 6255 into donut
* changes:
  Fix the comments for the string resources for the charge status.
2009-07-06 12:39:28 -07:00
Android (Google) Code Review
a28ad592ab Merge change 6246 into donut
* changes:
  Fix bugs 1317754 - "Idle screen displays "Charging (100%)" even when fully charged." and 1885870 - "Shorten 'Clear notification' button to 'Clear' to match latest design"
2009-07-06 12:09:34 -07:00
Android (Google) Code Review
5fd5ea252a Merge change 6162 into donut
* changes:
  Hold a wakelock during backup/restore/clear operations
2009-07-06 11:54:34 -07:00
Android (Google) Code Review
d00df0ed64 Merge change 6154 into donut
* changes:
  Fix bug (#1947162)
2009-07-06 11:37:13 -07:00
Android (Google) Code Review
9641c0176f Merge change 6237 into donut
* changes:
  Add a silent ringtone.
2009-07-06 11:34:28 -07:00
Android (Google) Code Review
cbdf6a97b6 Merge change 6227 into donut
* changes:
  Adding tts result codes.
2009-07-06 11:26:15 -07:00
Dianne Hackborn
0f253efba5 Don't re-parse the framework resources all the time.
A small optimization to the resource code, to not re-parse the framework
resources every time we build a new AssetManager.  Instead, you can now
construct a ResTable from a previously created one...  of course, like the
existing code for using the data in-place, you can't delete the original
ResTable until you have deleted the one that has been constructed from it.
2009-07-06 11:12:37 -07:00
Android (Google) Code Review
88008f1955 Merge change 6231 into donut
* changes:
  Don't trim() in the mediascanner, as that would remove the special "sort first" character.
2009-07-06 11:09:20 -07:00
Android (Google) Code Review
0b41add758 Merge change 6221 into donut
* changes:
  Remove links to wikipedia; fix typo; remove .vsd file (bug 1918247).
2009-07-06 11:01:43 -07:00
Android (Google) Code Review
dc7ceaf5bd Merge change 6204 into donut
* changes:
  Migrate to new keystore with the CertTool lib.
2009-07-06 03:55:07 -07:00
Android (Google) Code Review
dea9f55274 Merge change 6198 into donut
* changes:
  keystore: Provide a generic getter for native components.
2009-07-06 00:04:54 -07:00
Chia-chi Yeh
5d0ca76229 keystore: Provide a generic getter for native components. 2009-07-06 14:33:09 +08:00
Chung-yih Wang
6ac03019e6 Add password field for WiFi configuration.
1. the certtool.h is modified for avoiding the side effect,
   for saving the configuration with wpa_supplicant.
2. put the loadLibrary back in CertTool.java
3. Fix incorrect JNI declarations.
2009-07-05 11:06:01 +08:00
Android (Google) Code Review
928f5052b5 Merge change 6081 into donut
* changes:
  Migrate to the CertTool library.
2009-07-03 18:40:54 -07:00
Android (Google) Code Review
f64ab9f67b Merge change 6187 into donut
* changes:
  Fix strings.
2009-07-03 09:44:29 -07:00
Android (Google) Code Review
57643ce5c6 Merge change 6177 into donut
* changes:
  Two small checks in keymgmt.
2009-07-03 08:51:59 -07:00
Android (Google) Code Review
1d70b6110f Merge change 6183 into donut
* changes:
  Fix null data handling in ServiceCommand.writeCommand()
2009-07-03 02:52:55 -07:00
Android (Google) Code Review
dfa33aa016 Merge change 6130 into donut
* changes:
  Make backup agent run in the system process as well.
2009-07-03 00:00:19 -07:00
Android (Google) Code Review
9c95f73432 Merge change 6146 into donut
* changes:
  Fixing 1949086 Sholes telephony crash after waking from sleep.
2009-07-02 22:39:17 -07:00
Chung-yih Wang
37b49519cc Two small checks in keymgmt.
1. Enforce the state check in listkey().
2. Enforce the password length check.
2009-07-03 12:14:36 +08:00
Android (Google) Code Review
3fca571773 Merge change 6155 into donut
* changes:
  Unhide android.speech.tts.TextToSpeech
2009-07-02 16:45:12 -07:00
Android (Google) Code Review
9d5ff35b19 Merge change 6143 into donut
* changes:
  Fix the simulator.
2009-07-02 15:24:43 -07:00
Android (Google) Code Review
c5e9a886b1 Merge change 6132 into donut
* changes:
  If we can't get the restore set's metadata, don't continue
2009-07-02 14:30:56 -07:00
Android (Google) Code Review
1b6f29bbea Merge change 6126 into donut
* changes:
  Use 'LOCAL_PATH' instead of 'local_path', so it's easier to see a diff of the two .mk files.
2009-07-02 14:20:08 -07:00
Android (Google) Code Review
a59fb52ae2 Merge change 6102 into donut
* changes:
  Backup Wifi supplicant data.
2009-07-02 13:19:55 -07:00
Android (Google) Code Review
94a938bb14 Merge change 5979 into donut
* changes:
  Remove the constraint to assign new uid when code path changes for system packages
2009-07-02 12:20:29 -07:00
crazybob
cd84ef2561 Removed system/framework/android.awt.jar. 2009-07-02 14:11:33 -05:00
Android (Google) Code Review
eb05dd5dae Merge change 6104 into donut
* changes:
  Add a "clear backed-up data" method to the backup mechanism
2009-07-02 12:10:42 -07:00
Android (Google) Code Review
6b55ae67d5 Merge change 6090 into donut
* changes:
  Adding strings for data root and data files - these are needed for returning this information in an Intent from checkVoiceData.
2009-07-02 11:31:14 -07:00
Android (Google) Code Review
f777ac1a2b Merge change 6084 into donut
* changes:
  Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1956726)
2009-07-02 11:00:41 -07:00
Android (Google) Code Review
cf564240ed Merge change 5995 into donut
* changes:
  Turn off kerning when testing TextUtils.ellipsize().
2009-07-02 10:46:37 -07:00
Android (Google) Code Review
abd7cb08cd Merge change 6088 into donut
* changes:
  WifiManager: Limit the number of WifiLocks that can be active simultaneously.
2009-07-02 10:40:33 -07:00
James Dong
16f3d35459 Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1956726) 2009-07-02 10:04:20 -07:00
Android (Google) Code Review
0919ff5f14 Merge change 6045 into donut
* changes:
  Remove the null-termination for Java string compatibility.
2009-07-02 08:34:35 -07:00
Chung-yih Wang
7bd460b120 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.
2009-07-02 23:08:39 +08:00
Android (Google) Code Review
cdf34e02ed Merge change 6043 into donut
* changes:
  System and Secure settings backup.
2009-07-02 05:01:23 -07:00
Android (Google) Code Review
dca4e5332c Merge change 5615 into donut
* changes:
  Implement the generic mini-keystore for security.
2009-07-02 00:16:21 -07:00
Chung-yih Wang
c186c66a29 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.
2009-07-02 14:08:20 +08:00
Android (Google) Code Review
9fc5f84201 Merge change 5994 into donut
* changes:
  Less logging in some places.  More in others.
2009-07-01 18:04:40 -07:00
Joe Onorato
00dae0a084 Less logging in some places. More in others. 2009-07-01 21:04:03 -04:00
Android (Google) Code Review
bdfffcc0c2 Merge change 5962 into donut
* changes:
  SimRecords.getServiceProviderName() always returned null.
2009-07-01 14:12:10 -07:00
Android (Google) Code Review
f9aabc1c27 Merge change 5940 into donut
* changes:
  Add CLDR data/formats for newly-translated locales.
2009-07-01 14:04:32 -07:00
Android (Google) Code Review
eee4987d2c Merge change 5906 into donut
* changes:
  resolve complex value in application context instead of system context.
2009-07-01 12:53:04 -07:00