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
Android (Google) Code Review
fa1cf39b80
Merge change 4694 into donut
...
* changes:
Make SettingsProviders SecurityException messages more verbose.
2009-06-18 17:24:47 -07:00
Android (Google) Code Review
7fb5324d3f
Merge change 4670 into donut
...
* changes:
Update RandomBlock to use RandomAccessFile. This helps prevent certain unusual conditions from corrupting the entropy file. (for example, if Android should happen to crash while a write is in progress)
2009-06-18 17:05:19 -07:00
Android (Google) Code Review
7142c41383
Merge change 4669 into donut
...
* changes:
Fixes #1922373 . Resolves a case of keys collision in Resources' cache.
2009-06-18 17:01:37 -07:00
Android (Google) Code Review
ccd7a82af8
Merge change 4682 into donut
...
* changes:
Store the app signatures as part of the backup set
2009-06-18 16:15:47 -07:00
Android (Google) Code Review
10a91f90bf
Merge change 4668 into donut
...
* changes:
Fix runtime restarts due to sending the wrong flags to dbus.
2009-06-18 15:42:00 -07:00
Android (Google) Code Review
bcb14286cc
Merge change 4565 into donut
...
* changes:
Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_density
2009-06-18 15:41:34 -07:00
David 'Digit' Turner
694e10ba87
Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_density
...
ro.sf.lcd_density is usually defined in the build.prop file which is parsed by init
before anything else. Since its name begins with "ro.", this property is write-once
and cannot later be modified, e.g. in /system/etc/init.goldfish.sh.
In other words, you cannot use "emulator -prop ro.sf.lcd_density=<value>", since
it is impossible to override the value defined in build.prop
This patch modifies the system to recognize "qemu.sf.lcd_density" as an override
value, which can be set with "emulator -prop qemu.sf.lcd_density=<value>", forcing
a specific density.
A later patch will allow the emulator to automatically set this property depending
on AVD hardware configuration settings.
2009-06-19 00:17:31 +02:00
Android (Google) Code Review
0491cda63b
Merge change 4661 into donut
...
* changes:
Grouping under TextToSpeech.Engine the constants to be used by a TTS engine implementation or a settings application for default values, and data integrity check return codes.
2009-06-18 15:07:00 -07:00
Android (Google) Code Review
454c2b9835
Merge change 3874 into donut
...
* changes:
for cdma concatenated (long) messages, replace ascii7bit with gsm7bit encoding
2009-06-18 13:45:19 -07:00
Android (Google) Code Review
7b3dbb9626
Merge change 4561 into donut
...
* changes:
Work around the Czech lack of abbreviated month names.
2009-06-18 12:20:50 -07:00
Android (Google) Code Review
2d9c3fb982
Merge change 4544 into donut
...
* changes:
Connect TabHost/TabWidget/FrameLayout in the layout editor.
2009-06-18 12:06:59 -07:00
Android (Google) Code Review
de0503176c
Merge change 4521 into donut
...
* changes:
load entropy data at boot. Periodically write entropy data to disk.
2009-06-18 11:58:54 -07:00
Android (Google) Code Review
1eb941b86b
Merge change 4529 into donut
...
* changes:
In the TTS service, read the default TTS settings from Settings.Secure.
2009-06-18 08:53:58 -07:00
Android (Google) Code Review
032b6aa667
Merge change 4535 into donut
...
* changes:
Add title to nested preference screens.
2009-06-18 07:11:06 -07:00
Android (Google) Code Review
8f87d3fa02
Merge change 4579 into donut
...
* changes:
Fix issue #1924851
2009-06-17 21:40:20 -07:00
Android (Google) Code Review
fd3e5839a4
Merge change 4456 into donut
...
* changes:
Replace the stub GoogleTransport with callout to the GoogleTransportService (which lives in vendor/google). Use the Google transport by default. Also, fix a bug: Thread.run() != Thread.start()
2009-06-17 19:31:36 -07:00
Android (Google) Code Review
83d63a8c2b
Merge change 4532 into donut
...
* changes:
Fixes #1924909 . When restoring managed dialogs, do exactly the same thing as when showing a dialog.
2009-06-17 17:04:33 -07:00
Android (Google) Code Review
41194b241f
Merge change 4539 into donut
...
* changes:
Fixes #1925003 . Make ListView honor the android:choiceMode XML attribute.
2009-06-17 17:01:55 -07:00
Android (Google) Code Review
e272cd8e4c
Merge change 4524 into donut
...
* changes:
FileRestoreHelper and RestoreHelperDispatcher work.
2009-06-17 16:34:41 -07:00
Joe Onorato
f509f669cf
FileRestoreHelper and RestoreHelperDispatcher work.
2009-06-17 16:20:55 -07:00
Android (Google) Code Review
f000b5d29e
Merge change 4515 into donut
...
* changes:
Tell DBUS not to call _exit() if the DBUS connection disconnects.
2009-06-17 15:41:51 -07:00
Android (Google) Code Review
368cc9dc2d
Merge change 4411 into donut
...
* changes:
Squashed commit of the following:
2009-06-17 15:20:58 -07:00
Android (Google) Code Review
77aebe2f9a
Merge change 3936 into donut
...
* changes:
add exception message to ApplicationErrorReport
2009-06-17 13:34:41 -07:00
Android (Google) Code Review
1593a4a2b1
Merge change 4489 into donut
...
* changes:
Add SmsManager permission test.
2009-06-17 12:51:17 -07:00
Android (Google) Code Review
b878b848e4
Merge change 4129 into donut
...
* changes:
Remove circular dependency in PackageManager. api freeStorage uses PendingIntent from android.app Create a new public IntentSender class that can be used by PackageManager instead. This new class uses IIntentSender internally and can only be created by PendingIntent for now. Provide a new getIntentSender api in PendingIntent to create an instance of this class. Move IIntentSender and IIntentReceiver from android.app to android.content Change imports of IIntentSender and IIntentReceiver to reflect the new package name The PackageManager api has been named as freeStorageWithIntent and will be renamed as freeStorage once the older api(which has been deprecated) will be removed shortly.
2009-06-17 11:33:22 -07:00
Android (Google) Code Review
b9efe0fd29
Merge change 4486 into donut
...
* changes:
Fixes #1107690 . Updates javadoc for Intent.java, android:value -> android:name.
2009-06-17 11:05:56 -07:00
Android (Google) Code Review
997dccb794
Merge change 4483 into donut
...
* changes:
Fixes #1414069 . Display recent activities with two lines of text.
2009-06-17 10:58:47 -07:00
Android (Google) Code Review
33c7366ba1
Merge change 4438 into donut
...
* changes:
Fix many of the ANRs introduced by scheduling classes.
2009-06-17 10:38:44 -07:00
Android (Google) Code Review
3c4d30218c
Merge change 4398 into donut
...
* changes:
Using Locale to specify language and country for a TTS language to load, rather than a String. Cleanup in doc for TextToSpeech, and addition of queue mode constants.
2009-06-17 10:36:43 -07:00
Android (Google) Code Review
74b00231cc
Merge change 4460 into donut
...
* changes:
Use the new keystore API in vpn service.
2009-06-17 06:34:48 -07:00
Android (Google) Code Review
ad0a7180a9
Merge change 4455 into donut
...
* changes:
add feedback test with gsm7bit special case characters
2009-06-17 01:15:08 -07:00
Android (Google) Code Review
112b5faa7e
Merge change 4326 into donut
...
* changes:
Don't get location in search dialog.
2009-06-17 00:58:19 -07:00