Dianne Hackborn
75a6e82bcc
am 36ae48a8: am d83e9e42: am 0761b1b5: am 89b19695: Merge "Put in real "code" (aka marketing) name." into lmp-dev
...
* commit '36ae48a850bade17d485cb49dd40a3f11f667ad4':
Put in real "code" (aka marketing) name.
2014-10-10 04:26:40 +00:00
Jeff Sharkey
1855d0da8b
am 8a1df415: am b4248495: am b01a5ba2: am 562262cc: Merge "Bring along more ApplicationInfo fields." into lmp-dev
...
* commit '8a1df4154d0e1296a3f03fa2aaf852ac08f68f36':
Bring along more ApplicationInfo fields.
2014-10-10 04:26:29 +00:00
Alan Viverette
cda9841a8b
am f1d23f9c: am fe087d38: Merge "Fix invalid bounds detection in ExploreByTouchHelper" into lmp-mr1-dev
...
* commit 'f1d23f9cc1992b936c98e2882eb5a3d766129fe7':
Fix invalid bounds detection in ExploreByTouchHelper
2014-10-09 22:23:11 +00:00
Dianne Hackborn
d83e9e4280
am 0761b1b5: am 89b19695: Merge "Put in real "code" (aka marketing) name." into lmp-dev
...
* commit '0761b1b5ebb453a411e3289c1c972dbfddcee880':
Put in real "code" (aka marketing) name.
2014-10-09 13:03:21 +00:00
Jeff Sharkey
b424849533
am b01a5ba2: am 562262cc: Merge "Bring along more ApplicationInfo fields." into lmp-dev
...
* commit 'b01a5ba2b7c1bc22e30d6cc16c30f8e1215701cd':
Bring along more ApplicationInfo fields.
2014-10-09 13:03:07 +00:00
Alan Viverette
fe087d38a8
Merge "Fix invalid bounds detection in ExploreByTouchHelper" into lmp-mr1-dev
2014-10-09 00:32:56 +00:00
Dianne Hackborn
0761b1b5eb
am 89b19695: Merge "Put in real "code" (aka marketing) name." into lmp-dev
...
* commit '89b196958fee07475765bd3c458098464ba16f2e':
Put in real "code" (aka marketing) name.
2014-10-09 00:14:54 +00:00
Jeff Sharkey
b01a5ba2b7
am 562262cc: Merge "Bring along more ApplicationInfo fields." into lmp-dev
...
* commit '562262cc89838529316ff2f3e511c0d876b08677':
Bring along more ApplicationInfo fields.
2014-10-09 00:14:25 +00:00
Dan Sandler
d23fa0f650
am 97a7fbfb: am 621fa30c: am 9eef8749: am 2200f86f: All (er, L) is finally revealed.
...
* commit '97a7fbfbe401b471903ba0d07f3701aed5e3ab4a':
All (er, L) is finally revealed.
2014-10-08 18:50:22 +00:00
Dan Sandler
621fa30c54
am 9eef8749: am 2200f86f: All (er, L) is finally revealed.
...
* commit '9eef8749232c00afad5ca3c26736c0be785cb8c1':
All (er, L) is finally revealed.
2014-10-08 18:25:57 +00:00
Dan Sandler
9eef874923
am 2200f86f: All (er, L) is finally revealed.
...
* commit '2200f86f800876d005f911e6864708fa9772d03a':
All (er, L) is finally revealed.
2014-10-08 18:16:01 +00:00
Dianne Hackborn
89b196958f
Merge "Put in real "code" (aka marketing) name." into lmp-dev
2014-10-08 17:59:19 +00:00
Jeff Sharkey
562262cc89
Merge "Bring along more ApplicationInfo fields." into lmp-dev
2014-10-08 17:25:39 +00:00
Jeff Sharkey
7f1a57a3e7
Bring along more ApplicationInfo fields.
...
When we added scan paths, we forgot to bring them along through
Parcel and copy constructor.
Bug: 17900178
Change-Id: I0ee9374f909d375768045976fd88cee7431f7d4d
2014-10-08 10:14:53 -07:00
Jeff Brown
93116ed97b
am 1ec045ad: am 45bdf81a: am e1449dfc: am 32b9f4a6: Merge "Reapply animation duration scale each time it is started." into lmp-dev
...
* commit '1ec045adb7daabf07ce36b66f496ad667735f361':
Reapply animation duration scale each time it is started.
2014-10-08 07:51:53 +00:00
Jeff Brown
45bdf81a48
am e1449dfc: am 32b9f4a6: Merge "Reapply animation duration scale each time it is started." into lmp-dev
...
* commit 'e1449dfc55113bc9eceb7fd74c8f66ff19a35dea':
Reapply animation duration scale each time it is started.
2014-10-08 05:24:37 +00:00
Jeff Brown
e1449dfc55
am 32b9f4a6: Merge "Reapply animation duration scale each time it is started." into lmp-dev
...
* commit '32b9f4a650d1b8b52b85a27109f95fde030dff66':
Reapply animation duration scale each time it is started.
2014-10-08 05:12:57 +00:00
Dan Sandler
2200f86f80
All (er, L) is finally revealed.
...
If you exceed 20000 points, please send in a screenshot.
Bug: 15984887
Change-Id: I1164160bfa8e7dca3b9e7d7ca5d50ef9abd38b61
2014-10-08 04:01:01 +00:00
Dianne Hackborn
955d8d69ea
Put in real "code" (aka marketing) name.
...
Change-Id: Idb3976edfae37293ed75cb5b869b4b42d8042bbe
2014-10-07 20:17:19 -07:00
Jeff Brown
32b9f4a650
Merge "Reapply animation duration scale each time it is started." into lmp-dev
2014-10-07 23:53:23 +00:00
Jeff Brown
7a08fe0e09
Reapply animation duration scale each time it is started.
...
When Battery Saver mode is enabled, we set the animation duration
scale factor to 0 to effectively disable all animations. Later
when it is disabled, we reset the animation duration scale
factor to 1.
This change ensures that we reapply the duration scale factor
whenever the animation is started instead of only applying it
once when the duration is set (usually when the animation is
created). This ensures that the correct scale factor is applied
even when it changes after the animation has been initialized.
Previously, certain animations would continue to be suppressed
even after Battery Saver mode was disengaged. This wasn't much
of an issue when the duration scale was initially implemented as
a developer setting but now that it is exposed via Battery Saver
the artifacts caused by this bug have become visible to users.
Bug: 17887431
Change-Id: I91ba5ca0505d02ac389a31d067e38886112fa0c8
2014-10-07 15:55:35 -07:00
Alan Viverette
859edf7963
am 0b6b0fa1: am 0660042a: Merge "Mutate and apply theme if needed before caching themed drawables" into lmp-mr1-dev
...
* commit '0b6b0fa154b2c02b6ccd90fa083acf422adfcc8c':
Mutate and apply theme if needed before caching themed drawables
2014-10-07 22:17:21 +00:00
Alan Viverette
0660042a26
Merge "Mutate and apply theme if needed before caching themed drawables" into lmp-mr1-dev
2014-10-07 22:09:49 +00:00
Alan Viverette
727cae197b
Mutate and apply theme if needed before caching themed drawables
...
This ensures that drawables are completely separated from their cached
constant states before applying a theme. After this, we can remove the
implicit (and incomplete) mutation in the clone constructors.
Also implements missing mutate() method on ClipDrawable.
BUG: 17646144
Change-Id: If0d66b0a85724d76e0a4f506758c7ba3c0aa3410
2014-10-07 15:08:47 -07:00
Christopher Tate
9c1ca9e0ff
am a9dd05cd: am 152893dd: am 93e5e859: am ae456fd8: Merge "Accept any restored wallpaper" into lmp-dev
...
* commit 'a9dd05cdb7541a93780e6420c5eb1e75006a83b9':
Accept any restored wallpaper
2014-10-07 22:08:33 +00:00
Christopher Tate
152893dd66
am 93e5e859: am ae456fd8: Merge "Accept any restored wallpaper" into lmp-dev
...
* commit '93e5e859e3d2c0f4d4f47c90d370b38be4440655':
Accept any restored wallpaper
2014-10-07 21:59:10 +00:00
Christopher Tate
93e5e859e3
am ae456fd8: Merge "Accept any restored wallpaper" into lmp-dev
...
* commit 'ae456fd894c5a41f859196016a7c49113b235eda':
Accept any restored wallpaper
2014-10-07 21:53:54 +00:00
Christopher Tate
ae456fd894
Merge "Accept any restored wallpaper" into lmp-dev
2014-10-07 21:50:08 +00:00
Adam Lesinski
d6353c8c0e
am 5166be90: am 18ab83e5: am f189c445: am 1a98dd5c: Merge "Load shared library dependencies for AppWidgets" into lmp-dev
...
* commit '5166be9007b65728e0c55e88ef4d25417a8157ce':
Load shared library dependencies for AppWidgets
2014-10-07 20:34:50 +00:00
Andres Morales
b4e67822ea
am b6152aba: am 5d623881: am 4e558355: am 258d2221: Fix build, previous commit failed to remove an import
...
* commit 'b6152abafff0b6f194f00da93dca2d42f4002786':
Fix build, previous commit failed to remove an import
2014-10-07 20:34:41 +00:00
Andres Morales
81f06a6dce
am 1603e30e: am 6ef845d3: am b4589115: am d6a2ab93: Merge "Remove dead NFC unlock code from fw/base" into lmp-dev
...
* commit '1603e30e7f99b7b02d580ad639e1e316add0d33e':
Remove dead NFC unlock code from fw/base
2014-10-07 20:34:36 +00:00
Adam Lesinski
18ab83e571
am f189c445: am 1a98dd5c: Merge "Load shared library dependencies for AppWidgets" into lmp-dev
...
* commit 'f189c445b84365a3f1bd2b678fdca37f9df8d5d1':
Load shared library dependencies for AppWidgets
2014-10-07 20:03:24 +00:00
Andres Morales
5d62388192
am 4e558355: am 258d2221: Fix build, previous commit failed to remove an import
...
* commit '4e5583554151ea95d8d573e3d64947afbc51f34f':
Fix build, previous commit failed to remove an import
2014-10-07 20:03:14 +00:00
Andres Morales
6ef845d34a
am b4589115: am d6a2ab93: Merge "Remove dead NFC unlock code from fw/base" into lmp-dev
...
* commit 'b4589115ad5ca8a98aa8f9b75296502658ae6416':
Remove dead NFC unlock code from fw/base
2014-10-07 20:03:09 +00:00
Adam Lesinski
f189c445b8
am 1a98dd5c: Merge "Load shared library dependencies for AppWidgets" into lmp-dev
...
* commit '1a98dd5cc7ea89793208b51983198bfbeade5ccc':
Load shared library dependencies for AppWidgets
2014-10-07 19:58:59 +00:00
Andres Morales
4e55835541
am 258d2221: Fix build, previous commit failed to remove an import
...
* commit '258d222152a410341ddad045ce92e57dd7ab454e':
Fix build, previous commit failed to remove an import
2014-10-07 19:58:41 +00:00
Andres Morales
b4589115ad
am d6a2ab93: Merge "Remove dead NFC unlock code from fw/base" into lmp-dev
...
* commit 'd6a2ab930972d5578957ca919abd38fca074deec':
Remove dead NFC unlock code from fw/base
2014-10-07 19:58:36 +00:00
Adam Lesinski
1a98dd5cc7
Merge "Load shared library dependencies for AppWidgets" into lmp-dev
2014-10-07 19:51:17 +00:00
Adam Lesinski
d00bb5edcf
Load shared library dependencies for AppWidgets
...
PackageManager and AppWidgetHostServiceImpl should
be loading the resources of any shared libraries being
used by the app, as they have references in their Widgets
or application icons/labels, etc.
Bug:17668152
Change-Id: I359662334edb125d7570089916727df4eeba02bb
2014-10-07 12:14:45 -07:00
Andres Morales
258d222152
Fix build, previous commit failed to remove an import
...
Bug:17883273
Change-Id: I6ef422eae83fb8b44279f1bf5a811858b791afa7
2014-10-07 11:15:58 -07:00
Andres Morales
d6a2ab9309
Merge "Remove dead NFC unlock code from fw/base" into lmp-dev
2014-10-07 18:11:21 +00:00
Amith Yamasani
34a2a6ca93
am 42f611f2: am 4797554a: am b86671f4: am 41bb3455: Merge "Set the default user restrictions to disallow calling and sms" into lmp-dev
...
* commit '42f611f2f5cbc68a6aaac18ed9e3c62ebc765901':
Set the default user restrictions to disallow calling and sms
2014-10-07 18:02:29 +00:00
Amith Yamasani
4797554ab8
am b86671f4: am 41bb3455: Merge "Set the default user restrictions to disallow calling and sms" into lmp-dev
...
* commit 'b86671f4b8263affaa561796862bd4149235b1d3':
Set the default user restrictions to disallow calling and sms
2014-10-07 17:43:08 +00:00
Amith Yamasani
b86671f4b8
am 41bb3455: Merge "Set the default user restrictions to disallow calling and sms" into lmp-dev
...
* commit '41bb3455e44dc8fde4569bbfd56fa20c6da8a27d':
Set the default user restrictions to disallow calling and sms
2014-10-07 17:33:25 +00:00
Amith Yamasani
41bb3455e4
Merge "Set the default user restrictions to disallow calling and sms" into lmp-dev
2014-10-07 17:11:34 +00:00
Amith Yamasani
aa6634eaca
Set the default user restrictions to disallow calling and sms
...
When creating a user via the UI, disallow phone calls and SMS by
default. Primary user must explicitly enable it via Settings.
Bug: 17832802
Change-Id: I18cad4be8493ddc8890b5d90da2df256cb3f1ec9
2014-10-06 18:24:32 -07:00
Christopher Tate
406abd4547
Accept any restored wallpaper
...
...and let the wallpaper service & hosts figure out what to do
with it.
Bug 17677006
Change-Id: Ie5bfa549af4da178e621ffc42a759a552897d93a
2014-10-06 18:00:51 -07:00
Jeff Sharkey
0cfe6f1d2f
am 6d3ea645: am fcc059dc: am 1d5ef81e: am 99586dc0: Merge "Reduce PackageInstaller I/O pressure." into lmp-dev
...
* commit '6d3ea64599518fcbdceade5ebde7e08cc4613819':
Reduce PackageInstaller I/O pressure.
2014-10-07 00:56:00 +00:00
Yuncheol Heo
c104455512
am 684675f4: am d534b936: Merge "Change visibility of RecordSource into public." into lmp-mr1-dev
...
* commit '684675f44ddb8792affbb54fdc194fa944c4ba43':
Change visibility of RecordSource into public.
2014-10-07 00:55:24 +00:00
Jeff Sharkey
fcc059dcf0
am 1d5ef81e: am 99586dc0: Merge "Reduce PackageInstaller I/O pressure." into lmp-dev
...
* commit '1d5ef81e29279f769d79315f2a38e747ea92e10f':
Reduce PackageInstaller I/O pressure.
2014-10-07 00:32:19 +00:00