157285 Commits

Author SHA1 Message Date
Joe Fernandez
1968b91937 am b8a60dad: Merge "docs: Update the staging app.yaml to be compatible with GAE 1.9.4 and higher" into klp-modular-docs
* commit 'b8a60dada505d79341cfa4cc2b9906d892e8298b':
  docs: Update the staging app.yaml to be compatible with GAE 1.9.4 and higher
2014-09-24 15:44:50 +00:00
Joe Fernandez
b8a60dada5 Merge "docs: Update the staging app.yaml to be compatible with GAE 1.9.4 and higher" into klp-modular-docs 2014-09-24 15:39:01 +00:00
Joe Fernandez
57024257e5 docs: Update the staging app.yaml to be compatible with GAE 1.9.4 and higher
Change-Id: Iab735d07e705f019828d649e370fe5ef5006f305
2014-09-24 08:35:03 -07:00
Svetoslav
721e549ca6 am 15c86a84: Merge "Missing pages in print preview when scorolling." into lmp-dev
* commit '15c86a84a5b595b43eecec611de22e6bd0c0eea4':
  Missing pages in print preview when scorolling.
2014-09-24 15:33:56 +00:00
Svetoslav
dd109d9455 am 176b1955: Merge "Ignore not visible views computing click point for accessibility." into lmp-dev
* commit '176b19559e3775e59ce852fa54343bea5663ee17':
  Ignore not visible  views computing click point for accessibility.
2014-09-24 15:33:51 +00:00
Svetoslav
2bac6129a4 Merge "Missing pages in print preview when scorolling." into lmp-dev 2014-09-24 15:24:25 +00:00
Svetoslav
856fcb6284 Merge "Ignore not visible views computing click point for accessibility." into lmp-dev 2014-09-24 15:24:00 +00:00
Jason Monk
409353186c am b73e5baf: am f40f4af6: Merge "Add announcement of global actions dialog" into lmp-dev
* commit 'b73e5baf14e99e3078e08f76f1d492ec47c49dbc':
  Add announcement of global actions dialog
2014-09-24 15:10:47 +00:00
Jason Monk
0fb47ed20b am de8e01c4: am c631f962: Merge "Fix accessibility announcement for QS details" into lmp-dev
* commit 'de8e01c4830c1af7963e9545613f5225cb5a4695':
  Fix accessibility announcement for QS details
2014-09-24 15:10:42 +00:00
Adrian Roos
32d88e8ead Fix ColorInversionTile for secondary users
Bug: 17626692
Change-Id: I40354a460a7c00f6fd5eb05f7836dc89129fdacb
2014-09-24 17:08:22 +02:00
Jason Monk
08fc5c8436 am f40f4af6: Merge "Add announcement of global actions dialog" into lmp-dev
* commit 'f40f4af681bc00572eb7838c094020ac0d0f17bf':
  Add announcement of global actions dialog
2014-09-24 14:59:48 +00:00
Jason Monk
cee920b551 am c631f962: Merge "Fix accessibility announcement for QS details" into lmp-dev
* commit 'c631f9629ed936094352a7a2b8f23af3749f3bb6':
  Fix accessibility announcement for QS details
2014-09-24 14:59:43 +00:00
Jason Monk
ed1ae8f87b Merge "Add announcement of global actions dialog" into lmp-dev 2014-09-24 14:57:26 +00:00
Jason Monk
8681c044be Merge "Fix accessibility announcement for QS details" into lmp-dev 2014-09-24 14:50:04 +00:00
Chet Haase
8eb48d26cc Avoid drawing the starting window twice
Logic in WindowState caused a delayed layout on the starting window,
which forced another layout/draw pass, which was unnecessary. Making
the resize call happen sooner means that that request gets lumped in
with a pending layout request, so there's only one resulting draw.

This saves not only the second drawing operation, but also the creation
of an extra buffer in SurfaceFlinger for that second draw request. This
buffer is temporary, but can be quite large on some devices and push
the system over the memory edge in extreme situations. It's difficult
to track this memory usage difference as the buffer resides at a very
low level in the system. But you can see in systrace that the second
allocation (and the second draw) is not happening after the fix.

Issue #17570761 Constrain starting window to only one buffer

Change-Id: I0e0fff7efdc812730706afccbfb020dea3f8d3e2
2014-09-24 07:31:29 -07:00
Derek Sollenberger
1b99187253 Fix memory leak where we close the descriptor instead of the file.
bug: 17541634
Change-Id: I842176213e0547dd737ef6e0b83c320a5cc32219
2014-09-24 09:32:37 -04:00
Christoph Studer
12aeda802e NoMan: Add 3s timeout in matchesCallFilter()
In Priority mode, NoMan can block the telecom Ringer
indefinitely when looking up the caller contact details via
ContactsProvider.

Fix this by introducing a 3s timeout and assume the call
matches the call filter when the timeout is hit.

Bug: 17598245
Change-Id: Ia0893cf203e6ffd943c749719ebb9e0f0958eb01
2014-09-24 14:55:32 +02:00
Jason Monk
30443b14d1 Add announcement of global actions dialog
Rather than saying 'Alert', say 'Alert, ...' describing the contents
of the menu.

Bug: 17559783
Change-Id: I43b1b5ba9ce76b8c205f2d29f2f8ee7569517c19
2014-09-24 08:43:22 -04:00
Robin Lee
49d810cb63 Reset keystore when user is added or removed
Because user IDs are recycled it is not safe to leave this kind of
information around after deleting.

Bug: 17403144
Change-Id: I441f85750cf8818adaf62a1acdb2ba7b4bfc1b7e
2014-09-24 11:51:52 +01:00
Zoltan Szatmary-Ban
fc03ebcbc8 am da833aa6: am 7602bc54: Merge "Register ActivityManagerService.PackageMonitor for all users." into lmp-dev
* commit 'da833aa602d59669c3840003b005e8de8168bebe':
  Register ActivityManagerService.PackageMonitor for all users.
2014-09-24 10:03:30 +00:00
Zoltan Szatmary-Ban
33ca280721 am 7602bc54: Merge "Register ActivityManagerService.PackageMonitor for all users." into lmp-dev
* commit '7602bc548c3c85e8958e899593cc1757d849d532':
  Register ActivityManagerService.PackageMonitor for all users.
2014-09-24 09:53:03 +00:00
Zoltan Szatmary-Ban
bdc07b6986 Merge "Register ActivityManagerService.PackageMonitor for all users." into lmp-dev 2014-09-24 09:41:19 +00:00
Ruben Brunk
27a845cf7c camera2: Update CamcorderProfile documentation.
Bug: 17447258

- Update documentation in CamcorderProfile for LEGACY
  mode video handling.

Change-Id: If65b93788a38ffe28caec053f81b9afa538c38a0
2014-09-24 06:59:53 +00:00
Svetoslav
237806bbc5 Missing pages in print preview when scorolling.
It is possible that two providers for the same page are assigned
to two preview views despite temporariliy while rebinding. We were
however releasing the provider from the view which is being bound
if not for the same page which as a result was cancelling rendering
of this page which is provided to another view via another provider.
Hence, having an empty page. Removed the unnecessary code to release
a provider when binding the view - release is happening only if the
view holder is recycled.

bug:17515670

Change-Id: I197438c16cfdb363f521cd1320f154da54eea5f5
2014-09-23 21:29:48 -07:00
Tsuwei Chen
33482f0bd8 am 25b2326c: am a7fd1016: Merge "Use the right format to specify SUPL_MODE value." into lmp-dev
* commit '25b2326ca2797d5c0775a22cf68506e6e10aee68':
  Use the right format to specify SUPL_MODE value.
2014-09-24 02:36:00 +00:00
Craig Mautner
dec2aa6c42 am 70d43b40: am d5b329e5: Merge "Force layout and animation when display changes" into lmp-dev
* commit '70d43b4044fe4ff4828d2a6ecef32d77215234ac':
  Force layout and animation when display changes
2014-09-24 02:35:54 +00:00
Eric Laurent
c1aa0838c8 am 337f4b98: am ee99d080: Merge "AudioRecord: add HW hotword capture flag" into lmp-dev
* commit '337f4b982e2405499270f4ea13abfa3cb221d3c6':
  AudioRecord: add HW hotword capture flag
2014-09-24 02:35:45 +00:00
Lorenzo Colitti
ea09344b8d am 2726c192: am 895b6726: Merge "Only stop/start clatd if necessary." into lmp-dev
* commit '2726c1928c955c968810b2207edd4f3f31cf65f8':
  Only stop/start clatd if necessary.
2014-09-24 02:26:30 +00:00
Lorenzo Colitti
a2209a667c am b5a2f9ea: am 6974f6a9: Merge "Block address families with routes, not NetworkAgent side channel" into lmp-dev
* commit 'b5a2f9eac026a7798b28e0c8f412aee7b7a01c36':
  Block address families with routes, not NetworkAgent side channel
2014-09-24 02:26:26 +00:00
Alan Viverette
e695ecda1f am 4884876c: am f65bf6e6: Merge "Explicitly set Settings background to white" into lmp-dev
* commit '4884876c7f86f9b92f888f5ee93c2ccc06c0fec5':
  Explicitly set Settings background to white
2014-09-24 02:26:21 +00:00
Dianne Hackborn
fbd98105fb am bee5b25b: am 0d18d08d: Merge "Work on issue #17628623: Need to update default preferred activities for YouTube" into lmp-dev
* commit 'bee5b25b6d95eb8dd586dd2024400593c6039750':
  Work on issue #17628623: Need to update default preferred activities for YouTube
2014-09-24 02:26:02 +00:00
Matthew Williams
547f01c8b8 am c212440a: am 07b554fc: Merge "Fix lock ordering in JobScheduler" into lmp-dev
* commit 'c212440a45139c27045a0822b56aab91e8d11049':
  Fix lock ordering in JobScheduler
2014-09-24 02:25:55 +00:00
Tsuwei Chen
42692f1cd1 am a7fd1016: Merge "Use the right format to specify SUPL_MODE value." into lmp-dev
* commit 'a7fd1016b5210d1218d97e6a557c28b3bebedfb0':
  Use the right format to specify SUPL_MODE value.
2014-09-24 02:13:02 +00:00
Craig Mautner
1c3c482219 am d5b329e5: Merge "Force layout and animation when display changes" into lmp-dev
* commit 'd5b329e5aed07ffdd7cf0ba6e2aa100316d1bda8':
  Force layout and animation when display changes
2014-09-24 02:03:34 +00:00
Eric Laurent
9af1bbe651 am ee99d080: Merge "AudioRecord: add HW hotword capture flag" into lmp-dev
* commit 'ee99d0808dabcbad4716c4b90419219f14dbc9fc':
  AudioRecord: add HW hotword capture flag
2014-09-24 02:03:26 +00:00
Tsuwei Chen
54fee68628 Merge "Use the right format to specify SUPL_MODE value." into lmp-dev 2014-09-24 01:53:31 +00:00
Svetoslav
e7482460af Ignore not visible views computing click point for accessibility.
In accessibility mode we compute a location to where to send down and up
events to click a view (triggered by a double tap). This solves the problem
of interacting with views that are partially covered by other interactive
views. The logic that computes the click point was not ignoring siblings
that are not visible. As a result a blind user cannot interact with some
views.

bug:17632224

Change-Id: I93e637ee6702e4ba3e79faa736205430e2196d01
2014-09-23 18:48:28 -07:00
Lorenzo Colitti
6ceefbeb94 am 895b6726: Merge "Only stop/start clatd if necessary." into lmp-dev
* commit '895b6726e13611a614d245bbd4232f9f0449727f':
  Only stop/start clatd if necessary.
2014-09-24 01:44:41 +00:00
Lorenzo Colitti
227f4f5194 am 6974f6a9: Merge "Block address families with routes, not NetworkAgent side channel" into lmp-dev
* commit '6974f6a97028a42ce79b8e9e1869af0ebf5624f4':
  Block address families with routes, not NetworkAgent side channel
2014-09-24 01:44:34 +00:00
Alan Viverette
8fe5312f16 am f65bf6e6: Merge "Explicitly set Settings background to white" into lmp-dev
* commit 'f65bf6e62ff61d5c5e5c3dc5ca468d3feb2c8175':
  Explicitly set Settings background to white
2014-09-24 01:44:29 +00:00
Craig Mautner
83a76db6c5 Merge "Force layout and animation when display changes" into lmp-dev 2014-09-24 01:43:02 +00:00
Eric Laurent
c1823452ad Merge "AudioRecord: add HW hotword capture flag" into lmp-dev 2014-09-24 01:39:35 +00:00
Craig Mautner
9b5e824da7 Force layout and animation when display changes
Each time that window manager gets a notification that a display has
been added, removed or changed, run a pass through
performLayoutAndPlaceSurfaces. This ensures that
WindowAnimator.animate() runs once so that the surfaces of remote
displays can be updated with their visibility.

Fixes bug 17533991.

Change-Id: If8745527df86c74da75fbe26b8a2a6fddeb74d2a
2014-09-23 18:37:49 -07:00
Dianne Hackborn
0c3cc8e883 Fix issue #17632804: Add resource padding
Change-Id: If09108415fc4f64f4d4ff837a6096713a96aa334
2014-09-23 18:32:39 -07:00
Tsuwei Chen
cf03b60ce2 Use the right format to specify SUPL_MODE value.
Bug:17618140
Change-Id: I013219bb8febb4bb5c23d4896f432fd3a01c21f8
2014-09-23 18:31:48 -07:00
Dianne Hackborn
5587238570 am 0d18d08d: Merge "Work on issue #17628623: Need to update default preferred activities for YouTube" into lmp-dev
* commit '0d18d08d54cd2226e2391a8bf50e8e48add24ee0':
  Work on issue #17628623: Need to update default preferred activities for YouTube
2014-09-24 01:27:50 +00:00
Matthew Williams
45ee242474 am 07b554fc: Merge "Fix lock ordering in JobScheduler" into lmp-dev
* commit '07b554fcce08611872ea053ea9c97fa2671fc6db':
  Fix lock ordering in JobScheduler
2014-09-24 01:27:42 +00:00
Lorenzo Colitti
75b8966cad Merge "Only stop/start clatd if necessary." into lmp-dev 2014-09-24 01:21:17 +00:00
Lorenzo Colitti
e034716628 Merge "Block address families with routes, not NetworkAgent side channel" into lmp-dev 2014-09-24 01:21:06 +00:00
Alan Viverette
ef686b3c44 Merge "Explicitly set Settings background to white" into lmp-dev 2014-09-24 01:17:53 +00:00