am: 65515931e9
* commit '65515931e98341e17cf6207b363dbe3f4399fcfd':
Add accessibility actions to the drag-and-drop locale list
Change-Id: I8726a6ce617f2c3347b00bc7ac857fd1ba8f7b47
am: b3146b0071
* commit 'b3146b007137f0a552025ed76e8619ad9d44c4f1':
New UI to hint user about strong auth
Change-Id: I44f3a81ff5e2326aabd02072af8c899adc5cdf95
Dragging is not supported neither by TalkBack or the accessibility
framework at the moment. So we need custom actions to be able
to change the order of the locales.
Also, the remove functionality is difficult to discover and use
with TalkBack only, so we are also adding a "remove" action.
It only removes one locale at the time, but most users don't
really add many locales "by mistake", so there is no real need
to delete a lot of locales at once.
Bug: 28173358
Change-Id: I3566304e3d2de87cf9243d7e87631b12d72fc929
Instead of having a separate textview, we now reuse the detail textview
to show the hint.
Fix: 28204828
Change-Id: I3eff3240bf7ecb1495fbf11a073a273a0de603ae
am: 7f4892f
* commit '7f4892f223ec265fdee5223fdec92440849160ac':
Changing dimensions and margins for fingerprint image in portrait mode. Landscape layout remains the same with fixed size.
Change-Id: Iacab34944705d4ad8e49d9b32fecdfa0cc9cd40b
...when there is an active hotspot and user restriction for disallowing
tether config is in effect. This is to avoid getting security exceptions
from WifiManager when engaging with HotspotCondition or Wifi enable switch.
Bug:27936528
Change-Id: Ib3324e853277c177966b55668758d349ffe6ecf5
am: 7444be6
* commit '7444be6f289f72b09551b4ee865ad6beb157e5e6':
Remove the preview screens from Display/Font size settings when the activity height is smaller. Also refactored for readability. Bug: 27699996 Change-Id: Iff3c3ffdc1ccf82080cafdcedf392e499175acaf
Change-Id: Ia5097feabb5da6713634a2466a15b0c809d6ea58
am: 6e15861
* commit '6e1586150e5e97b4f7f0bdd15b380c99b668770b':
Instantiating background image of preview video in Magnification Gesture screen using ImageView, also set GlobalLayoutListener to adjust its position. Bug: 27992162 Bug: 27901691
Change-Id: I1713e7dc4ba7b17ecbd9bb472e3b3ac72056befb
Magnification Gesture screen using ImageView, also
set GlobalLayoutListener to adjust its position.
Bug: 27992162
Bug: 27901691
Change-Id: I9563eb2776bcde3d7edeb4a420a9b3c02481baf8
am: 40c2e7a
* commit '40c2e7adcfd366c2de8691e04fb6663a79c0b872':
Maintain higher color contrast of labels/controlls on the side of the SeekBar in PreviewPagerPreferenceFragment Bug: 27952877
Change-Id: I2b150492b01eb84c6956605be17823cabee397a0
A little more consistent with the new app VPNs' dialogs. To make this
work it was also necessary to restart the lockdown VPN every time it is
edited, which makes sense because the expected action after editing a
VPN is that it reconnects with the new settings.
Bug: 28072644
Change-Id: I4b6a6f0a6ed96d2ec6f62889fdae4abb60d0646c
am: 0887ace
* commit '0887ace34472469003299d782b90c8fd9324bb7e':
Minor Fixes for RadioInfo Test Menu
Change-Id: Ia7d06a94f81e5f27500bf63a16d95dad6f8d8829
-Fix a race condition in re-creating activity
-Ensure cell info is disabled when Menu is paused
-Fix issue with focus on creating view
Change-Id: Icfb7667fe6e47ab6dc950918447bbe892e0681ad
am: 67d068e
* commit '67d068e57749fa82ec54794d616a10e0e0a592b1':
Auto-link web urls in support messages.
Change-Id: I28f26bc84e009c7a199ef9cead16cdbb92d1018c
Without scrolling, such dialog might not fit on small screens, specially
on multi-window environments.
BUG: 28137501
Change-Id: I84ed1ff946d1023712efcf80f15bac4a57966f19
- Don't block main thread with rebuild work
- Don't run rebuild as foreground priority
- Don't use comparator on apps/notifications summaries, we don't
care about order
- Simplify dashboard item layout
Change-Id: I33bdd06a234ea308b44b45cac5ed1e9eac1c7d43
Fixes: 26541310