Abodunrinwa Toki
079f33bca0
Enforce FloatingToolbar themes.
...
This ensures that theme attribute values that affect the look and
feel of the FloatingToolbar views are the ones specified in the
framework.
The aim is to avoid apps modifying the toolbar's look and feel in
unexpected ways by overriding Theme attributes.
Bug: 21957785
Change-Id: Idd472b4e8511f0a039cd07f98b1fd3ce93ae97fa
2015-06-25 15:47:26 -07:00
Alan Viverette
e71c6e3832
Merge "Constrain ListPopupWindow hint width spec to >= 0" into mnc-dev
2015-06-25 20:00:56 +00:00
Alan Viverette
ba4332d9cf
Constrain ListPopupWindow hint width spec to >= 0
...
Bug: 22092169
Change-Id: Ia05302cf8d167aae26eccbf53dd3fd21d09b326d
2015-06-25 13:00:03 -07:00
Alan Viverette
fdf102e62d
Merge "Constrain child width and height to >= 0 in FrameLayout.onMeasure()" into mnc-dev
2015-06-25 19:57:03 +00:00
Yohei Yukawa
ab142f7f57
Merge "Handle back key to cancel text action mode in full-screen IME." into mnc-dev
2015-06-25 19:39:36 +00:00
Alan Viverette
39fd902bdb
Constrain child width and height to >= 0 in FrameLayout.onMeasure()
...
Bug: 22093669
Change-Id: I55e8a0289f871b73ed07f3d73e8297786f9acac1
2015-06-25 12:24:27 -07:00
Svetoslav
f9c6dbb6d1
Merge "Add missing conditional in settings provider" into mnc-dev
2015-06-25 18:53:59 +00:00
Svetoslav
45146493c6
Add missing conditional in settings provider
...
Change-Id: I717e8b87eccbedf1a1abead77e7856a2aa2405fa
2015-06-25 11:53:02 -07:00
Selim Cinek
0ebd001f30
Merge "Fixed a HUN crash with notification children" into mnc-dev
2015-06-25 18:37:56 +00:00
Chris Wren
c26939b478
Merge "add banned packages to notification dumpsys" into mnc-dev
2015-06-25 18:21:03 +00:00
Svetoslav
263b6e6983
Merge "Prevent certain actions of app has revoked permissions" into mnc-dev
2015-06-25 18:20:16 +00:00
Jun Mukai
46f087c43b
Merge "Apply thumbTint and trackTint styles to Switch from xml." into mnc-dev
2015-06-25 18:16:57 +00:00
Chris Wren
66189fc168
add banned packages to notification dumpsys
...
Bug: 20451514
Change-Id: I4ae3adfc8dcd7e7625ca41950e5642c30b8cb25e
2015-06-25 14:12:05 -04:00
Svetoslav
7008b51817
Prevent certain actions of app has revoked permissions
...
bug:21808294
Change-Id: I7214c1fe47c15fe185423a54a74b58caf8d82daa
2015-06-25 10:55:11 -07:00
Selim Gurun
cb247780d3
Merge "Remove Webviewtests in frameworks" into mnc-dev
2015-06-25 17:54:01 +00:00
Selim Gurun
e9f13e171d
Remove Webviewtests in frameworks
...
Bug: 22090564
These tests were not touched for at least 3 years, and with webview
moving to chromium, they are tested at the chromium side.
Change-Id: I4424871dd97c5dc23bb3dbdcee0915d5ab893c7e
2015-06-25 10:50:26 -07:00
Chris Manton
60061c26a2
Merge "Carrier Config API KEY_FORCE_HOME_NETWORK_BOOL" into mnc-dev
2015-06-25 17:42:18 +00:00
Yusuke Sato
0f61c7dcc4
Merge "Let findSupportedAbi and hasRenderscriptBitcode scan only relevant files" into mnc-dev
2015-06-25 17:34:01 +00:00
Nancy Chen
1979dd631d
Merge "Add comments for visual voicemail short codes in whitelist." into mnc-dev
2015-06-25 17:32:25 +00:00
Winson Chung
b49dbeef52
Merge "Refactoring recents search bar widget logic." into mnc-dev
2015-06-25 17:24:55 +00:00
Chris Manton
63f25b6e3f
Carrier Config API KEY_FORCE_HOME_NETWORK_BOOL
...
Bug: 20828356
Change-Id: I30a286e7af884a11c51363916dd6a4dc965d399a
2015-06-25 10:08:45 -07:00
Alan Viverette
efb49bd811
Merge "Constrain width and height to >= 0 in FastScroller layout" into mnc-dev
2015-06-25 17:08:42 +00:00
Alan Viverette
de14ad55f6
Constrain width and height to >= 0 in FastScroller layout
...
Bug: 22071990
Change-Id: I9dcb2066ee069a3764b7d711cb341a4dfdc4445e
2015-06-25 09:57:30 -07:00
Alex Klyubin
9440a6e6be
Merge "Support RSA encrypt using private key and PKCS#1 paddding." into mnc-dev
2015-06-25 16:46:17 +00:00
Alex Klyubin
25d2270704
Support RSA encrypt using private key and PKCS#1 paddding.
...
Some apps such as OpenVPN Connect for some reason generate
PKCS#1-padded RSA signatures using Cipher (initialized in
Cipher.ENCRYPT_MODE with private key!) instead of using Signature.
Unfortunately, RI supports this strange behavior and previous releases
of Android Keystore did the same. So, we have to continue supporting
this craziness.
Bug: 22083023
Change-Id: Ife3950d0d4ceb4e44e08014635312c1252878b69
2015-06-25 09:09:04 -07:00
Mady Mellor
d4d802be39
Merge "Fix: Don't display the drag handles when focus is lost" into mnc-dev
2015-06-25 15:54:03 +00:00
Andrei Stingaceanu
3d7109a1f6
Merge "EditText - can not drag handles in extracted mode" into mnc-dev
2015-06-25 15:52:51 +00:00
Andres Morales
f1900b500f
Merge "[LockSettings] clear secure user id when user is removed" into mnc-dev
2015-06-25 15:43:13 +00:00
Mady Mellor
a2861454aa
Fix: Don't display the drag handles when focus is lost
...
The text selection handles should be hidden / shown when the window
loses / regains focus.
Additionally renames method to make more sense.
Bug: 22062480
Change-Id: I6e160234cf112ee285367637e2f1c14defd82e89
2015-06-25 08:40:27 -07:00
Alex Klyubin
c781405f43
Merge "Use standard copyright banner in android/security/keymaster." into mnc-dev
2015-06-25 15:07:28 +00:00
Alex Klyubin
6223b7e911
Merge "Track rename of INT and LONG Keymaster tag types." into mnc-dev
2015-06-25 15:06:49 +00:00
Selim Cinek
eaee9c0190
Fixed a HUN crash with notification children
...
Notification children were not properly handled
before when added lead to a crash.
This will fix this bug finally.
Bug: 21868047
Change-Id: I92f2f7e71659de8274711a448e370084d423ca9f
2015-06-25 11:05:52 -04:00
Jason Monk
107cb81f90
Merge "Make BluetoothEventManager listen to ALIAS_CHANGED" into mnc-dev
2015-06-25 14:05:22 +00:00
Andrei Stingaceanu
1cb1f1523a
EditText - can not drag handles in extracted mode
...
In TextView's onPreDraw method, startSelectionActionMode()
is called, but the selection has already been started so
in startSelectionActionMode() it shows the
insertionController which hides the selectionController.
Fix this by adding a check to start the action mode only
if it is not already started.
Bug: 22028858
Change-Id: I2999423155b7a63a7d879bc8ea5032e17dff459f
2015-06-25 11:54:43 +01:00
Igor Viarheichyk
729ffa299c
ICU format support for pseudolocalizes.
...
Custom parser can handle nested ICU messages even if they
are split into multiple fragments. Code reworked to encapsulate
all pseudolocalization logic in Pseudolocalizer and PseudoMethods
classes. To minimize a changelist size, some static functions
remained. Fake BiDi pseudolocalization method is reimplemented
to handle word boundaries correctly. Unit tests added.
(cherry picked from commit cbb1e676b56677ae3585c067f29646dddffb4857)
bug: 22060509
Change-Id: I11968d81984d99501a4d9334ff2e7453a1eb7a00
2015-06-25 09:49:43 +01:00
Erik Kline
e42441a232
Merge "Don't lose critical success/failure messages" into mnc-dev
2015-06-25 03:46:35 +00:00
Svetoslav
57f2dac721
Merge "iUpdate the sensor group description" into mnc-dev
2015-06-25 02:14:54 +00:00
Svetoslav
c625795539
iUpdate the sensor group description
...
bug:21784262
Change-Id: I417e2170b8a977b274ca0f6b2364c670bbb5264a
2015-06-24 19:12:52 -07:00
Winson Chung
af3bb69367
Refactoring recents search bar widget logic.
...
Bug: 19062975
Change-Id: I303710598675aeebca8f34ac57de6249462ec033
2015-06-24 18:44:44 -07:00
Anthony Hugh
2e2d030bfe
am a50fa710: (-s ours) am 001df9ca: DO NOT MERGE: Introduce stem keycodes for Wear
...
* commit 'a50fa71044f759013dc506ae3dc5fce11e67494e':
DO NOT MERGE: Introduce stem keycodes for Wear
2015-06-25 01:37:28 +00:00
Alex Klyubin
656fd49386
Merge "Make NONEwithECDSA truncate input when necessary." into mnc-dev
2015-06-25 01:31:21 +00:00
Jun Mukai
9fb302cfbc
Apply thumbTint and trackTint styles to Switch from xml.
...
Bug: 21664957
Change-Id: Id08ae89fb1586968df4b901816a8e108bb8570af
2015-06-24 18:31:06 -07:00
Andreas Gampe
8f7ae66e47
Merge "Frameworks/base: Add tracing system properties" into mnc-dev
2015-06-25 01:29:38 +00:00
Anthony Hugh
a50fa71044
am 001df9ca: DO NOT MERGE: Introduce stem keycodes for Wear
...
* commit '001df9ca900f3098222a4920a0048d2eb947bd4e':
DO NOT MERGE: Introduce stem keycodes for Wear
2015-06-25 01:27:41 +00:00
Dave Langemak
ecff75a158
Merge "Revert "Throw IAE on invalid measure spec size"" into mnc-dev
2015-06-25 01:18:00 +00:00
Dave Langemak
afaed06cda
Revert "Throw IAE on invalid measure spec size"
...
This reverts commit ac6cfb32fec5e4b9ce47c4cde4bbcc7b43a0c4a7.
Change-Id: Ie60b48eac5f732071a5039b9b6bc7b18eb694d5b
2015-06-25 01:14:26 +00:00
Amith Yamasani
3704da0d9e
Merge "No need to check WRITE_SETTINGS permission in ContentProvider" into mnc-dev
2015-06-25 00:24:19 +00:00
Alan Viverette
10bf27e2c9
Merge "Avoid negative childSpecSize in RelativeLayout" into mnc-dev
2015-06-25 00:09:06 +00:00
Adam Powell
91feb107f2
Merge "Fix ChooserActivity check for still-alive ChooserTargets" into mnc-dev
2015-06-25 00:08:54 +00:00
Alan Viverette
39310d3606
Avoid negative childSpecSize in RelativeLayout
...
Bug: 22071351
Change-Id: I951fd7c7973c49581d3ea30bae64d6c20bc362be
2015-06-24 17:03:48 -07:00