Romain Guy
4f0a8df9fe
Fix the build.
...
Change-Id: I71e77cb3c124b31b81d952dc3897ebc414a1f701
2010-08-19 15:10:54 -07:00
Romain Guy
494413faa2
Merge "Update OpenGLRenderer test to test opaque ARGB8888 bitmaps."
2010-08-19 14:46:45 -07:00
Romain Guy
e9e7fd0813
Update OpenGLRenderer test to test opaque ARGB8888 bitmaps.
...
Change-Id: I7159825f4b1d6f5a1cd09ec091994801b52b6bda
2010-08-19 14:45:42 -07:00
Romain Guy
e0cac8402a
Merge "Load assets in place instead of deferring until draw."
2010-08-19 14:44:52 -07:00
Romain Guy
207b3ab604
Load assets in place instead of deferring until draw.
...
Before this change, all framework assets would be decoded at drawing time
outside of zygote. This was forcing all apps to re-decode the assets and
zygote to keep an in-memory copy of each asset. This behavior is now
opt-in by setting the inPurgeable flag on BitmapFactory.Options.
Change-Id: Ic703f57adb26b2a701ecff0a653d35a93e26d47c
2010-08-19 14:41:16 -07:00
Ben Dodson
34f170f5ee
Explicit warning level for deprecation mismatch
...
Change-Id: I2ae784e61c4b4b7aa97d46080f78e9d4ab1df87f
2010-08-19 14:24:45 -07:00
Irfan Sheriff
004f6832d6
Merge "asynchronous driver commands"
2010-08-19 12:34:41 -07:00
Irfan Sheriff
e498475b18
asynchronous driver commands
...
Make some of the common driver commands scan/disconnect/reconnect/reassociate
asynchronous. We already have broadcasts to indicate results.
Change-Id: I343c6be077fb11a3d488e586ab10ab2373b269d8
2010-08-19 12:23:13 -07:00
Eric Fischer
4b4b039d75
Merge "Import Romansh translations."
2010-08-19 12:00:34 -07:00
Gilles Debunne
ed279f8f19
Fix for a bug that prevents text selection on initially empty text edits.
...
Change-Id: I0346b632e7de32b082c0ed7e605873946e3eb554
2010-08-19 11:18:05 -07:00
Steve Block
73040de4f6
Merge "Implement DeviceOrientation"
2010-08-19 11:03:57 -07:00
Alex Sakhartchouk
99b99495cf
Merge "Should fix the build."
2010-08-19 10:54:25 -07:00
Alex Sakhartchouk
526e7a3c85
Should fix the build.
...
Change-Id: Ib4f065341c6a90db70cca1adae2978fbff453b74
2010-08-19 10:53:41 -07:00
Alex Sakhartchouk
fdca0d7f64
Merge "Hopefully this fixes the build."
2010-08-19 10:48:35 -07:00
Alex Sakhartchouk
7723d8c6a0
Hopefully this fixes the build.
...
Change-Id: I2002ba7e66039d39f8c6754fe7b7e0ca91e7ec13
2010-08-19 10:47:46 -07:00
Romain Guy
646b64cf9d
Merge "Load opaque assets in RGB-565 until Bitmap.hasAlpha() works properly."
2010-08-19 10:47:41 -07:00
Romain Guy
4b7cc64028
Load opaque assets in RGB-565 until Bitmap.hasAlpha() works properly.
...
Change-Id: I1106855e9f2255c1b78fd76a3fe1c116b3c2fb87
2010-08-19 10:47:06 -07:00
Steve Block
c43565be90
Implement DeviceOrientation
...
This patch provides all of the plumbing but only provides the error event,
used when we fail to connect to the device's sensors. Connection to the
sensors is coming in a later patch.
Change-Id: I322297d70570425b19917712e63e815651ceacc2
2010-08-19 18:31:57 +01:00
Shimeng (Simon) Wang
495111eaaf
Merge "Set the scale to be at least overview zoom scale."
2010-08-19 10:17:29 -07:00
Shimeng (Simon) Wang
0ed2bb5e56
Set the scale to be at least overview zoom scale.
...
This happens when screen is rotated. Also removed a not-needed calculation.
issue: 2919307
Change-Id: If24ccb45a488aa8f00fead09206bfbe1799ebcb2
2010-08-19 10:15:50 -07:00
Irfan Sheriff
ae6a65e7ac
Merge "Fix divide-by-zero when calculating signal level over a large output range."
2010-08-19 09:23:16 -07:00
Alex Sakhartchouk
3e5ea4a814
Merge "Renderscript samples. Merged two model related projects. Cleanup."
2010-08-19 09:15:48 -07:00
Daniel Sandler
05691455f5
Merge "Wi-Fi signal strength and status in the system bar & panel."
2010-08-19 06:13:04 -07:00
Daniel Sandler
d7db7b1eaf
Wi-Fi signal strength and status in the system bar & panel.
...
Change-Id: I67b948b7c87650b51e5785471b66b4b2cca218ed
2010-08-19 01:26:21 -04:00
Daniel Sandler
4c0d81b8ad
Fix divide-by-zero when calculating signal level over a large output range.
...
Change-Id: I17eff6fb458532465a836414e1973a8d5b7c715b
2010-08-19 01:25:32 -04:00
Adam Cohen
20b73ce9d1
Merge "-> Added edge behaviour for StackView (what to do at the beginning and end of the stack) -> Wrapping children of AdapterViewAnimator in a FrameLayout to uphold the Adapter contract (ie. don't modify the Adapter's views.) -> Fixed clipping problem in StackViews with padding"
2010-08-18 22:20:31 -07:00
Adam Cohen
3d07af0342
-> Added edge behaviour for StackView (what to do at
...
the beginning and end of the stack)
-> Wrapping children of AdapterViewAnimator in a
FrameLayout to uphold the Adapter contract (ie.
don't modify the Adapter's views.)
-> Fixed clipping problem in StackViews with padding
Change-Id: I83b02b5fdfd687838346e0bcb5dc30c033cd0cb8
2010-08-18 22:01:13 -07:00
Romain Guy
2c5678d7b3
Merge "Speedup TextView fades (no more layers required.)"
2010-08-18 20:50:12 -07:00
Romain Guy
c4d8eb6fb7
Speedup TextView fades (no more layers required.)
...
Also fixes a crash in the drop shadows cache and improves
drop shadows caching.
Change-Id: I9c0208a49467f9201d786ae0c129194b8d423923
2010-08-18 20:48:33 -07:00
Ying Wang
4dae02b325
Fix dependency
...
It's package-export.apk that framework.jar depends on, not LOCAL_BUILT_MODULE.
LOCAL_BUILT_MODULE depends on package-export.apk as well..
Change-Id: If9579e07421017a881e29e376efdaa071cd80a4f
2010-08-18 20:20:03 -07:00
Jim Miller
d06971802c
Merge "Fix 2797185: Integrate Carousel widget into framework."
2010-08-18 19:30:53 -07:00
Jim Miller
c31f643223
Fix 2797185: Integrate Carousel widget into framework.
...
Change-Id: Ia03e3f582541dd7f6079929e51d2484b5b91a67b
2010-08-18 18:11:06 -07:00
Romain Guy
1b196022ec
Merge "Fix drawing issues with layers."
2010-08-18 17:11:11 -07:00
Romain Guy
8b55f37765
Fix drawing issues with layers.
...
Prior to this change layers would clip their content incorrectly. They would
also not apply alpha properly.
Change-Id: Id7b3aaa7dbdc51de68fe050e64458f68e40503fd
2010-08-18 17:10:07 -07:00
Danica Chang
adec63015f
Merge "fixed bug in stringToIpAddr, which was returning the ip address in reverse"
2010-08-18 16:58:45 -07:00
Danica Chang
7b9efd00ec
Merge "bluetooth tethering"
2010-08-18 16:58:37 -07:00
Irfan Sheriff
b8ea4aa79d
Merge "Fix WRITE_SECURE_SETTINGS permission issue"
2010-08-18 16:54:45 -07:00
Eric Fischer
4203c1e56c
Import Romansh translations.
...
Change-Id: I798cc041fc1d93c3e51a1598a80781453229a523
2010-08-18 16:24:55 -07:00
Irfan Sheriff
6118069b1d
Fix WRITE_SECURE_SETTINGS permission issue
...
The refactor with the new state machine had introduced
a bug with writes to secure settings in public API for
which apps might not have permission.
Bug: 2895750
Change-Id: I7d236253201a47b836996859aa3de2806ad8a800
2010-08-18 16:07:39 -07:00
Alex Sakhartchouk
27f50523a4
Renderscript samples. Merged two model related projects. Cleanup.
...
Change-Id: I6fdc70420eee7dfecf0b051fd687e5797c6580ce
2010-08-18 15:46:43 -07:00
Danica Chang
6fdd0c6274
bluetooth tethering
...
Change-Id: Id6d5fb1922facc7013abc29214d3e1141995b767
2010-08-18 15:07:50 -07:00
David Brown
5aaeaffdce
Merge "Move the "voice_capable" resource into the framework."
2010-08-18 14:32:36 -07:00
Konstantin Lopyrev
917031361c
am 28bd3a54: am f2af87b3: Merge "Making sure the draw time is measured." into gingerbread
...
Merge commit '28bd3a54ec192ed9259cf88873e387129103258e'
* commit '28bd3a54ec192ed9259cf88873e387129103258e':
Making sure the draw time is measured.
2010-08-18 14:22:25 -07:00
Jens Gulin
96f32ea662
am 25af9997: am c4554b9a: Keep track of remaining fd when devices are removed
...
Merge commit '25af9997b91a2cc5de8ffdaff072552492fb6312'
* commit '25af9997b91a2cc5de8ffdaff072552492fb6312':
Keep track of remaining fd when devices are removed
2010-08-18 14:22:20 -07:00
Brian Carlstrom
bb1562e559
am 03805f72: am d313cab4: Merge "tracking merge of external/apache-http from dalvik-dev" into gingerbread
...
Merge commit '03805f729cacead5d0797c840430ea99b26036d6'
* commit '03805f729cacead5d0797c840430ea99b26036d6':
tracking merge of external/apache-http from dalvik-dev
2010-08-18 14:22:08 -07:00
Wu-cheng Li
24844c9a30
am a2527055: am c8696023: Merge "Document that autoFocus must be called in auto and macro mode." into gingerbread
...
Merge commit 'a2527055f8e3106fe70feeee10ae0c4ddc6596e9'
* commit 'a2527055f8e3106fe70feeee10ae0c4ddc6596e9':
Document that autoFocus must be called in auto and macro mode.
2010-08-18 14:22:02 -07:00
Andreas Huber
f5a36b24ac
am 00557baf: am 4dda6ddb: Merge "Make the OggExtractor less verbose." into gingerbread
...
Merge commit '00557baf36ab62592ae1c424a7298a21e8588f5a'
* commit '00557baf36ab62592ae1c424a7298a21e8588f5a':
Make the OggExtractor less verbose.
2010-08-18 14:21:57 -07:00
Andreas Huber
c7dbac57e2
am 31eb1ac1: am 0324ce9a: Merge "Be more lenient when validating ESDS information in mp4 audio tracks. Allow the absence of any codec specific data and assume that the mpeg4 headers are not lying to us." into gingerbread
...
Merge commit '31eb1ac1db38d0a5cd0b44dd5251941992f74b58'
* commit '31eb1ac1db38d0a5cd0b44dd5251941992f74b58':
Be more lenient when validating ESDS information in mp4 audio tracks. Allow the absence of any codec specific data and assume that the mpeg4 headers are not lying to us.
2010-08-18 14:21:51 -07:00
Steve Howard
1944cca612
am 0899e8bc: am baf3869b: Merge "Fix up handling of null fields in DownloadManager." into gingerbread
...
Merge commit '0899e8bc9dc44249d6be016bed71a9ecee56f132'
* commit '0899e8bc9dc44249d6be016bed71a9ecee56f132':
Fix up handling of null fields in DownloadManager.
2010-08-18 14:21:44 -07:00
Kenny Root
14b2ff4f53
am 7a11ae26: am face0c02: am 46906276: Amend previous ndc commit
...
Merge commit '7a11ae268cfd9cd1a7887217c926bec19fdccf17'
* commit '7a11ae268cfd9cd1a7887217c926bec19fdccf17':
Amend previous ndc commit
2010-08-18 14:21:38 -07:00