summaryrefslogtreecommitdiffstats
path: root/res/layout-land
Commit message (Collapse)AuthorAgeFilesLines
* fingerpint: Allow devices to configure sensor locationd34d2016-06-301-0/+1
| | | | | | | | | | | | | | | | The text for enrolling a fingerprint always assumes the sensor is located on the back. This patch adds a config integer that defines where the sensor is located on the device. 0 = back 1 = front 2 = left side 3 = right side This patch also adds a new drawable that shows the front of the device when applicable. Change-Id: Ia8f5f8ff4ba4d13d35aed3052f60ff665dd4f294 TICKET: CYNGNOS-3089
* Settings: Add fingerprint authentication for protected apps.Adnan Begovic2016-01-221-0/+12
| | | | | | | | Protected apps users can now authenticate via fingerprint if they have at least 1 fingerprint enrolled. Change-Id: I47504d9183d42ff974b0e1b0f271a424fd747608 TICKET: CYNGNOS-84
* Settings: add switches for dashboard itemsRoman Birg2015-12-151-0/+8
| | | | | Change-Id: Ibff81510270745807a4b133457d60d47dd629df6 Signed-off-by: Roman Birg <roman@cyngn.com>
* Re-Implementation of Protected App SettingsVineet Patil2015-11-241-0/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Protected App [2/3] Protected Apps Settings -> Apps: - Added Receiver which can send in a call to PackageManager to toggle a components protected status. - Add Protected Apps activity (available from Apps fragment) - Reads from ApplicationInfo state - Requires Pattern Lock to view/modify protected apps - Updates Settings Secure DB with protected components - Support resetting protected apps pattern lock Change-Id: If07a7b69ac963ffae855621881e1944fc8754782 Protected Apps: - App Info for protected Apps doesn't allow Uninstall or Clear data - App Info menu item for launching into Protected Apps when looking at protected components - Prevent process dialog from getting dismissed on touch or back key (can cause odd behavior if cancelled mid-protect) Conflicts: src/com/android/settings/applications/InstalledAppDetails.java Change-Id: I64104d7ff3fbf9d8c393ebf262d4de0b28abbc5c Reset Pattern: - If user cancels while creating new pattern, old pattern is restored Change-Id: I55955b1ffadca2ba712c40c7d443c4fc4b0f528c Clean up protected apps code (1/2) - Work with actual ComponentNames instead of converting them between String and ComponentName all the time - Name protection state parameter in methods 'state' instead of 'protect', as a value of true actually means it's not protected. Also consistently use the respective constants for its values. - Some misc. cleanup Change-Id: I2855978c8aef3cfa14249e3398039c7cdd145ede Settings: Create a security fallback on protected apps. -- Allow a user to bypass pattern lock on protected apps by inputting their primary account information for the device. Conflicts: res/values/cm_dimens.xml res/values/cm_strings.xml Change-Id: I39e5a89a8699cfd2ffaba8aea2daa4f477f2cc9b settings: reset protected apps view instead of finish the activity Finish the app after resettings the account, will lead to the protected app selection without a valid pattern. Instead this should reset the pattern view to create a new pattern prior to go to protected apps. Change-Id: Ida41a29f4f8787940f803a23014a68a2f8beb969 Signed-off-by: Jorge Ruesga <jorge@ruesga.com> Settings: Don't show protected apps options in restricted profiles. Change-Id: I38c2e8fd3508d360f0e23703ce6c939f02f3714e JIRA: 4668 Issue: https://jira.cyanogenmod.org/browse/CYAN-4668 Follow normal lock screen convention - allow user to retry when creating pattern lock Change-Id: I6ad39b07b8de3de03146322b37b60e3f846093d1 Fix: Even when the list is entirely unchecked there may still be components which are still protected and need to cleared when Reset is triggered. https://jira.cyanogenmod.org/browse/BACON-679 https://jira.cyanogenmod.org/browse/CYAN-4835 Change-Id: Ifee3e8b87be39769aedfed0f9a5bda366c67ee45 ProtectedApps pattern lock for landscape mode. Change-Id: I9ef70a0e363d4d17510188d24f4742f458fba38e Launch Protected Apps Change-Id: I2dc2e1e05c1979118d5324c3c05adfcc6f7ee22a Protected Apps: update protected apps screens UI Change-Id: I2dd922956f8ffd9ed153c3d1aa1f9161a127e4c6 Remove unnecessary drawables for launching Protected Apps Change-Id: I58f471ef9d64c7ced79befbfc30b94d75a0085a2 ProtectedAppsReceiver: fix NPE when components are null * To reproduce: create a folder at Trebuchet, lock it and leave the screen Change-Id: I49a2e76fdaa3e375b0ea5aa2bb05eaa92528dd19 Protected Apps: Show state by component instead of by app Change-Id: Idbe1d69b376fc3f42980404d9448152f606e7f8e (cherry picked from commit 56e11c8640cb9e34d07eb11fb1b67f3283b2f6f6) Protected Apps: Increase hit target of the launch app button Change-Id: I38355aca37079d43975d287ee9d81c3a500c3575 (cherry picked from commit 47e8e46f53cdf4f536845d57cc383d3c5f0ca893) Protected Apps: Monitor unlock status Monitor the Activities unlock status so that we can rotate the screen in this activity without having to unlock again. Change-Id: I8feab5cb4d55c4df0d0d1475ab6646c046f01925 Protected Apps: add some side padding in app list view Change-Id: I2549fd8f8b662e2e2c542e67cbc20e6a366fba42 Conflicts: AndroidManifest.xml res/values/cm_dimens.xml res/values/cm_strings.xml res/values/strings.xml src/com/android/settings/applications/ApplicationsState.java src/com/android/settings/applications/InstalledAppDetails.java src/com/android/settings/applications/ManageApplications.java Conflicts: res/values/cm_dimens.xml Conflicts: res/values/cm_strings.xml . Change-Id: I065ac7965a8c7253ad67a20806201fe8fc6cec84
* Expose hardcoded and @android colors from layoutsClark Scheff2015-10-282-2/+2
| | | | | | | | This will allow theme designers better flexibility with the themes they design for Settings. There are probably other resources we need to expose but this is a good start. Change-Id: I81254f72cd2d47bc05a7f15c8e3a9fb4c89c8be8
* [Fingerprint] Advertise wake & unlock during SUWMaurice Lam2015-07-301-0/+11
| | | | | | | | Adds a string to advertise to the user that wake & unlock is available on all fingerprint devices. Bug: 22644642 Change-Id: I9e44174c6ab088a06f95ae5c377c8ccec13a4257
* Merge "Adjust enrollment UI for sw400 devices" into mnc-devJorim Jaggi2015-07-282-3/+6
|\
| * Adjust enrollment UI for sw400 devicesJorim Jaggi2015-07-272-3/+6
| | | | | | | | | | Bug: 22511825 Change-Id: Id2534a6a4ea99c295aa6ff583ff7755e5dfa339b
* | Added content description for the fingerprint iconSelim Cinek2015-07-241-0/+1
|/ | | | | Bug: 22616421 Change-Id: I58b12ae656b81e02f66aafef3d86eef1ade1e804
* [Fingerprint] Add fingerprint enroll in setup wizardMaurice Lam2015-07-153-3/+3
| | | | | | | | | | | | Make a subclass for each enrolling screen that setup wizard uses, and in override the corresponding get*Intent methods to always use the setup wizard versions of the next screens. On minor change made to the original flow is that it will now return RESULT_OK if it is finished, as opposed to RESULT_CANCELED. Bug: 21695577 Change-Id: Id666826e8027272ede6a5426967d66fb291670a4
* Refine fingerprint enrollment experienceJorim Jaggi2015-06-111-1/+2
| | | | | | | | | | - Flash fingerprint graphic when enrollment progresses - Show hint message when not progressing for a few seconds - Make sure animation is always working Bug: 21617091 Bug: 21644138 Change-Id: Ic54c10a655e6da914f960cee20f0066b46d87325
* Use accessibilityLiveRegion for ConfirmLockPassword/Pattern errorTextXiyuan Xia2015-06-022-0/+2
| | | | | | | | | - Revert previous "Add announceForAccessibility to ConfirmLockPattern"; - Add android:accessibilityLiveRegion="polite" for errorText in ConfirmLockPassword/Pattern; Bug:20282779 Change-Id: I4b9c0d461d0dd0504bd88a8a2144e09a42d5f64e
* [LockScreen] Setup Wizard pattern lock landscape layoutMaurice Lam2015-05-261-0/+113
| | | | | | | | | | Create values-land/setup_choose_lock_pattern to implement the landscape layout of the lock pattern. Also copied values/setup_choose_lock_pattern to sw600dp so that this will be used in tablet landscape. Bug: 20916604 Change-Id: I6a2193c74dd10d79ed9e212cf51a625763d87e1a
* Add pulsing animation for find sensor.Jorim Jaggi2015-04-241-10/+6
| | | | | Bug: 20495507 Change-Id: I5fefb2cdb2625885c906fa2a9b69da1141ce66e0
* Update fingerprint enroll UI to spec.Jorim Jaggi2015-04-244-140/+246
| | | | | | | Also adds sliding animations between the steps. Bug: 20495507 Change-Id: I148d8d8b8082361149f02fd2dc4cead0ba3e2526
* [Setup] Use SetupWizardLayoutMaurice Lam2015-04-212-124/+0
| | | | | | | | | Use SetupWizardLayout for the screens that show in Settings to get better visual consistency and new features like showing a progress bar in list view. Bug: 19594252 Change-Id: I53ab17a4c2d922a362e3762f1cdccb512f7d8f6e
* Update confirm device credentials to spec, add fingerprintJorim Jaggi2015-04-132-124/+158
| | | | | | | | | | | - New strings in the screen. - New layout/style. - Clean up internal API's around it. - Add fingerprint support if launched from externally - Separate theme if launched from externally - If launched from above Keyguard, use SHOW_WHEN_LOCKED flag Change-Id: Icdf9bf9e0506841f24e8aab5f0f1d1f4b688951f
* Merge "Implement additional fingerprint flows in Settings."Jim Miller2015-03-121-36/+33
|\
| * Implement additional fingerprint flows in Settings.Jim Miller2015-03-111-36/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - new onboarding flow ("locate sensor") - changed sensor location image - changed in-app sensor icon - remove fingerprint animation since it caused people to want to tap on it. - remove enrolled fingerprint templates when switching back to "none" or "slide" - use real in-app icon for fingerprint - much improved layout - basic landscape layout working - added 250ms delay to final enrollment step so it's not so jarring - delete is now working - rename wired, but not functional yet Bug 19592835 Change-Id: Ie3e73a2fc8f834f1b90e2746c4cc841216aa6031
* | [WifiSettings] Refactor Wi-Fi required infoMaurice Lam2015-03-111-9/+0
|/ | | | | | | | | | | | | | | | Instead of using an invisible TextView in the layout itself, make the required info a list header. This paves way for using the Setup Wizard library by including all the required contents in the ListView itself. The required info is not shown since Lollipop, but can be tested with adb shell am start -a "com.android.net.wifi.SETUP_WIFI_NETWORK" \ --es theme material_light \ --ez useImmersiveMode true \ --ez wifi_show_wifi_required_info true Bug: 19698532 Change-Id: I5a7da726b2f49af7dd755b41c73e1a1b4349699c
* Add fingerprint settings.Jim Miller2015-02-271-0/+143
| | | | | | | | | | | | | | | | | | | | - Improved layout. - Enrollment is now working. - Added vibration and progress feedback. - Better fingerprint animation logic. - Poke userActivity() when sensor is touched. - Added progress animation. - Only show fingerprint menu item on devices that have fingerprint hw - Set View state to GONE for views that aren't shown & fix resulting layout issue - Fix bug where stage wasn't advancing when returning from ChooseLockGeneric. - Renamed FingerprintSettings to FingerprintEnroll - Fixed bug with storing fingerprint ids that prevented the last one from being removed. - Added better progress indication. When remaining is at max, count that as the first step. - Fix whitespace formatting in CL Fixes bug 1953439 Change-Id: I721bf440c63640203af94ce21340d8281076c249
* [LockScreen] Don't extract UI in ChooseLockPasswordMaurice Lam2015-01-211-61/+68
| | | | | | | | | | | Added flagnoextractui to the EditText in ChooseLockPasswordActivity so that the instruction text is still visible on phone landscape. Also wrapped it in a ScrollView because for smaller screen devices the buttons may be squeezed to fit onto the screen if the ScrollView is not there. Bug: 18644582 Change-Id: Ib81aadb5377aacc8d85fdeee7e1809ad3ff71213
* [FRP] Theming for Pattern and Password screensMaurice Lam2014-12-011-0/+68
| | | | | | | | | | | | Basic theming for pattern and password screens. Create subclasses for ChooseLockPassword and ChooseLockPattern, and copied their XML layouts. This CL mainly uses the buttons in the original screens as-is, with a follow-up CL coming to change to use the nav bar buttons. Bug: 18482708 Change-Id: I81751f781de633aff23fc68657589360007c235a
* Fix layout issues with landscape pattern/password layoutsJorim Jaggi2014-09-094-2/+2
| | | | | Bug: 17416448 Change-Id: I12067846b05659dc7b56fe61f872a4ba85941604
* [WifiSetup] Add shadow below headerMaurice Lam2014-08-291-1/+2
| | | | | | | Added shadow for phone portrait and landscape layouts Bug: 17136887 Change-Id: I65dc01d7387812681bbc99d5cc9440714a72ff60
* [WifiSetup] Update illustrationMaurice Lam2014-08-271-1/+2
| | | | | | | | Update the illustration assets and make the tablet illustration always 256dp height according to mock. Bug: 17133710 Change-Id: I6d84bbb25a9f443e4eb6bf4c1002d8a1438029ef
* [WifiSetup] Update illustrationsMaurice Lam2014-08-141-1/+1
| | | | | | | | Update illustration assets and support for auto-mirroring for RTL languages. Bug: 16888091 Change-Id: I828a13558aff42f2ddb12b9afe123f463c4c1522
* Allow CryptKeeper dialogs to rotate on tabletsPaul Lawrence2014-07-232-118/+0
| | | | | | | | | | | | | | Tablets may be used in docking stations thus need to support landscape mode. Phones will not be, and having them rotate is both ugly and annoying. Also this matches lock screen behavior. The attribute screenOrientation is not themeable, so the only way of doing this is programmatic. Test for truth of bool which is only set for sw600dp devices and clear the nosensor setting from the manifest if set. Bug: 16405551 Change-Id: I5b3f945b89402e5aa39642c2c06e98f9ca1ce298
* [WifiSetup] L layout updateMaurice Lam2014-07-091-0/+63
| | | | | | | | | Changed the layout based on the new design mocks. Copied over StickyHeaderListView and SetupWizardHeader. Currently using the generic illustration but will update to Wifi setup specific version once we get them. Change-Id: I22bdef8c9860d419be55938e1e4a6a682db5b7e8
* Update Dashboard layout againFabrice Di Meglio2014-06-231-0/+74
| | | | | | | | | | - follow UX spec - update also the Search Panels (suggestions / results) to follow the same specs See bug: #15384992 Setting Dashboard - padding updates Change-Id: I3d27a3b3d9779644f8ea123990a0c7bed8d4ba74
* Fix landscape mode for pattern decrypt dialogPaul Lawrence2014-05-151-0/+56
| | | | Change-Id: I7b6a62ab962a463da555b0b4e1c6df312a1f311e
* Temporary color change to make lock pattern screen visibleAmith Yamasani2014-04-222-2/+4
| | | | | | | Fixes the white on white in Settings when creating or confirming a lock pattern. Change-Id: Ie4770edbabb76b984e17b84f8f1e7c991bb2316b
* Fix bug #13727850 Input values are not visible when setting up the lockscreen...Fabrice Di Meglio2014-03-312-14/+8
| | | | | | | | | ...security(PIN/Passwor/Pattern). - remove hardcoded colors... - define a text appearance style for the password / pin Change-Id: I425a2daa016cb782f18de320b5696d076f576600
* Remove outdated custom background for password field.Jorim Jaggi2014-01-082-2/+0
| | | | | | | In the lockscreen settings, the entry text field for the PIN/password still uses an outdated, gingerbready background. This is removed by using the default Holo background. Bug: 12382439 Change-Id: Iaa7ea4980060762841646a4b8ea18d008518c24b
* Better layouts for security screen setups as part of b/7459863Danielle Millett2012-11-302-3/+2
| | | | | | | | | | | | | | | 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 tutorial for choosing a pattern as part of b/7459863Danielle Millett2012-11-211-92/+0
| | | | | | | Removing the tutorial that is shown the first time a user sets up a pattern as their lock type. Change-Id: If73c936e41458af729740fe5b178b9452c7dd2c0
* Make Settings app aware of layout directionFabrice Di Meglio2012-07-245-14/+14
| | | | | | - see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi) Change-Id: I696c0f66a16640af767da3c05b5d300fd2284ecb
* Fix 6663465: remove flagNoEnterAction in favor of actionNextJim Miller2012-06-152-2/+2
| | | | | | | | | 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
* Fixed all Accessibility lint warnings in Settings app.alanv2012-05-211-0/+1
| | | | Change-Id: Ida98444f8942d3618d84c0a6f78cc3653ea4ad24
* Fix 6110711: Fix buttons on ChooseLockPattern for landscape layoutJim Miller2012-05-141-22/+21
| | | | Change-Id: Ia4086dcc09ae609be85703ba0ea3f1d6ae13b01f
* Misc UI fixes for settings (mostly cryptkeeper)Ben Komalo2011-09-011-1/+1
| | | | | | | | | - 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
* Misc fixes to CryptKeeperBen Komalo2011-08-291-0/+62
| | | | | | | | | | | - 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
* Fixes to CryptKeeper layout for phonesBen Komalo2011-08-171-0/+85
| | | | | | | | | - prevents crash when trying to show error state - makes progress screen not look horribly broken Bug: 5174783 Bug: 4671153 Change-Id: Ia72830e2fdb72f174b3ed01b6fc14be7152d1932
* Fix 4686480: Update ChooseLockPatternTutorialJim Miller2011-06-301-29/+28
| | | | | | | - Shorten description string to fit on one page - Use new scalable LockPatternView to show example pattern. Change-Id: I1204b6de9da05d9d3f4e503bec2fc4fb3034a4b3
* Fix 4686480: Cleanup LockScreen settingsJim Miller2011-06-282-4/+6
| | | | | | | | | | 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
* Fix 4283049: Restore continue/cancel buttons in LockScreen SettingsJim Miller2011-04-152-25/+18
| | | | | | | | | | 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
* Fix LockScreen Settings on phones.Jim Miller2011-03-303-7/+182
| | | | Change-Id: Ibbb0bcb4f34ba442d9ec678277718d3141f9d807
* Fix 2332563: Update logic for lockscreen in Settings.Jim Miller2010-02-111-3/+6
|
* Fix 2373088: Update SecuritySettings with new layout and minor logic tweaks.Jim Miller2010-02-104-167/+129
|
* Fix 2332563: Add password-lock support to lockscreenJim Miller2010-01-112-0/+167
|