150610 Commits

Author SHA1 Message Date
Chris Craik
1d47742333 Crash instead of leaking layers/textures between GL contexts
bug:17208461
Change-Id: I4d58f301cf0f5e8145e808a5d6ade4de7801970b
2014-08-26 17:30:15 -07:00
Yorke Lee
b31c8abdc4 API changes for ContactsContract
* Hide NAME_VERIFIED
* Add PinnedPositions.pin

Bug: 17253963
Change-Id: I887fb291fa4de8db6859655956a80898d1ee618c
2014-08-26 17:13:02 -07:00
Craig Mautner
99b69286f1 Show IME over keyguard if IME target is showing
IME was being hidden by keyguard even if the window it was attached
to was showing. This change shows the IME if the window it is
attached to is hiding the keyguard.

Also fix an NPE that was crashing systemui.

Fixes bug 16457525.

Change-Id: If587eefa7b1e0ae26713906a76c0766ebaae69a6
2014-08-26 17:10:39 -07:00
Alan Viverette
40e38d4367 Fix NPE in RippleDrawable
Invalidate was called while we were busy clearing the list of
animating ripples, which led to an inconsistency between the
ripple count and actual state of the ripple list.

BUG: 17136636
BUG: 17281011
Change-Id: Ifb7be7eb334ad9a44cc3a1e6f55ad1e35218989a
2014-08-26 17:08:21 -07:00
Christopher Tate
8ab0865156 Briefly log wallpaper restore outcomes
Bug 17112780

Change-Id: I3e9a23d28c9df4f708eb24b4688322c21a8c8382
2014-08-26 17:08:04 -07:00
Paul Jensen
e30735c7dc Merge "Fix to allow removing sign-in notification when network removed." into lmp-dev 2014-08-26 23:58:40 +00:00
Jeff Hao
71785ed7dd am 73fb1feb: Merge "Add sample profiling option to am." into lmp-dev
* commit '73fb1feb93e56c7aadb2ce64e040b9ff3d0c0358':
  Add sample profiling option to am.
2014-08-26 23:10:23 +00:00
Jeff Hao
0dedb722e6 Merge "Add sample profiling option to am." into lmp-dev 2014-08-26 22:59:36 +00:00
Alan Viverette
841a55a77f am 2b013731: Merge "Use bounds in screen for better A11y backwards compatibility" into lmp-dev
* commit '2b01373190177badaa06a8a72cf8b3a856ac235a':
  Use bounds in screen for better A11y backwards compatibility
2014-08-26 22:59:29 +00:00
Alan Viverette
288265c5c2 am 413e2c21: Merge "Make shadow alpha properties public, add lighting values for TV" into lmp-dev
* commit '413e2c2157c542222d0dafc8a1dcee01f4b2858b':
  Make shadow alpha properties public, add lighting values for TV
2014-08-26 22:59:24 +00:00
Alan Viverette
819b7d5de2 am 4f17dc02: Merge "Update date and time picker styling" into lmp-dev
* commit '4f17dc029fcc7c4c77c97a2251c3ee646f4bbf85':
  Update date and time picker styling
2014-08-26 22:59:19 +00:00
vandwalle
a0974b0e20 am 0ad85ac7: Merge "remove call to passpoint service start" into lmp-dev
* commit '0ad85ac7af74b961c3de7d33c2fd597c0f8cd2ac':
  remove call to passpoint service start
2014-08-26 22:59:14 +00:00
Jeff Hao
1b012d302b Add sample profiling option to am.
Also bundles all profiling options into a class.

Bug: 17040932
Change-Id: I85d675ee1494bdc7308caffdf94145d27c996e9d
2014-08-26 15:54:25 -07:00
Alan Viverette
22d8a776cd Merge "Use bounds in screen for better A11y backwards compatibility" into lmp-dev 2014-08-26 22:52:47 +00:00
Alan Viverette
f3542fd63f Merge "Make shadow alpha properties public, add lighting values for TV" into lmp-dev 2014-08-26 22:52:32 +00:00
Alan Viverette
03740d74ca Merge "Update date and time picker styling" into lmp-dev 2014-08-26 22:51:50 +00:00
vandwalle
780617faa2 Merge "remove call to passpoint service start" into lmp-dev 2014-08-26 22:47:47 +00:00
Ricardo Cervera
69e9fcbffc docs: Fixed notification background bug. Bug: 16801684
Change-Id: Ibd42a52fd46d324a6f706bab69a23f8521b7b36b
2014-08-26 15:44:32 -07:00
vandwalle
0bbd2aaace remove call to passpoint service start
Change-Id: Ibc6e537544c2228e8b07f734158182d1e4817d17
2014-08-26 15:43:46 -07:00
Joe Fernandez
a2c07b6e58 am 8b4d6f9d: am f589d63a: am 17b94b8a: am 2e8d4787: docs: link bug fixes for accessibility testing page
* commit '8b4d6f9d0bd1a67642e7d889f4b81ade97139fda':
  docs: link bug fixes for accessibility testing page
2014-08-26 22:30:17 +00:00
Svetoslav
9c9888b8c5 Fix a crash in PrintSpooler.
If the user cancels printing we cancel the current
pring operation in the RemotePrintDocument which is
a state machine enforcing valid state transitions.
A valid transition was not allowed: finishing after
canceled.

bug:17182301

Change-Id: Iccf3a78d7dc736a64bf5c44941a8f8064dcd0ec3
2014-08-26 15:19:56 -07:00
Joe Fernandez
987eb97344 am f589d63a: am 17b94b8a: am 2e8d4787: docs: link bug fixes for accessibility testing page
* commit 'f589d63a14e14925253eaf77ca3aa5bd495a015a':
  docs: link bug fixes for accessibility testing page
2014-08-26 22:19:02 +00:00
Calin Juravle
be20ed41f7 Update the handling of the native bridge property.
ro.dalvik.vm.native.bridge is expected to be always be set. A value of
"0" means that the native bridge is disabled and that no value should be
passed to the runtime.

Bug: 17104449
Change-Id: I94e60c68e732abdab18f14f960d3b80f32048a79
2014-08-26 23:15:23 +01:00
Christoph Studer
c5eed12688 am 6011b66d: Merge "NoMan: Fix inconsistent notification comparator" into lmp-dev
* commit '6011b66d490f014936e24d2ca56b1c9f38ad8828':
  NoMan: Fix inconsistent notification comparator
2014-08-26 22:12:14 +00:00
Jim Miller
67d7e94b29 am fc5346ed: Merge "Hide fingerprint API until new API is ready" into lmp-dev
* commit 'fc5346ed168e2729783b25e869a910483b7b0628':
  Hide fingerprint API until new API is ready
2014-08-26 22:12:10 +00:00
Christoph Studer
330459d685 Merge "NoMan: Fix inconsistent notification comparator" into lmp-dev 2014-08-26 22:03:07 +00:00
Jim Miller
e7b6b1aae7 Merge "Hide fingerprint API until new API is ready" into lmp-dev 2014-08-26 22:02:52 +00:00
Chris Craik
8750c37d84 am bfb8310a: Merge "Notify VM of native pixelref allocations" into lmp-dev
* commit 'bfb8310ab2214c19e955121373217edfe7258ebd':
  Notify VM of native pixelref allocations
2014-08-26 21:59:27 +00:00
Christoph Studer
cd4adf8b5e NoMan: Fix inconsistent notification comparator
Switch second phase of notification sorting to lexicographic
string comparison in order to enforce a consistent comparison.

Note that this slightly changes the logic: Within groups we
previously fell back on authoritative rank comparison when
one of the notificiations didn't have a sort key. Now we
just replace missing sort keys with " ".

Bug: 16626175
Change-Id: I91f4f4afeeb2c8edda6cd2668011a7367795086c
2014-08-26 23:56:27 +02:00
Alan Viverette
ed6f14a20c Make shadow alpha properties public, add lighting values for TV
BUG: 17189722
BUG: 17221975
Change-Id: I4ed477b658fec96ce69fa278f67345dab6bacaa3
2014-08-26 14:53:28 -07:00
Jeff Sharkey
7b13ce85bd am 64c53500: Merge "Report FileBridge failures as wtf()." into lmp-dev
* commit '64c535003d257acf781efa3d0b08d463a5f38e82':
  Report FileBridge failures as wtf().
2014-08-26 21:50:16 +00:00
vandwalle
c59ecafa85 am bdc65df3: Merge "remove passpoint - DO NOT MERGE" into lmp-dev
* commit 'bdc65df3860cf5f4aae9c79ad14f035626689bfa':
  remove passpoint - DO NOT MERGE
2014-08-26 21:50:02 +00:00
Christoph Studer
6b6c6aa2e2 am fc00943b: Merge "NoMan: Cancel children when update removes summary" into lmp-dev
* commit 'fc00943b1addb1f6e1ded0476db4669615cce7c5':
  NoMan: Cancel children when update removes summary
2014-08-26 21:49:57 +00:00
Christoph Studer
1fa2947df7 am 7e637d1e: Merge "NoListener: meetsInterruptionFilter -> matchesInterruptionFilter" into lmp-dev
* commit '7e637d1e94badfe06f99abfc81b03c974f557ee5':
  NoListener: meetsInterruptionFilter -> matchesInterruptionFilter
2014-08-26 21:49:51 +00:00
Christoph Studer
acecce7921 am e25ac583: Merge "Notification: Optimize L icon processing" into lmp-dev
* commit 'e25ac583c0016616cfa145734816675e26354d32':
  Notification: Optimize L icon processing
2014-08-26 21:49:39 +00:00
Christoph Studer
54ebef6da8 am 15c6ad7b: Merge "SysUI: Uprank current media notification" into lmp-dev
* commit '15c6ad7bc58ba3a9e88cfdbd1a8b31053986fca9':
  SysUI: Uprank current media notification
2014-08-26 21:49:34 +00:00
Chris Craik
b34eeb70a6 Merge "Notify VM of native pixelref allocations" into lmp-dev 2014-08-26 21:47:46 +00:00
Baligh Uddin
b0bc142653 Import translations. DO NOT MERGE
Change-Id: Ie9641c36b244cf85d9a5d17b2185f7c26d1b4ec3
Auto-generated-cl: translation import
2014-08-26 14:32:15 -07:00
Jeff Sharkey
7837dac462 Merge "Report FileBridge failures as wtf()." into lmp-dev 2014-08-26 21:27:11 +00:00
vandwalle
7aea15a08e Merge "remove passpoint - DO NOT MERGE" into lmp-dev 2014-08-26 21:26:42 +00:00
Baligh Uddin
07fda0f834 Import translations. DO NOT MERGE
Change-Id: I27a436ec79e63ccadcf9315bfa179a86fe519bbf
Auto-generated-cl: translation import
2014-08-26 14:25:05 -07:00
Jeff Sharkey
d3ca991700 Report FileBridge failures as wtf().
Bug: 17183379
Change-Id: Ifd4dc690c04439e1f7abebd8e0ca4e1ff97d9cc8
2014-08-26 14:23:28 -07:00
Baligh Uddin
65bc2b09d3 Import translations. DO NOT MERGE
Change-Id: I605546fc701703baebd8e91bb6cc198223eb6c3c
Auto-generated-cl: translation import
2014-08-26 14:18:45 -07:00
Christoph Studer
f50d82a1e4 Merge "NoMan: Cancel children when update removes summary" into lmp-dev 2014-08-26 21:17:18 +00:00
Christoph Studer
faa9957fd3 Merge "NoListener: meetsInterruptionFilter -> matchesInterruptionFilter" into lmp-dev 2014-08-26 21:16:22 +00:00
Jay Shrauner
8e5d014cc5 am 667e1f9a: Merge "Fix NPE when have no phone accounts" into lmp-dev
* commit '667e1f9a843428f915d5e63a694e3f5dbd894dd4':
  Fix NPE when have no phone accounts
2014-08-26 21:16:15 +00:00
Baligh Uddin
37e504e943 am 4e0f22cf: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev
* commit '4e0f22cf634d5d39fb4e1f386eea3f0306a98e7a':
  Import translations. DO NOT MERGE
2014-08-26 21:16:11 +00:00
Baligh Uddin
524ef1d69a am 79878df7: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev
* commit '79878df786ef25ad70f6535c6278f2439d8ae249':
  Import translations. DO NOT MERGE
2014-08-26 21:16:07 +00:00
Christoph Studer
6b6e9e05d3 Merge "Notification: Optimize L icon processing" into lmp-dev 2014-08-26 21:15:27 +00:00
Christoph Studer
7f05a69637 Merge "SysUI: Uprank current media notification" into lmp-dev 2014-08-26 21:14:16 +00:00