Christopher Tate
0d8dc14256
am 7d562ec3: Add a new IRestoreObserver callback class to the restore process
...
Merge commit '7d562ec393d54dd9ef387c49d1283243bfdbd2b1'
* commit '7d562ec393d54dd9ef387c49d1283243bfdbd2b1':
Add a new IRestoreObserver callback class to the restore process
2009-06-25 18:13:19 -07:00
Christopher Tate
7d562ec393
Add a new IRestoreObserver callback class to the restore process
...
The observer is told when restore begins how many packages are being restored.
It then gets an onUpdate() call telling it that the Nth package is now
undergoing restore. Ultimately, its restoreFinished() callback is invoked,
passing a simple success/fail error code, to let it know that the restore
operation has concluded.
2009-06-25 18:09:28 -07:00
Android (Google) Code Review
2df7c15aa0
am b505ae41: Merge change 5459 into donut
...
Merge commit 'b505ae4195d9b8a93c71b1f9da6d7d8c3aaa3c08'
* commit 'b505ae4195d9b8a93c71b1f9da6d7d8c3aaa3c08':
Make the BackupHelperDispatcher properly handle multiple helpers.
2009-06-25 18:06:01 -07:00
Joe Onorato
4ababd922e
Make the BackupHelperDispatcher properly handle multiple helpers.
2009-06-25 20:36:09 -04:00
Dmitri Plotnikov
693d50e7ae
Moving send-to-voicemail and ringtone-uri up to the aggregate level.
2009-06-25 16:38:06 -07:00
Android (Google) Code Review
8df2770995
Merge change 5234
...
* changes:
Adds precedence information to the CommonDataKinds.Im class.
2009-06-25 16:22:08 -07:00
Android (Google) Code Review
a2071618a0
am 6067d953: Merge change 5428 into donut
...
Merge commit '6067d953d7c6c0216a383fe520222fa6a23926fa'
* commit '6067d953d7c6c0216a383fe520222fa6a23926fa':
Improve handling of FILL_PARENT in RelativeLayout.
2009-06-25 15:30:46 -07:00
Android (Google) Code Review
6067d953d7
Merge change 5428 into donut
...
* changes:
Improve handling of FILL_PARENT in RelativeLayout.
2009-06-25 15:28:10 -07:00
Romain Guy
f782e60efc
Improve handling of FILL_PARENT in RelativeLayout.
...
This was causing trouble with VideoView, in Gallery in particular.
2009-06-25 15:26:49 -07:00
Android (Google) Code Review
98c600eb35
am 2450173b: Merge change 5414 into donut
...
Merge commit '2450173b78b27ca744e5d2e58efa35560ce73f8c'
* commit '2450173b78b27ca744e5d2e58efa35560ce73f8c':
Add caching of the speech rate and language in android.speech.tts.TextToSpeech
2009-06-25 14:59:50 -07:00
Android (Google) Code Review
2450173b78
Merge change 5414 into donut
...
* changes:
Add caching of the speech rate and language in android.speech.tts.TextToSpeech so the speech params can be passed along in calls for text synthesis.
2009-06-25 14:58:51 -07:00
Android (Google) Code Review
5afeaff164
am c4e0ff75: Merge change 5417 into donut
...
Merge commit 'c4e0ff750e98dfec61aff76f22743d819189f802'
* commit 'c4e0ff750e98dfec61aff76f22743d819189f802':
Fixes #1943309 . RelativeLayout was confused by gravities.
2009-06-25 14:52:04 -07:00
Android (Google) Code Review
c4e0ff750e
Merge change 5417 into donut
...
* changes:
Fixes #1943309 . RelativeLayout was confused by gravities.
2009-06-25 14:49:23 -07:00
Romain Guy
f7dabb088a
Fixes #1943309 . RelativeLayout was confused by gravities.
...
RelativeLayout, when measured with AT_MOST, was applying the gravity on its
children way too early. This caused the RL to set its measured size to
a value that was larger than necessary. This fixes the issue by deferring
the positioning of the gravity-dependent children until the dimensions
of the layout are known.
2009-06-25 14:47:14 -07:00
Android (Google) Code Review
d76cd5ebbc
am 15760159: Merge change 5413 into donut
...
Merge commit '157601594fc7139a45ec43a860d36ee0045d0333'
* commit '157601594fc7139a45ec43a860d36ee0045d0333':
Need to write the correct float math.
2009-06-25 14:45:45 -07:00
Android (Google) Code Review
157601594f
Merge change 5413 into donut
...
* changes:
Need to write the correct float math.
2009-06-25 14:44:38 -07:00
Grace Kloba
2b2e9d9152
Need to write the correct float math.
2009-06-25 14:43:53 -07:00
Evan Millar
c043752ca3
Adds precedence information to the CommonDataKinds.Im class.
...
There is now a method getPresencePrecedence() that returns an integer
representing the precedence of a presence status, 1 being the highest
prcedence.
2009-06-25 14:38:32 -07:00
Android (Google) Code Review
f5c50bab4a
Merge change 5402
...
* changes:
Settings: Add preference to enable/disable assisted GPS.
2009-06-25 14:34:58 -07:00
Android (Google) Code Review
a645143c16
am eb3ec64a: Merge change 5397 into donut
...
Merge commit 'eb3ec64a6a962aa48a46753c6e69ce24f889a4cc'
* commit 'eb3ec64a6a962aa48a46753c6e69ce24f889a4cc':
Fixes #1943915 . Prevents circular dependency exception when using several NO_ID
2009-06-25 14:33:58 -07:00
Android (Google) Code Review
831e0ff278
am 78fb3775: Merge change 5385 into donut
...
Merge commit '78fb3775ee20c48980a3cfe00b8a7263422158d0'
* commit '78fb3775ee20c48980a3cfe00b8a7263422158d0':
Updating the TextToSpeech.java with skeleton methods.
2009-06-25 14:33:52 -07:00
Jean-Michel Trivi
87c9684fd0
Add caching of the speech rate and language in android.speech.tts.TextToSpeech
...
so the speech params can be passed along in calls for text synthesis.
2009-06-25 14:29:15 -07:00
Grace Kloba
959046c3aa
resolved conflicts for merge of 7cb8182e to master
2009-06-25 14:28:04 -07:00
Mike Lockwood
bcab8df83e
Settings: Add preference to enable/disable assisted GPS.
...
Signed-off-by: Mike Lockwood <lockwood@android.com >
2009-06-25 17:15:32 -04:00
Fred Quintana
8b81160054
add a new error code ERROR_CODE_BAD_REQUEST
2009-06-25 13:49:17 -07:00
Android (Google) Code Review
eb3ec64a6a
Merge change 5397 into donut
...
* changes:
Fixes #1943915 . Prevents circular dependency exception when using several NO_ID views.
2009-06-25 13:32:52 -07:00
Romain Guy
1ab621e316
Fixes #1943915 . Prevents circular dependency exception when using several NO_ID
...
views.
2009-06-25 13:31:57 -07:00
Android (Google) Code Review
78fb3775ee
Merge change 5385 into donut
...
* changes:
Updating the TextToSpeech.java with skeleton methods.
2009-06-25 13:22:57 -07:00
Android (Google) Code Review
7cb8182e36
Merge change 5390 into donut
...
* changes:
When mPreventDrag is true, don't respond to long press. This should prevent the context menu popping up in the Map sites.
2009-06-25 13:18:24 -07:00
Android (Google) Code Review
94e942107b
am a1fb3950: Merge change 5394 into donut
...
Merge commit 'a1fb3950cf46f61800d2ca41d2020037d6b2307e'
* commit 'a1fb3950cf46f61800d2ca41d2020037d6b2307e':
Fixes #1940605 . RelativeLayout was swapping horizontal and vertical
2009-06-25 13:04:23 -07:00
Romain Guy
e24ef6032f
Fixes #1940605 . RelativeLayout was swapping horizontal and vertical
...
dependencies.
2009-06-25 13:01:55 -07:00
Grace Kloba
6c451b766d
When mPreventDrag is true, don't respond to long press. This should prevent the context menu popping up in the Map sites.
2009-06-25 12:25:30 -07:00
Android (Google) Code Review
9c71fc972e
am a7251991: Merge change 5288 into donut
...
Merge commit 'a7251991ffb6a26e4cf23e60633c8250c78bd9df'
* commit 'a7251991ffb6a26e4cf23e60633c8250c78bd9df':
Invoke getSystem.updateConfiguration when binding an application to
2009-06-25 12:16:48 -07:00
Android (Google) Code Review
a7251991ff
Merge change 5288 into donut
...
* changes:
Invoke getSystem.updateConfiguration when binding an application to update config changes in Resources.mSystem Since Resources is preloaded in the zygote, system resources in Resources need to be updated with config changes every time an application is started
2009-06-25 12:14:53 -07:00
Android (Google) Code Review
6800050876
am 0bcfc537: Merge change 5386 into donut
...
Merge commit '0bcfc537e81b959a7d674deea4a5aee7f5c6eb2d'
* commit '0bcfc537e81b959a7d674deea4a5aee7f5c6eb2d':
Fixes #1940839 . Prevents NPE in RelativeLayout when a non-existing View is
2009-06-25 12:07:12 -07:00
Android (Google) Code Review
0bcfc537e8
Merge change 5386 into donut
...
* changes:
Fixes #1940839 . Prevents NPE in RelativeLayout when a non-existing View is targeted.
2009-06-25 12:05:08 -07:00
Romain Guy
b8f8de8516
Fixes #1940839 . Prevents NPE in RelativeLayout when a non-existing View is
...
targeted.
2009-06-25 12:03:56 -07:00
Charles Chen
aaf842edbf
Updating the TextToSpeech.java with skeleton methods.
2009-06-25 11:59:29 -07:00
Android (Google) Code Review
7e89f8eb86
Merge change 5383
...
* changes:
Oops, need to hide the new api.
2009-06-25 11:57:14 -07:00
Grace Kloba
9994127562
Oops, need to hide the new api.
2009-06-25 11:55:08 -07:00
Suchi Amalapurapu
c984329d30
Invoke getSystem.updateConfiguration when binding an application to
...
update config changes in Resources.mSystem
Since Resources is preloaded in the zygote, system resources in Resources
need to be updated with config changes every time an application is started
2009-06-25 11:43:53 -07:00
Grace Kloba
d1ebf538a9
resolved conflicts for merge of 0d8b77c2 to master
2009-06-25 11:42:46 -07:00
Grace Kloba
0d8b77c245
Add ZoomDensity so that we can change the desired default scale.
...
Fix a bug where we didn't adjust the viewport scale according to our density.
2009-06-25 11:20:51 -07:00
Android (Google) Code Review
c889f13ec0
Merge change 5316
...
* changes:
add Gservices setting for data messaging app token url.
2009-06-25 10:32:38 -07:00
Wei Huang
8ad2246edd
add Gservices setting for data messaging app token url.
2009-06-25 10:00:15 -07:00
Grace Kloba
e64c5567de
Fix for the new webkit. Now "expires" takes the string instead of int.
...
We have to upadte our cache database. Good thing is Gears can avoid the expensive date conversion.
2009-06-25 09:48:39 -07:00
Android (Google) Code Review
2383415ab9
am f881762f: Merge change 5351 into donut
...
Merge commit 'f881762f97c74253bbc7f629380bb65739457041'
* commit 'f881762f97c74253bbc7f629380bb65739457041':
Add a method to Process to get uid for a pid.
2009-06-25 00:47:51 -07:00
Android (Google) Code Review
f881762f97
Merge change 5351 into donut
...
* changes:
Add a method to Process to get uid for a pid.
2009-06-25 00:46:17 -07:00
Android (Google) Code Review
b322287594
am 60a0ad65: Merge change 5329 into donut
...
Merge commit '60a0ad65f4cd7dedbbd06993d107fb1b72d072c6'
* commit '60a0ad65f4cd7dedbbd06993d107fb1b72d072c6':
frameworks/base - CDMA settings additions
2009-06-24 23:41:00 -07:00
Android (Google) Code Review
60a0ad65f4
Merge change 5329 into donut
...
* changes:
frameworks/base - CDMA settings additions
2009-06-24 23:39:07 -07:00