| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I38eeeafd1d8260ab4a7c8de9099a7e270c1462f2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows up to 3 targets on the Navigation bar ring
or Home buttons with custom Quick launch shortcut actions.
Patchset 1 to 17 - Initial commits and edits
Patchset 18 - Update preference layout
- Use AOSP terminology for the feature name
- Group under new 'Navigation bar' category
- Rename Navigationbar buttons configurator
Patchset 19 - Update commit message with x of y indicator
Change-Id: I91a7b86b7bfa79526b537e28b510ec078a58c956
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
AndroidManifest.xml
res/values-de/strings.xml
res/values-el/strings.xml
res/values-es/strings.xml
res/values-fi/strings.xml
res/values-hu/strings.xml
res/values-it/strings.xml
res/values-iw/strings.xml
res/values-nl/strings.xml
res/values-ru/strings.xml
res/values-zh-rCN/strings.xml
res/values/strings.xml
src/com/android/settings/ChooseLockGeneric.java
src/com/android/settings/ChooseLockPatternTutorial.java
src/com/android/settings/DeviceInfoSettings.java
src/com/android/settings/Settings.java
Change-Id: I275be467a401ad6dcc7966924358a5adb0773b75
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The major change is that choose pattern and confirm pattern layouts
no longer uses a split screen layout on tablets. The new layout
closely mimics the layout for portrait.
Other minor changes include:
-Made the header font size for confirm pattern and choose pattern
medium (this matches with face unlock changes).
-Made the buttons on choose pattern for landscape phone side-by-side
rather than above each other (to be consistent with face unlock).
-Removed the black background from phone landscape confirm pattern
since it's inconsistent with all the other layouts.
Change-Id: I4473fe880ac471a3b5bc5399a454b10504589f87
|
| |
| |
| |
| |
| |
| |
| | |
Removing the tutorial that is shown the first time a user sets up
a pattern as their lock type.
Change-Id: If73c936e41458af729740fe5b178b9452c7dd2c0
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
Includes Change I683d9c22: Add the new lockscreen drawables to the
picker list by Bjorn Lunden (blunden)
Settings : Lockscreen targets alignment fix
Add separate layouts for different layouts to fix alignment issues.
Change-Id: I2453225e8a683244a1e11f0a8d3c18954ba5885f
Change-Id: I155824abc0578d98d3e2f1f5c2dcde3fa7b2ef84
|
|
|
|
|
|
| |
- see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi)
Change-Id: I696c0f66a16640af767da3c05b5d300fd2284ecb
|
|
|
|
|
|
|
|
|
| |
This fixes a bug where the return key was showing in some layouts
for choose/confirm password screens in Settings. Now we just use
"actionNext" which ensures we see consistent behavior across
devices.
Change-Id: I4bf3033654b85f14c55de6f418caaf1ce563c33a
|
|
|
|
| |
Change-Id: Ida98444f8942d3618d84c0a6f78cc3653ea4ad24
|
|
|
|
| |
Change-Id: Ia4086dcc09ae609be85703ba0ea3f1d6ae13b01f
|
|
|
|
|
|
|
|
|
| |
- fix padding issues in a lot of cryptkeeper screens
- fix sizing of clock that didn't fit anymore with the new font
- change titles from green to the new holo blue
Bug: 5247866
Change-Id: Ib934e9661c32cce26e1af40eaff133bae11f78dc
|
|
|
|
|
|
|
|
|
|
|
| |
- use standard IME, but force it into ASCII if it's the default IME
- provide an IME switcher if there are multiple IME's, in case the
ASCII-capable one is a different one
- make the IME shown by default
Bug: 5004456
Bug: 4698473
Change-Id: Id40a164cfe599bfdb67b81f60d4ab8a52208de88
|
|
|
|
|
|
|
|
|
| |
- prevents crash when trying to show error state
- makes progress screen not look horribly broken
Bug: 5174783
Bug: 4671153
Change-Id: Ia72830e2fdb72f174b3ed01b6fc14be7152d1932
|
|
|
|
|
|
|
| |
- Shorten description string to fit on one page
- Use new scalable LockPatternView to show example pattern.
Change-Id: I1204b6de9da05d9d3f4e503bec2fc4fb3034a4b3
|
|
|
|
|
|
|
|
|
|
| |
This fix updates the style for buttons to better conform to the screen
by using weightSums.
It also makes layouts much more flexible across platforms by making
better use of the square aspect feature of LockPatternView.
Change-Id: I63677790bf0ac52707c8c356540ecd5dc50ca33b
|
|
|
|
|
|
|
|
|
|
| |
This fixes a bug where the continue/cancel buttons were missing
from LockScreen settings in landscape mode.
The change also includes a minor change to enable using the IME enter
key to proceed to the next step.
Change-Id: I2dca0b40e38a128cc0aa637f573da01e779edb73
|
|
|
|
| |
Change-Id: Ibbb0bcb4f34ba442d9ec678277718d3141f9d807
|
| |
|
| |
|
| |
|
|
|
|
| |
Bug: #2361749.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
The power widget now uses the fuzzy-edged widget background.
It has a resonable layout in portrait and landscape.
appwidget_inner is the background for a button on the inside, with a border on the left.
appwidget_outer is the background for a button on the outside (i.e. leftmost); it
does not have a border.
|
| |
|
| |
|
| |
|
|
|