This is based on the following changes, adapted to Android 12 considering the fact that AOSP now supports FOD as well as fingerprint sensors embedded in the power button: Author: d34d <clark@cyngn.com> Date: 2016-06-23 11:21:45 -0700 fingerprint: Allow devices to configure sensor location 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 Author: Paul Keith <javelinanddart@gmail.com> Date: 2018-01-26 22:23:03 +0100 FingerprintEnrollFindSensor: Don't overlay front for side sensors * Both the base image and the base image + overlay are equally nonsense for devices with a side fingerprint scanner, but for those that overlay a custom fingerprint enrollment graphic, this image overlay wreaks havoc * Only set this overlay to be visible if the sensor is on the front, to allow devices with side sensors to only overlay the base image Change-Id: I7cbcea4830d4526cf9f7d139e7f84f21117fa9c4 Author: Michael W <baddaemon87@gmail.com> Date: Thu Jan 17 21:44:28 2019 +0100 Settings: Make find fingerprint look great again * The current logic places the animation based on the size of the whole overlay instead of the image, which is a fixed-size png * Get the size of the image instead and place the dot relative to it * Also use "wrap_content" and add a padding to the top so the distance to the text is a fixed thing, not depending on how much space relative to the wanted space it actually takes * Preview: https://imgur.com/a/XanJ2aP Change-Id: I2bd08cee1abd1c6bad78ca1efc2189e573ded3cc Author: LuK1337 <priv.luk@gmail.com> Date: Sat Dec 15 17:11:41 2018 +0100 fingerprint: Remove unnecessary spacing in enroll layout * This makes it look ugly on 480 dpi devices. Change-Id: Ia1bbd443063a125878dddd12e5c6a816d289fb82 Author: Bruno Martins <bgcngm@gmail.com> Date: Thu Mar 17 10:30:41 2022 +0000 FingerprintEnrollEnrolling: Set proper dialog message when user touches fp icon Change-Id: Iafd86e636b0c54bbddcf26d153cc671259391259 Author: Michael Bestas <mkbestas@lineageos.org> Date: Tue Dec 6 20:40:45 2022 +0200 Use AOSP string for side fps enrollment Change-Id: I9267b6a75716f45044f4d7a51650ca4f928b104e Author: Bruno Martins <bgcngm@gmail.com> Date: Tue Apr 18 16:16:34 2023 +0100 FingerprintEnroll: Add config for dedicated side mounted fps Google likes to assume that there only exists devices with fingerprint sensor embedded in the power button, but that's not always true. Since specific enrollment messages were added just for those devices, we need to address our own usecase. Change-Id: I56a7d7fe0374fe5a1fce5e24bdbb265cb5edc246 Change-Id: If372ef50c4a719e89a4e80cc20e3eb445af61bc6
119 lines
8.2 KiB
XML
119 lines
8.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2017-2023 The LineageOS Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<!-- Android debugging as root -->
|
|
<string name="adb_enable_root">Rooted debugging</string>
|
|
<string name="adb_enable_summary_root">Allow running Android debugging as root</string>
|
|
|
|
<!-- Backup Transport selection settings menu and activity title -->
|
|
<string name="backup_transport_setting_label">Change backup provider</string>
|
|
<string name="backup_transport_title">Select backup provider</string>
|
|
|
|
<!-- Device Info screen. LineageOS legal. -->
|
|
<string name="lineagelicense_title">LineageOS legal</string>
|
|
|
|
<!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings -->
|
|
<string name="show_dev_countdown_cm">{count, plural,
|
|
=1 {You are now # step away from enabling development settings.}
|
|
other {You are now # steps away from enabling development settings.}
|
|
}</string>
|
|
<!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer settings are enabled -->
|
|
<string name="show_dev_on_cm">You have enabled development settings!</string>
|
|
<!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on -->
|
|
<string name="show_dev_already_cm">No need, you have already enabled development settings.</string>
|
|
|
|
<!-- Double tap to sleep on status bar or lockscreen -->
|
|
<string name="status_bar_double_tap_to_sleep_title">Tap to sleep</string>
|
|
<string name="status_bar_double_tap_to_sleep_summary">Double-tap on the status bar or lockscreen to turn off the display</string>
|
|
|
|
<!-- High touch sensitivity -->
|
|
<string name="high_touch_sensitivity_title">High touch sensitivity</string>
|
|
<string name="high_touch_sensitivity_summary">Increase touchscreen sensitivity so it can be used while wearing gloves</string>
|
|
|
|
<!-- Hotspot extras -->
|
|
<string name="tethering_allow_vpn_upstreams_title">Use VPN for connected devices</string>
|
|
<string name="tethering_allow_vpn_upstreams_summary">When this device is using a VPN, all devices connected to the hotspot will use the same VPN</string>
|
|
|
|
<!-- Lock screen pattern size -->
|
|
<string name="lock_pattern_size_3" translatable="false">3 \u00d7 3</string>
|
|
<string name="lock_pattern_size_4" translatable="false">4 \u00d7 4</string>
|
|
<string name="lock_pattern_size_5" translatable="false">5 \u00d7 5</string>
|
|
<string name="lock_pattern_size_6" translatable="false">6 \u00d7 6</string>
|
|
<string name="lock_settings_picker_pattern_size_message">Choose a pattern size</string>
|
|
|
|
<!-- Whether a visible red line will be drawn after the user has drawn the unlock pattern incorrectly -->
|
|
<string name="lockpattern_settings_enable_error_path_title">Show pattern error</string>
|
|
<!-- Whether the dots will be drawn when using the lockscreen pattern -->
|
|
<string name="lockpattern_settings_enable_dots_title">Show pattern dots</string>
|
|
|
|
<!-- Message shown in fingerprint enrollment dialog to locate the sensor -->
|
|
<string name="fingerprint_enroll_find_sensor_message_front" product="tablet">Locate the fingerprint sensor on the front of your tablet.</string>
|
|
<string name="fingerprint_enroll_find_sensor_message_front" product="device">Locate the fingerprint sensor on the front of your device.</string>
|
|
<string name="fingerprint_enroll_find_sensor_message_front" product="default">Locate the fingerprint sensor on the front of your phone.</string>
|
|
<string name="fingerprint_enroll_find_sensor_message_rear" product="tablet">Locate the fingerprint sensor on the back of your tablet.</string>
|
|
<string name="fingerprint_enroll_find_sensor_message_rear" product="device">Locate the fingerprint sensor on the back of your device.</string>
|
|
<string name="fingerprint_enroll_find_sensor_message_rear" product="default">Locate the fingerprint sensor on the back of your phone.</string>
|
|
<string name="fingerprint_enroll_find_sensor_message_side" product="tablet">Locate the fingerprint sensor on the side of your tablet.</string>
|
|
<string name="fingerprint_enroll_find_sensor_message_side" product="device">Locate the fingerprint sensor on the side of your device.</string>
|
|
<string name="fingerprint_enroll_find_sensor_message_side" product="default">Locate the fingerprint sensor on the side of your phone.</string>
|
|
|
|
<!-- Message shown when user touches the icon on the screen, instead of the real fingerprint sensor -->
|
|
<string name="fingerprint_enroll_touch_dialog_message_front" product="tablet">Touch the sensor on the front of your tablet.</string>
|
|
<string name="fingerprint_enroll_touch_dialog_message_front" product="device">Touch the sensor on the front of your device.</string>
|
|
<string name="fingerprint_enroll_touch_dialog_message_front" product="default">Touch the sensor on the front of your phone.</string>
|
|
<string name="fingerprint_enroll_touch_dialog_message_rear" product="tablet">Touch the sensor on the back of your tablet.</string>
|
|
<string name="fingerprint_enroll_touch_dialog_message_rear" product="device">Touch the sensor on the back of your device.</string>
|
|
<string name="fingerprint_enroll_touch_dialog_message_rear" product="default">Touch the sensor on the back of your phone.</string>
|
|
<string name="fingerprint_enroll_touch_dialog_message_side" product="tablet">Touch the sensor on the side of your tablet.</string>
|
|
<string name="fingerprint_enroll_touch_dialog_message_side" product="device">Touch the sensor on the side of your device.</string>
|
|
<string name="fingerprint_enroll_touch_dialog_message_side" product="default">Touch the sensor on the side of your phone.</string>
|
|
|
|
<!-- Navigation bar hint -->
|
|
<string name="show_navbar_hint_title">Navigation hint</string>
|
|
<string name="show_navbar_hint_summary">Show navigation hint bar at the bottom of the screen</string>
|
|
|
|
<!-- Per-app data restrictions -->
|
|
<string name="data_usage_app_restrict_all">Allow network access</string>
|
|
<string name="data_usage_app_restrict_all_summary">Enable network usage</string>
|
|
<string name="data_usage_app_restrict_mobile">Mobile data</string>
|
|
<string name="data_usage_app_restrict_mobile_summary">Enable usage of mobile data</string>
|
|
<string name="data_usage_app_restrict_vpn">VPN data</string>
|
|
<string name="data_usage_app_restrict_vpn_summary">Enable usage of VPN data</string>
|
|
<string name="data_usage_app_restrict_wifi">Wi\u2011Fi data</string>
|
|
<string name="data_usage_app_restrict_wifi_summary">Enable usage of Wi\u2011Fi data</string>
|
|
|
|
<!-- PIN scramble -->
|
|
<string name="unlock_scramble_pin_layout_title">Scramble layout</string>
|
|
<string name="unlock_scramble_pin_layout_summary">Scramble PIN layout when unlocking device</string>
|
|
|
|
<!-- Proximity wake -->
|
|
<string name="proximity_wake_title">Prevent accidental wake-up</string>
|
|
<string name="proximity_wake_summary">Check the proximity sensor prior to waking up screen</string>
|
|
|
|
<!-- Touchscreen gesture settings -->
|
|
<string name="touchscreen_gesture_settings_title">Touchscreen gestures</string>
|
|
<string name="touchscreen_gesture_settings_summary">Perform various touchscreen gestures for quick actions</string>
|
|
|
|
<!-- Touchscreen hovering -->
|
|
<string name="touchscreen_hovering_title">Touchscreen hovering</string>
|
|
<string name="touchscreen_hovering_summary">Allows you to hover the screen like a mouse in web browsers, remote desktops, etc</string>
|
|
|
|
<!-- Wake on plug -->
|
|
<string name="wake_when_plugged_or_unplugged_title">Wake on plug</string>
|
|
<string name="wake_when_plugged_or_unplugged_summary">Turn the screen on when connecting or disconnecting a power source</string>
|
|
</resources>
|