Filip Gruszczynski
c335606651
Merge "Thumbnail enter animations for multiwindow."
2015-08-14 18:36:52 +00:00
Alan Viverette
74fbf8795c
Merge "Add accessors for TabWidget strip drawables"
2015-08-14 17:58:43 +00:00
Alan Viverette
d78036bbec
Add accessors for TabWidget strip drawables
...
Change-Id: Ia6aef6a2221096c2653ae39fcec60289fa0ee2fb
2015-08-14 13:53:56 -04:00
Chris Tate
848dd4bfc9
am 14e12258: am 13845aea: am b2d4c550: am b47890c4: am 7e7d79ef: Merge "Make "Ask every time" actually work that way" into mnc-dev
...
* commit '14e122582c45e236bf2e4c59d10438816f2eed09':
Make "Ask every time" actually work that way
2015-08-14 17:44:39 +00:00
Dianne Hackborn
93729fea51
am 564e87a3: am 1058bf0f: am e2fd2850: am 9e398eb5: am 81f3a85a: Merge "Fix issue #22940169 : "pm grant" can no longer grant permissions..." into mnc-dev
...
* commit '564e87a36f6cfddee23bf7daf1b54e478411f087':
Fix issue #22940169 : "pm grant" can no longer grant permissions...
2015-08-14 17:44:30 +00:00
Chris Tate
14e122582c
am 13845aea: am b2d4c550: am b47890c4: am 7e7d79ef: Merge "Make "Ask every time" actually work that way" into mnc-dev
...
* commit '13845aeae3fc3044f3fc279ca421df6d4f78ee35':
Make "Ask every time" actually work that way
2015-08-14 17:35:28 +00:00
Dianne Hackborn
564e87a36f
am 1058bf0f: am e2fd2850: am 9e398eb5: am 81f3a85a: Merge "Fix issue #22940169 : "pm grant" can no longer grant permissions..." into mnc-dev
...
* commit '1058bf0f998ad07c94ac0ba6ee22c3c484cc7821':
Fix issue #22940169 : "pm grant" can no longer grant permissions...
2015-08-14 17:35:22 +00:00
Chris Tate
13845aeae3
am b2d4c550: am b47890c4: am 7e7d79ef: Merge "Make "Ask every time" actually work that way" into mnc-dev
...
* commit 'b2d4c5507f82286cbb4b3d06f813459e6591164a':
Make "Ask every time" actually work that way
2015-08-14 17:30:05 +00:00
Dianne Hackborn
1058bf0f99
am e2fd2850: am 9e398eb5: am 81f3a85a: Merge "Fix issue #22940169 : "pm grant" can no longer grant permissions..." into mnc-dev
...
* commit 'e2fd2850450391bba5892faf4e90aff9107dd5dc':
Fix issue #22940169 : "pm grant" can no longer grant permissions...
2015-08-14 17:29:59 +00:00
Filip Gruszczynski
71b0d2dba0
Thumbnail enter animations for multiwindow.
...
The multi-window differs from the full screen entrance animation by
using translation to make the window travel from the thumbnail to the
final position. It also takes into account the surface insets when
determining scaling animation. It doesn't use clipping at the moment,
but that would be a near future improvement.
Change-Id: I7f310850713448b820b9e94ac2f8fbf74563068c
2015-08-14 10:28:38 -07:00
Chris Tate
b2d4c5507f
am b47890c4: am 7e7d79ef: Merge "Make "Ask every time" actually work that way" into mnc-dev
...
* commit 'b47890c4e7a7fc119e74da2b50bf94c2cf172916':
Make "Ask every time" actually work that way
2015-08-14 17:21:52 +00:00
Dianne Hackborn
e2fd285045
am 9e398eb5: am 81f3a85a: Merge "Fix issue #22940169 : "pm grant" can no longer grant permissions..." into mnc-dev
...
* commit '9e398eb51497dbcd2347cb1315933fa4e7cfcd9e':
Fix issue #22940169 : "pm grant" can no longer grant permissions...
2015-08-14 17:21:46 +00:00
Chris Tate
b47890c4e7
am 7e7d79ef: Merge "Make "Ask every time" actually work that way" into mnc-dev
...
* commit '7e7d79ef2f4aa6a8da86af459d419bd24c47b440':
Make "Ask every time" actually work that way
2015-08-14 17:15:37 +00:00
Dianne Hackborn
9e398eb514
am 81f3a85a: Merge "Fix issue #22940169 : "pm grant" can no longer grant permissions..." into mnc-dev
...
* commit '81f3a85aa29d83ed1a5de4de1006587d375a1c77':
Fix issue #22940169 : "pm grant" can no longer grant permissions...
2015-08-14 17:15:33 +00:00
Chris Tate
7e7d79ef2f
Merge "Make "Ask every time" actually work that way" into mnc-dev
2015-08-14 17:11:30 +00:00
Dianne Hackborn
81f3a85aa2
Merge "Fix issue #22940169 : "pm grant" can no longer grant permissions..." into mnc-dev
2015-08-14 17:06:20 +00:00
Alan Viverette
6bfab4e49f
Merge "Clean up TabWidget"
2015-08-14 16:15:10 +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
Alan Viverette
7eb09d15cc
Clean up TabWidget
...
No functional changes, just refactoring and cleaning up comments.
Actually, just one functional change so that setting the tab strip to
@empty will actually remove the tab strip drawable. This makes it
consistent with passing null to the accessor method.
Change-Id: I6f5ba8bea4e8b30117de5f12a86957e995812cfe
2015-08-14 11:36:01 -04:00
Filip Gruszczynski
ccfe5fad4d
Merge "Apply window position translation after app transforms."
2015-08-14 15:27:38 +00:00
Svetoslav Ganov
340314fd03
am 7c3d595a: am 4b655fd1: am b045331f: Merge "Add GTS test to ensure valid default permission grants - framework" into mnc-dev
...
* commit '7c3d595a3d2bdded486a01d6b00a435f4881ceed':
Add GTS test to ensure valid default permission grants - framework
2015-08-14 15:26:59 +00: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
4b655fd193
am b045331f: Merge "Add GTS test to ensure valid default permission grants - framework" into mnc-dev
...
* commit 'b045331fcb033507072bfd7899a147bb2be7176e':
Add GTS test to ensure valid default permission grants - framework
2015-08-14 15:13:38 +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
Joe Fernandez
aeb4764635
am 64ae045e: am b189e87b: am e135f5b7: am 672c0a75: am 37dd5240: Merge "Doc change: Update preview pages for dp3." into mnc-dev
...
* commit '64ae045ed974406b4d1c7bb5b251f2c354966dea':
Doc change: Update preview pages for dp3.
2015-08-14 03:28:59 +00:00
Jorim Jaggi
a393249c3d
am a5d38f87: am bafc9eeb: am 7453a0aa: am 587488e0: am 81eeef58: Merge "Update time when turning on screen, in addition to waking up" into mnc-dev
...
* commit 'a5d38f8782a4fdfeed3c762d775ab470639c056e':
Update time when turning on screen, in addition to waking up
2015-08-14 03:28:52 +00:00
Wei Liu
06db906b1d
am b8a1747b: am ddd3e323: am d6fb8958: Merge "Add a setting to enable cellular on boot." into cw-e-dev
...
* commit 'b8a1747b6dd3936bc10834f4c3aa1674bfe1bfb6':
Add a setting to enable cellular on boot.
2015-08-14 03:28:46 +00:00
Dan Albert
986d3f2eee
Fix pessimizing move.
...
Using std::move here prevents the compiler from performing copy
elision.
Change-Id: I80e98229359bdff5873be602d85ae6c502c67c1d
2015-08-13 20:21:17 -07: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
Joe Fernandez
64ae045ed9
am b189e87b: am e135f5b7: am 672c0a75: am 37dd5240: Merge "Doc change: Update preview pages for dp3." into mnc-dev
...
* commit 'b189e87b5cafa3f9a81ac85fa556b198358dba0d':
Doc change: Update preview pages for dp3.
2015-08-14 03:18:54 +00:00
Jorim Jaggi
a5d38f8782
am bafc9eeb: am 7453a0aa: am 587488e0: am 81eeef58: Merge "Update time when turning on screen, in addition to waking up" into mnc-dev
...
* commit 'bafc9eeb816ad94482485f6c122d9e3de97620f8':
Update time when turning on screen, in addition to waking up
2015-08-14 03:18:39 +00:00
Wei Liu
b8a1747b6d
am ddd3e323: am d6fb8958: Merge "Add a setting to enable cellular on boot." into cw-e-dev
...
* commit 'ddd3e323c4cefb8994dd5f2927ea9c11dbc5cfd2':
Add a setting to enable cellular on boot.
2015-08-14 03:18:22 +00:00
Christopher Tate
56f0ff3c48
Make "Ask every time" actually work that way
...
..in link-opening behavior. If a candidate is marked as "ask
every time," then the user is guaranteed to get a disambiguation
prompt including that candidate even when some other candidate
app is in the "always prefer this over a browser" state.
Bug 23147746
Change-Id: I904d8697a992b3f16f32b1c1b49c2bf9424c7137
2015-08-13 18:56:05 -07:00
Jeff Sharkey
4efd3f26ac
am d28991a5: am b6f5bcd0: am cfcf6af9: Merge "Method to show DialogFragment allowing state loss." into mnc-dev
...
* commit 'd28991a5e4c8b32c1bffab6078e93249c1d5b7a6':
Method to show DialogFragment allowing state loss.
2015-08-14 01:42:07 +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
Joe Fernandez
b189e87b5c
am e135f5b7: am 672c0a75: am 37dd5240: Merge "Doc change: Update preview pages for dp3." into mnc-dev
...
* commit 'e135f5b70596ac3857983c0e4abbba5565dad6ea':
Doc change: Update preview pages for dp3.
2015-08-14 01:33:57 +00:00
Dianne Hackborn
9f5b0a2735
Fix issue #22940169 : "pm grant" can no longer grant permissions...
...
...with protection flag PROTECTION_FLAG_DEVELOPMENT
Bring back the old grant/revoke code for development permissions.
Also some more dumpsys output to help debugging.
And new dumpsys command for checking a permission.
Change-Id: I6e27e62a9ca5ec1ecc0f102714a448ea02f0f41c
2015-08-13 18:25:20 -07:00
Joe Fernandez
e135f5b705
am 672c0a75: am 37dd5240: Merge "Doc change: Update preview pages for dp3." into mnc-dev
...
* commit '672c0a75d3905825365394d174b983dc5e796cf3':
Doc change: Update preview pages for dp3.
2015-08-14 01:24:46 +00:00
Jeff Sharkey
b6f5bcd0c6
am cfcf6af9: Merge "Method to show DialogFragment allowing state loss." into mnc-dev
...
* commit 'cfcf6af915bee878bdaea04f48592bbbe506ad26':
Method to show DialogFragment allowing state loss.
2015-08-14 01:24:44 +00:00
Jeff Sharkey
cfcf6af915
Merge "Method to show DialogFragment allowing state loss." into mnc-dev
2015-08-14 01:18:18 +00:00
Joe Fernandez
672c0a75d3
am 37dd5240: Merge "Doc change: Update preview pages for dp3." into mnc-dev
...
* commit '37dd5240ad54494e028d6b2973729f5cb40ccad9':
Doc change: Update preview pages for dp3.
2015-08-14 01:16:52 +00:00
Joe Fernandez
37dd5240ad
Merge "Doc change: Update preview pages for dp3." into mnc-dev
2015-08-14 01:10:56 +00:00
Jorim Jaggi
bafc9eeb81
am 7453a0aa: am 587488e0: am 81eeef58: Merge "Update time when turning on screen, in addition to waking up" into mnc-dev
...
* commit '7453a0aa2cf3dabb7390dec56dd4523053f20330':
Update time when turning on screen, in addition to waking up
2015-08-14 00:16:00 +00:00
Jorim Jaggi
7453a0aa2c
am 587488e0: am 81eeef58: Merge "Update time when turning on screen, in addition to waking up" into mnc-dev
...
* commit '587488e027c41394dc6a1f2248c4dbe8d3530b69':
Update time when turning on screen, in addition to waking up
2015-08-14 00:09:01 +00:00
Jorim Jaggi
587488e027
am 81eeef58: Merge "Update time when turning on screen, in addition to waking up" into mnc-dev
...
* commit '81eeef589386483722c21572d9ab6d3f95dd26be':
Update time when turning on screen, in addition to waking up
2015-08-13 23:58:29 +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
Jorim Jaggi
81eeef5893
Merge "Update time when turning on screen, in addition to waking up" into mnc-dev
2015-08-13 23:51:11 +00:00
Stefan Kuhne
43b69c60b4
Merge "Don't clip task windows in some workspaces"
2015-08-13 23:23:54 +00:00