Android (Google) Code Review
cc33ce7046
Merge change 4965 into donut
...
* changes:
Fix bugs 1827027, 1808979, 1820700.
2009-06-22 14:31:21 -07:00
Android (Google) Code Review
cfb991d1f8
Merge change 4910 into donut
...
* changes:
fix warnings that will show up with GCC 4.4 (in master)
2009-06-22 14:01:25 -07:00
Android (Google) Code Review
7412caaa8c
Merge change 4947 into donut
...
* changes:
Yet another round of trying to get the date formats right.
2009-06-22 13:48:02 -07:00
Android (Google) Code Review
1c34a75937
Merge change 4954 into donut
...
* changes:
gps: Check for null APN name to avoid a runtime restart.
2009-06-22 13:22:48 -07:00
Android (Google) Code Review
2e69f210fd
Merge change 4952 into donut
...
* changes:
Helper API cleanup. Allows multiple helpers to function, because they'll always go in the same order, and this lets us not have to write headers to keep them paired.
2009-06-22 13:18:09 -07:00
Android (Google) Code Review
149b67dd30
Merge change 4477 into donut
...
* changes:
BulkCursorToCursorAdaptor.respond no longer assumes RemoteException is impossible, fails more gracefully.
2009-06-22 13:02:36 -07:00
Joe Onorato
9cda3e02c6
Helper API cleanup. Allows multiple helpers to function,
...
because they'll always go in the same order, and this lets
us not have to write headers to keep them paired.
2009-06-22 13:02:24 -07:00
Android (Google) Code Review
8b81ce105d
Merge change 4940 into donut
...
* changes:
Fixes #1933585 . Don't dismiss ACTV's drop down when it's set to alwaysVisible.
2009-06-22 11:17:13 -07:00
Android (Google) Code Review
f91e77622f
Merge change 4754 into donut
...
* changes:
At boot time, add additional per-device information to the kernel randomness pool. This helps increase the quality / uniqueness of the random numbers, and is especially important during the device's first boot, when insufficient randomness is available.
2009-06-22 10:55:25 -07:00
Android (Google) Code Review
0404a4a26e
Merge change 4805 into donut
...
* changes:
add GServices settings for Google Talk privacy and legal urls.
2009-06-22 10:43:11 -07:00
Android (Google) Code Review
7a0d859187
Merge change 4827 into donut
...
* changes:
Fix issue with shared user permissions. just look in the requested permissions of packages within shared user setting rather than the granted permissions
2009-06-22 10:39:15 -07:00
Android (Google) Code Review
292ae4f642
Merge change 4775 into donut
...
* changes:
Make browser bookmarks permissions part of the public API.
2009-06-22 08:01:58 -07:00
Android (Google) Code Review
efc227f74a
Merge change 4914 into donut
...
* changes:
Make all static methods in SearchManager non-static.
2009-06-22 07:19:49 -07:00
Android (Google) Code Review
bdc8ed576e
Merge change 4913 into donut
...
* changes:
Add non-static version of SearchManager.getSuggestions().
2009-06-22 05:53:04 -07:00
Android (Google) Code Review
259da697b7
Merge change 4908 into donut
...
* changes:
Remove checks for Activity Context when creating SearchManager
2009-06-22 04:45:23 -07:00
Android (Google) Code Review
6ba2b1b2e5
Merge change 4737 into donut
...
* changes:
Add prepareToDraw() to Bitmap for fixing http://b/issue?id=1907995 .
2009-06-22 03:48:29 -07:00
Android (Google) Code Review
84159b508f
Merge change 4907 into donut
...
* changes:
Add more debug messages for CameraService.
2009-06-22 03:41:19 -07:00
Mathias Agopian
52ed26a78b
fix warnings that will show up with GCC 4.4 (in master)
2009-06-22 02:35:32 -07:00
Chih-Chung Chang
d98c516d28
Add more debug messages for CameraService.
2009-06-22 17:06:32 +08:00
Android (Google) Code Review
4f15f7a3f5
Merge change 4894 into donut
...
* changes:
Set the search bar's AutoCompleteTextView to ellipsize=end. After Romain's change 4829, we can set this to make hint text ellipsize (and thus not line wrap) in the search dialog.
2009-06-20 23:43:09 -07:00
Android (Google) Code Review
5fff2075c4
Merge change 4731 into donut
...
* changes:
gsm: Remove PppLink since pppd_gprs service does not exist.
2009-06-20 14:48:33 -07:00
Android (Google) Code Review
c560b62cf3
Merge change 4829 into donut
...
* changes:
Fixes #1926784 . Setting android:ellipsize on an EditText now ellipsizes the hint.
2009-06-19 18:18:42 -07:00
Android (Google) Code Review
70897d2801
Merge change 4834 into donut
...
* changes:
Fix a bug where wrong variable was used for comparison.
2009-06-19 17:24:32 -07:00
Android (Google) Code Review
63dd448ac7
Merge change 4847 into donut
...
* changes:
Add permission tests for IHardwareService.
2009-06-19 17:12:55 -07:00
Android (Google) Code Review
3aaa79e882
Merge change 4831 into donut
...
* changes:
Add app version to the backup metadata
2009-06-19 15:38:41 -07:00
Android (Google) Code Review
4018f35e27
Merge change 4828 into donut
...
* changes:
Report densities in badging, debugging for nine patch bug.
2009-06-19 15:37:03 -07:00
Dianne Hackborn
be1bc0a1f9
Report densities in badging, debugging for nine patch bug.
...
The aapt tool now reports all available densities like it already did
for locales. Also this includes more resource data output, which I
was using to examine bug #1867049 (which at this point I am unable to
reproduce).
2009-06-19 15:13:28 -07:00
Android (Google) Code Review
cca55acd69
Merge change 4818 into donut
...
* changes:
Added in Settings.Secure default country and variant for the default TTS language.
2009-06-19 14:43:37 -07:00
Android (Google) Code Review
51f57c706d
Merge change 4785 into donut
...
* changes:
Fix issue #1753079 : running instrumentation in shared processes.
2009-06-19 14:24:39 -07:00
Android (Google) Code Review
af1d9f56d7
Merge change 4808 into donut
...
* changes:
Fixes #1928566 . Prevents runtime restart upon configuration change.
2009-06-19 13:31:14 -07:00
Android (Google) Code Review
e7d9b98ec0
Merge change 4792 into donut
...
* changes:
when we reset a paint, it should return to the state it was in when it was first created. for java, this means setting its text-encoding to UTF16...
2009-06-19 13:30:15 -07:00
Android (Google) Code Review
e9d45a1fd6
Merge change 4793 into donut
...
* changes:
dpi changes for webview
2009-06-19 13:24:44 -07:00
Android (Google) Code Review
77862a539c
Merge change 4796 into donut
...
* changes:
Move USE_LOCATION_FOR_SERVICES to Secure.
2009-06-19 12:55:34 -07:00
Android (Google) Code Review
fc699ca740
Merge change 4686 into donut
...
* changes:
Set AuthType to 0 if username is not specified.
2009-06-19 12:13:50 -07:00
Android (Google) Code Review
7aa77b4924
Merge change 4786 into donut
...
* changes:
gps: Set SUPL server via hostname rather than IP address.
2009-06-19 12:09:36 -07:00
Android (Google) Code Review
ab4b3d4637
Merge change 4706 into donut
...
* changes:
Add a new checkin server flag for Vending Machine heartbeats.
2009-06-19 11:50:22 -07:00
Android (Google) Code Review
03868d3195
Merge change 4757 into donut
...
* changes:
Add getBatteryUsageHint() to BluetoothHeadset for power monitoring.
2009-06-19 11:29:57 -07:00
Android (Google) Code Review
0b0616deda
Merge change 4687 into donut
...
* changes:
Use standalone month name instead of format month name in year-month format.
2009-06-19 10:30:15 -07:00
Android (Google) Code Review
7bd5cb6eeb
Merge change 4720 into donut
...
* changes:
Fix string formatters in SettingsProvider SecurityException message.
2009-06-19 10:29:59 -07:00
Android (Google) Code Review
2bbeb339a3
Merge change 4527 into donut
...
* changes:
Fix Canvas.finalize() for the case where the constructor throws an exception before the native canvas instance was created.
2009-06-19 10:07:29 -07:00
Android (Google) Code Review
0bade147d1
Merge change 4721 into donut
...
* changes:
Make signature checks on restore work with unsigned apps
2009-06-18 20:49:06 -07:00
Android (Google) Code Review
27226580b5
Merge change 4679 into donut
...
* changes:
Replace the dummy code with Keystore for <keygen> support.
2009-06-18 19:52:00 -07:00
Android (Google) Code Review
4182cf6308
Merge change 4718 into donut
...
* changes:
Fix sim-eng build and simplify previous lcd-density related patch
2009-06-18 19:45:07 -07:00
David 'Digit' Turner
ae71accf63
Fix sim-eng build and simplify previous lcd-density related patch
2009-06-19 04:41:12 +02:00
Android (Google) Code Review
5471976b51
Merge change 4696 into donut
...
* changes:
Fix targetSdkVersion, make resize mode a flag, delayed dexopt, easy ApplicationInfo.
2009-06-18 19:33:33 -07:00
Android (Google) Code Review
c62834b9fa
Merge change 4709 into donut
...
* changes:
backup stuff
2009-06-18 19:02:39 -07:00
Android (Google) Code Review
1c5550974f
Merge change 4708 into donut
...
* changes:
Make RestoreHelper and friends also write out the snapshot state.
2009-06-18 19:02:30 -07:00
Android (Google) Code Review
88247e0ae0
Merge change 4702 into donut
...
* changes:
Fix bug 1927213 test failures.
2009-06-18 18:45:08 -07:00
Joe Onorato
6bda7fd556
backup stuff
2009-06-18 18:41:11 -07:00
Joe Onorato
da1430be26
Make RestoreHelper and friends also write out the snapshot state.
2009-06-18 18:41:11 -07:00