77681 Commits

Author SHA1 Message Date
Marco Nelissen
ec733f094b am d88404d0: Merge "Fix .pls playlist parsing" into jb-dev
* commit 'd88404d0a1991a13cce9d5e55e4314828839311d':
  Fix .pls playlist parsing
2012-05-17 09:55:16 -07:00
Marco Nelissen
d88404d0a1 Merge "Fix .pls playlist parsing" into jb-dev 2012-05-17 09:53:02 -07:00
John Reck
5653f28030 am 76c0c612: Merge "Don\'t send an ontouchmove until slop is exceeded" into jb-dev
* commit '76c0c612cdd5eeef8ff2f7a4478f6320a713d7a3':
  Don't send an ontouchmove until slop is exceeded
2012-05-17 09:24:57 -07:00
John Reck
76c0c612cd Merge "Don't send an ontouchmove until slop is exceeded" into jb-dev 2012-05-17 09:22:06 -07:00
George Mount
2354206216 am 3c814072: Merge "Only clear the caret when in caret selection mode." into jb-dev
* commit '3c8140723f67b63163ed1a3d6b0569ecbe46068c':
  Only clear the caret when in caret selection mode.
2012-05-17 09:07:58 -07:00
George Mount
45240cb33a am 84c4b08b: Merge changes Ia5729aaf,I91584b7d into jb-dev
* commit '84c4b08bd424151f3fa84029b55573022562fd23':
  Remove selection highlight when replacing/deleting.
  Don't do character add/delete when there is a selection.
2012-05-17 09:07:57 -07:00
George Mount
3c8140723f Merge "Only clear the caret when in caret selection mode." into jb-dev 2012-05-17 09:05:37 -07:00
George Mount
84c4b08bd4 Merge changes Ia5729aaf,I91584b7d into jb-dev
* changes:
  Remove selection highlight when replacing/deleting.
  Don't do character add/delete when there is a selection.
2012-05-17 09:05:30 -07:00
Ben Murdoch
d36bde2494 am 93e3bf12: Merge "Fix up the WebCoreThreadWatchdog" into jb-dev
* commit '93e3bf1260557f2b167c7f7b1e671deb69edec3f':
  Fix up the WebCoreThreadWatchdog
2012-05-17 09:03:02 -07:00
Ben Murdoch
93e3bf1260 Merge "Fix up the WebCoreThreadWatchdog" into jb-dev 2012-05-17 09:00:26 -07:00
Chris Wren
125a45ed82 am 468a2ac6: Merge "Don\'t assume digest lines are GONE, we may be recycling them." into jb-dev
* commit '468a2ac63a065680da30f5e796583d53f70f8e25':
  Don't assume digest lines are GONE, we may be recycling them.
2012-05-17 07:02:30 -07:00
Chris Wren
468a2ac63a Merge "Don't assume digest lines are GONE, we may be recycling them." into jb-dev 2012-05-17 07:00:13 -07:00
Daniel Sandler
d72953e87b am 614349d7: Merge "Status Bar: Include wifi/mobile state in touch exploration" into jb-dev
* commit '614349d74ee2141006fcd87fb8a16b92619c8d48':
  Status Bar: Include wifi/mobile state in touch exploration
2012-05-17 06:46:59 -07:00
Daniel Sandler
614349d74e Merge "Status Bar: Include wifi/mobile state in touch exploration" into jb-dev 2012-05-17 06:45:15 -07:00
Chris Wren
4ed80d581c Don't assume digest lines are GONE, we may be recycling them.
Bug: 6500945
Change-Id: I0f01ccdde25bebb8335f0d34408877b895d286ff
2012-05-17 09:35:34 -04:00
Brian Colonna
29da39393e am 2b9eba55: Merge "Not calling startUi() if no longer bound" into jb-dev
* commit '2b9eba553e136c5bb955df281bdafed2b9a4ce92':
  Not calling startUi() if no longer bound
2012-05-17 06:04:33 -07:00
Brian Colonna
2b9eba553e Merge "Not calling startUi() if no longer bound" into jb-dev 2012-05-17 06:02:09 -07:00
Ben Murdoch
74d37b9653 Fix up the WebCoreThreadWatchdog
Make the WebCoreWatchdog aware of the WebViews it is monitoring
(rather than the Activity context which may become stale) and
ensure that the code for the prompt dialog is run on the UI
thread.

Bug: 6420310
Change-Id: Ied003938edb04858c85bcc2491c4b2c4c0ede6eb
2012-05-17 12:38:07 +01:00
Daniel Sandler
93eb512687 am 6a160984: Merge changes I3b129e4b,I489718a8 into jb-dev
* commit '6a16098437665c3aab3e9980359e140b8a47858b':
  Black out the status bar when the shade comes down.
  Punch up the date contrast.
2012-05-16 22:02:39 -07:00
Daniel Sandler
6a16098437 Merge changes I3b129e4b,I489718a8 into jb-dev
* changes:
  Black out the status bar when the shade comes down.
  Punch up the date contrast.
2012-05-16 22:00:51 -07:00
Daniel Sandler
8e18dc7757 Black out the status bar when the shade comes down.
Also move the shade up and forward to overlap the (now
empty) status bar.

As a side effect, DISABLE_SYSTEM_INFO now works for phones.

Bug: 6418617
Change-Id: I3b129e4bb26d3aba55403bf03baf8f4c8ad0ff46
2012-05-17 00:57:11 -04:00
Jeff Brown
c7e11cf36e am 40013655: Support long-press on media keys with screen off.
* commit '40013655dea9427d0b3bc0250658c9923443963c':
  Support long-press on media keys with screen off.
2012-05-16 21:44:01 -07:00
Jeff Brown
40013655de Support long-press on media keys with screen off.
Bug: 3204066
Change-Id: I3ea4b6ceb853483b9e103de62b2ef0cf48b3dff1
2012-05-16 21:39:05 -07:00
Daniel Sandler
8bbbd3fc12 Punch up the date contrast.
Bug: 6499757
Change-Id: I489718a8d167d30465bc16cfc3167d8d073efd2c
2012-05-16 23:38:50 -04:00
John Reck
94c478e9e5 Don't send an ontouchmove until slop is exceeded
Bug: 6490959

Change-Id: I0f447f65c84f9ce208ce52caba05e7dcb2f76bc5
2012-05-16 20:34:48 -07:00
Romain Guy
6e1531281a am 1b283b4e: Merge "Fix TextureView OpenGL sample" into jb-dev
* commit '1b283b4e7f66d5cc3e1e2cc63cae9d3bc8a5ad5c':
  Fix TextureView OpenGL sample
2012-05-16 20:07:29 -07:00
Craig Mautner
bf08af3323 Eliminate deferred surface destruction.
Removing the code that delays a surface destruction when
WindowManager.FLAG_KEEP_SURFACE_WHILE_ANIMATING is set. The lock
screen that continued to animate after destroySurfaceLocked is no
longer used and this code was causing problems.

Also mDrawState was being set to NO_SURFACE in destroySurfaceLocked
even if the surface ended up not being destroyed. Later when it was
reused the false value of mDrawState was messing things up.

The screen lock bug referenced below no longer levaes the user stuck
with a black lockscreen. However it occasionally powers back up in the
launcher screen rather than the lock screen.

Fixes bug 6485955.

Change-Id: I684104c7e7c39c161a5118aa890889fbae92e635
2012-05-16 20:07:22 -07:00
Romain Guy
1b283b4e7f Merge "Fix TextureView OpenGL sample" into jb-dev 2012-05-16 20:04:46 -07:00
alanv
525823a754 Refactor WebView accessibility code into a separate class.
Bug: 5932640
Change-Id: I52ab57f51c5904cbcf56307f17f406b2a30d6b91
2012-05-16 20:01:51 -07:00
Romain Guy
4c43f66d06 Fix TextureView OpenGL sample
The sample was doing something dumb: instead of binding the texture unit
to the shader's sampler, it was binding the texture name. Oops.

Change-Id: I13450dacbbd2dad362a2573aebb95e8eb87b25f0
2012-05-16 20:01:17 -07:00
Martijn Coenen
2c10311a01 NFC API documentation.
Added docs for beam Uri push and added some sanity checks on params.

Change-Id: I7c43b71c8a9ca4f742933d2d5b9473e0e2451dd3
2012-05-16 19:44:45 -07:00
Dianne Hackborn
cefbeb6834 am 20c0cdbb: Merge "Have the stable layout take into account the window\'s fullscreen flag." into jb-dev
* commit '20c0cdbbf79cef18e59514e0f53dfbcac0bef600':
  Have the stable layout take into account the window's fullscreen flag.
2012-05-16 19:43:37 -07:00
Dianne Hackborn
20c0cdbbf7 Merge "Have the stable layout take into account the window's fullscreen flag." into jb-dev 2012-05-16 19:41:09 -07:00
Svetoslav Ganov
765cbbe74f am a4c1b0a7: Merge "Fixing the build for real." into jb-dev
* commit 'a4c1b0a7ca48c0b9fcc0a4af393faf64d0a16b91':
  Fixing the build for real.
2012-05-16 19:30:01 -07:00
Svetoslav Ganov
a4c1b0a7ca Merge "Fixing the build for real." into jb-dev 2012-05-16 19:25:59 -07:00
Svetoslav Ganov
1e7456ba74 Fixing the build for real.
Change-Id: I792d029c7fff4d96fbe238ff4b3f268cb8603b95
2012-05-16 19:15:34 -07:00
Brian Colonna
c266070aec Not calling startUi() if no longer bound
After the bind to the FUL service is complete, an
onServiceConnected() callback is received.  This callback is
asynchronous - bindService() does not block while we are waiting for
the service to finish binding.  Therefore, when rapidly turning the
screen on and off, it is possible to call bindService() and then call
unbindService() before the onServiceConnected() callback is received.
When onServiceConnected() is received, startUi() is called.  If the
service is no longer bound, a runtime restart occurs when calling
startUi().

Note that onServiceConnected() actually has its work done via a
handler.  The delay of calling the handler increases the possibility
of unbindService() being called before trying to call startUi().  But
since this problem still happens without using the handler,
eliminating using the handler would not solve the problem and would
just create the problems that come with performing operations on
different threads since onServiceConnected() is not called on the main
thread.

Also note that a new instance of FaceUnlock is created in
LockPatternKeyguardView with each iteration.  So, if we bind/stop/bind
before getting onServiceConnected(), the second bind happens in a new
instance of FaceUnlock and therefore does not lead to a problem when
onServiceConnected() returns as a result of the first bind.

This fixes some occurrences of bug 6409767.  However, this fixes the
problem when turned the device on and off rapidly.  It seems there
are some reports of bug 6409767 where this is not the case, so I
can't be sure this has any affect on those cases.

This change also cleans up some debugging and modifies other
debugging to try to get just the information that is useful for
tracking down the bug.

Change-Id: Ifa59107b9974acaa8a18b74b5d47e4cf3a794b8e
2012-05-16 22:11:30 -04:00
Kenny Root
e262d4bdbd am 11e123f7: Merge "Check system app before removal" into jb-dev
* commit '11e123f7684378578242f5824e14ddba2f68d9ca':
  Check system app before removal
2012-05-16 19:01:30 -07:00
Kenny Root
11e123f768 Merge "Check system app before removal" into jb-dev 2012-05-16 18:59:04 -07:00
Svetoslav Ganov
cefd97c854 am e54c5f13: Merge "Exposing some accessiblity actions only for enabled views." into jb-dev
* commit 'e54c5f13652166c5896ccfa55f047301a6c8b876':
  Exposing some accessiblity actions only for enabled views.
2012-05-16 18:45:31 -07:00
Svetoslav Ganov
e54c5f1365 Merge "Exposing some accessiblity actions only for enabled views." into jb-dev 2012-05-16 18:43:31 -07:00
Svetoslav Ganov
040b93110c am 56ee04e1: Merge "Adding some missing files." into jb-dev
* commit '56ee04e1208b00ee24f753a5cbe09fcef2facf12':
  Adding some missing files.
2012-05-16 18:33:47 -07:00
Svetoslav Ganov
56ee04e120 Merge "Adding some missing files." into jb-dev 2012-05-16 18:31:36 -07:00
Svetoslav Ganov
e63049b838 Adding some missing files.
Change-Id: I991d8bf815a7e57dc1cbad384e15aa21bef0c7c7
2012-05-16 18:27:34 -07:00
Jim Miller
7bd926c9ba am 5de47b6a: Fix 6398209: Fix glitch in chevron animation in MultiWaveView
* commit '5de47b6ad9d72476302f8a3732b639d3d413ef77':
  Fix 6398209: Fix glitch in chevron animation in MultiWaveView
2012-05-16 18:26:15 -07:00
Svetoslav Ganov
044d40ad87 am 824aa860: Merge "Accessibility service needs to request permission to be bound to." into jb-dev
* commit '824aa860cd0b38b09779aab417612b115fd495a3':
  Accessibility service needs to request permission to be bound to.
2012-05-16 17:58:00 -07:00
Jim Miller
5de47b6ad9 Fix 6398209: Fix glitch in chevron animation in MultiWaveView
This fixes a glitch caused by clearing the array of chevrons before
stopping the associated animations. The old animations were allowed to
complete which caused chevrons to move around erratically because they
were being controlled by multiple animators.

Change-Id: Iec1450dd83077a721930eb3cac19a621e7356980
2012-05-16 17:56:59 -07:00
Jim Miller
00b672d5e6 am 214fc5e6: Merge "Fix 6508369: Add new resources to fix chevron direction on 720dp device" into jb-dev
* commit '214fc5e61e057f7f34658eb4eeef80d68defb353':
  Fix 6508369: Add new resources to fix chevron direction on 720dp device
2012-05-16 17:54:34 -07:00
Svetoslav Ganov
824aa860cd Merge "Accessibility service needs to request permission to be bound to." into jb-dev 2012-05-16 17:52:59 -07:00
Svetoslav Ganov
fb1e80a247 Exposing some accessiblity actions only for enabled views.
1. Some accessibility actions should not be performed on disabled
   views. For example, scrolling should not be permitted while
   accessibility focus should be. Made a quick pass over the
   actions we expose now.

Change-Id: I36626dfbc0d2f480309a910f58f1de64e9e05675
2012-05-16 17:51:52 -07:00