Jeff Sharkey
1c6659486c
am e67b8d28: Merge "Reduce PackageManager RAM usage: ArrayMap/Set." into lmp-mr1-dev
...
automerge: 301b563
* commit '301b563107c7458a21e4460254e81694b45f0e35':
Reduce PackageManager RAM usage: ArrayMap/Set.
2014-10-27 21:33:55 +00:00
George Mount
eca1ae5e44
Fix NPE in moveSharedElementsToOverlay
...
Bug 18119532
Change-Id: I334bda2d63427032583a15a483e000412024c150
2014-10-27 14:25:12 -07:00
George Mount
06e74b30ae
am e0f76e9a: Merge "Fix transition being canceled improperly." into lmp-mr1-dev
...
automerge: 7b042be
* commit '7b042be5e2975eddf1da915be052ad70fc07c115':
Fix transition being canceled improperly.
2014-10-27 21:22:49 +00:00
George Mount
8b92704f02
am 03d5c6f5: Merge "Add resizeClip attribute to ChangeBounds." into lmp-mr1-dev
...
automerge: 3437192
* commit '34371925470e43dfe1b194fd3f6d0b942f13f1bd':
Add resizeClip attribute to ChangeBounds.
2014-10-27 21:21:18 +00:00
Jeff Sharkey
49c1527cd5
Merge "Drop DEV network stats to save RAM." into lmp-mr1-dev
2014-10-27 20:38:06 +00:00
Dake Gu
4c2e3491ec
Merge "ActivityTransition: Encode scaleType and matrix in snapshot view" into lmp-mr1-dev
2014-10-27 20:23:28 +00:00
Jeff Sharkey
e67b8d2829
Merge "Reduce PackageManager RAM usage: ArrayMap/Set." into lmp-mr1-dev
2014-10-27 19:57:00 +00:00
John Reck
23d307c8d8
Cleanup debug options
...
Bug: 18138852
Bug: 18065434
Change-Id: Ibb07b73b147c2a8b287fe8aee3f6624582f21b00
2014-10-27 12:43:25 -07:00
Narayan Kamath
31f54ef815
Revert "Remove unused apache related API."
...
This reverts commit 3f2714e18b .
Change-Id: Ie0e51897ab509d112dc37ca7b90b4139b0a82d8d
2014-10-27 16:55:14 +00:00
George Mount
e0f76e9a6d
Merge "Fix transition being canceled improperly." into lmp-mr1-dev
2014-10-27 14:31:29 +00:00
George Mount
03d5c6f55b
Merge "Add resizeClip attribute to ChangeBounds." into lmp-mr1-dev
2014-10-27 14:30:34 +00:00
Svet Ganov
5329b48404
am a6a440b6: am b32f04b7: Merge "Printing from two apps at the same time not working." into lmp-mr1-dev automerge: 5e1e4ef
...
* commit 'a6a440b69114ec74502c52254059a9c902d4f6d4':
Printing from two apps at the same time not working.
2014-10-25 03:41:48 +00:00
George Mount
8652102d3f
am a618afc0: am 511452cf: am b71580c3: Merge "Fix NPE when rejected snapshots are null." into lmp-mr1-dev
...
* commit 'a618afc0c76ceefc9a0fb4dd9c1b5f7685e0e84e':
Fix NPE when rejected snapshots are null.
2014-10-25 02:36:40 +00:00
Svetoslav
cd34983dfa
am 89e5035d: am dcf21b96: Merge "Enhance computation of click point for accessibility." into lmp-mr1-dev automerge: 74a4a8d
...
* commit '89e5035da643369b857ebc87d11aa5190b1fb8df':
Enhance computation of click point for accessibility.
2014-10-25 02:36:18 +00:00
Alan Viverette
a7dc89bcfc
am a8aa03ef: Merge "Add support for Explore by Touch to RadialTimePickerView" into lmp-mr1-dev automerge: 1ac5266 automerge: 4329ad3
...
* commit 'a8aa03efa7541b1e6144028271a4d1635aeebfac':
Add support for Explore by Touch to RadialTimePickerView
2014-10-25 02:35:39 +00:00
Adam Lesinski
1bb18c435d
Add dumpsys output to UsageStatsService, along with --checkin support
...
Bug:17814138
Change-Id: If414ae5f4b8e4a2838f63f52d80e764915cee934
2014-10-24 18:01:04 -07:00
Svet Ganov
a6a440b691
am b32f04b7: Merge "Printing from two apps at the same time not working." into lmp-mr1-dev
...
automerge: 5e1e4ef
* commit '5e1e4ef41917315c46e577ddabb469164c56c515':
Printing from two apps at the same time not working.
2014-10-25 00:51:05 +00:00
Svet Ganov
b32f04b785
Merge "Printing from two apps at the same time not working." into lmp-mr1-dev
2014-10-25 00:16:58 +00:00
Svet Ganov
99a82437ed
Printing from two apps at the same time not working.
...
When printing from two apps at the same time the second print UI is
getting stuck. There were a couple of issues here:
AdapterView was not notifying for item selection if the data changes
after scheduling a dalayed selection notification and the notification
execution. The code assumed that a layout pass will occur and posponed
the notification after the layout pass but it is not guaranteed that
such a layout pass will occur. Now we delay only if a layout pass is
being scheduled.
Also when binding to the PDF rendering service the print spooler was
using the same intent and as a result two print activites were getting
the same renderer instance while they should get separate ones. Now
we use different data in the intent to ensure we get separate renderer
instances.
Change-Id: I6aa7c7b041957804b4273549dd837a6d70064efc
2014-10-24 17:02:32 -07:00
George Mount
b7573c2dba
Add resizeClip attribute to ChangeBounds.
...
Bug 17765948
Added the XML attribute for the resizeClip property of
ChangeBounds. Also updated support for resizing a view
using its clip bounds and position to fix the TODO.
Change-Id: I358d07d6a28fed4b7f39f9ccb9d89b9325f64239
2014-10-24 16:21:01 -07:00
George Mount
333b8093ea
Fixed: Nested shared elements now transition separately.
...
Bug 18073470
Shared element ordering was based on the key ordering in an
ArrayMap. This is normally fine, but when shared elements
are nested, the child's layout can be overwritten by the
parent's if it is laid out first. The only way to force the
ordering of shared element layout was the change the transition
name. To fix this, shared elements are now laid out parent
first, then child.
On return, nested shared elements were not transitioning to their
final destination properly because the matrix used to calculate
their position was not correct. This change recalculates the
parent matrices when appropriate.
Change-Id: I62333183cf03519e525587e4ea31fcf14bb83cdc
2014-10-24 16:19:19 -07:00
George Mount
a618afc0c7
am 511452cf: am b71580c3: Merge "Fix NPE when rejected snapshots are null." into lmp-mr1-dev
...
* commit '511452cf4d3cd2669a89abd98658a844b852b5e3':
Fix NPE when rejected snapshots are null.
2014-10-24 23:13:38 +00:00
Svetoslav
89e5035da6
am dcf21b96: Merge "Enhance computation of click point for accessibility." into lmp-mr1-dev automerge: 74a4a8d
...
* commit 'dcf21b968d3bd15f7e917ee585cf2a8dbe1babd5':
Enhance computation of click point for accessibility.
2014-10-24 23:03:25 +00:00
George Mount
b71580c34e
Merge "Fix NPE when rejected snapshots are null." into lmp-mr1-dev
2014-10-24 22:43:45 +00:00
George Mount
83c692efd3
Fix NPE when rejected snapshots are null.
...
Bug 18055705
Change-Id: Id0b98e7da5510af438c5d66c0ddb00489d581864
2014-10-24 15:26:32 -07:00
Alan Viverette
9678e34521
Clean up some javadocs in Window.setFeature...()
...
Change-Id: I80812f9ce7a746ad9686aa4462f7570dfd9b4c0e
2014-10-24 15:23:58 -07:00
Svetoslav
74a4a8d616
Merge "Enhance computation of click point for accessibility." into lmp-mr1-dev
2014-10-24 21:57:39 +00:00
Alan Viverette
50eb025c2f
Fix min/max date range in DatePicker calendar mode
...
Also cleans abstraction of various day/year pickers and adapters.
BUG: 18104457
Change-Id: Ifde664788d8123a3123303940bac63c1350c2cd7
2014-10-24 14:37:29 -07:00
Alan Viverette
a8aa03efa7
Merge "Add support for Explore by Touch to RadialTimePickerView" into lmp-mr1-dev automerge: 1ac5266
...
automerge: 4329ad3
* commit '4329ad3be8f42b62f54ab070fcd97d2a1bb2d7f3':
Add support for Explore by Touch to RadialTimePickerView
2014-10-24 21:28:34 +00:00
Alan Viverette
1ac52667ee
Merge "Add support for Explore by Touch to RadialTimePickerView" into lmp-mr1-dev
2014-10-24 20:36:33 +00:00
Jeff Sharkey
5274dcc85d
Drop DEV network stats to save RAM.
...
We migrated to pure XT stats a long time ago, so we no longer need
to keep the DEV stats cached in RAM. This saves ~250KB on a typical
device.
Bug: 18118003
Change-Id: I3d84ba47073fa3500454784afc956c8e53404492
2014-10-24 13:15:15 -07:00
Jeff Sharkey
9f837a99d4
Reduce PackageManager RAM usage: ArrayMap/Set.
...
Transition PackageManager internals away from heavier HashMap/HashSet
to use drop-in ArrayMap/ArraySet replacements. Saves ~38% RAM and
thousands of objects on a typical device.
Bug: 18115729
Change-Id: Ie107d2fee4b7baa4e3c3923231b4be877d1a5d2f
2014-10-24 12:26:45 -07:00
Alan Viverette
ffb46bf295
Add support for Explore by Touch to RadialTimePickerView
...
Also adds IntArray, which is like LongArray for integers, and prevents
the AM/PM label text in the time picker header from wrapping.
BUG: 17468036
Change-Id: I7120089885709f23e20368927e4b3ed9db2e5393
2014-10-24 12:06:11 -07:00
Jeff Sharkey
b0baae47e8
am b144b5f1: am e92bd4c0: am 2d87ba63: Merge "Allow I/O when installing providers." into lmp-mr1-dev
...
* commit 'b144b5f1251c74ddbeeea20eecdda9906c76286d':
Allow I/O when installing providers.
2014-10-24 17:52:57 +00:00
Jeff Sharkey
b144b5f125
am e92bd4c0: am 2d87ba63: Merge "Allow I/O when installing providers." into lmp-mr1-dev
...
* commit 'e92bd4c04bcb0d18c0fdae9246f4af06a5aba345':
Allow I/O when installing providers.
2014-10-24 17:48:22 +00:00
Jeff Sharkey
2d87ba630c
Merge "Allow I/O when installing providers." into lmp-mr1-dev
2014-10-24 17:40:30 +00:00
Christoph Studer
aac0c2673b
am 7ffa8dad: am c10f39d5: am 5c1a4965: Merge "SysUI/NoMan: Log clicks on notification buttons" into lmp-mr1-dev
...
* commit '7ffa8dad6fc5210bc4b851e458f4a63486604234':
SysUI/NoMan: Log clicks on notification buttons
2014-10-24 14:44:15 +00:00
Christoph Studer
7ffa8dad6f
am c10f39d5: am 5c1a4965: Merge "SysUI/NoMan: Log clicks on notification buttons" into lmp-mr1-dev
...
* commit 'c10f39d536aebbdd7d6b30ac2dfcfcf6b51772f8':
SysUI/NoMan: Log clicks on notification buttons
2014-10-24 14:38:25 +00:00
Christoph Studer
5c1a49651b
Merge "SysUI/NoMan: Log clicks on notification buttons" into lmp-mr1-dev
2014-10-24 14:29:20 +00:00
Jason Monk
2fb1eec715
am 55606158: am 467f9efe: am 104d2484: Merge "Show screen pinning toasts on all users" into lmp-mr1-dev
...
* commit '5560615871e8e1bf3a9c8c6f606319c076fdf03a':
Show screen pinning toasts on all users
2014-10-24 14:10:04 +00:00
Jason Monk
5560615871
am 467f9efe: am 104d2484: Merge "Show screen pinning toasts on all users" into lmp-mr1-dev
...
* commit '467f9efe897cccc5deec5ee62fc33133fabe10e1':
Show screen pinning toasts on all users
2014-10-24 14:04:45 +00:00
Jason Monk
104d2484ec
Merge "Show screen pinning toasts on all users" into lmp-mr1-dev
2014-10-24 13:55:55 +00:00
Adrian Roos
8b70c1e29b
am 621823e0: am 53f30ec2: am bcd07652: Add API for querying trusted state
...
* commit '621823e0641b883684e7f9e8c705f0dc69dd02ce':
Add API for querying trusted state
2014-10-24 13:33:30 +00:00
Adrian Roos
621823e064
am 53f30ec2: am bcd07652: Add API for querying trusted state
...
* commit '53f30ec270db8c6b92ff06579cf4c591efe2544b':
Add API for querying trusted state
2014-10-24 13:27:39 +00:00
Narayan Kamath
3f2714e18b
Remove unused apache related API.
...
Hidden and used only in unit tests.
Change-Id: I492b735f0f7e129946e28c31ad9d91c98aacf987
2014-10-24 14:27:07 +01:00
Adrian Roos
bcd076525c
Add API for querying trusted state
...
Bug: 18084166
Change-Id: Ic755461cc6978943aef4943def93a0e38a1c96c0
2014-10-24 13:59:45 +02:00
Narayan Kamath
9c7a0f59c4
am 0d50b5d0: am e572a77f: am fa36b36c: Merge "Deprecate more apache-http." into lmp-mr1-dev
...
* commit '0d50b5d0ee03ed6e71c105b519d3470dc173cda2':
Deprecate more apache-http.
2014-10-24 10:46:03 +00:00
Yuncheol Heo
d476d4a803
am b10d25fc: am ddb863f4: am 5b062e07: Merge "CEC: Fix apilint errors." into lmp-mr1-dev
...
* commit 'b10d25fc961c48ee64a545dc394c2ef1cb3fd0d9':
CEC: Fix apilint errors.
2014-10-24 10:45:55 +00:00
Neil Fuller
4400f96d1f
am a021e922: resolved conflicts for merge of 12260ad7 to lmp-mr1-dev-plus-aosp
...
* commit 'a021e922184ee16fc019e29c066719daa793dd2b':
Deprecating FloatMath and Time
2014-10-24 10:41:46 +00:00
Narayan Kamath
0d50b5d0ee
am e572a77f: am fa36b36c: Merge "Deprecate more apache-http." into lmp-mr1-dev
...
* commit 'e572a77f05948fdc9c17ccdce0784d8b179a03ee':
Deprecate more apache-http.
2014-10-24 10:40:00 +00:00