Marco Nelissen
a6e45b4bb3
Add a silent ringtone.
2009-07-06 11:33:06 -07:00
Marco Nelissen
73bb511ade
Don't trim() in the mediascanner, as that would remove the special "sort first" character.
2009-07-06 11:07:27 -07:00
Marco Nelissen
899725b05d
Make sure ringtones are sorted correctly.
2009-07-06 10:57:01 -07:00
Marco Nelissen
816cf52abd
Fix the DEFAULT_SORT_ORDER value for media files. Changing this
...
is OK, because existing app will have the old value compiled in
as a literal, and so will continue to (not) work in the same
way as before. Add code to media key generator to give a leading
ascii \001 the special meaning of "sort first".
2009-07-06 09:58:06 -07:00
Hung-ying Tyan
46841db4f2
Add PPTP and L2TP/IPSec PSK service dispatching
2009-07-06 23:38:48 +08:00
Android (Google) Code Review
1f2bb46b9a
Merge change 6204 into donut
...
* changes:
Migrate to new keystore with the CertTool lib.
2009-07-06 03:55:07 -07:00
Hung-ying Tyan
7d22e15e1b
Migrate to new keystore with the CertTool lib.
2009-07-06 17:12:53 +08:00
Android (Google) Code Review
3383df385e
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
fd70bed692
keystore: Provide a generic getter for native components.
2009-07-06 14:33:09 +08:00
Chung-yih Wang
699ca3f251
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
4492bcb851
Merge change 6081 into donut
...
* changes:
Migrate to the CertTool library.
2009-07-03 18:40:54 -07:00
Android (Google) Code Review
6b1ab2572e
Merge change 6187 into donut
...
* changes:
Fix strings.
2009-07-03 09:44:29 -07:00
Hung-ying Tyan
0102dc6b22
Fix strings.
...
* Changes
+ Remove "Up time:" from ongoing event display.
+ Add hint in disconnected notification.
2009-07-04 00:24:48 +08:00
Chung-yih Wang
bf20b9963a
Migrate to the CertTool library.
...
Keystore is reimplemented and it is mainly for storing
(key, value) pair generically. The certificate related
APIs are moved to the class CertTool instead.
Updates:
Provide the getInstance() which gives the singleton.
Fix the missing construction of the BIO in cert.c.
2009-07-04 00:22:51 +08:00
Android (Google) Code Review
24ad29c6db
Merge change 6177 into donut
...
* changes:
Two small checks in keymgmt.
2009-07-03 08:51:59 -07:00
Android (Google) Code Review
7b8f782eaa
Merge change 6183 into donut
...
* changes:
Fix null data handling in ServiceCommand.writeCommand()
2009-07-03 02:52:55 -07:00
Hung-ying Tyan
116d890aea
Fix null data handling in ServiceCommand.writeCommand()
2009-07-03 17:38:59 +08:00
Android (Google) Code Review
2f97e984b5
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
922f1b85b9
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
a734207fd1
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
Wink Saville
1eee698c3e
Fixing 1949086 Sholes telephony crash after waking from sleep.
2009-07-02 20:50:11 -07:00
Charles Chen
4bca97ecaf
Removing IPA - IPA is already handled by the phoneme tag.
2009-07-02 17:21:22 -07:00
Android (Google) Code Review
b29f8283d0
Merge change 6155 into donut
...
* changes:
Unhide android.speech.tts.TextToSpeech
2009-07-02 16:45:12 -07:00
Jean-Michel Trivi
62788e9b48
Unhide android.speech.tts.TextToSpeech
2009-07-02 16:29:30 -07:00
Android (Google) Code Review
7e8cbfc2bc
Merge change 6143 into donut
...
* changes:
Fix the simulator.
2009-07-02 15:24:43 -07:00
Marco Nelissen
d595c79cdd
Fix the simulator.
2009-07-02 15:23:26 -07:00
Christopher Tate
d23d7f2d12
Add a 'wipe' operation to Bmgr
...
"bmgr wipe PACKAGE" now issues the backup transport clearBackupData() operation
for the given package.
2009-07-02 14:37:50 -07:00
Android (Google) Code Review
e15df4017c
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
Christopher Tate
8c0324752a
If we can't get the restore set's metadata, don't continue
...
Without the metadata we can't verify the version number or the signatures of the
apps whose data we'd be trying to restore against the apps present on device.
This is not acceptable; we need to refuse to give data to an unauthenticated
app.
2009-07-02 14:28:47 -07:00
Amith Yamasani
426cc62598
Make backup agent run in the system process as well.
2009-07-02 14:25:21 -07:00
Android (Google) Code Review
fe11ea5e2d
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
Marco Nelissen
632d553580
Use 'LOCAL_PATH' instead of 'local_path', so it's easier to see a diff of the two .mk files.
2009-07-02 14:18:30 -07:00
Android (Google) Code Review
0d81f63687
Merge change 6102 into donut
...
* changes:
Backup Wifi supplicant data.
2009-07-02 13:19:55 -07:00
Android (Google) Code Review
9701b3d594
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
Christopher Tate
4e3e50cfa7
Clean up the last two literal permission string usages
2009-07-02 12:14:05 -07:00
Android (Google) Code Review
7c5ae202c5
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
Amith Yamasani
16d79e56ca
Backup Wifi supplicant data.
...
WifiService requests a backup when it writes wifi configuration to disk.
Backup the wifi supplicant file when settings provider runs backup.
2009-07-02 12:05:32 -07:00
Android (Google) Code Review
a642e31398
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
Christopher Tate
ee0e78af5a
Add a "clear backed-up data" method to the backup mechanism
...
It's now possible to ask that the backup manager wipe the saved data for a given
application from the backing store. LocalTransport implements this now but the
Google backend does not yet. When the data is wiped, the on-device backup state
is also wiped to ensure that the next backup pushes all necessary data.
Bmgr has not yet been modified to actually call into this method, but it will
be soon.
2009-07-02 11:30:29 -07:00
Charles Chen
99a0feecd0
Adding strings for data root and data files - these are needed
...
for returning this information in an Intent from checkVoiceData.
2009-07-02 11:29:26 -07:00
Android (Google) Code Review
c7396025e5
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
d3de90f38d
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
3bc64a2cb9
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
Mike Lockwood
617750604c
WifiManager: Limit the number of WifiLocks that can be active simultaneously.
...
This is to prevent a bad app from using up all the global references in the
system process due to allocating too many DeathRecipients.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-07-02 13:25:00 -04:00
James Dong
a1b653d41d
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
7de4bd9b40
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
fa927c046a
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
288fe16c20
Merge change 6043 into donut
...
* changes:
System and Secure settings backup.
2009-07-02 05:01:23 -07:00
Amith Yamasani
220f4d633b
System and Secure settings backup.
...
This backs up the basic system and secure settings. THe restoration doesn't
take effect immediately. You many need to restart the runtime to see all
restored values take effect.
2009-07-02 04:58:09 -07:00
Chung-yih Wang
eec11827a6
Add CertTool for handling the keygen and certificate download.
...
1. Have the new Keystore for mini-keystore impelemntation.
2. Add CertTool library and jni dll for handling keygen and certificates.
3. Make Reply hidden.
4. Revert some 'incorrect' change and correct the description.
2009-07-02 18:56:12 +08:00