Dianne Hackborn
0be1f78c97
Fix issue #2246723 : Only one Application object gets onCreate called
...
Change-Id: I83ba96fe81ad04258099d6f94a667dc7d9dd4fd3
2009-11-09 12:30:12 -08:00
Android (Google) Code Review
2bb5375433
Merge change Icaf932d0 into eclair
...
* changes:
Fix code example in Parcelable javadoc
2009-11-09 08:09:35 -08:00
Dianne Hackborn
badc47ecd1
Fix issue #2242440 : Window screen brightness attribute is broken
...
Um okay, that was dumb. And I guess this means it is time to make 6.xml.
Change-Id: Ic42763b1c8a13448cf6db20b4cd6daadc7786ac1
2009-11-08 17:37:50 -08:00
Android (Google) Code Review
96fce6e112
Merge change I62704736 into eclair
...
* changes:
Do not apply light sensor debounce logic while the light sensor is still warming up.
2009-11-07 18:11:06 -08:00
Mike Lockwood
20ee6f2dd3
Do not apply light sensor debounce logic while the light sensor is still warming up.
...
This allows us to adjust immediately when we receive a correct light sensor reading
after the screen turns on.
Change-Id: I627047365640761727348e577c9164a6d6be2772
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-11-07 20:33:47 -05:00
Grace Kloba
0691ad50ca
Remove "@hide pending API council" in webkit to expose
...
the apis to SDK.
Remove @hide in GeolocationPermissions and WebStorage
to expose them to the SDK users.
Remove @hide for freeMemory() in WebView.
Remove @hide comment in CallbackProxy and
GoogleLocationSettingManager as they are not public class.
2009-11-07 10:39:07 -08:00
Android (Google) Code Review
638d865352
Merge change I47ef4266 into eclair
...
* changes:
Expose WallpaperSettingsActivity in the public API.
2009-11-07 01:05:34 -05:00
Android (Google) Code Review
9d790678bb
Merge change I32ce8591 into eclair
...
* changes:
Stop scrolling ListView when tapping a clickable item.
2009-11-06 21:29:56 -05:00
Charles Mendis
47ef426679
Expose WallpaperSettingsActivity in the public API.
2009-11-06 18:06:06 -08:00
Romain Guy
4b4f40f84e
Stop scrolling ListView when tapping a clickable item.
...
Bug #2210279 .
Approved by mcleron.
Change-Id: I32ce8591b00fada95072513f5de69674b45e4cf3
2009-11-06 17:41:43 -08:00
Android (Google) Code Review
2b3970a295
Merge change Idc1396c8 into eclair
...
* changes:
Only use FLAG_ACTIVITY_CLEAR_TOP on the search intent when from global search.
2009-11-06 16:56:51 -05:00
Android (Google) Code Review
8d51f7101d
Merge change Icdd2864e into eclair
...
* changes:
b/2234854 Fixed Bluetooth API return codes for requesting permission to enable bluetooth
2009-11-06 16:23:42 -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
Evan Millar
dc1396c881
Only use FLAG_ACTIVITY_CLEAR_TOP on the search intent when from global search.
...
Fixes http://b/issue?id=2178591
2009-11-06 11:59:39 -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
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
Jared Suttles
8b1243e5e4
jni: GpsLocationProvider: Check for pending callbacks before waiting
...
This change fixes a corner case where a callback may not get handled until
a second callback arrives. This can happen because there is a significant
section of the wait_for_event function where the mutex is not locked, and
the sPendingCallbacks member could be updated. We now check to see if
there is a pending callback to handle before we wait for another callback.
Change-Id: I20cfae1e780944bb74133940dda032efc4c55540
Signed-off-by: Fred Fettinger <fred.fettinger@motorola.com>
Signed-off-by: Jared Suttles <jared.suttles@motorola.com>
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-11-06 08:28:58 -05: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
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
1d5b3a631c
Fix the build
...
Change-Id: Id7514858594772ab79c0f3db745b00f0bb59218b
2009-11-05 18:45:10 -08:00
Michael Chan
cdd2864eb3
b/2234854 Fixed Bluetooth API return codes for requesting permission to enable bluetooth
2009-11-05 18:32:08 -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
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
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
67b692920c
Merge change I93f500a5 into eclair
...
* changes:
Fix issue 2203561: Sholes: audio playing out of earpiece.
2009-11-05 02:55:26 -05:00
Eric Laurent
bda7469d9b
Fix issue 2203561: Sholes: audio playing out of earpiece.
...
Create a new IAudioTrack interface to AudioFlinger when start() fails due to a broken pipe error.
Do the same if start fails due to the same error after time out in obtainBuffer().
Do not indicate that the AudioTrack is started to AudioPolicyManager if IAudioTrack start fails.
This avoids that an AudioTrack keeps a dead IAudioTrack after a media server crash.
Same modifications for AudioRecord.
Add a flag to ToneGenerator indicating that the callback thread can call Java. Without it, when the media server crashes and restarts, the AudioSystem error callback will crash in JNI if the IAudiotrack is created from AudioTrack callback thread.
2009-11-04 23:47:21 -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
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
Dirk Dougherty
5fc71e6749
am 00e44ef2: Merge change I54545dfd into eclair-sdk
...
Merge commit '00e44ef21777f32b67a8d51ee375cd290a3fb2d4' into eclair
* commit '00e44ef21777f32b67a8d51ee375cd290a3fb2d4':
doc change: fix broken R.styleable formatting (caused by missing periods). Adjust table markup.
2009-11-04 14:12:29 -08:00
Android (Google) Code Review
00e44ef217
Merge change I54545dfd into eclair-sdk
...
* changes:
doc change: fix broken R.styleable formatting (caused by missing periods). Adjust table markup.
2009-11-04 17:04:41 -05: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
Dirk Dougherty
59ad275e93
doc change: fix broken R.styleable formatting (caused by missing periods). Adjust table markup.
...
Bug: 2230588
Change-Id: I54545dfd9d26acef567e586cfc916f6b883a4de7
2009-11-03 15:33:37 -08:00
Romain Guy
732046f874
Unhide View.isOpaque().
...
Change-Id: I96444af2a7e66a330a2c4b3fa0a173ec5ab4ed40
2009-11-03 12:09:04 -08:00
Android (Google) Code Review
326eaa334d
Merge change I0fae86b8 into eclair
...
* changes:
Make QuickContact styles public.
2009-11-03 13:58:03 -05:00
Evan Millar
0fae86b80f
Make QuickContact styles public.
...
This should have been done for the 2.0 sdk, but fell through the cracks.
Fortunately this will make it into the 2.1 sdk.
2009-11-03 09:49:43 -08:00
Mike Lockwood
f90ffcc639
Remove obsolete hardware auto-brightness support.
...
Change-Id: Ibd0ef67f887254f26ce19faf0627f8b246ec0a18
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-11-03 11:41:27 -05: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
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
Android (Google) Code Review
b6a6791f38
Merge change I60413727 into eclair
...
* changes:
Fix issue #2226370 : Resource versions match with equality
2009-11-02 13:43:52 -05:00
Dianne Hackborn
553399518f
Fix issue #2226370 : Resource versions match with equality
...
Also fixed turned-around increment of version number for resources. :(
Change-Id: I604137272da984bcd69cee4f174e6b7f2c786e46
2009-11-01 21:16:59 -08:00
Dirk Dougherty
6b13bc043e
doc change: misc doc fixes.
...
Bug:2160782
Change-Id: Iaf5d2cc2e3c657700469e8b7394a95bc03fc26f3
2009-10-30 19:44:22 -07:00
Android (Google) Code Review
d3e4dab962
Merge change I7df84618 into eclair
...
* changes:
Add a privateImeOption to represent that the IME should not show the voice input microphone, if it otherwise would, whenever the search dialog is planning on showing a voice search button (as specified by the current searchable).
2009-10-30 21:12:00 -04:00
Android (Google) Code Review
e8228afb2b
Merge change I92cdc5ed into eclair
...
* changes:
PerformanceCollector: Collect & report perf measurements in key/value form
2009-10-30 20:02:13 -04:00
Mike LeBeau
7df846186d
Add a privateImeOption to represent that the IME should not show
...
the voice input microphone, if it otherwise would, whenever the
search dialog is planning on showing a voice search button (as
specified by the current searchable).
The IME will respect this shortly.
http://b/2228562
2009-10-30 16:11:40 -07:00