19727 Commits

Author SHA1 Message Date
Dan Egnor
4bded0744a Dump the phone process stack (as well as the system process) on watchdog reset.
Change-Id: I3c47086f9cc010f524da7de539942ea30d0338e3
2010-03-11 22:27:59 -08:00
Dianne Hackborn
4ea833d9a2 Merge "Need to keep new package's cert when using original-package." 2010-03-11 17:12:48 -08:00
Adam Powell
80362d4ac8 Merge "Fix tap detection after a long press" 2010-03-11 16:33:58 -08:00
Adam Powell
3b0233959c Fix tap detection after a long press
Change-Id: I004651b8522cac175a72e94a14128d2283da35a4
2010-03-11 16:30:28 -08:00
Dianne Hackborn
4b45041006 Need to keep new package's cert when using original-package.
Fixes bug #2504353: Lost all widgets and shortcuts after upgrading form FRE68 to FRE69

Change-Id: I62bab66bbd90bf0956d1716bae1b6073d01e2d8a
2010-03-11 16:20:08 -08:00
Ken Shirriff
f01cfadc0c Merge "Close db statement." 2010-03-11 16:16:43 -08:00
Tom Taylor
476c2323d5 Merge "Add a new meta_data column" 2010-03-11 15:58:49 -08:00
Vasu Nori
9bcf789a31 Merge "debug-flag covered log messages to help people debug finalizer stuff" 2010-03-11 15:51:32 -08:00
Romain Guy
05e552a6ef Merge "Support old/new package names for widgets." 2010-03-11 15:41:22 -08:00
Romain Guy
ff3e61c6d5 Support old/new package names for widgets.
Change-Id: I134c4e694e66aaea47ad7da83d37b6621f4a527a
2010-03-11 15:30:02 -08:00
Ken Shirriff
dca5f191ac Close db statement.
Fix finalizer error bug 2483608

Change-Id: I49c33dc68cd3f24772990a467790ecaa06e13a18
2010-03-11 15:26:45 -08:00
Dianne Hackborn
26b1ef9583 Merge "Fix issue #2461567: Home screen redraw messed up" 2010-03-11 15:13:15 -08:00
Mathias Agopian
092ae5a78b Merge changes Id4ca8ef7,I1021c590
* changes:
  implement connect/disconnect in our native_window_t implementations
  Add a new connect/disconnect API to android_native_window_t
2010-03-11 15:10:16 -08:00
Mathias Agopian
2f7540e78f implement connect/disconnect in our native_window_t implementations
the framebuffer implementation doesn't do anything special with this
but the surfaceflinger implementation makes sure the surface is not used
by two APIs simultaneously.

Change-Id: Id4ca8ef7093d68846abc2ac814327cc40a64b66b
2010-03-11 15:06:54 -08:00
Mathias Agopian
f6331a4974 Add a new connect/disconnect API to android_native_window_t
it's used to keep track of which API owns the surface.

Change-Id: I1021c5905c020efc3c428e561b38189377168b22
2010-03-11 15:05:52 -08:00
Adam Powell
c1bcc9989c Merge "Fix overscroll distance calculation for stack-from-bottom ListViews" 2010-03-11 15:01:56 -08:00
Vasu Nori
3695709457 debug-flag covered log messages to help people debug finalizer stuff
should help developers figure out why finalizer warnings are coming out
of their app.

Change-Id: I50a4ba96c84c6b3cf4445331e1fb55320d8783e1
2010-03-11 14:57:53 -08:00
Marco Nelissen
6be9c162d6 Merge "Revert "Do autodetection even if no locale was specified, and use the"" 2010-03-11 14:56:54 -08:00
Joe Onorato
0521206745 Merge "Throw a better error message when the automatic onClick handling doesn't work." 2010-03-11 14:55:23 -08:00
Joe Onorato
42e14d74f3 Throw a better error message when the automatic onClick handling doesn't work.
Change-Id: I61729e26f76a2ab8825e892cd6c70c06f0955e4c
2010-03-11 14:54:21 -08:00
Dianne Hackborn
ac3587d7ce Fix issue #2461567: Home screen redraw messed up
Make sure that we have a window redraw itself after resizing its
surface.

Also includes a little optimization to avoid having an extra thread
for the ImageWallpaper.

Change-Id: I88d1eb66e3116077f48e6f9086a5b6459505ef69
2010-03-11 14:52:34 -08:00
Wink Saville
ef5a8e5bdc Merge "Ignore instead of throw errors in QuittingState and reorder some parameters." 2010-03-11 14:43:06 -08:00
Adam Powell
84222e0425 Fix overscroll distance calculation for stack-from-bottom ListViews
Change-Id: Ic8278763586d03c152f7b30b7fdd0b37b0dfc9cb
2010-03-11 14:31:17 -08:00
Wink Saville
f0f566ec46 Ignore instead of throw errors in QuittingState and reorder some parameters.
Since there could be an arbitrary number of messages in
the queue but Handler/Looper/MessageQueue do not provide
any mechanism for removing "all" messages the best we can
do is ignore. Throwing an error is probably too heavy.

Change-Id: I13c81ac5786484f5b3218885b010de596d943975
2010-03-11 14:03:50 -08:00
John Wang
eb3035cbca Merge "Make getCellLocation return null if not available." 2010-03-11 13:56:59 -08:00
John Wang
41a46718b3 Make getCellLocation return null if not available.
For bug 2422284.

Check the cell location and return null if the location is not available.

Change-Id: Ie9a331b906a8253c9a9596365af8705dc03823ce
2010-03-11 13:53:46 -08:00
Marco Nelissen
dea009ab8e Revert "Do autodetection even if no locale was specified, and use the"
This reverts commit b45b0845a6db32848ad08ac1037ef67a68ec2d39.
2010-03-11 13:37:46 -08:00
Tom Taylor
0dd3bdab24 Add a new meta_data column
Add a new column to both the pdu and sms tables. This change just adds
the column definitions. Bug 2505620

Change-Id: I34b2794566a2900932ae34bdded4ed361d503d07
2010-03-11 13:37:17 -08:00
Dan Egnor
c95142d4a0 Move boot log file writing into a background thread to avoid ANR.
Bug: 2507228
Change-Id: I35695f89f1d62b907f04511e3e6b71722008949b
2010-03-11 13:16:04 -08:00
Mathias Agopian
015b59756e fix [2483456] Video orientation is wrong on Droid for some videos
Change-Id: I450191f1335f57bffc51aff3e27295395847dbc0
2010-03-11 12:55:39 -08:00
San Mehat
6fc4fe98ab Merge "MountService: If USB cable is unplugged while UMS is active, clean up and remount" 2010-03-11 12:23:50 -08:00
Daniel Sandler
4bfe7879a4 Merge "Javadoc fix." 2010-03-11 12:23:50 -08:00
Daniel Sandler
b999abc359 Javadoc fix.
Change-Id: I8f5acb2f824ff0e94755a9c482286b119d124734
2010-03-11 15:19:53 -05:00
Wink Saville
4ea0628a84 Merge "Add quit and fix HSM EBNF." 2010-03-11 12:15:20 -08:00
San Mehat
2fe718a87b MountService: If USB cable is unplugged while UMS is active, clean up and remount
Change-Id: I9c20e7bfc215549cd8a6e14625e5d005bb53f8fa
Signed-off-by: San Mehat <san@google.com>
2010-03-11 12:01:49 -08:00
Wink Saville
1b8b98b3db Add quit and fix HSM EBNF.
Add support for quiting the looper and stopping a thread.

Allow enter/exit at top or bottom of a STATE EBNF.

Fix missing brace in MSG_LIST.

Change-Id: Iddf5ce908008933bf8f0646e844254183da3d1f3
2010-03-11 11:49:54 -08:00
Patrick Scott
08e1f21dd4 Merge "Do not send the not-modified response when validating the cache." 2010-03-11 11:47:22 -08:00
Grace Kloba
5acac5f216 Merge "Implement smart-zoom per Adobe request." 2010-03-11 11:43:56 -08:00
Vasu Nori
06ea4c7c6b Merge "add more debug info to SQL section in bugreport" 2010-03-11 11:42:45 -08:00
Grace Kloba
c6f95fe523 Implement smart-zoom per Adobe request.
When double tap on plugin object, we toggle between
centering plugin object and overview mode.

Fix http://b/issue?id=2501726
2010-03-11 11:40:46 -08:00
Vasu Nori
c3849200fa add more debug info to SQL section in bugreport
after this CL, adb bugreport will the following info (under SQL section
of each app's meminfo dump)

 SQL
            heap:      344       memoryUsed:      344
pageCacheOverflo:       67  largestMemAlloc:       50

 DATABASES
  Pagesize   Dbsize  Lookaside  Dbname
      1024        7         24  googlesettings.db
      1024       26        110  talk.db
      1024       11          0    (attached) transient_talk_db
      1024       11         32  subscribedfeeds.db
      1024       20         27  gservices.db

Change-Id: Iabd13be9793d9794137c60a045b84fa632f13498
2010-03-11 11:38:31 -08:00
Daniel Sandler
feec868c99 Merge "Turn off pulsing jogball while on a call." 2010-03-11 11:24:47 -08:00
Doug Zongker
b5957a3a32 Merge "make RecoverySystem.verifyPackage interruptible" 2010-03-11 11:15:53 -08:00
Doug Zongker
cb95657326 make RecoverySystem.verifyPackage interruptible
Change-Id: I09f6746914ef63c81312efd3a8959b0c28f6003a
2010-03-11 11:07:24 -08:00
Daniel Sandler
e96ffb18c1 Turn off pulsing jogball while on a call.
Bug: 2336573
Change-Id: If0f0151cbead4eb8acf9e1ce2f6dbca088814694
2010-03-11 13:38:06 -05:00
Adam Powell
b51132cb4f Merge "Make paging touch slop smaller" 2010-03-11 10:30:01 -08:00
Nicolas Catania
47d3625390 Merge "Allow invoke in all the player states except idle and error." 2010-03-11 10:26:36 -08:00
Adam Powell
b7ef1d9ec9 Make paging touch slop smaller
Change-Id: I36e2623dcc6e3209de51d32841ca68ce322cc5d8
2010-03-11 10:25:24 -08:00
Adam Powell
9dd14231a2 Merge "Let ListView overscroll header/footer attributes take a color" 2010-03-11 10:20:22 -08:00
Mike LeBeau
7d1382ddba Merge "Add a voice search hint context for the launcher." 2010-03-11 10:15:03 -08:00