Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settings: Import Russian translations #37

Open
wants to merge 264 commits into
base: 15
Choose a base branch
from

Conversation

burial-dealer
Copy link

Settings: Import Russian translations

mikeNG and others added 30 commits October 18, 2024 00:55
Having double quotes around the strings causes crowdin
to export translations with unescaped quotes.
Removing them has no side effect and fixes crowdin export.

Change-Id: I93865d793eef711f8738e00e843e9d4670724c66
Author: d34d <[email protected]>
Date:   Tue Dec 29 11:51:21 2015 -0800

    Fingerprint: Forward challenge extras

    The forward port of custom pattern sizes introduced a bug that would
    cause an NPE when trying to add a fingerprint for security. This patch
    forwards the extras associated with the challenge that would have
    normally been passed directly in to the ChooseLockPattern fragment.

    Change-Id: I3ad994b2604ff45b573c011c3588afe8b35bfdd3
    TICKET: CYNGNOS-1490

Author: Roman Birg <[email protected]>
Date:   Mon Mar 21 15:17:16 2016 -0700

    Settings: forward decrypt required on boot flag

    This wasn't being pass forward and all of the defaults had it set to
    true.

    Ticket: CYNGNOS-2270

    Change-Id: I90a6c918bb5b4b52791bcff18a6ea3bcfb194547
    Signed-off-by: Roman Birg <[email protected]>

Author: Roman Birg <[email protected]>
Date:   Fri Dec 11 11:37:00 2015 -0600

    Settings: allow rotation while setting new pattern

    Change-Id: I0fc9a7df686b8af0c60edf1916dc6fe02185f704
    Signed-off-by: Roman Birg <[email protected]>

Author: Roman Birg <[email protected]>
Date:   Mon Apr 6 12:20:33 2015 -0700

    Settings: handle decrypting larger pattern sizes

    Change-Id: Id24d46829063171fa87cabb23a7da378726d7548
    Signed-off-by: Roman Birg <[email protected]>

Author: Roman Birg <[email protected]>
Date:   Tue Apr 28 14:02:21 2015 -0700

    CryptKeeper: pattern unlock displays incorrect pw when correct

    fakeUnlockAttempt() gets called when the user inputs any pattern length
    < 4 which queues up the 'incorrect error' message. The message needs to
    be cleared before trying to actually check the password so it never goes
    through in case the password was correct.

    Change-Id: If78db332d3d696ba443d0be911fb5db504cb14cd
    Signed-off-by: Roman Birg <[email protected]>

Author: Roman Birg <[email protected]>
Date:   Fri May 1 17:07:47 2015 -0700

    Settings: fix non lock pattern CryptKeeper crash

    Change-Id: Ib2d6c9a468bfe778d5cb927759f11b2b03c25ee6
    Signed-off-by: Roman Birg <[email protected]>

Author: Roman Birg <[email protected]>
Date:   Tue May 19 14:06:51 2015 -0700

    CryptKeeper: layout whole screen in bounds

    Add flags to make the screen layout properly on devices with the
    navigation bar visible

    Change-Id: I8607c8e49ac3625a7fb6a13b4501ea7ac818b9ba
    Signed-off-by: Roman Birg <[email protected]>

Author: Roman Birg <[email protected]>
Date:   Wed May 20 10:31:13 2015 -0700

    CryptKeeper improvements

    - Status text was used enough to warrant it being a field variable
      instead of looking for the view every time

    - Display proper text after changing pattern sizes (to input a pattern,
      not a password)

    - Disable changing pattern sizes while validaing pattern

    REFS: LETTUCE-557, LETTUCE-352
    Change-Id: Ib4ecf04a58da8d1648d514d9650d69c33d9587a7
    Signed-off-by: Roman Birg <[email protected]>

Author: Alberto97 <[email protected]>
Date:   Mon Nov 21 20:47:25 2016 +0100

    Settings: Use GLIF Theme for missing Settings > Screen lock Activities

    Icons by Asher

    Change-Id: Icf1627b41ef604302a5819ad3b1bdfd6d8479202

Author: LuK1337 <[email protected]>
Date:   Mon May 10 22:00:01 2021 +0200

    Settings: Remove hardcoded extras from ChooseLockPatternSize

    Change-Id: I860d87842de0dbb9f87394a0c1fc5043fd16b07b

Author: LuK1337 <[email protected]>
Date:   Tue May 11 11:32:38 2021 +0200

    Settings: Make setup wizard go through ChooseLockPatternSize if needed

    Change-Id: Idfd3670d4b541b3618c4416b3b9dbf7d88ae3ed1

Author: LuK1337 <[email protected]>
Date:   Mon May 10 22:29:49 2021 +0200

    Settings: Make FRP go through ChooseLockPatternSize if needed

    Change-Id: I70b0ddb20033dd5505c391763a0a58fd2f9c8004

Change-Id: I7078d703c218cd096d9b77c003a94b52fbce6322
Change-Id: Ic627953c5df854c442671a98b5da539b994da18b
* Checking for wide gamut support isn't always enough

Change-Id: Ic7257e37f2eca97450eaf0ca1e330de7596352be
 * The roles are advertised by USB HAL so we can check for their status

Change-Id: I5933d1a03f573af08b00039850173329b293448a
 * If a device has its own panel, we should replace the item under
   display settings instead of having to clutter up the dashboard.
 * This uses the new RemotePreference API to allow the external
   app to update the view.
 * The action for this is "org.lineageos.settings.device.DOZE_SETTINGS".

This is squashed with:

Author: Bruno Martins <[email protected]>
Date:   Sun Oct 25 15:20:06 2020 +0000

    Settings: Hide AOD pref is device provides Doze settings

    Devices that provide Doze settings typically implement own AOD pref,
    so hide AOSP one.

    Change-Id: I458de41a1c8e17203374866a0032b33c48690aac

Change-Id: I22fd7e6307b370807415ce2132bed4808b2befe1
Author: alk3pInjection <[email protected]>
Date:   Wed Mar 9 14:21:43 2022 +0800

    Settings: Move navbar hint options to the top

     * obviously it doesn't belong to any categories below

    Change-Id: I76bf1d58b5553b551049fe0c8b3334e3ff12b1ba

Author: alk3pInjection <[email protected]>
Date:   Thu Mar 10 20:25:12 2022 +0800

    Settings: Inverse the navbar hint toggle [2/2]

    Change-Id: I7d06ea1c59cad51e915ddd853d41da0eb73b7e0e

Change-Id: I14dd73414c9f7ee1b01f315c9eeae0fd3ac4f859
Signed-off-by: Jesse Chan <[email protected]>
Signed-off-by: LibXZR <[email protected]>
… [2/3]

Change-Id: I1f9a634a75f31b573a072376f7203c1c25ec20e6
Signed-off-by: LibXZR <[email protected]>
The title of the USB preference screen ("USB Preferences") is
inconsistent in several ways:

1. It doesn't match the title of the preference that launches it
2. No other preference screens say "preferences" in their title, since
   it's redundant
3. It violates the Material text conventions, which prefer to not
   capitalize titles in the UI

This commit changes it to "USB", which fixes all of the inconsistencies
listed above.

Change-Id: I7330a9e4e121d57ee2140ef60aefb4412b1fe728
The NFC preference in Settings -> Connected devices -> Connection
preferences doesn't listen to changes from the NFC tile. (This wasn't an
issue in Android 10, because there used to be a SwitchPreference that
listened there.)

Change-Id: I85842db3faa558ea61bc878ca76ff6d8ce1a4b02
 * Place it under Display settings, near the existing
   double tap to wake preference.

Change-Id: I0baa49f9367331febf29260a0f60ba3a020be729
* This causes the options to go off screen and almost always
  require scrolling in order to reach all the options.

Change-Id: I3880982978aa50f11bf24b4da6e91a0917181811
Devices with external display and no power button should not allow
screen to be powered off.

Change-Id: I23dfe2f03d0319ea1f6ddd013b02b6bb8a54a945
Change-Id: I2a5c6f7e8f643382b36929914719ebdeacb31fea
* Not all devices can use common gestures as implemented in LineageParts

Change-Id: Iae4ca9fc686e3dc82411524688841211e0cceb7b
Change-Id: Ic90c8a194a736807c2e101ffd5f7e90c86a55381
Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
Change-Id: I34924fe8e60e3d492f219aa6d0ffa54f0bd46e38
Change-Id: I3e2c200a0a31d3c765831bc30280029a50c88051
Author: Bruno Martins <[email protected]>
Date:   Tue Mar 26 00:06:11 2019 +0000

    DisplaySettings: Hide high touch sensitivity from search if needed

     * Fixes: https://gitlab.com/LineageOS/issues/android/issues/260

    Change-Id: I98ce66dec9801c36da5a2facd6b033895b7963f0

Author: Bruno Martins <[email protected]>
Date:   Tue Mar 26 00:20:37 2019 +0000

    LanguageAndInputSettings: Hide touch hovering from search if needed

    Change-Id: I5d53946262919ff67be5e777654af2171ffd2a44

Change-Id: Ib8712d2d0c0fe4396dbea7c7fc130e0c253d3207

Settings: Add high touch sensitivity and touchscreen hovering toggles

Author: Bruno Martins <[email protected]>
Date:   Tue Mar 26 00:06:11 2019 +0000

    DisplaySettings: Hide high touch sensitivity from search if needed

     * Fixes: https://gitlab.com/LineageOS/issues/android/issues/260

    Change-Id: I98ce66dec9801c36da5a2facd6b033895b7963f0

Author: Bruno Martins <[email protected]>
Date:   Tue Mar 26 00:20:37 2019 +0000

    LanguageAndInputSettings: Hide touch hovering from search if needed

    Change-Id: I5d53946262919ff67be5e777654af2171ffd2a44

Change-Id: Ib8712d2d0c0fe4396dbea7c7fc130e0c253d3207
Splitted from commit 5aa2f34, adapted to the Lineage SDK
and squashed with commits c6dc688 and 19105ab.

Change-Id: I7516c833ff39de6bdb36c815a5292606cbaa0533
…n sounds

Author: LuK1337 <[email protected]>
Date:   Tue Jul 23 20:28:56 2019 +0200

    Settings: Preserve sound timeout pref when showing legacy notification settings

    * Fixes : https://gitlab.com/LineageOS/issues/android/issues/936
              https://gitlab.com/LineageOS/issues/android/issues/939

    Change-Id: I61da5790fd09f6340c6fdbe89378114cd1e0dc5b

Author: Luk1337 <[email protected]>
Date:   Tue Aug 27 17:35:07 2019 +0800

    Settings: Remove sound timeout preference from channel_settings PreferenceScreen

    * Fixes: https://gitlab.com/LineageOS/issues/android/issues/1098

    Change-Id: I228fef766b70ad4f3fc47b83cf113517eb9db99f

Change-Id: I70e9cc308b4f7c7681457a0b09dd73e5d1aebb73
Change-Id: Id1a1c5f52c0dc73886db57acb4ba26d0f18fa26b
Change-Id: I22ee2a05040561cca796814573adc5226f1f03d4
* Several OEMs let the user decide whether to enable or disable quick
   charging technology when using a quickcharge charger.
   Samsung, for example, exposes a sysfs node to disable it at
   will, depending on what the user sets in battery settings UI.

 * Disabling fast charge may be useful for reducing the heat produced by
   the device while charging, or for extending the lifespan of the battery.

 * This commit introduces a switch preference for disabling fastcharge
   on devices that support said feature.

Change-Id: I7dd09d357e9bd555a8efeaf9ee191e52b9f2d151
Test: verify fingerprint setup doesn't have link icon without a link.
Change-Id: I040500615815ffe9256089a9bc11b07da783fa79
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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

Squashed:

Author: Bruno Martins <[email protected]>
Date:   Thu Mar 17 10:30:41 2022 +0000

    FingerprintEnrollEnrolling: Set proper dialog message when user touches fp icon

    Change-Id: Iafd86e636b0c54bbddcf26d153cc671259391259

Change-Id: If372ef50c4a719e89a4e80cc20e3eb445af61bc6
Change-Id: I9267b6a75716f45044f4d7a51650ca4f928b104e
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
idoybh and others added 24 commits October 21, 2024 17:38
Doesn't show in Launcher3's search when it's enabled which makes it inaccessible
Change-Id: I798f229cce7a899d3c55e56005713e09ce890fb6
Co-authored-by: alanndz <[email protected]>
Change-Id: Ic2cc28a77188b646dbd54f8151b3a18a8279ac05
idea and strings kanged from AOSP 11

Change-Id: I7291bfd3d8481c432a5c186126192466571094de
Signed-off-by: NurKeinNeid <[email protected]>
Change-Id: I3e72a4b0fda68a5cd1e9a35fc161a1d7ddae6d7e
Change-Id: I763a3bdb7bc0385fce04fe2635f06e601f9557ab
* Squash of
  yaap/packages_apps_YASP@30441ec
  yaap/packages_apps_YASP@b896aa6
  yaap/packages_apps_YASP@f500a60

[jhonboy121]: adaptd to A13 and use a preference controller to update the preference

Co-authored-by: jhonboy121 <[email protected]>
Signed-off-by: jhonboy121 <[email protected]>
AICP Pie: Modified defaults to false.
	Brought up to 10 with androidx

jhenrique09 edits: Adapt strings, and also use config_pocketModeSupported on isAvailable

Change-Id: I398c8f0be23c27cbcf1fb57eed44a801b31bc6c9

Settings: Remove pocket lock toggle icons

 * Also move it to lockscreen settings

Change-Id: Iae8a6b4739c317e723c0cfad46db5ceb494f74f8

Co-authored-by: Fabian Leuteneegger <[email protected]>
Signed-off-by: Anushek Prasal <[email protected]>
Squashed in:

    Author: TikkiTikki <[email protected]>
    Date: Tue, 2 Feb 2021 15:03:05 -0300
    Settings: Pulse: Vertical mirror [2/2]

    Change-Id: I27665490b4867ee901c5994315d8e2bf39f17f8d
    Signed-off-by: NurKeinNeid <[email protected]>

    Author: TikkiTikki <[email protected]>
    Date: Tue, 2 Feb 2021 15:01:50 -0300
    Settings: Pulse: Custom gravity and Center mirrored [2/2]

    Change-Id: I13901c934f6c593132061755bf77a0203d0abb5c
    Signed-off-by: NurKeinNeid <[email protected]>

Change-Id: Id36472c26a19445596e6c35567b9afb7a52687dc
Signed-off-by: NurKeinNeid <[email protected]>
Change-Id: I09325fe9693e1ec26906929c87a2fb986f510e74
Change-Id: I3ac5b4ada6eb609be37d4ab09b3cfc96971ad7a4
Signed-off-by: minaripenguin <[email protected]>
Signed-off-by: Kujou Yuko <[email protected]>
Change-Id: I944afb9e961eee72ce7fd183f2a97a9210f6c35a
…gs on secure lockscreen (2/2)

Add a Quick Settings toggle in secure screen lock settings

Issue: calyxos#394
Change-Id: I7dbb11173aa2010d8aa35761881d9bf6c8130967
Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
* Also adapt Add video to Double tap to trigger doze from Pie: a66601a

Change-Id: Id98543542db937c6cc1f176cd55f6b02e472849d
* Switch to new Android 12 animation. Huge thanks to @aryanata for the animation

Co-authored-by: Aryanata Andipradana <[email protected]>
Change-Id: Idfc536dff628fb4ba9cd45f6453add68f64a7b46
Change-Id: Id6bae41a3aca86a2483fb57317a63f97dd61415a
Change-Id: Icd8f4d35251e9a3fe69387de7bb00bd53326c2c5
Signed-off-by: SagarMakhar <[email protected]>
[nurkeinneid: update to 4.16.0]
Signed-off-by: NurKeinNeid <[email protected]>
After r16, a commit to cleanup the KeyguardClockSwtich and unify it's structure was merged.
Also, this added a new resource into the frameworks core, which allows us to overlay the custom clock font.
So, we need to overlays now to customize this. This makes me really happy because it removes the ugly method that we were doing years ago.

Co-authored-by: SagarMakhar <[email protected]>
Change-Id: I0a80a90faa83d94ec8652fc48faee8e1ae710f09
On devices that have more than one high refresh rate (eg. 90/120/144 Hz)
allow choosing any of those as the peak refresh rate rather than
offering only the maximum as a toggle. Use a radio picker preference,
similar to screen timeout and display resolution settings. Also add
a toggle for VRR that sets the minimum refresh rate.

someone5678: Adapt to U QPR2

Change-Id: I820bfae2f2ce2e5fc57d5c53968b962aed69d953
Signed-off-by: aswin7469 <[email protected]>
Signed-off-by: minaripenguin <[email protected]>
Also make sure navbar is transparent
Fix applies to both dark and light themes
Settings: Import Russian translations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.