Romain Guy
53ca03d9a3
Don't set hwAccelerated=true when libhwui is not present.
...
Change-Id: I6df5a89e4b4d94d76e96b5d0a678b7a8f646268a
2010-10-12 10:34:25 -07:00
Leon Scroggins
f348502c70
Merge "Allow TextView to do its thing." into gingerbread
2010-10-12 10:24:48 -07:00
Romain Guy
a655c63582
Actually store the newly computed deceleration.
...
Change-Id: Ib62470187ec7709340f04842748b9d8cb88ee0c2
2010-10-12 10:21:57 -07:00
Mike Lockwood
588fcde5bf
Merge "MTP: Add support for renaming files"
2010-10-12 09:46:14 -07:00
Mike Lockwood
5ebac83e20
MTP: Add support for renaming files
...
Change-Id: I679d674eb4dae88f60165ab2850cc20eec7ceee3
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-10-12 12:41:58 -04:00
Alex Sakhartchouk
7d4cb2e118
Merge "Fixing refcounting debug statements that've gotten bitrotten."
2010-10-12 09:40:23 -07:00
Alex Sakhartchouk
af55cc711a
Fixing refcounting debug statements that've gotten bitrotten.
...
Change-Id: Ie93bf651b9e469b7b4e9cacd8f79b38d04012892
2010-10-12 09:31:10 -07:00
Jean-Baptiste Queru
9c9430b30f
resolved conflicts for merge of e69f1f1a to master
...
Change-Id: I32b34e4f6ae83ff40398c6e9e2881af12abc4aa8
2010-10-12 09:23:10 -07:00
Brad Fitzpatrick
4711d21a55
am 9facd2d0: Merge "StrictMode: link to designing for responsiveness ANR docs" into gingerbread
...
Merge commit '9facd2d0847691ae46108713d6a7dc9f51a62135' into gingerbread-plus-aosp
* commit '9facd2d0847691ae46108713d6a7dc9f51a62135':
StrictMode: link to designing for responsiveness ANR docs
2010-10-12 08:23:40 -07:00
Brad Fitzpatrick
9facd2d084
Merge "StrictMode: link to designing for responsiveness ANR docs" into gingerbread
2010-10-12 08:09:55 -07:00
Bjorn Bringert
25108167fd
Remove the unused UrlRendererService
...
Change-Id: I48af718d9753b475bd041147f0d18bee60da84ec
2010-10-12 15:14:27 +01:00
Leon Scroggins
23cb86a47d
Allow TextView to do its thing.
...
Bug:3085639
Call super.onTouchEvent for ACTION_UP and ACTION_CANCEL.
This removes the old selection as appropriate.
Bug:3085587
Make the cursor visible so that the insertion handle
appears when tapping on the field.
Change-Id: If5ea6219de9ca351667021743b2e63edc6c47250
2010-10-12 09:52:56 -04:00
Bjorn Bringert
5684d464c0
Merge "Move SyncStateContentProviderHelper to frameworks/ex"
2010-10-12 02:31:42 -07:00
Wu-cheng Li
7b76bed1ee
Merge "Fix camera display orientation."
2010-10-12 01:41:59 -07:00
Jeff Brown
4b255a2304
am 03aa28fb: Merge "Improve the input policy handling a bit." into gingerbread
...
Merge commit '03aa28fb36589a3d601be08e75c08a24c4344d6f' into gingerbread-plus-aosp
* commit '03aa28fb36589a3d601be08e75c08a24c4344d6f':
Improve the input policy handling a bit.
2010-10-12 01:04:16 -07:00
Jeff Brown
03aa28fb36
Merge "Improve the input policy handling a bit." into gingerbread
2010-10-12 01:01:14 -07:00
Wu-cheng Li
b0f7d95bf8
Fix camera display orientation.
...
bug:3036262
Change-Id: I6fc3dc381fcfaceba09fd5bd14afb85045b3d676
2010-10-12 15:52:44 +08:00
Jeff Brown
3122e4488a
Improve the input policy handling a bit.
...
Fixed some issues with Monkeys turning off their own screens. Ook ook!
Added some more comments to explain what's going on.
Change-Id: Id2bc0466161a642a73ef7ef97725d1c81e984b12
2010-10-12 00:16:14 -07:00
Chung-yih Wang
b99db0c70e
am 4367ab00: Set the wifi-only for SIP service as the default config.
...
Merge commit '4367ab00edb59f95703e4a8a0f9a1a73dbf13551' into gingerbread-plus-aosp
* commit '4367ab00edb59f95703e4a8a0f9a1a73dbf13551':
Set the wifi-only for SIP service as the default config.
2010-10-11 21:49:26 -07:00
Chung-yih Wang
4367ab00ed
Set the wifi-only for SIP service as the default config.
...
Change-Id: I90d2d14b5d9c953e45f85d3d5128d096ea17b22e
bug-id: http://b/3068006
2010-10-12 12:39:50 +08:00
Chris Tate
5994359f30
Be sure to hold the window manager lock around *Lw() methods
...
Change-Id: Ia0271df34b084bf1d3dc39373dd66b6afe96c379
2010-10-11 20:58:07 -07:00
Hung-ying Tyan
f5b7c855fb
am f5201ab7: Keep original phone number in SipConnection.
...
Merge commit 'f5201ab71ff4d104265ab126e86afc6b81da8011' into gingerbread-plus-aosp
* commit 'f5201ab71ff4d104265ab126e86afc6b81da8011':
Keep original phone number in SipConnection.
2010-10-11 20:55:56 -07:00
Hung-ying Tyan
f5201ab71f
Keep original phone number in SipConnection.
...
In case it's a PSTN number carried by an Internet call, the phone app can still
get the original phone number from Connection.getAddress() instead of getting a
SIP URI.
http://b/issue?id=3085996
Change-Id: Ie6c66100a4b5b2ce3f73baa1b446761cd51d7727
2010-10-12 11:34:01 +08:00
Jeff Brown
26b6df74b9
Merge "Track input state when transferring touch focus."
2010-10-11 20:29:36 -07:00
Jeff Brown
b05632aae3
am a28d5aff: Merge "Fix a bug synthesizing cancelation events for motions." into gingerbread
...
Merge commit 'a28d5aff5466a55149b9e6f9cd908fcc225c25ff' into gingerbread-plus-aosp
* commit 'a28d5aff5466a55149b9e6f9cd908fcc225c25ff':
Fix a bug synthesizing cancelation events for motions.
2010-10-11 20:24:38 -07:00
Jeff Brown
a28d5aff54
Merge "Fix a bug synthesizing cancelation events for motions." into gingerbread
2010-10-11 20:22:02 -07:00
Hung-ying Tyan
c74d39173e
am ece7e11b: Merge "SipService: fix a missing switch-case break." into gingerbread
...
Merge commit 'ece7e11b3723140b31d28bae6ed6f1ae30e5d802' into gingerbread-plus-aosp
* commit 'ece7e11b3723140b31d28bae6ed6f1ae30e5d802':
SipService: fix a missing switch-case break.
2010-10-11 20:04:28 -07:00
Hung-ying Tyan
ece7e11b37
Merge "SipService: fix a missing switch-case break." into gingerbread
2010-10-11 20:02:05 -07:00
Hung-ying Tyan
685b61b711
SipService: fix a missing switch-case break.
...
Change-Id: I638eecd8000293d4cb37b3595c02ca33df4924eb
2010-10-12 10:46:29 +08:00
Romain Guy
4bede9e425
Add an API to control AbsListView's friction.
...
Change-Id: Iafb08cd28703d282c369c472a5d85a22cc5dacb7
2010-10-11 19:38:37 -07:00
Dianne Hackborn
a007ab294d
am ffbc4b94: Merge "Fix SD card mounting issues #3074555 and #3072332 " into gingerbread
...
Merge commit 'ffbc4b948d0214c28df382f9eb209ea8f5ceef83' into gingerbread-plus-aosp
* commit 'ffbc4b948d0214c28df382f9eb209ea8f5ceef83':
Fix SD card mounting issues #3074555 and #3072332
2010-10-11 19:17:05 -07:00
Dianne Hackborn
ffbc4b948d
Merge "Fix SD card mounting issues #3074555 and #3072332 " into gingerbread
2010-10-11 19:13:33 -07:00
Dianne Hackborn
d39d515b91
Fix SD card mounting issues #3074555 and #3072332
...
Change-Id: I79572bb4e92d2546abd97512a119ae74f0d72019
3074555: Kill "Shared storage safe to remove" notification
3072332: "blank shared storage" notification doesn't go anywhere
2010-10-11 19:12:21 -07:00
Hung-ying Tyan
82b4003871
am df08c2f0: am 692cac9f: SipHelper: add debug log for challenge responses.
...
Merge commit 'df08c2f03e7cf7be7002d34efe8e4e8d24e406de'
* commit 'df08c2f03e7cf7be7002d34efe8e4e8d24e406de':
SipHelper: add debug log for challenge responses.
2010-10-11 18:59:05 -07:00
Jean-Baptiste Queru
40e7a62789
am 6d1321f0: am 65f23e71: Merge "Corrected visibility reporting error in WindowManager"
...
Merge commit '6d1321f02f8e8c201469f17a7a62a4d063821b9a'
* commit '6d1321f02f8e8c201469f17a7a62a4d063821b9a':
Corrected visibility reporting error in WindowManager
2010-10-11 18:58:35 -07:00
Jean-Baptiste Queru
057c13bcce
am c43189e7: am 2aaa1ce1: Merge "Hold partial wakelock during shutdown to avoid entering sleep"
...
Merge commit 'c43189e76964facad8bac6ee7a17ea1016bba4e3'
* commit 'c43189e76964facad8bac6ee7a17ea1016bba4e3':
Hold partial wakelock during shutdown to avoid entering sleep
2010-10-11 18:58:25 -07:00
Jean-Baptiste Queru
81bef57f6d
am 5bf55c80: am 0e430ccc: Merge "Telephony: Fix radio state printing"
...
Merge commit '5bf55c801dfd67e8cf98278f3590d352f9e6d64f'
* commit '5bf55c801dfd67e8cf98278f3590d352f9e6d64f':
Telephony: Fix radio state printing
2010-10-11 18:57:54 -07:00
Jean-Baptiste Queru
6a443f2ee1
am d54a97a0: am fb1e5529: Merge "Fix time zone info in kernel is nothing after reboot"
...
Merge commit 'd54a97a0efc5cdd8088a277b0e6787ea24711e0c'
* commit 'd54a97a0efc5cdd8088a277b0e6787ea24711e0c':
Fix time zone info in kernel is nothing after reboot
2010-10-11 18:57:43 -07:00
Jean-Baptiste Queru
a081fa662b
am 9dfa3037: am 334a4d84: Merge "Telephony: Remove unused mRuimFileHandler reference from CDMAPhone"
...
Merge commit '9dfa30375e66ae533e253f5287a8c8e293187e19'
* commit '9dfa30375e66ae533e253f5287a8c8e293187e19':
Telephony: Remove unused mRuimFileHandler reference from CDMAPhone
2010-10-11 18:57:33 -07:00
Gilles Debunne
8245acaab6
am 1457bb0e: am 6b8bdaa9: New AppsPermission and market style
...
Merge commit '1457bb0ef622b7ae8970fcb42d40a0c45713f683'
* commit '1457bb0ef622b7ae8970fcb42d40a0c45713f683':
New AppsPermission and market style
2010-10-11 18:57:14 -07:00
Jeff Brown
9c9f1a3ba1
Track input state when transferring touch focus.
...
Copies the input state to the destination window and sends synthesic
cancelation events to the source window.
Change-Id: Ia75820b0d756ed5d6cd22dce7830251ac85141ed
2010-10-11 18:32:20 -07:00
Jeff Brown
a1160a798b
Fix a bug synthesizing cancelation events for motions.
...
Change-Id: I881c0fa16c1d22c4b1b6cca24deb0105405ff5b0
2010-10-11 18:22:53 -07:00
Jeff Brown
4231124c9d
Merge "Fix an event injection bug when the policy is bypassed."
2010-10-11 18:15:38 -07:00
Romain Guy
d5d2b7382c
Merge "Don't draw fully transparent views/primitives."
2010-10-11 18:00:43 -07:00
Romain Guy
dbc26d2ba1
Don't draw fully transparent views/primitives.
...
Change-Id: Icd7d8ef1f57b51a24faf32f7004125e6300d4fdc
2010-10-11 17:58:29 -07:00
Jeff Brown
e20c9e0264
Fix an event injection bug when the policy is bypassed.
...
Added the concept of a "trusted" event to distinguish between events from
attached input devices or trusted injectors vs. other applications.
This change enables us to move certain policy decisions out of the
dispatcher and into the policy itself where they can be handled more
systematically.
Cherry pick of b931a1b4 from gingerbread into master.
Change-Id: I700a5f07b8b227878cea9437a289a45a245c0424
2010-10-11 17:54:12 -07:00
Jean-Baptiste Queru
02241ab292
am 89fbcd72: resolved conflicts for merge of c2894474 to gingerbread-plus-aosp
...
Merge commit '89fbcd72fbe6ef26ea2703f8e338fd198c958ecc'
* commit '89fbcd72fbe6ef26ea2703f8e338fd198c958ecc':
Support showing "Cold" battery health.
2010-10-11 17:49:42 -07:00
Jean-Baptiste Queru
76f8688e9b
am 779d1778: am bd1454f5: Merge "Include debugger connection status in error entry"
...
Merge commit '779d1778b6147ee1b57428af234d1498a26f031e'
* commit '779d1778b6147ee1b57428af234d1498a26f031e':
Include debugger connection status in error entry
2010-10-11 17:49:28 -07:00
David Brown
a23935ab33
am bd6d5098: am d07833f5: Don\'t manually create CallerInfo objects from SipPhone
...
Merge commit 'bd6d5098a7995429713ae0ae43b3f666f7b9aed3'
* commit 'bd6d5098a7995429713ae0ae43b3f666f7b9aed3':
Don't manually create CallerInfo objects from SipPhone
2010-10-11 17:48:47 -07:00
Mike Lockwood
986d170182
am 1bdba9fa: am 2f77c3e4: Merge "GPS: Fix another race condition in GPS HAL initialization" into gingerbread
...
Merge commit '1bdba9fa3178d00a03dcbc3ede1818f7bff07e61'
* commit '1bdba9fa3178d00a03dcbc3ede1818f7bff07e61':
GPS: Fix another race condition in GPS HAL initialization
2010-10-11 17:48:35 -07:00