Yohei Yukawa
b00c10eb29
am 2e24241e: am 648abe15: Merge "Set DISABLED_UNTIL_USED for the correct user in IMMS." into mnc-dev
...
* commit '2e24241ead47aec74df5cbb3ddc5b0d0ed797c0f':
Set DISABLED_UNTIL_USED for the correct user in IMMS.
2015-06-22 18:19:58 +00:00
Selim Gurun
e0d181e331
am ac7b7015: am 7c781124: Merge "Clarify handling client certificates" into mnc-dev
...
* commit 'ac7b7015e062dc410f59ed5e6bce6c38fcaeeb95':
Clarify handling client certificates
2015-06-22 18:19:53 +00:00
Yohei Yukawa
648abe1565
Merge "Set DISABLED_UNTIL_USED for the correct user in IMMS." into mnc-dev
2015-06-22 17:59:42 +00:00
Selim Gurun
7c78112476
Merge "Clarify handling client certificates" into mnc-dev
2015-06-22 17:55:29 +00:00
Kenny Guy
389146190e
am 32327b72: am 43423549: Merge "Fix LauncherApps registerCallback adding duplicate callbacks." into mnc-dev
...
* commit '32327b7256cf4ab321ee9906837fb25dd1d39ab4':
Fix LauncherApps registerCallback adding duplicate callbacks.
2015-06-22 17:08:16 +00:00
Julia Reynolds
8ce3cd3562
am 6286a6a8: am d66559f2: Merge "Hide device initializer methods/fields." into mnc-dev
...
* commit '6286a6a85bc7a8d959d640191b098c723a427bcd':
Hide device initializer methods/fields.
2015-06-22 17:08:12 +00:00
Selim Gurun
a679ac59a1
Clarify handling client certificates
...
Bug: 21910771
Clarify handling client certificates when using a webview. This is a
documentation change only.
Change-Id: Ida78bd89aa8867c99b4b9e4433e342767e9bac0d
2015-06-22 10:04:01 -07:00
Kenny Guy
434235496c
Merge "Fix LauncherApps registerCallback adding duplicate callbacks." into mnc-dev
2015-06-22 16:50:05 +00:00
Julia Reynolds
d66559f26d
Merge "Hide device initializer methods/fields." into mnc-dev
2015-06-22 16:41:42 +00:00
Derek Sollenberger
87c5a5088e
am f1c031d5: am b2aea9dc: Merge "Enable Picture w/ HW Accelerated Canvas." into mnc-dev
...
* commit 'f1c031d512fd8596e40b8a5832441869ab831e48':
Enable Picture w/ HW Accelerated Canvas.
2015-06-22 15:59:37 +00:00
Derek Sollenberger
b2aea9dcbd
Merge "Enable Picture w/ HW Accelerated Canvas." into mnc-dev
2015-06-22 15:38:11 +00:00
Andrei Stingaceanu
4ca5725f95
am 76d2204d: am b1891b3f: Fix selection by double tap in Extracted mode
...
* commit '76d2204d2b4d42f11222eb68f0058b6c3bae6e10':
Fix selection by double tap in Extracted mode
2015-06-22 13:24:22 +00:00
Derek Sollenberger
e109940d81
Enable Picture w/ HW Accelerated Canvas.
...
Bug: 20688645
Change-Id: I664f37d6dbb3e61b17206c82ebcc63f988cefc65
2015-06-22 13:18:29 +00:00
Andrei Stingaceanu
b1891b3fc9
Fix selection by double tap in Extracted mode
...
Select with double tap in extracted mode has suffered
a regression recently: flickers and it does not correctly
select. Found this fix after a lot of trials.
Bug: 20128047
Change-Id: I1bbe8c11982d37e5409bac2b648a31b0ca1f0bbc
2015-06-22 12:42:06 +01:00
Vladislav Kaznacheev
86578bee88
am 01acdd9f: am 8228e424: Merge "Fix huge bounce-back in ListView when double-flinging" into mnc-dev
...
* commit '01acdd9feaa1dfe32863b667dd9300240bbc3db7':
Fix huge bounce-back in ListView when double-flinging
2015-06-22 09:46:30 +00:00
Vladislav Kaznacheev
8228e4247c
Merge "Fix huge bounce-back in ListView when double-flinging" into mnc-dev
2015-06-22 09:30:20 +00:00
Yohei Yukawa
094c71fd5c
Set DISABLED_UNTIL_USED for the correct user in IMMS.
...
This CL makes If8ff1b2b95c36d33148def2ab87bd006aa520cc0
multi-user aware.
It turns out that DISABLED_UNTIL_USED has not been correctly
set to IMEs seen from secondary users because we have used
IMMS#mContext.getPackageManager(),
which always returns the PackageManager with the primary
users' context, when specifying
COMPONENT_ENABLED_STATE_DISABLED_UNTIL_USED.
We should use IPackageManager instead as we have already done
in many places of IMMS since Ib23849d352db33f0747aa9d5a178f00.
Bug: 8148605
Bug: 8365223
Bug: 21953608
Change-Id: I4b9d6510bf965204bb1f68c8b527d1a4df23fac4
2015-06-20 00:41:31 -07:00
Bart Sears
48f94aac65
am 1b96f013: am 950aa197: Merge "Revert "Clarify handling client certificates"" into mnc-dev
...
* commit '1b96f013a02409195278be23a19d57289f26c7fe':
Revert "Clarify handling client certificates"
2015-06-20 05:46:13 +00:00
Bart Sears
950aa197d4
Merge "Revert "Clarify handling client certificates"" into mnc-dev
2015-06-20 05:22:39 +00:00
Bart Sears
4ead33300f
Revert "Clarify handling client certificates"
...
CL broke the javadoc build.
This reverts commit 36cf701e1e .
Change-Id: Idf8add1c7d2c205400e6657d7dc3c1b89ee238f8
2015-06-20 05:21:38 +00:00
Paul Jensen
2e2cc43e33
am ae6d0354: am 2f56a330: Merge "Add ConnectivityManager.registerNetworkCallback(NetworkRequest, PendingIntent)" into mnc-dev
...
* commit 'ae6d0354677221fb988a76f2f26c064c167283da':
Add ConnectivityManager.registerNetworkCallback(NetworkRequest, PendingIntent)
2015-06-20 01:33:24 +00:00
Paul Jensen
2f56a33041
Merge "Add ConnectivityManager.registerNetworkCallback(NetworkRequest, PendingIntent)" into mnc-dev
2015-06-20 01:13:18 +00:00
Adam Powell
af49d7db96
am 96b879c7: am b3add4da: Merge "Fix regression in viewing app info from ChooserActivity targets" into mnc-dev
...
* commit '96b879c791551b79b6acc703e2a9b80d453bea49':
Fix regression in viewing app info from ChooserActivity targets
2015-06-20 01:07:57 +00:00
Doris Liu
ec92ea3946
am 5bfdb772: am 4a799925: Merge "Fix NumberPicker.setWrapSelectorWheel(boolean) not respecting user choice" into mnc-dev
...
* commit '5bfdb772f68256480fbcbb5161bb079b60f2d8bf':
Fix NumberPicker.setWrapSelectorWheel(boolean) not respecting user choice
2015-06-20 00:47:12 +00:00
Adam Powell
b3add4dae2
Merge "Fix regression in viewing app info from ChooserActivity targets" into mnc-dev
2015-06-20 00:46:04 +00:00
Doris Liu
4a79992591
Merge "Fix NumberPicker.setWrapSelectorWheel(boolean) not respecting user choice" into mnc-dev
2015-06-20 00:23:30 +00:00
Doris Liu
bcfdead943
Fix NumberPicker.setWrapSelectorWheel(boolean) not respecting user choice
...
The issue states that NumberPicker.setWrapSelectorWheel(false) only works
in a specific call order. The underlying problem is that NumberPicker
does not remember user's preference on whether the selector wheel should
be wrapped. Therefore, it only works when user sets their preference last,
after everything else that could affect the choice gets executed.
Bug: 19049714
Change-Id: Ic27d909cb3dd657993a4df9a04c819b6965ad11b
2015-06-19 16:33:39 -07:00
Svet Ganov
27479b5752
am f5da7202: am 1e575a0f: Merge "Only grant runtime permissions to special components." into mnc-dev
...
* commit 'f5da72021b1855cc6b6b5819b4611152fdc968c4':
Only grant runtime permissions to special components.
2015-06-19 22:48:29 +00:00
Amith Yamasani
5f1c2dbcfd
am 97d2493f: am b94761d0: Merge "App Standby : Association between content providers and their sync adapter" into mnc-dev
...
* commit '97d2493f1a737158f489f4ff9e38e5c19f798bde':
App Standby : Association between content providers and their sync adapter
2015-06-19 22:28:24 +00:00
Svet Ganov
1e575a0f32
Merge "Only grant runtime permissions to special components." into mnc-dev
2015-06-19 22:26:32 +00:00
Svet Ganov
adc1cf4604
Only grant runtime permissions to special components.
...
Now runtime permissions are granted only to components that are
part of the system or perform special system operations. For
exmple, the shell UID gets its runtime permissions granted by
default and the default phone app gets the phone permissions
granted by default.
bug:21764803
Change-Id: If8b8cadbd1980ffe7a6fc15bbb5f54a425f6e8f9
2015-06-19 15:17:56 -07:00
Amith Yamasani
b94761d0a4
Merge "App Standby : Association between content providers and their sync adapter" into mnc-dev
2015-06-19 22:08:13 +00:00
Amith Yamasani
37a40c24de
App Standby : Association between content providers and their sync adapter
...
Set sync adapters to active if the associated content providers are used
at foreground process state.
Minimize how frequently published content providers are reported by
keeping track of last reported time.
Also cache sync adapters associated with an authority in SyncManager.
Bug: 21785111
Change-Id: Ic2c8cb6a27f005d1a1d0aad21d36b1510160753a
2015-06-19 15:04:58 -07:00
Adam Lesinski
52e7f8c76f
am bd9b25ef: am b6a09299: Merge "BatteryStats: Record doze wake locks" into mnc-dev
...
* commit 'bd9b25efb8cdaa4772f730259418d66ba58beb40':
BatteryStats: Record doze wake locks
2015-06-19 21:39:57 +00:00
Yorke Lee
aad6327d3b
am 495cac60: am c723b8d7: Merge "Don\'t save cached contact info in call log when adding call" into mnc-dev
...
* commit '495cac604d3c935fe23e0d73be5a750528106e41':
Don't save cached contact info in call log when adding call
2015-06-19 21:23:27 +00:00
Chien-Yu Chen
ae599fa059
am befbd422: am be2e38e0: Merge "ImageReader: Fix format workarounds for legacy devices" into mnc-dev
...
* commit 'befbd42211c8d47c02f08db107f9bc18be8576c6':
ImageReader: Fix format workarounds for legacy devices
2015-06-19 21:22:58 +00:00
Adam Lesinski
b6a092990c
Merge "BatteryStats: Record doze wake locks" into mnc-dev
2015-06-19 21:13:43 +00:00
Adam Lesinski
9425fe21c9
BatteryStats: Record doze wake locks
...
Doze wake locks don't actually hold the CPU awake, so we should record them
separately from full wakelocks, which is what we did before.
Bug:21949905
Change-Id: Ib4db3399069e0ad11f1f0dc6925a87ad0ad21ff9
2015-06-19 14:12:01 -07:00
Yorke Lee
c723b8d742
Merge "Don't save cached contact info in call log when adding call" into mnc-dev
2015-06-19 20:47:08 +00:00
Alan Viverette
bbe35b32c2
am 0cadef68: am f3e8dca8: Merge "Create ListPopupWindow handler against main looper" into mnc-dev
...
* commit '0cadef68e480ce57592928a200d0b437c2440886':
Create ListPopupWindow handler against main looper
2015-06-19 20:29:57 +00:00
Selim Gurun
d68ae14015
am f714d239: am 8d79e36c: Merge "Clarify handling client certificates" into mnc-dev
...
* commit 'f714d23908eea3d73de3799cdaa0d54b1fe56326':
Clarify handling client certificates
2015-06-19 20:29:45 +00:00
Adrian Roos
f65f06fe91
am cefeeb7c: am 4f43dc04: Assist disclosure
...
* commit 'cefeeb7c13653f5ba43b61205b22c8f70c843e71':
Assist disclosure
2015-06-19 20:29:40 +00:00
Chien-Yu Chen
be2e38e01c
Merge "ImageReader: Fix format workarounds for legacy devices" into mnc-dev
2015-06-19 19:51:42 +00:00
Adam Powell
98b7f89430
Fix regression in viewing app info from ChooserActivity targets
...
Also add metrics logging to ChooserActivity
Bug 21953567
Bug 21953720
Change-Id: I6bba2cfe9b9e551e6fe6f2d4f92fc040eebf355c
2015-06-19 12:38:45 -07:00
Alan Viverette
f3e8dca84b
Merge "Create ListPopupWindow handler against main looper" into mnc-dev
2015-06-19 19:21:11 +00:00
Yorke Lee
457df5ff7e
Don't save cached contact info in call log when adding call
...
Bug: 20520236
Change-Id: I8ca051d4b93624b51de73640544ee5c6afbc0b7a
2015-06-19 12:01:05 -07:00
Selim Gurun
8d79e36c88
Merge "Clarify handling client certificates" into mnc-dev
2015-06-19 18:48:49 +00:00
Selim Gurun
36cf701e1e
Clarify handling client certificates
...
Bug: 21910771
Clarify handling client certificates when using a webview. This is a
documentation change only.
Change-Id: Ifcd7c2c9fffc79c1dcc162d829dfbb175cddaa11
2015-06-19 11:46:29 -07:00
Abodunrinwa Toki
1767b1fed4
am e497455f: am 6983752a: Merge "Better FloatingToolbar positioning." into mnc-dev
...
* commit 'e497455f637540507a923954cec5bbfad1213a8e':
Better FloatingToolbar positioning.
2015-06-19 18:41:34 +00:00
Alan Viverette
9e08cf8f8f
am 4e537151: am 7c669f45: Merge "Revert "Work around inconsistent views in RelativeLayout.onMeasure()"" into mnc-dev
...
* commit '4e537151351e14cd2bc9c30934bac8e8a3010432':
Revert "Work around inconsistent views in RelativeLayout.onMeasure()"
2015-06-19 18:41:21 +00:00