Christopher Tate
0968bfa96f
am ae456fd8: Merge "Accept any restored wallpaper" into lmp-dev
...
* commit 'ae456fd894c5a41f859196016a7c49113b235eda':
Accept any restored wallpaper
2014-10-07 21:53:35 +00:00
Christopher Tate
ae456fd894
Merge "Accept any restored wallpaper" into lmp-dev
2014-10-07 21:50:08 +00:00
Adam Lesinski
5959304e58
am 1a98dd5c: Merge "Load shared library dependencies for AppWidgets" into lmp-dev
...
* commit '1a98dd5cc7ea89793208b51983198bfbeade5ccc':
Load shared library dependencies for AppWidgets
2014-10-07 20:47:19 +00:00
Andres Morales
fa70e67917
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:59:13 +00:00
Andres Morales
d74c277bbe
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:59:09 +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
Amith Yamasani
53322b9f7b
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 18:27:10 +00: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
41bb3455e4
Merge "Set the default user restrictions to disallow calling and sms" into lmp-dev
2014-10-07 17:11:34 +00:00
Amit Mahajan
661a149187
am 69555fc2: Merge "Sms7BitEncodingTranslator" into lmp-dev
...
* commit '69555fc2c8726912ae5c1afb966c8a1b9c65400b':
Sms7BitEncodingTranslator
2014-10-07 01:33:18 +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
Amit Mahajan
69555fc2c8
Merge "Sms7BitEncodingTranslator" into lmp-dev
2014-10-07 01:20:27 +00:00
Xia Ying
43eb8a97e7
Sms7BitEncodingTranslator
...
Bug: 16197894
Change-Id: I2bd5ae0a3c2d5d8f869f5e2de7009fd450070521
2014-10-07 01:02:04 +00: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
5ca7ef1d8e
am 99586dc0: Merge "Reduce PackageInstaller I/O pressure." into lmp-dev
...
* commit '99586dc0108d0f4311c8af4d06ed113bbf40a6ee':
Reduce PackageInstaller I/O pressure.
2014-10-06 23:56:41 +00:00
Jeff Sharkey
99586dc010
Merge "Reduce PackageInstaller I/O pressure." into lmp-dev
2014-10-06 23:51:56 +00:00
Jeff Sharkey
02bd78490d
Reduce PackageInstaller I/O pressure.
...
When performing a restore during initial device setup, we could be
installing hundreds of packages. Currently, we're writing all
metadata (including heavy icons) for every session mutation! Because
we're holding the mSessions lock while writing all this heavy data,
we end up causing ANRs when apps call other PackageInstaller APIs.
This patch mitigates by moving the heavy icon data into separate
per-session PNG files, which we only persist when changed.
Bug: 17881962, 17567794
Change-Id: I4dee15d4a65a8eb65c381e6bb7477728b6cc30d2
2014-10-06 16:38:15 -07:00
Andres Morales
052690540e
Remove dead NFC unlock code from fw/base
...
Bug:17883273
Change-Id: I214d141b0b9d83b5698f596087fabb1f30543606
2014-10-06 16:04:19 -07:00
Chris Craik
6b85cbb5da
am 6c9f0a01: Merge "Avoid changeBounds animations on Views that are not yet laidout" into lmp-dev
...
* commit '6c9f0a01602697aaed99f54c4db0d6296701ed43':
Avoid changeBounds animations on Views that are not yet laidout
2014-10-06 22:34:31 +00:00
Mathieu Chartier
db58e1bec1
am 1638a004: Merge "Fix incorrect JNI_ABORT" into lmp-dev
...
* commit '1638a0049b4a5edae6aaf73a55a6aa7e14f71075':
Fix incorrect JNI_ABORT
2014-10-06 22:34:23 +00:00
Chris Craik
6c9f0a0160
Merge "Avoid changeBounds animations on Views that are not yet laidout" into lmp-dev
2014-10-06 22:06:23 +00:00
Chris Craik
f791703f9b
Avoid changeBounds animations on Views that are not yet laidout
...
bug:17683930
This means that GONE views with empty bounds don't trigger
ChangeBounds animations the first time they're shown.
Change-Id: I6503c5b0a790d3d31f7566fab27a0b12c5f61f26
2014-10-06 14:55:17 -07:00
Mathieu Chartier
1638a0049b
Merge "Fix incorrect JNI_ABORT" into lmp-dev
2014-10-06 20:27:08 +00:00
Mathieu Chartier
6a5e6df968
Fix incorrect JNI_ABORT
...
If there is a copy, JNI_ABORT does NOT copy back into the
corresponding java array. Changing this to 0 is what you want since
this will copy the data back if needed and free the temporary
storage.
Bug: 16858794
Change-Id: I3f3b426ea3cbba577bb720532c16ebf7493f1c1c
2014-10-06 12:44:09 -07:00
Amit Mahajan
7bacdb19a1
am 17d7c796: Merge "ATT: Call does not establish to \'*1\'" into lmp-dev
...
* commit '17d7c79650664c7a112ab175cb2329d2062f4d1e':
ATT: Call does not establish to '*1'
2014-10-06 19:23:39 +00:00
Amit Mahajan
17d7c79650
Merge "ATT: Call does not establish to '*1'" into lmp-dev
2014-10-06 19:17:06 +00:00
Geoff Mendal
7123638898
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-10-06 19:10:25 +00:00
Bing Gao
1c9bc00870
ATT: Call does not establish to '*1'
...
Bug: 17809849
Change-Id: I43566c9f3b7a72b06a4b5f2a0a312ac42410269d
2014-10-06 19:00:44 +00:00
Dianne Hackborn
2131b18542
am 7f7d240b: Merge "Fix issue #17752399 : Multiple apps broken by GET_TASKS permission change" into lmp-dev
...
* commit '7f7d240b13b96b617e298c6178af0425308f5ef9':
Fix issue #17752399 : Multiple apps broken by GET_TASKS permission change
2014-10-06 18:58:57 +00:00
Dianne Hackborn
7f7d240b13
Merge "Fix issue #17752399 : Multiple apps broken by GET_TASKS permission change" into lmp-dev
2014-10-06 18:48:34 +00:00
Geoff Mendal
74a72f723a
Import translations. DO NOT MERGE
...
Change-Id: Iccf9bb82d63d8e5033f916ad5c89cff245ef2087
Auto-generated-cl: translation import
2014-10-06 11:34:20 -07:00
John Spurlock
b76efc62de
am 78cc93ec: Merge "Fix NPE in StrictMode handling." into lmp-dev
...
* commit '78cc93ec80f5dcc487db697a1f9a545890745847':
Fix NPE in StrictMode handling.
2014-10-06 18:00:09 +00:00
John Spurlock
9bb3dacbf9
Fix NPE in StrictMode handling.
...
Bug:17875462
Change-Id: I0bf31abe2d07335addd57976aca110565bb63cc4
2014-10-06 12:36:45 -04:00
Baligh Uddin
3613b5bfec
Import translations. DO NOT MERGE
...
Change-Id: Id8ff929363bf25f7a8971563db3fc39225016faa
Auto-generated-cl: translation import
2014-10-04 11:36:29 -07:00
vandwalle
40bf513506
am 68104b05: Merge "add millisecond timestamp to locallog" into lmp-dev
...
* commit '68104b0529da95644c6cb65ab7ebb0c0bf7dff57':
add millisecond timestamp to locallog
2014-10-03 23:57:21 +00:00
John Reck
b0d6cd236c
am d988a45d: Merge "Cleanup DeferredLayerUpdater" into lmp-dev
...
* commit 'd988a45d60cd2ff05e41a44c78cb09d307bd90cb':
Cleanup DeferredLayerUpdater
2014-10-03 23:57:09 +00:00
vandwalle
68104b0529
Merge "add millisecond timestamp to locallog" into lmp-dev
2014-10-03 23:31:51 +00:00
Dianne Hackborn
2d7576b082
Fix issue #17752399 : Multiple apps broken by GET_TASKS permission change
...
Keep around GET_TASKS as a permission available to apps, so apps still
think they have it and don't get all uppity because they don't.
Add a new REAL_GET_TASKS that is the actual permission now.
Plus some temporary compatibility code until everyone can transition
fromn GET_TASKS to REAL_GET_TASKS.
Change-Id: I12c1102eed24844685dcbd2fa3b612811603958f
2014-10-03 16:26:04 -07:00
vandwalle
c520aa89a3
add millisecond timestamp to locallog
...
Change-Id: I33d8672efd2747ed3f49dd8d5bcd5f47bf418053
2014-10-03 15:35:25 -07:00
John Reck
d988a45d60
Merge "Cleanup DeferredLayerUpdater" into lmp-dev
2014-10-03 22:22:52 +00:00
John Reck
749906b468
Cleanup DeferredLayerUpdater
...
Bug: 17765082
DeferredLayerUpdater had fallen behind RT updates. Re-snap to
latest expectations, ensuring to call requireGlContext() prior
to detachSurfaceTexture to avoid leaking SurfaceTextures
Change-Id: Ic65fb9831e5284f658866da8da9ad5af1d227699
2014-10-03 15:02:19 -07:00
Dianne Hackborn
d2ece7cb00
am d867b7c7: Fix issue #17783882 : AUPT: NPE in Videos: Attempt to invoke virtual method...
...
* commit 'd867b7c7a2c8c151c01b57597b6612ca5355a51a':
Fix issue #17783882 : AUPT: NPE in Videos: Attempt to invoke virtual method...
2014-10-03 19:21:48 +00:00
Dianne Hackborn
d867b7c7a2
Fix issue #17783882 : AUPT: NPE in Videos: Attempt to invoke virtual method...
...
...'java.lang.String java.lang.String.substring(int)' on a null object reference
Change-Id: I4a78653174da398a4edd23b2bc099598548b79c2
2014-10-03 11:43:10 -07:00
Robert Greenwalt
d4fb0501d9
am 24861eab: Merge "Send callbacks for Net property changes" into lmp-dev
...
* commit '24861eabe641d5a147f127c8e7f98fab949224ab':
Send callbacks for Net property changes
2014-10-03 15:40:33 +00:00
Robert Greenwalt
24861eabe6
Merge "Send callbacks for Net property changes" into lmp-dev
2014-10-03 15:36:39 +00:00
John Spurlock
0c6964f359
am a79caa53: Merge "Update framework icons for media & alarm streams." into lmp-dev
...
* commit 'a79caa53405ea3efdd77d59ea7aa6dd64ecf09d3':
Update framework icons for media & alarm streams.
2014-10-03 14:00:18 +00:00
Robert Greenwalt
a848c1cc0a
Send callbacks for Net property changes
...
LinkProperties and NetworkCapabilities changes were not calling app callbacks.
bug:17681483
Change-Id: I67dac3c4dc1284f5c4bfb24de239da4ec776336f
2014-10-02 21:05:44 -07:00
John Spurlock
4bebb1dc5e
Update framework icons for media & alarm streams.
...
Update resources to new style and remove obsolete items.
Bug: 17762712
Change-Id: Ibec121828084934cc066afe117f66b6a0eea603f
2014-10-02 20:11:37 -04:00