Android (Google) Code Review
8ed62fbb0f
Merge change 4085 into donut
...
* changes:
Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods on BackupDataOutput.
2009-06-12 16:22:55 -07:00
Joe Onorato
7bdc440894
Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods on BackupDataOutput.
2009-06-12 16:21:24 -07:00
Android (Google) Code Review
7a73b19f8e
Merge change 4104 into donut
...
* changes:
Journal backup requests so that they won't be lost in a crash
2009-06-12 15:19:50 -07:00
Android (Google) Code Review
2c0fe45b5b
Merge change 4080 into donut
...
* changes:
Fix data connection issues.
2009-06-12 13:46:00 -07:00
Android (Google) Code Review
d15085f31e
Merge change 4017 into donut
...
* changes:
Make the date format preference work again.
2009-06-12 11:10:56 -07:00
Ramanan Rajeswaran
31776fcd1a
resolved conflicts for merge of a798dd86 to donut
2009-06-12 09:49:16 -07:00
Android (Google) Code Review
5c966e0099
Merge change 4047 into donut
...
* changes:
Fix issue #899198 MODE_RINGER_STREAMS_AFFECTED does not restore volumes correctly
2009-06-12 08:33:59 -07:00
Android (Google) Code Review
c520f60dd3
Merge change 3981 into donut
...
* changes:
Removed trailing whitespaces.
2009-06-12 08:32:09 -07:00
Android (Google) Code Review
ec77d20d8f
Merge change 3424 into donut
...
* changes:
Add the VPN services package, VPN service base classes and L2tpIpsecService.
2009-06-12 05:33:40 -07:00
Hung-ying Tyan
173be90a18
Add the VPN services package, VPN service base classes and L2tpIpsecService.
...
Also add android.security.Keystore. This is a quick solution. Will be
evolved to a more mature implementation.
PATCH SET 2:
+ Add VpnServiceBinder to hide VpnService and its subclasses.
+ Add sendCommand2() to AndroidServiceProxy to work with the latest mtpd.
PATCH SET 3:
+ Rebase to catch up with new commits; no changes made.
PATCH SET 4:
+ Remove/comment out @Override on interface methods to be compilable for Java 1.5.
PATCH SET 5:
+ Add L2tpService.java.
+ Make VpnService to work on SingleServerProfile; add serverIp to
connect(); set system property "net.vpn.server_ip"; and move
getPppOptionFilePath() from L2tpIpsecService to VpnService
+ Revise VpnManager to start VpnService without worrying about which
type (as the type info is in VpnProfile)
+ Remove installation stuff from VpnManager
PATCH SET 6:
+ Fix PATCH SET 5 (the patch was messed up). Please ignore PATCH SET 5.
PATCH SET 7:
+ Fix styles.
PATCH SET 8:
+ Add CANCELLED to VpnState.
PATCH SET 9:
+ Make VpnProfile serializable (in order to save them to persistent storage)
PATCH SET 10:
+ Remove Keystore.java as it's added in another CL.
2009-06-12 15:45:56 +08:00
Android (Google) Code Review
fcff1ffa54
Merge changes 3953,3954 into donut
...
* changes:
Make the file backup helper not crash if a file you requested can't be stated. This means you don't need to know if the files you are backing up exist or not -- we'll figure it out for you.
Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.
2009-06-11 19:50:05 -07:00
Android (Google) Code Review
4fb8b729c5
Merge change 4008 into donut
...
* changes:
Fixes #1886237 . Views drawing cache was not generated properly.
2009-06-11 18:06:17 -07:00
Android (Google) Code Review
3ce2323fd5
Merge change 3967 into donut
...
* changes:
Update control files (pass/fail/nontext/crash) to results from CRB45
2009-06-11 16:20:22 -07:00
Android (Google) Code Review
c43563f874
Merge change 3907 into donut
...
* changes:
Support SMS cell broadcasting for GSM in RIL.java
2009-06-11 15:54:51 -07:00
Android (Google) Code Review
e1bf8b5416
Merge change 3775 into donut
...
* changes:
DO NOT MERGE.
2009-06-11 15:21:02 -07:00
Android (Google) Code Review
44a5f2cb55
Merge change 3949 into donut
...
* changes:
TextToSpeech class cleanups - harmonized private member variable names - added success / failure codes (used for now in initialization) - synchronized access to speech completed listener.
2009-06-11 15:07:58 -07:00
Joe Onorato
1a9e19a73e
Make the file backup helper not crash if a file you requested
...
can't be stated. This means you don't need to know if the files
you are backing up exist or not -- we'll figure it out for you.
2009-06-11 14:51:45 -07:00
Android (Google) Code Review
327087023f
Merge change 3940 into donut
...
* changes:
dumpstate: Temporarily disable dumping /proc/slabinfo to avoid kernel crash.
2009-06-11 14:09:11 -07:00
Android (Google) Code Review
73fa97e687
Merge change 3935 into donut
...
* changes:
Hook the 12- or 24-hour time format checkbox back up.
2009-06-11 13:48:53 -07:00
Joe Onorato
0ad6120dad
Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.
...
This took quite a bit of refactoring.
2009-06-11 11:29:57 -07:00
Android (Google) Code Review
67182a34f0
Merge change 3015 into donut
...
* changes:
make sms calculateLength radio-independent
2009-06-11 11:27:53 -07:00
Android (Google) Code Review
cc3c1ce09c
Merge change 3828 into donut
...
* changes:
Renaming the Tts class to TextToSpeech for clarity. Switching to HashMap for parameter lists to pass key-value parameter pairs. Using TODO instead of FIXME in comments. Removing methods that don't belong anymore to the TTS interface now the feature becomes part of the platform.
2009-06-11 11:26:49 -07:00
Android (Google) Code Review
f137e59841
Merge change 3899 into donut
...
* changes:
GpsLocationProvider: Add hooks for GPS location injection.
2009-06-11 09:54:58 -07:00
Android (Google) Code Review
f83ecdc976
Merge change 3879 into donut
...
* changes:
ACTV: getWindowVisibility() instead of private attach count
2009-06-11 04:53:01 -07:00
Android (Google) Code Review
9371ede119
Merge change 3709 into donut
...
* changes:
Provide the Keystore feature in the framework.
2009-06-11 02:37:01 -07:00
Chung-yih Wang
8fcbada742
Provide the Keystore feature in the framework.
...
-- added the keystore library for Java application.
-- changed the marshalling of the keystore function return.
2009-06-11 17:28:40 +08:00
Android (Google) Code Review
cd2281eea5
Merge change 3800 into donut
...
* changes:
Add SUGGEST_SPINNER_WHILE_REFRESHING column constant to the SearchManager for use in implementing Google suggestion refreshing in global search.
2009-06-11 00:59:06 -07:00
Scott Main
19f4695f6b
am aa25df24: AI 149729: fix search functionatilty for offline docs... the file references weren\'t using the local root. BUG=1909300
...
Merge commit 'aa25df2452f68d2f732ad620a97fd47b3802fa2e' into donut
* commit 'aa25df2452f68d2f732ad620a97fd47b3802fa2e':
AI 149729: fix search functionatilty for offline docs...
2009-06-11 00:01:42 -07:00
Android (Google) Code Review
88a33d55b0
Merge change 3857 into donut
...
* changes:
Allow arrays of values for power profile data.
2009-06-10 19:50:22 -07:00
Android (Google) Code Review
4e1d7a0adf
Merge change 3826 into donut
...
* changes:
LocationManagerService: Fix logic error removing multiple dead receivers.
2009-06-10 17:32:21 -07:00
Android (Google) Code Review
be7629e5f1
Merge change 3799 into donut
...
* changes:
Turned on the windows media related test cases as the binary already integrated.
2009-06-10 17:10:05 -07:00
Android (Google) Code Review
6107a61a8f
Merge change 3806 into donut
...
* changes:
Fix a couple null pointer exceptions in CDMA voice call handling.
2009-06-10 16:38:12 -07:00
Android (Google) Code Review
d3280bca2d
Merge change 3795 into donut
...
* changes:
URI/extra data for inline scheme.
2009-06-10 16:24:01 -07:00
Android (Google) Code Review
00801c24af
Merge change 3782 into donut
...
* changes:
Reimport Portuguese translations.
2009-06-10 15:20:55 -07:00
Android (Google) Code Review
f3a33dc9e0
Merge change 3777 into donut
...
* changes:
Process the response of RIL_REQUEST_REPORT_SMS_MEMORY_STATUS.
2009-06-10 15:17:15 -07:00
Android (Google) Code Review
79f105e807
Merge change 3765 into donut
...
* changes:
Add a gservices flag to limit the size of protobufs we can gzip
2009-06-10 15:11:52 -07:00
Android (Google) Code Review
b17caeb749
Merge change 3730 into donut
...
* changes:
Restructuring the TTS files so that it works as a Service
2009-06-10 15:09:37 -07:00
Android (Google) Code Review
dd0cf738e1
Merge change 3760 into donut
...
* changes:
Enable HierarchyViewer on debuggable builds, even if they're secure.
2009-06-10 15:03:06 -07:00
Android (Google) Code Review
e8b0af9230
Merge change 3761 into donut
...
* changes:
Added support to record page load time for each url.
2009-06-10 15:03:06 -07:00
Android (Google) Code Review
9e7fa75e0b
Merge change 3754 into donut
...
* changes:
Fix some 12- vs 24-hour problems in the FormatDateRange strings.
2009-06-10 15:03:06 -07:00
Charles Chen
fff359f3bf
Restructuring the TTS files so that it works as a Service
2009-06-10 13:31:09 -07:00
Android (Google) Code Review
7ee6bfa848
Merge change 3577 into donut
...
* changes:
Make aapt Error out when an overlay adds a string.
2009-06-10 12:36:45 -07:00
Eric Fischer
a723b132a5
am a8c3821e: AI 149721: Import Portuguese translations.
...
Merge commit 'a8c3821e5a9017b557744bf3439b0cde5ace86db' into donut
* commit 'a8c3821e5a9017b557744bf3439b0cde5ace86db':
AI 149721: Import Portuguese translations.
2009-06-10 12:32:04 -07:00
Android (Google) Code Review
239a034dda
Merge change 2900 into donut
...
* changes:
Add support for custom tab views in TabHost and TabWidget.
2009-06-10 11:41:49 -07:00
Android (Google) Code Review
4d3829e689
Merge change 3178 into donut
...
* changes:
Add additional parameters to SETUP_DATA_CALL and SMS response.
2009-06-10 11:35:43 -07:00
Android (Google) Code Review
d6e5b68806
Merge change 3726 into donut
...
* changes:
ActivityManager: Ensure that we clear the calling process identity around calls to Process.setProcessGroup().
2009-06-10 11:07:58 -07:00
Android (Google) Code Review
6e953081b2
Merge change 3725 into donut
...
* changes:
process: Clean up cgroup management
2009-06-10 11:07:52 -07:00
Android (Google) Code Review
5396845ce8
Merge change 3724 into donut
...
* changes:
zygote: Add CAP_SYS_NICE to system server capabilities
2009-06-10 11:05:05 -07:00
Android (Google) Code Review
f29c29b606
Merge change 3686 into donut
...
* changes:
Fix cleanupConnection when switching from wifi.
2009-06-10 10:50:28 -07:00
Android (Google) Code Review
f48efaca78
Merge change 3676 into donut
...
* changes:
Get the FormatDateRange tests passing again.
2009-06-10 10:02:07 -07:00