Commit Graph

755 Commits

Author SHA1 Message Date
Android (Google) Code Review
cdc6843dde Merge change 4117 into donut
* changes:
  Add a Gservices setting to have a "use location for better search".
2009-06-15 15:23:20 -07:00
Android (Google) Code Review
f512b132b4 Merge change 4234 into donut
* changes:
  Implement permission test for activity, window, service manager.
2009-06-15 15:07:50 -07:00
Android (Google) Code Review
e91f04c81b Merge change 4224 into donut
* changes:
  Add test for GServices write permission, and remove dummy placeholder framework permission test.
2009-06-15 14:20:53 -07:00
Android (Google) Code Review
379f38277e Merge change 4209 into donut
* changes:
  More tests to check permissions in PackageManager api's are enforced
2009-06-15 13:16:35 -07:00
Android (Google) Code Review
0935cb5a85 Merge change 4196 into donut
* changes:
  Add tests to check permissions in PackageManager api's
2009-06-15 12:24:11 -07:00
Android (Google) Code Review
3721e87b0c Merge change 4198 into donut
* changes:
  protect starting of search dialog behind 'dev.disablesearchdialog' system property.
2009-06-15 12:23:12 -07:00
Android (Google) Code Review
e8d6abb3c9 Merge change 4184 into donut
* changes:
  Add permission test structure for private framework permissions.
2009-06-15 10:48:28 -07:00
Android (Google) Code Review
4170175baf Merge change 4075 into donut
* changes:
  Add <keygen> support for VPN.
2009-06-15 10:42:20 -07:00
Android (Google) Code Review
697eb77aed Merge change 4182 into donut
* changes:
  Add more data to reliability test report, includes min, max, std, run data.
2009-06-15 10:17:18 -07:00
Android (Google) Code Review
8bb36373dd Merge change 4119 into donut
* changes:
  Use locale-appropriate formatting to display application sizes like "252KB".
2009-06-15 10:09:21 -07:00
Android (Google) Code Review
d6cbb80fd7 Merge change 4106 into donut
* changes:
  Adjust order of file/section list in output diff
2009-06-15 09:37:01 -07:00
Hung-ying Tyan
e125f0ca46 Remove SingleServerProfile.
End of refactoring out SingleServerProfile.java.
2009-06-15 19:29:26 +08:00
Android (Google) Code Review
fce50e129b Merge change 3880 into donut
* changes:
  Run search dialog in the system process.
2009-06-15 02:06:39 -07:00
Android (Google) Code Review
f6cab720b8 Merge change 4147 into donut
* changes:
  On the way of refactoring out SingleServerProfile.java.
2009-06-14 23:41:33 -07:00
Hung-ying Tyan
c2843d8fa3 On the way of refactoring out SingleServerProfile.java.
+ Move mServerName from SingleServerProfile and VpnProfile.
+ Add mSavedUsername to VpnProfile.
+ Keep empty SingleServerProfile to not break the classes that use it.
+ Remove use of SingleServerProfile from VpnService.java.
2009-06-15 13:06:03 +08:00
Scott Main
38ba9cc9f5 am 110b50ca: AI 149839: make the home page\'s announcement block expandable... primarily, this is to handle various lengths of text due to translations, but also allows us to be more flexible WRT the content for the top section.
Merge commit '110b50ca5158f75abdead740f0956600da2f212d' into donut

* commit '110b50ca5158f75abdead740f0956600da2f212d':
  AI 149839: make the home page's announcement block expandable...
2009-06-14 20:45:27 -07:00
Android (Google) Code Review
fd5212ed22 Merge change 4131 into donut
* changes:
  Fix the jni initializer.
2009-06-12 19:00:22 -07:00
Android (Google) Code Review
eceaa7121e Merge change 4112 into donut
* changes:
  Fix bug #1812041: activity manager crash with bad args.
2009-06-12 18:03:11 -07:00
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