Commit Graph

357552 Commits

Author SHA1 Message Date
Makoto Onuki
848458ac4f Disable sync job service WTF for now.
Bug: 72549144
Test: build and boot
Change-Id: I948a5b677ee2f4f8501afbfcd2d9127b779aaebf
2018-02-05 14:52:09 -08:00
TreeHugger Robot
b04b70c93d Merge "Fix QS -> QQS animation." 2018-02-05 19:59:52 +00:00
TreeHugger Robot
d1b99d2544 Merge "Make QS footer 90% transparent." 2018-02-05 19:27:31 +00:00
TreeHugger Robot
e52b94545f Merge "Import translations. DO NOT MERGE" 2018-02-05 19:26:38 +00:00
Jerry Zhang
d33a85c4d7 Merge "Move sharedPreferences to DE directory" 2018-02-05 19:25:34 +00:00
TreeHugger Robot
b4a1dfc540 Merge "lowpan: Use IBinder for comparison instead of interface" 2018-02-05 19:24:26 +00:00
TreeHugger Robot
400e08ddc7 Merge "Move to "official" app toolkit Make target" 2018-02-05 18:58:45 +00:00
Bryce Lee
7b2354ece2 Merge "Properly handle start results when using wait flag." 2018-02-05 18:30:40 +00:00
Amin Shaikh
5da602f580 Fix QS -> QQS animation.
- Show the "fancy" animation if the user has not scrolled down in QS
- Fix the "second page" animation to fade out the QS tiles as the QQS
tiles appear

Bug: 72736470
Test: visual
Change-Id: I30b7e004aafd8a96a0950499a91b88d887d6270e
2018-02-05 13:25:45 -05:00
TreeHugger Robot
7a4d3d9d02 Merge "Lazily create AnimatedImageDrawable's runnable" 2018-02-05 18:23:18 +00:00
TreeHugger Robot
4b909212b3 Merge "STOPSHIP: Add UidCpuPower global setting" 2018-02-05 18:10:37 +00:00
TreeHugger Robot
dd3d6775ba Merge "For null status bar, can still show volume dialog" 2018-02-05 17:45:12 +00:00
Julia Reynolds
30b82786c1 Merge "Rename broadcast constants" 2018-02-05 17:07:13 +00:00
Richard Ledley
309f009127 Merge "Linkify documentation updates." 2018-02-05 17:06:53 +00:00
TreeHugger Robot
2ea1ed2470 Merge "Fix missing JavaDoc of IMM#toggleSoftInput()" 2018-02-05 16:56:45 +00:00
Leon Scroggins III
120960e466 Lazily create AnimatedImageDrawable's runnable
Test: manual

This is only necessary for the software case. No need to create it for
the more typical case of drawing in hardware.

Change-Id: I0f041d59445f874160eeea5b13a54fd89fa26df8
2018-02-05 11:48:55 -05:00
TreeHugger Robot
50af918061 Merge "PackageSignatures: Add close bracket for "past signatures" output." 2018-02-05 16:27:08 +00:00
TreeHugger Robot
19160d923d Merge "Updating smart text selection animation" 2018-02-05 15:59:56 +00:00
Bryce Lee
5f0e28fb2f Properly handle start results when using wait flag.
Previously, delivering an intent to the foreground activity was
inccorectly classified as START_TASK_TO_FRONT, rather than
START_DELIVERED_TO_TOP. In the direct case, this occurs when the
target activity is already in front. In the indirect case, this
can occur when the target activity is in the background and
launched by a trampoline in the same task. The trampoline launch
will bring forward the task. However, since it is not focusable
(finishing at the time the second launch occurs), the target
activity is already on top.

This changelist rectifies this issue by first handling
START_DELIVERED_TO_TOP in the direct wait case. This includes
setting the who value of result to the started real activity. This
changelist addresses the indirect case by reporting delivered to
top in the case there are waiting activities after a result.

Fixes: 72654906
Test: atest CtsActivityManagerDeviceTestCases:ActivityManagerAmStartOptionsTests
Test: atest FrameworksServicesTests:com.android.server.am.ActivityStackSupervisorTests
Change-Id: I65043e35ef8a20f90bf7cccbf4f1caf110cca246
2018-02-05 07:56:51 -08:00
TreeHugger Robot
15c1397907 Merge "Revert "OWNERS files don't really work with groups yet."" 2018-02-05 15:43:27 +00:00
Amin Shaikh
c225e32cbc Make QS footer 90% transparent.
Bug: 70799330
Test: visual
Change-Id: I08cca7fdfcfd7ffa71b1fcd32480f0c30da09377
2018-02-05 10:19:44 -05:00
TreeHugger Robot
5ce2d49b2f Merge "Introduce "adb shell dpm force-security-logs"" 2018-02-05 15:16:23 +00:00
Richard Ledley
3e43fc5623 Linkify documentation updates.
Test: Building succeeds.

Bug: 72562811

Change-Id: Idf8979107f487ca93fe970b689a16941565c22b5
2018-02-05 15:07:23 +00:00
Julia Reynolds
44ff7c9585 Rename broadcast constants
Test: runtest systemui-notification, cts verifier
Change-Id: I41812e7fa0ae532fbdff5c5ba88887d1b1187b79
Fixes: 72762612
2018-02-05 15:05:00 +00:00
Ricky Wai
066b551e89 Merge "Generate network watchlist report as proto" 2018-02-05 14:09:59 +00:00
TreeHugger Robot
56ac8ce053 Merge "MediaSession2: Implement playFromXXX and prepareFromXXX" 2018-02-05 13:51:47 +00:00
Ricky Wai
b6fbe82997 Merge "Turn on network watchlist service by default" 2018-02-05 13:36:06 +00:00
Jan Althaus
80620c52b9 Updating smart text selection animation
Now animates the highlight itself as opposed to an outline.

Bug: 70540865
Test: Manually tested it with single and multi-line - ltr and rtl
Change-Id: I8afee259c9952fcff0b713bca62c82a1022f2b0d
2018-02-05 13:45:13 +01:00
TreeHugger Robot
d11dc140bc Merge "VV2 & MCV2: Move handling MediaControlView2 visibility logic to VV2" 2018-02-05 10:17:33 +00:00
TreeHugger Robot
1bb9f29909 Merge "Autofill compatibility mode." 2018-02-05 09:55:29 +00:00
Jaewan Kim
47b7f2b63b MediaSession2: Implement playFromXXX and prepareFromXXX
Test: Run all MediaComponents tests once
Bug: 72798434
Change-Id: Ib45fea28c3431edc91af5120270275c906df78b6
2018-02-05 17:35:42 +09:00
Insun Kang
718c1d122f VV2 & MCV2: Move handling MediaControlView2 visibility logic to VV2
MediaControlView2's setTimeout API is removed and MCV2's visibility
handling logic is moved into VideoView2.

Test: build
Change-Id: I149119148f159c78e86c5061d247f0a434310719
2018-02-05 16:39:58 +09:00
TreeHugger Robot
1204834121 Merge "MediaSession2: Change controller's behavior when connected" 2018-02-05 07:08:15 +00:00
Daichi Hirono
4a54517126 Add new callback to customize input event handling
Bug: 63914027
Test: DragDropControllerTests
Change-Id: I7f606ffd7a803e7f884d236bbac9dc3be8da5de1
2018-02-05 06:28:36 +00:00
Yohei Yukawa
3db07bb547 Fix missing JavaDoc of IMM#toggleSoftInput()
This CL addresses a typo in the JavaDoc of IMM#toggleSoftInput(),
which has prevented it from being treated as a valid JavaDoc.

Note that this CL removes @hide simply because it is too late.  The
method in question has already been exposed to developers since API
level 3 (Cupcake) because of the typo.

Bug: 13002424
Test: make -j doc-comment-check-docs
Change-Id: I3e42d433f20c56ee63373bb390aad59e3bd7ec4f
2018-02-05 15:26:25 +09:00
TreeHugger Robot
76be79a7c9 Merge "Exempt sync requests by FG app from app-standby" 2018-02-05 05:11:18 +00:00
Jaewan Kim
518a2f9aec MediaSession2: Change controller's behavior when connected
This stops calling
MediaController2.ControllerCallback.onPlaybackStateChanged() when the
controller is connected.

This is the preliminary step towards sending session's current values
to a controller when it's connected.

Bug: 72547163
Test: Run all tests once
Change-Id: I4b5b2ec008500cc71679883792b0ef44f1c24aad
2018-02-05 13:29:36 +09:00
TreeHugger Robot
00f255e795 Merge "VideoView2: Replace showSubtitle with setSubtitleEnabled" 2018-02-05 02:07:55 +00:00
Hugo Benichi
fbbd75839d Merge "Update OWNER files for connectivity" am: 771e229a23 am: ce0c31d392
am: 9a70530107

Change-Id: I1754c7bd602db58bd6c4e72d5f0dd77786d730da
2018-02-05 00:54:50 +00:00
Hugo Benichi
9a70530107 Merge "Update OWNER files for connectivity" am: 771e229a23
am: ce0c31d392

Change-Id: I5a995856aa347874b534312212ca73ffff0193c0
2018-02-05 00:39:54 +00:00
Hugo Benichi
ce0c31d392 Merge "Update OWNER files for connectivity"
am: 771e229a23

Change-Id: I6daf999785a855ab2a7c97f113f5f8ec87a13256
2018-02-05 00:30:14 +00:00
Michael Plass
ee84871fda Merge "WifiConfiguration validation improvement" 2018-02-04 23:19:50 +00:00
Hugo Benichi
771e229a23 Merge "Update OWNER files for connectivity" 2018-02-04 23:18:52 +00:00
Xiangyu/Malcolm Chen
121647fe22 Merge "Update ServiceState to adapt NetworkService change." 2018-02-04 23:12:34 +00:00
Jack Yu
7b94b4506b Merge "resolve merge conflicts of c3415d2bc6 to master" 2018-02-04 04:44:42 +00:00
Jack Yu
0c5f8dfaca resolve merge conflicts of c3415d2bc6 to master
Test: I solemnly swear I tested this conflict resolution.
Change-Id: I072c3d46b81dee0a83036ea7d5e91bd1989fa250
2018-02-03 20:42:01 -08:00
TreeHugger Robot
f3240c1e82 Merge "Import translations. DO NOT MERGE" 2018-02-04 04:39:17 +00:00
TreeHugger Robot
ba6fa17732 Merge "Import translations. DO NOT MERGE" 2018-02-04 04:36:03 +00:00
TreeHugger Robot
690da9436c Merge "Import translations. DO NOT MERGE" 2018-02-04 04:35:44 +00:00
Bill Yi
506ca4cb38 Import translations. DO NOT MERGE
Change-Id: I1f50a4b48ff8d6d5e32811b34353f2874ba41142
Auto-generated-cl: translation import
2018-02-03 18:23:32 -08:00