Nipun Kwatra
437e6c49f1
Merge "const correctness, validPixel test."
2010-08-20 10:41:08 -07:00
Daniel Sandler
0dc4d15cdc
Merge "Notification.fullScreenIntent support."
2010-08-20 09:15:53 -07:00
Daniel Sandler
fb970e9204
Notification.fullScreenIntent support.
...
Bug: 2911617
Change-Id: I1b4cd6ff0f760bad721a3a8eed61209b44b64c02
2010-08-20 10:57:52 -04:00
Daniel Sandler
27e1a79bf7
On-device screenshot support.
...
This comes in the form of a command, `screenshot`, which
will read /dev/graphics/fb0 (in a manner very similar to
adb's framebuffer_service) and write to the specified PNG
file.
Additionally, dumpstate now accepts a -p flag (mnemonic:
"picture" or "png") that, when specified, will cause a
screenshot to be captured in the same directory as the
bugreport.
Future work: invoke `dumpstate -p` when the bugreport
keychord is pressed, giving users a convenient way to attach
screenshots to bug reports (or simply take screenshots at
all without developer tools).
Bug: 2216571 (and probably plenty of others)
Change-Id: I36afbc55a0308a7bc01112ef39c4c62777efb203
2010-08-20 09:42:49 -04:00
Daniel Sandler
d664df2d95
Merge "Fix incorrect usage text for am."
2010-08-20 06:31:24 -07:00
Brad Fitzpatrick
a3f641f22a
am cf2c68c9: am 11709ab0: Merge "Avoid unnecessary SharedPrefences disk writes." into gingerbread
...
Merge commit 'cf2c68c9c21b8af62e95374312355d22ed55e586'
* commit 'cf2c68c9c21b8af62e95374312355d22ed55e586':
Avoid unnecessary SharedPrefences disk writes.
2010-08-20 06:28:08 -07:00
Jean-Baptiste Queru
4bd3e95ce5
am 6d5bb884: am aac6a748: Merge "Only monitor recognized uevent devices." into gingerbread
...
Merge commit '6d5bb88454db2fc798a07ec1085ef55572dbe670'
* commit '6d5bb88454db2fc798a07ec1085ef55572dbe670':
Only monitor recognized uevent devices.
2010-08-20 06:27:55 -07:00
Mathias Agopian
49eda50415
am 4195d097: am 8ad86fef: Merge "Improve documentation of getAltitude" into gingerbread
...
Merge commit '4195d097c535acf9e1c60b323134fcb5609c18b7'
* commit '4195d097c535acf9e1c60b323134fcb5609c18b7':
Improve documentation of getAltitude
2010-08-20 06:27:37 -07:00
Mathias Agopian
1d8b34ecbb
Merge branch 'master' of ssh://android-git:29418/platform/frameworks/base
2010-08-20 06:27:27 -07:00
Mathias Agopian
a2c1583eac
am 8e13ce52: (-s ours) am 26bcc7b4: Merge "revert hwcomposer HAL changes. DO NOT MERGE." into gingerbread
...
Merge commit '8e13ce52f3bb12bb53e37affde3eec9bdaabae5c'
* commit '8e13ce52f3bb12bb53e37affde3eec9bdaabae5c':
revert hwcomposer HAL changes. DO NOT MERGE.
2010-08-20 06:27:15 -07:00
Chet Haase
cf6f0d58a8
Merge "multiple-property animations"
2010-08-20 06:27:11 -07:00
Daniel Sandler
7b750542d6
Fix incorrect usage text for am.
...
Change-Id: I95afb3bd02ce23bb8d0797ec4c33e27a9530988e
2010-08-20 09:24:02 -04:00
Jean-Baptiste Queru
2338f48ddb
resolved conflicts for merge of 34df5ccc to master
...
Change-Id: I55558b2ab9452b2a819a1fce5b3ee5af29688e98
2010-08-20 06:18:50 -07:00
Jeff Brown
0ca7aae911
am 33992d41: am 72e0b2ab: Merge "Fix some input device mapping bugs with certain drivers." into gingerbread
...
Merge commit '33992d4195fe55f42ba6919f5a07707a51a12d5d'
* commit '33992d4195fe55f42ba6919f5a07707a51a12d5d':
Fix some input device mapping bugs with certain drivers.
2010-08-19 23:43:19 -07:00
Irfan Sheriff
cdea9193f2
update ssid in WifiInfo
...
Bug: 2876746
Change-Id: I58295e01f07f168e234ab344065fe50047902c76
2010-08-19 21:35:25 -07:00
Nipun Kwatra
d1fbdf1a3f
const correctness, validPixel test.
...
- made width(), height() const member functions.
- added validPixel() which returns true if pixel is in the allowed range.
- now testing validPixel in get/setPixelValue
Change-Id: I1dee5060bd4f8dcbdcd542ec4647ea328f0185c3
2010-08-19 18:26:58 -07:00
Chet Haase
d953d08e92
multiple-property animations
...
Change-Id: Ida9440dad165f3450ff62862fc1627e138595e5f
2010-08-19 18:04:28 -07:00
Irfan Sheriff
8e6c8c2024
Merge "clean up scanresults on exit from driver start state"
2010-08-19 16:40:49 -07:00
Dmitri Plotnikov
a26ed4d7f8
Merge "Fixing the SDK build"
2010-08-19 16:32:31 -07:00
Dmitri Plotnikov
13e0357ec1
Fixing the SDK build
...
Change-Id: I84cee32bf6d7395e7d6a366fb0b582b73637d18c
2010-08-19 16:31:29 -07:00
Irfan Sheriff
f99819e47c
clean up scanresults on exit from driver start state
...
Bug: 2934389
Change-Id: I918bb9e198aba0bdbb2be356a680789c9678e47c
2010-08-19 16:30:12 -07:00
Romain Guy
d970a1af63
Merge "Update FrameLayout documentation."
2010-08-19 15:16:32 -07:00
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