Settings: Import Brazilian Portuguese translations#36
Open
franklin-albuquerque wants to merge 265 commits intoDerpFest-AOSP:15from
Open
Settings: Import Brazilian Portuguese translations#36franklin-albuquerque wants to merge 265 commits intoDerpFest-AOSP:15from
franklin-albuquerque wants to merge 265 commits intoDerpFest-AOSP:15from
Conversation
Author: d34d <clark@cyngn.com>
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 <roman@cyngn.com>
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 <roman@cyngn.com>
Author: Roman Birg <roman@cyngn.com>
Date: Fri Dec 11 11:37:00 2015 -0600
Settings: allow rotation while setting new pattern
Change-Id: I0fc9a7df686b8af0c60edf1916dc6fe02185f704
Signed-off-by: Roman Birg <roman@cyngn.com>
Author: Roman Birg <roman@cyngn.com>
Date: Mon Apr 6 12:20:33 2015 -0700
Settings: handle decrypting larger pattern sizes
Change-Id: Id24d46829063171fa87cabb23a7da378726d7548
Signed-off-by: Roman Birg <roman@cyngn.com>
Author: Roman Birg <roman@cyngn.com>
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 <roman@cyngn.com>
Author: Roman Birg <roman@cyngn.com>
Date: Fri May 1 17:07:47 2015 -0700
Settings: fix non lock pattern CryptKeeper crash
Change-Id: Ib2d6c9a468bfe778d5cb927759f11b2b03c25ee6
Signed-off-by: Roman Birg <roman@cyngn.com>
Author: Roman Birg <roman@cyngn.com>
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 <roman@cyngn.com>
Author: Roman Birg <roman@cyngn.com>
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 <roman@cyngn.com>
Author: Alberto97 <albertop2197@gmail.com>
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 <priv.luk@gmail.com>
Date: Mon May 10 22:00:01 2021 +0200
Settings: Remove hardcoded extras from ChooseLockPatternSize
Change-Id: I860d87842de0dbb9f87394a0c1fc5043fd16b07b
Author: LuK1337 <priv.luk@gmail.com>
Date: Tue May 11 11:32:38 2021 +0200
Settings: Make setup wizard go through ChooseLockPatternSize if needed
Change-Id: Idfd3670d4b541b3618c4416b3b9dbf7d88ae3ed1
Author: LuK1337 <priv.luk@gmail.com>
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 <bgcngm@gmail.com>
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 <5e147612@kscope.ink>
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 <5e147612@kscope.ink>
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 <jc@lineageos.org>
Signed-off-by: LibXZR <i@xzr.moe>
… [2/3] Change-Id: I1f9a634a75f31b573a072376f7203c1c25ec20e6 Signed-off-by: LibXZR <i@xzr.moe>
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 <ikeramat@protonmail.com>
Change-Id: I34924fe8e60e3d492f219aa6d0ffa54f0bd46e38
Change-Id: I3e2c200a0a31d3c765831bc30280029a50c88051
Author: Bruno Martins <bgcngm@gmail.com>
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 <bgcngm@gmail.com>
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 <bgcngm@gmail.com>
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 <bgcngm@gmail.com>
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 <priv.luk@gmail.com>
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 <priv.luk@gmail.com>
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
Signed-off-by: Anushek Prasal <anushekprasal@gmail.com>
Signed-off-by: chandu078 <chandudyavanapelli03@gmail.com>
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 <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
Squashed:
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
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
Change-Id: I1631575bd6e48419f0649491a5ae167adf72c8c2
ed90d22 to
3b55644
Compare
26aa0d7 to
d140ba1
Compare
10c2498 to
9ff2f8c
Compare
3ec35d2 to
73a6c8f
Compare
06b10ed to
91031c0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Settings: Import Brazilian Portuguese translations #36