Christopher Tate
307fbbf2b6
am 49fa9e00: Merge change Ibf6e51b7 into eclair
...
Merge commit '49fa9e00986993f5cf05f1092c30479cb98eb254' into eclair-mr2
* commit '49fa9e00986993f5cf05f1092c30479cb98eb254':
Set argv[0] from the main thread of an app, not a random binder thread
2009-11-06 13:22:54 -08:00
Android (Google) Code Review
883be83eab
Merge change I2effb21e into eclair-mr2
...
* changes:
Add UPDATE_ACTION to Gservices, used by the new checkin service.
2009-11-06 16:08:38 -05:00
Android (Google) Code Review
49fa9e0098
Merge change Ibf6e51b7 into eclair
...
* changes:
Set argv[0] from the main thread of an app, not a random binder thread
2009-11-06 15:00:31 -05:00
Charles Mendis
6b07bf3d8f
am 3cba7288: Merge change I6ccd2ebc into eclair
...
Merge commit '3cba72880b78b81cda2868136462c9e261a3e403' into eclair-mr2
* commit '3cba72880b78b81cda2868136462c9e261a3e403':
Expose PowerManager.isScreenOn in the public api.
2009-11-06 11:46:43 -08:00
Android (Google) Code Review
3cba72880b
Merge change I6ccd2ebc into eclair
...
* changes:
Expose PowerManager.isScreenOn in the public api.
2009-11-06 14:39:22 -05:00
Charles Mendis
322591cb4b
Expose PowerManager.isScreenOn in the public api.
...
Change-Id: I6ccd2ebcbf3f8ad9ffa4b86a9c037cb0c25a7b78
2009-11-06 14:37:07 -05:00
Christopher Tate
8ee038d926
Set argv[0] from the main thread of an app, not a random binder thread
...
Change-Id: Ibf6e51b7975cdb5e6aa97591a571c599ecf84020
2009-11-06 11:30:20 -08:00
Android (Google) Code Review
300160edc9
Merge change I29a3be5b into eclair-mr2
...
* changes:
Calendar: add CALLER_IS_SYNCADAPTER parameter.
2009-11-06 13:23:27 -05:00
Cary Clark
4e9fe62b37
do not merge -- original checkin to mr2 here:
...
https://android-git.corp.google.com/g/#change,30204
check for native initialization before calling public function
Added more checks where it is possible to call a native function
after creating a WebView but before the native side is initialized.
These cases can be triggered by the monkey.
Fixes http://b/issue?id=2187719
2009-11-06 10:29:30 -05:00
Dianne Hackborn
892574f5f9
am 13bf8260: Fix SDK build: a few things missing, a link that was wrong.
...
Merge commit '13bf8260134d516cbcc982d360d9f21067f47fa6' into eclair-mr2
* commit '13bf8260134d516cbcc982d360d9f21067f47fa6':
Fix SDK build: a few things missing, a link that was wrong.
2009-11-05 21:57:51 -08:00
Dianne Hackborn
13bf826013
Fix SDK build: a few things missing, a link that was wrong.
...
Change-Id: I55c9c510b3f0866ce6085927afa00b9fb69dd8c5
2009-11-05 21:45:51 -08:00
Dianne Hackborn
237cc15c17
am 274b120f: Fix issue #2243096 : Need to expose live wallpaper APIs in SDK
...
Merge commit '274b120f3975c8db6daeeab51a5fe08d6dede479' into eclair-mr2
* commit '274b120f3975c8db6daeeab51a5fe08d6dede479':
Fix issue #2243096 : Need to expose live wallpaper APIs in SDK
2009-11-05 20:41:50 -08:00
Dianne Hackborn
274b120f39
Fix issue #2243096 : Need to expose live wallpaper APIs in SDK
...
Change-Id: I7e996bf549922c1bb8e8c00d051650ffe12d818c
2009-11-05 20:35:23 -08:00
Romain Guy
15b9de8cf2
am 1d5b3a63: Fix the build
...
Merge commit '1d5b3a631cfcbfd2ea264f29a11a1366a16593b0' into eclair-mr2
* commit '1d5b3a631cfcbfd2ea264f29a11a1366a16593b0':
Fix the build
2009-11-05 20:27:53 -08:00
Dan Egnor
2effb21e89
Add UPDATE_ACTION to Gservices, used by the new checkin service.
2009-11-05 20:08:49 -08:00
Romain Guy
1d5b3a631c
Fix the build
...
Change-Id: Id7514858594772ab79c0f3db745b00f0bb59218b
2009-11-05 18:45:10 -08:00
Romain Guy
8426319c5a
am f20e9a88: Merge change Idf40f3b0 into eclair
...
Merge commit 'f20e9a88a36ced533e96b8873a3321b4d51585ca' into eclair-mr2
* commit 'f20e9a88a36ced533e96b8873a3321b4d51585ca':
Prevent crash in Home when using widgets whose ids collide with Home's
2009-11-05 15:47:43 -08:00
Android (Google) Code Review
f20e9a88a3
Merge change Idf40f3b0 into eclair
...
* changes:
Prevent crash in Home when using widgets whose ids collide with Home's resources.
2009-11-05 18:42:14 -05:00
Romain Guy
ae8dd29c03
Prevent crash in Home when using widgets whose ids collide with Home's
...
resources.
Bug #2228943 .
Approved by mcleron, triaged by ryanpc.
Change-Id: Idf40f3b09502ae5d0d3b9a6a72c265a2de2ffca2
2009-11-05 15:40:35 -08:00
Jaikumar Ganesh
f53f86a743
am 8de4e0ad: Merge change I21d0dca3 into eclair
...
Merge commit '8de4e0ad8ff39d9a397cd80de5155d4c09ef98fd' into eclair-mr2
* commit '8de4e0ad8ff39d9a397cd80de5155d4c09ef98fd':
Add BMW kits made by Motorola PCS to autoblack list for Bluetooth.
2009-11-05 15:39:40 -08:00
Ken Shirriff
5b387e16f7
Calendar: add CALLER_IS_SYNCADAPTER parameter.
2009-11-05 15:24:18 -08:00
Android (Google) Code Review
8de4e0ad8f
Merge change I21d0dca3 into eclair
...
* changes:
Add BMW kits made by Motorola PCS to autoblack list for Bluetooth.
2009-11-05 17:15:51 -05:00
Daniel Sandler
1bca7612df
am eca41b31: Merge change Id1458b01 into eclair
...
Merge commit 'eca41b31fb9a5202f755bfd9dbc4849dbb486137' into eclair-mr2
* commit 'eca41b31fb9a5202f755bfd9dbc4849dbb486137':
New live wallpaper API to expose author and description strings.
2009-11-05 13:54:40 -08:00
Daniel Sandler
18a509d8fa
New live wallpaper API to expose author and description strings.
...
First in a sequence of CLs to address
http://b/issue?id=2235307 .
Change-Id: Id1458b01c8a7918f345823b45e5726e02285d8b5
2009-11-05 15:05:27 -05:00
Jaikumar Ganesh
21d0dca33e
Add BMW kits made by Motorola PCS to autoblack list for Bluetooth.
...
This may force some Motorola headsets to thow up the Pairing Request.
Bug: 2210365
Dr No: Eastham
2009-11-05 11:30:18 -08:00
Android (Google) Code Review
195a507fc3
Merge change I272af007 into eclair-mr2
...
* changes:
a possible fix for the bug http://b/issue?id=2200637
2009-11-05 12:53:34 -05:00
Android (Google) Code Review
dc0f9efd35
Merge change I0d442f0d into eclair-mr2
...
* changes:
Add tests for Japanization part of vCard.
2009-11-04 23:49:46 -05:00
Daisuke Miyakawa
4fe2c57c3c
Add tests for Japanization part of vCard.
...
Fix several bugs around name construction.
Internal issue number: 2195990
2009-11-05 13:47:48 +09:00
Romain Guy
05abe8d01d
am 131564d2: Merge change I3bbfb4f9 into eclair
...
Merge commit '131564d26ac5b7f963c60802089b9fe1472659f7' into eclair-mr2
* commit '131564d26ac5b7f963c60802089b9fe1472659f7':
Remove unused field and add new API to control the children drawing order.
2009-11-04 17:36:46 -08:00
Android (Google) Code Review
131564d26a
Merge change I3bbfb4f9 into eclair
...
* changes:
Remove unused field and add new API to control the children drawing order.
2009-11-04 19:58:00 -05:00
Romain Guy
293451e4f0
Remove unused field and add new API to control the children drawing order.
...
Approved by: xav, hackbod, mcleron.
Change-Id: I3bbfb4f96e3c9adedbb68d78703059a2df1e2013
2009-11-04 16:57:07 -08:00
Eric Olsen
76922b8378
am 9053fdb3: Merge change I76127f6f into eclair
...
Merge commit '9053fdb32b38d1240d856bd6efedf72eefba48d3' into eclair-mr2
* commit '9053fdb32b38d1240d856bd6efedf72eefba48d3':
Add support for colored LED on jogball backlight.
2009-11-04 16:49:31 -08:00
Android (Google) Code Review
5dbeef6e98
Merge change I76588b56 into eclair-mr2
...
* changes:
Make vCard importer handle "PAGER" phone number correctly.
2009-11-04 19:45:14 -05:00
Daisuke Miyakawa
26ee0ae9de
Make vCard importer handle "PAGER" phone number correctly.
...
Add tests for it.
Internal issue number: 2239492
2009-11-05 09:44:42 +09:00
Vasu Nori
272af00768
a possible fix for the bug http://b/issue?id=2200637
2009-11-04 16:26:55 -08:00
Leon Scroggins
3613385fbc
Do not update the progress if it is the same as the last given progress.
2009-11-04 14:50:14 -08:00
Eric Olsen
f42f15cf45
Add support for colored LED on jogball backlight.
...
Signed-off-by: Eric Olsen <eolsen@android.com>
2009-11-04 14:31:26 -08:00
Romain Guy
1503f739f8
am e1e0dc8e: Make sure we relayout the TextView when the text changes and marquee is enabled.
...
Merge commit 'e1e0dc8e6eaec052ebb6b88f5b1223075ce5a356' into eclair-mr2
* commit 'e1e0dc8e6eaec052ebb6b88f5b1223075ce5a356':
Make sure we relayout the TextView when the text changes and marquee is enabled.
2009-11-04 06:10:26 -08:00
Daisuke Miyakawa
f035b47774
Make test compontent support multiple vCard input.
...
Internal issue number: 2195990
2009-11-04 21:51:54 +09:00
Romain Guy
e1e0dc8e6e
Make sure we relayout the TextView when the text changes and marquee is enabled.
...
Bug #2192881 .
Change-Id: Iffc2d15947a11974d9dc175740e3a5489cd43d21
2009-11-03 17:24:55 -08:00
Leon Scroggins
405d785f86
Do not scroll the title bar off screen until the page finishes loading.
...
Fix http://b/issue?id=2139418
2009-11-03 16:01:44 -08:00
Romain Guy
4d7860d408
am 9ed30f93: Merge change I96444af2 into eclair
...
Merge commit '9ed30f93f6149ede5885b9b8c0e22595876c6c84' into eclair-mr2
* commit '9ed30f93f6149ede5885b9b8c0e22595876c6c84':
Unhide View.isOpaque().
2009-11-03 12:15:11 -08:00
Romain Guy
732046f874
Unhide View.isOpaque().
...
Change-Id: I96444af2a7e66a330a2c4b3fa0a173ec5ab4ed40
2009-11-03 12:09:04 -08:00
Mike Lockwood
0ce9c58fe3
am d2c68794: Merge changes I116424c4,Ibd0ef67f into eclair
...
Merge commit 'd2c68794364120d0531667e797f078416ebef3f5' into eclair-mr2
* commit 'd2c68794364120d0531667e797f078416ebef3f5':
Remove obsolete hardware auto-brightness support.
Add documentation for proximity and light sensors.
2009-11-03 09:37:50 -08:00
Mike Lockwood
4115c51875
Add documentation for proximity and light sensors.
...
Change-Id: I116424c468d1d3afe89e0e17be773ee8b80ada92
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-11-03 10:36:24 -05:00
Daisuke Miyakawa
6cb76ac37f
Rename the term "attribute"/"attr" to "parameter"/param".
...
We had been using "parameter"/"param" by mistake, while both vCard
formats uses theterm "attribute"/"attr". This is confusing.
Internal issue number: 2233884
2009-11-03 17:30:19 +09:00
Dirk Dougherty
21cbd52b7a
am 483d29c0: am 671c61d6: Merge change Iaf5d2cc2 into eclair-sdk
...
Merge commit '483d29c0ddc9f4c110a8a8788ccd978010d55aa4' into eclair-mr2
* commit '483d29c0ddc9f4c110a8a8788ccd978010d55aa4':
doc change: misc doc fixes.
2009-11-02 18:24:29 -08:00
Dirk Dougherty
483d29c0dd
am 671c61d6: Merge change Iaf5d2cc2 into eclair-sdk
...
Merge commit '671c61d66f8d556f206d167d0f3c3bbe037ed86b' into eclair
* commit '671c61d66f8d556f206d167d0f3c3bbe037ed86b':
doc change: misc doc fixes.
2009-11-02 18:17:26 -08:00
Android (Google) Code Review
a229cedadd
Merge change I73d6c0f8 into eclair
...
* changes:
Add ability to disable sending Photos using Vcard. Do Not Merge
2009-11-02 18:46:04 -05:00
Dianne Hackborn
d62b063fd4
am b6a6791f: Merge change I60413727 into eclair
...
Merge commit 'b6a6791f381691d4a58fe6972eb9f0b65308ac1f' into eclair-mr2
* commit 'b6a6791f381691d4a58fe6972eb9f0b65308ac1f':
Fix issue #2226370 : Resource versions match with equality
2009-11-02 10:52:22 -08:00