Adam Powell
195e9d8adb
am dcbf315e: am 368733b2: Remove overscroll_edge.png from drawable/
...
Merge commit 'dcbf315e83234623622bd268a823ecc4dc49e375'
* commit 'dcbf315e83234623622bd268a823ecc4dc49e375':
Remove overscroll_edge.png from drawable/
2010-10-05 15:17:05 -07:00
Adam Powell
59124abf2d
am b8d3bc5c: (-s ours) am 103f59ba: Merge "Fix bug 3052686 - ScrollView padding treated incorrectly" into gingerbread
...
Merge commit 'b8d3bc5c3c65bbf71a6aa3f8345db024a4ba0669'
* commit 'b8d3bc5c3c65bbf71a6aa3f8345db024a4ba0669':
Fix bug 3052686 - ScrollView padding treated incorrectly
2010-10-05 15:16:48 -07:00
Romain Guy
10bc365225
Merge "Add support for paletted textures."
2010-10-05 15:00:01 -07:00
Romain Guy
7adaf3d1aa
Add support for paletted textures.
...
Change-Id: I36e6069bd58f78c609cdd1f3e4560c98f128f48e
2010-10-05 14:58:09 -07:00
Romain Guy
e21635571e
Merge "Code cleanup and disable display lists for now."
2010-10-05 13:44:24 -07:00
Christopher Tate
643bfdaf45
Merge "Make View.DragThumbnailBuilder a static class"
2010-10-05 13:43:44 -07:00
Romain Guy
469b1dbeaf
Code cleanup and disable display lists for now.
...
Change-Id: I681213036b5279339cb96a016d1dfb15d74dafc8
2010-10-05 13:42:35 -07:00
Jason Sams
68159aabb3
Merge "Implement allocation resizing."
2010-10-05 13:35:47 -07:00
Jason Sams
5edc608a07
Implement allocation resizing.
...
Change-Id: Ie38d42419d595cec730a8721cc1321c5edb6b4d6
2010-10-05 13:32:49 -07:00
Christopher Tate
a0374192b9
Make View.DragThumbnailBuilder a static class
...
It also now uses a WeakReference to the associated View, not a hard
object pointer.
Change-Id: I37e10b3155ee7e089a72bdf050cc2d323794810f
2010-10-05 13:14:25 -07:00
Alex Sakhartchouk
cd1b8d3665
Merge "Adding text metrics to renderscript."
2010-10-05 13:13:40 -07:00
Dianne Hackborn
38014763a2
am 89230e3b: am 458fc5f5: Merge "Fix issue #3041660 : Camera image flips upside down when rotating device" into gingerbread
...
Merge commit '89230e3b7b9ec455373e3f60b62ff65589a9c57d'
* commit '89230e3b7b9ec455373e3f60b62ff65589a9c57d':
Fix issue #3041660 : Camera image flips upside down when rotating device
2010-10-05 12:54:41 -07:00
Vasu Nori
54f9ac5880
Merge "STOPSHIP - add illegalStateException to catch potential deadlocks in db"
2010-10-05 12:27:27 -07:00
Gilles Debunne
3d535d2949
Merge "resolved conflicts for merge of 8390651c to master"
2010-10-05 12:26:22 -07:00
Gilles Debunne
ff3c191d2a
resolved conflicts for merge of 8390651c to master
...
Change-Id: Ibaa6034dbf87473dfb7d8a324a5f91fc745b99aa
2010-10-05 12:11:56 -07:00
Alex Sakhartchouk
10825a07ae
Adding text metrics to renderscript.
...
Change-Id: Ica460525243d714a278e4ad5e436af43e1008e0c
2010-10-05 11:33:27 -07:00
Ficus Kirkpatrick
f6904c4bb4
Merge "Reduce log spam."
2010-10-05 11:33:03 -07:00
Ficus Kirkpatrick
6fd771b346
Reduce log spam.
...
Remove the WifiService ACTION_BATTERY_CHANGED log message.
Change-Id: Idfcdf1661f9243a9eb043419490a7138533f3357
2010-10-05 11:28:23 -07:00
Adam Cohen
ef52176f12
Changing AdapterViewAnimator to use the new animation APIs
...
Change-Id: Ifefb83c391914ac623d75e0faca723b95786861d
2010-10-05 11:02:25 -07:00
Vasu Nori
6d970255af
STOPSHIP - add illegalStateException to catch potential deadlocks in db
...
database lock() should not be called from a synchronized methods
in database layer. add code to check.
this will catch potential deadlock situations sooner
Change-Id: I9d913f5e2af304f4d9ad5b2641c3a768c4bc97f9
2010-10-05 10:50:45 -07:00
Joe Onorato
066b5c5166
manual merge Merge commit '77e42376' into work
...
Conflicts:
packages/SystemUI/res/values/colors.xml
packages/SystemUI/src/com/android/systemui/statusbar/StatusBarService.java
Change-Id: I891c8a9f6410037ca7805507e85a17f1655c115e
2010-10-05 12:37:03 -04:00
Patrick Scott
4243a3a6ed
Add postSync so that the chrome stack has access.
...
Bug: 3053149
Change-Id: I75f5422afcacf4ae70a2aa26188446251d7f84da
2010-10-05 09:30:24 -04:00
satok
d87c2594c6
Add utility of enabled InputMethod settings to InputMethodManagerService
...
- Add setter of enabled InputMethodSubtypes
- Enabled InputMethods are saved as follows:
-- enabled_inputmethod0;enabled_subtype0;enabled_subtype1:enabled_inputmethod1
- TODO: Fix Settings application to parse new Enabled InputMethod string.
-- Currently IMMS doesn't save InputMethodSubtypes so this will not break Settings application.
Change-Id: Icd0f13de396ce286ff6563e8c2775d53bcdacbf3
2010-10-05 14:51:31 +09:00
Romain Guy
2fe9a8f6f6
Correctly invalidate the drawing cache when an invalidate is requested.
...
Change-Id: Ic78f85d728a14a9f2e4a1925d46b6db9a204bbb1
2010-10-04 20:19:34 -07:00
Christopher Tate
2347b59e58
Merge "Refinements to drag/drop"
2010-10-04 19:40:28 -07:00
Gil Dobjanschi
3937d3d4f2
Merge "Added mute APIs for MediaVideoItem and AudioTrack"
2010-10-04 19:04:36 -07:00
Gil Dobjanschi
61f9184547
Added mute APIs for MediaVideoItem and AudioTrack
...
Change-Id: I2e4e8b213a5d19f895d9e3431b7d4f1acad70762
2010-10-04 19:02:28 -07:00
Scott Main
d9ec8eba56
resolved conflicts for merge of 7008b7c1 to master
...
Change-Id: I360136e54229cae1fc0fa15eab8f1490b8a0fb5e
2010-10-04 18:42:49 -07:00
Christopher Tate
2c095f3677
Refinements to drag/drop
...
Thumbnail measurement & drawing has been moved out into a delegate
class called View.DragThumbnailBuilder. This consolidates the
thumbnail-related code as well as ensuring that the drag initiator
does not have to know a priori where to place the thumbnail relative
to the touch point *before* the thumbnail measurement step, as was
previously the case.
startDrag() no longer needs to be told where the current touch point
is at the time the drag is launched.
Drag events are now dispatched only to VISIBLE views.
Dispatch shouldn't double-recycle events any more when the target
window is local to the system process.
Change-Id: I49419103765a0cad2e18ddfcdd6dacb94daf1ff1
2010-10-04 18:29:09 -07:00
Patrick Dubroy
629e26bbef
am 242fa52b: am eb15ac40: Merge "Fix 2-pixel offset unlock jog tab" into gingerbread
...
Merge commit '242fa52bb6d4556c7cb4bcb1880210f076ea7270'
* commit '242fa52bb6d4556c7cb4bcb1880210f076ea7270':
Fix 2-pixel offset unlock jog tab
2010-10-04 18:23:44 -07:00
Vasu Nori
060e25bf12
don't print informational messages from sqlite in log
...
right now, all messages from sqlite are printed in the logfile.
if the error code = 0, then sqlite message is just an informational
message that usually has no meaning to the developers
and ends up confusing the developers.
discard such messages
Change-Id: I961f1b33a745d5e9b20c85ee8a0071c92c253d96
2010-10-04 18:10:51 -07:00
Gil Dobjanschi
f124ce7394
Merge "Save AudioTrack to XML"
2010-10-04 17:52:43 -07:00
Romain Guy
28d891409c
Merge "Remove logs to reduce logcat spam."
2010-10-04 17:24:21 -07:00
Romain Guy
bdb801ca99
Remove logs to reduce logcat spam.
...
Change-Id: I5fc295b05b5d82bb86827b88e94dd51e8bcdc7d3
2010-10-04 17:22:29 -07:00
Gil Dobjanschi
3398abafca
Save AudioTrack to XML
...
Change-Id: Ie9afe8c620e21e160b56c36f489870db0a3987cc
2010-10-04 17:20:43 -07:00
Chet Haase
064c0b47ae
Merge "Changed LayoutTransition to disable animations when set to null"
2010-10-04 17:16:03 -07:00
Romain Guy
14e647280d
Merge "Reorder logs."
2010-10-04 17:15:15 -07:00
Romain Guy
11fd654a90
Reorder logs.
...
Change-Id: I4adbd53662e1f509c860898c8ff9d19eaabd6d5b
2010-10-04 17:12:16 -07:00
Chet Haase
5d6d7b9c3d
Changed LayoutTransition to disable animations when set to null
...
Change-Id: Ic4d67135a273ea816c3d15bce05da611bd6bae53
2010-10-04 16:58:04 -07:00
Gilles Debunne
b6b193013d
Merge "resolved conflicts for merge of 242fa52b to master"
2010-10-04 16:01:22 -07:00
Patrick Dubroy
3dd101133a
resolved conflicts for merge of 242fa52b to master
...
Change-Id: I6a6c134fe4fb05dbc15249661b441d88534acb1e
2010-10-04 15:49:40 -07:00
Gil Dobjanschi
e799720dd4
Merge "Added audio track playback API"
2010-10-04 15:49:26 -07:00
Adam Powell
dcbf315e83
am 368733b2: Remove overscroll_edge.png from drawable/
...
Merge commit '368733b204805cfa716897b09153350a70dca3f3' into gingerbread-plus-aosp
* commit '368733b204805cfa716897b09153350a70dca3f3':
Remove overscroll_edge.png from drawable/
2010-10-04 15:48:50 -07:00
Adam Powell
b8d3bc5c3c
am 103f59ba: Merge "Fix bug 3052686 - ScrollView padding treated incorrectly" into gingerbread
...
Merge commit '103f59baa7f7d03cfe22a4b07690cc809185dfe9' into gingerbread-plus-aosp
* commit '103f59baa7f7d03cfe22a4b07690cc809185dfe9':
Fix bug 3052686 - ScrollView padding treated incorrectly
2010-10-04 15:48:37 -07:00
Adam Powell
368733b204
Remove overscroll_edge.png from drawable/
...
This crops up in apps targeting <= cupcake. This asset shouldn't be
there.
Change-Id: Ia8f613b1c2657111f8ff5e20d9571290add03ddb
2010-10-04 15:28:25 -07:00
Adam Powell
103f59baa7
Merge "Fix bug 3052686 - ScrollView padding treated incorrectly" into gingerbread
2010-10-04 15:24:29 -07:00
Chet Haase
5e25c2c145
Add ability to automate animated transitions on View show/hide
...
Change-Id: Id6ff92c8fd06c3f5fb30c41b020b4de4f567154f
2010-10-04 15:11:36 -07:00
Adam Powell
62a744e17d
Fix bug 3052686 - ScrollView padding treated incorrectly
...
Also allow grabbing scrollviews for dragging outside of content
bounds, which makes a difference for overscroll effects.
Change-Id: I344db4490ad59f393bb6de338009e251a76e6282
2010-10-04 15:06:30 -07:00
Gilles Debunne
6fee4406b0
am 9339fa7f: am be86b8a4: Updated quick contact assets.
...
Merge commit '9339fa7fa13b8c8847dac4624598112d03555330'
* commit '9339fa7fa13b8c8847dac4624598112d03555330':
Updated quick contact assets.
2010-10-04 15:00:58 -07:00
Dianne Hackborn
89230e3b7b
am 458fc5f5: Merge "Fix issue #3041660 : Camera image flips upside down when rotating device" into gingerbread
...
Merge commit '458fc5f52e25d7a8b4e482010711aed66f0b4999' into gingerbread-plus-aosp
* commit '458fc5f52e25d7a8b4e482010711aed66f0b4999':
Fix issue #3041660 : Camera image flips upside down when rotating device
2010-10-04 14:55:09 -07:00