Makoto Onuki
3adba7867a
Merge "[split system] Tentatively support running DO on meat user"
2015-09-08 18:28:53 +00:00
Makoto Onuki
58b684f1cd
[split system] Tentatively support running DO on meat user
...
- setDeviceOwner() now takes a user ID. (We can infer it from Binder, but
we still need it for the dpm command.)
- Change broadcast target UID for DO to the DO user
- Start the DO user on boot complete.
TODO Investigate whether this is actually the good timing.
TODO Prevent the DO user from being killed
Bug 23827706
Change-Id: I227dbd444f1f4e94d98c317489d151554fe79d91
2015-09-08 11:24:58 -07:00
Alan Viverette
c6c28731e5
Merge "Invalidate when Drawable.setState() returns true"
2015-09-08 14:08:19 +00:00
Alan Viverette
9ed62e47c9
Merge "Deprecate FEATURE_PROGRESS and related methods"
2015-09-04 19:16:33 +00:00
Vadim Tryshev
131e8faa97
Merge "Implementing app-centric Shelf."
2015-09-04 18:48:55 +00:00
Alan Viverette
4aef7c8594
Deprecate FEATURE_PROGRESS and related methods
...
Bug: 23763003
Change-Id: I4ef97e089db592e438a27657faffa1c8290f2b0e
2015-09-04 14:14:50 -04:00
Vadim Tryshev
3560575009
Implementing app-centric Shelf.
...
We finally get a UX decision for the Shelf.
Shelf won't have 2 parts - pinned and recents; it will have only 1 list where
all pinned and recent activities of the same kind are grouped under a single icon.
Clicking at that icon activates the latest running activity if it's present, or
starts a new one otherwise.
The above part is implemented in this CL. I removed stuff related to the separate
Recents pane, and moved surviving code to NavigationBarApps.
Later, we'll have menus popping up from the icon, which will allow pinning and unpinning,
and choosing a concrete activity to activate.
Bug: 20024603
Change-Id: Ia08fe62939f92c7ee4f102c07a31e7168a11f010
2015-09-04 11:02:35 -07:00
Alan Viverette
ad0020f807
Invalidate when Drawable.setState() returns true
...
Ensures views that manage drawables follow the contract set forth in
the Drawable.setState() documentation.
Bug: 23792020
Change-Id: I4e5a449cd6535487873fd8443da50555c38e8ed9
2015-09-04 10:10:42 -04:00
Chong Zhang
0fa656b952
Allow apps to pass in launch bounds when moving/starting a task
...
Pass in bounds via ActivityOptions for moveTaskToFront and
startActivityFromRecents. Allow bounds to be overriden by rects
in starting intents.
Set bounds to null in RecentsView for full screen layout.
Change-Id: I0ff79fd75068f4ba82d5e2c0a21881fabebdadb8
2015-09-03 18:23:21 -07:00
Alan Viverette
be64eae333
Minor clean up in ActivityThread, mostly final usage
...
Change-Id: Ic98103cb8b2ac6fb9b37fc9457366ded2bfbb7a8
2015-09-03 14:56:04 -04:00
Alan Viverette
2107d69d35
Postpone loading app context until instrumentation is set up
...
The application context needs instrumentation data to be in place
prior to construction so that the class loader is initialized using
the correct paths.
Removes unnecessary clearClassLoader() workaround that was previously
added to fix instrumentation tests.
Bug: 22627299
Change-Id: Ibf8e69e037189a9a563f0b68cfe333461726b71d
2015-09-03 14:55:27 -04:00
Nicolas Prévot
4c82053a76
Merge "Fix documentation of EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_NAME"
2015-09-02 09:25:57 +00:00
Alan Viverette
8056e41324
Merge "Reset class loader after updating instrumentation paths"
2015-09-01 21:00:15 +00:00
Alan Viverette
346296bd7d
Reset class loader after updating instrumentation paths
...
Bug: 23688983
Change-Id: I9a0f81b422b5e29f3f8707b987e40c65965e0223
2015-09-01 13:08:05 -04:00
Todd Kennedy
fa1ff3da12
am dde3fd65: am f7bf24ad: am 9fe274d6: am 9e25e164: am e7078e18: Merge "Ensure host is set before onInflate()" into mnc-dev
...
* commit 'dde3fd6585411bd31ff7717eff483f5b7534c0c9':
Ensure host is set before onInflate()
2015-09-01 16:09:50 +00:00
Todd Kennedy
dde3fd6585
am f7bf24ad: am 9fe274d6: am 9e25e164: am e7078e18: Merge "Ensure host is set before onInflate()" into mnc-dev
...
* commit 'f7bf24ad1d780b326287409f37e0e8c03115f60d':
Ensure host is set before onInflate()
2015-08-31 23:14:54 +00:00
Todd Kennedy
9fe274d638
am 9e25e164: am e7078e18: Merge "Ensure host is set before onInflate()" into mnc-dev
...
* commit '9e25e1645f5e436c88ceab7d7eaf9f21c7fa845b':
Ensure host is set before onInflate()
2015-08-31 22:57:52 +00:00
Todd Kennedy
9e25e1645f
am e7078e18: Merge "Ensure host is set before onInflate()" into mnc-dev
...
* commit 'e7078e181cd00d20ce7764efa9835e2604a3cb83':
Ensure host is set before onInflate()
2015-08-31 22:45:23 +00:00
Todd Kennedy
0aa69b7dc5
Ensure host is set before onInflate()
...
Bug: 22512520
Change-Id: I70f3b3c3234d7015880e0b83ae13f6fbe218f19a
2015-08-31 14:10:04 -07:00
Alan Viverette
c725e8d5ea
Add missing @param in ResourceManager, set InflateException source
...
Bug: 11695070
Change-Id: I94a4980688a952c1f59f1cb15cf2192e3c51de90
2015-08-31 11:36:16 -04:00
Stefan Kuhne
400f29c37f
Merge "Bring an activity to the front upon click & drag"
2015-08-28 15:28:37 +00:00
Skuhne
f36bb0ca99
Bring an activity to the front upon click & drag
...
Clicking on the control area of a window should bring it to
the top and set the focus since it might be used as a drag
operation which would move / resize it.
Bug: 23179116
Change-Id: I672bfefa42dd85e962fe343aeb89167ce125f168
2015-08-28 08:26:15 -07:00
Alan Viverette
02fc5fef36
Extract drawable inflation to its own class, inflate from class name
...
Bug: 22627299
Change-Id: Icd2ac88af4f3102e08e52f6f0f7565839da6437a
2015-08-27 13:16:09 -04:00
Dmitry Polukhin
91b3d8bf24
Merge "[Backup] Special handling for sharedpref files in backup config"
2015-08-25 18:06:15 +00:00
Xiaohui Chen
bd0e03bb76
More USER_OWNER cleanup.
...
Bug: 19913735
Change-Id: I408a92d9dbab2a096407efccb91e2a8bdc22714d
2015-08-24 16:42:37 +00:00
Adrian Roos
e3b07451c3
resolved conflicts for merge of bcc26c02 to master
...
Change-Id: I4260ff0d090cfa9741fd3adcfcadcbbff6839388
2015-08-21 18:08:58 -07:00
Adrian Roos
bcc26c0201
am 69fd61cb: am a8bbebd4: am b5e47228: Add StrongAuthTracker
...
* commit '69fd61cb9a487e5993098c93113d86c4fb32c304':
Add StrongAuthTracker
2015-08-22 00:40:47 +00:00
Adrian Roos
a8bbebd426
am b5e47228: Add StrongAuthTracker
...
* commit 'b5e4722891e7bbf2fffcd995af02838667a3abab':
Add StrongAuthTracker
2015-08-22 00:16:48 +00:00
Adrian Roos
b5e4722891
Add StrongAuthTracker
...
Bug: 22846469
Bug: 22115393
Change-Id: I6ef5322d02e540fc043e7f20d3aabf595ce7c224
2015-08-21 13:28:00 -07:00
Nicolas Prevot
8f78d6a87f
Fix documentation of EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_NAME
...
Say it is supported only if there is only one device admin receiver
that requires BIND_DEVICE_ADMIN.
BUG:23370442
Change-Id: I19e1e2e218f224bc337f7d8eec2b62fcb4c08d91
2015-08-21 11:35:08 +01:00
Dmitry Polukhin
80e8db3d9c
[Backup] Special handling for sharedpref files in backup config
...
Allow specifying sharedpref without .xml suffix as it is for
getSharedPreferences Android API. If .xml extension is missing for
sharedpref file name, it is added in include/exclude filters.
BUG: 20923818
Change-Id: I8bf3d43654b69d847e57c94f23aa3799e01948e6
2015-08-21 10:28:02 +02:00
Chong Zhang
aa1fd4e6d3
Merge "Restore recent task to freeform space when resizing"
2015-08-18 23:55:07 +00:00
Chong Zhang
5dcb275cc1
Restore recent task to freeform space when resizing
...
bug: 22984782
Change-Id: I95b7b7b4871865102a279e529f068479e9b5df34
2015-08-18 15:28:54 -07:00
Wale Ogunwale
339e4155fb
Merge "Added support for docked stack"
2015-08-18 21:23:46 +00:00
Wale Ogunwale
b34a7ad1af
Added support for docked stack
...
Docked stacks occupy a dedicated region on a display.
When a docked stack is present all other static stacks bounds
are restricted to the region of the screen not occupied by
the docked stack.
Change-Id: I6aec3aa19c41a7e756375002f3a925977b5533b5
2015-08-18 11:31:20 -07:00
Esteban Talavera
019a499c70
am 12e42ba2: am 31638de3: am 07b36bd3: am aed1c9fb: am 5d467ac5: Merge "Remove uids with empty history from NetworkStats uid enumeration" into mnc-dev
...
* commit '12e42ba225cf6c38eaf752f55a22ce6296d2343c':
Remove uids with empty history from NetworkStats uid enumeration
2015-08-17 16:26:39 +00:00
Esteban Talavera
12e42ba225
am 31638de3: am 07b36bd3: am aed1c9fb: am 5d467ac5: Merge "Remove uids with empty history from NetworkStats uid enumeration" into mnc-dev
...
* commit '31638de30564d5b5fdc4177227cdab6df681ecfc':
Remove uids with empty history from NetworkStats uid enumeration
2015-08-17 15:14:04 +00:00
Esteban Talavera
07b36bd3bf
am aed1c9fb: am 5d467ac5: Merge "Remove uids with empty history from NetworkStats uid enumeration" into mnc-dev
...
* commit 'aed1c9fbc5c4f77bfc8c44fb7bd87bbdb6dc0174':
Remove uids with empty history from NetworkStats uid enumeration
2015-08-17 15:00:04 +00:00
Esteban Talavera
5d467ac54a
Merge "Remove uids with empty history from NetworkStats uid enumeration" into mnc-dev
2015-08-17 14:47:49 +00:00
Svetoslav Ganov
99ba7ad73c
am f6401419: am 340314fd: am 7c3d595a: am 4b655fd1: am b045331f: Merge "Add GTS test to ensure valid default permission grants - framework" into mnc-dev
...
* commit 'f64014195b6d7bdc2f4d79f3c4c71de16d2fe338':
Add GTS test to ensure valid default permission grants - framework
2015-08-14 15:44:14 +00:00
Svetoslav Ganov
f64014195b
am 340314fd: am 7c3d595a: am 4b655fd1: am b045331f: Merge "Add GTS test to ensure valid default permission grants - framework" into mnc-dev
...
* commit '340314fd0306f24fe8e4047b8feede071aadfb97':
Add GTS test to ensure valid default permission grants - framework
2015-08-14 15:36:40 +00:00
Zoltan Szatmary-Ban
887cffea24
Remove uids with empty history from NetworkStats uid enumeration
...
Bug: 23018174
Change-Id: I1a482280599e0f5da18a208e727653d4bd4107ec
2015-08-14 16:21:52 +01:00
Svetoslav Ganov
7c3d595a3d
am 4b655fd1: am b045331f: Merge "Add GTS test to ensure valid default permission grants - framework" into mnc-dev
...
* commit '4b655fd193992afff948df513c7b9b9a0389972e':
Add GTS test to ensure valid default permission grants - framework
2015-08-14 15:19:47 +00:00
Svetoslav Ganov
b045331fcb
Merge "Add GTS test to ensure valid default permission grants - framework" into mnc-dev
2015-08-14 15:06:16 +00:00
Jeff Sharkey
c2f61b7798
am e7ed65eb: am 4efd3f26: am d28991a5: am b6f5bcd0: am cfcf6af9: Merge "Method to show DialogFragment allowing state loss." into mnc-dev
...
* commit 'e7ed65eb45902123463e7100c261062752587bfd':
Method to show DialogFragment allowing state loss.
2015-08-14 03:29:06 +00:00
Jeff Sharkey
e7ed65eb45
am 4efd3f26: am d28991a5: am b6f5bcd0: am cfcf6af9: Merge "Method to show DialogFragment allowing state loss." into mnc-dev
...
* commit '4efd3f26ac515f85adde2979ec1d8d68218fc470':
Method to show DialogFragment allowing state loss.
2015-08-14 03:19:00 +00:00
Jeff Sharkey
d28991a5e4
am b6f5bcd0: am cfcf6af9: Merge "Method to show DialogFragment allowing state loss." into mnc-dev
...
* commit 'b6f5bcd0c64676ad2dfddc9dcf4c4320fafb9d3a':
Method to show DialogFragment allowing state loss.
2015-08-14 01:35:40 +00:00
Jeff Sharkey
063f850060
Method to show DialogFragment allowing state loss.
...
Same as show(), but allowing state loss.
Bug: 22867250
Change-Id: Ib779d8a3febc70ad47a9c1a9099d858707bad733
2015-08-13 16:57:29 -07:00
Alan Viverette
02e8c2d418
Merge "Rebase system theme on configuration change"
2015-08-13 20:06:18 +00:00
Chong Zhang
055f9e1772
Merge "Handle activity launch for background users"
2015-08-13 20:04:19 +00:00