| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Ref: CYNGNOS-1891
Change-Id: Ic3d07f9eeb099b24526c7c502b189cb3bbbbb420
Signed-off-by: Roman Birg <roman@cyngn.com>
|
|
|
|
|
|
|
|
|
|
| |
* CM setting allows charging sounds on any power source, while AOSP
allows charging sounds only on wireless charging
* The AOSP toggle has been broken since
fw/base 42f4f2f2ff4278ca8411504617f55a712562c242
* Use the AOSP setting while keeping the improved CM code
Change-Id: Ia747d8949cf7ce94ad2a638f27aaa3c57f9aed19
|
|
|
|
| |
Change-Id: I3d77bb96aba4a501d3223e72be60403694828a34
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Original commit info:
[2/2] Power connect/disconnect notification support
part 1/2: frameworks/base PowerUI and Settings
http://review.cyanogenmod.org/#/c/35241/
part 2/2: packages/apps/Settings Sound settings
http://review.cyanogenmod.org/#/c/35242/
Change-Id: I7ddd8a47ae4f9a62c586023d151ac42bbe8424c7
Power sound notifications: fix ringtone picker title
Change-Id: Ied0a08ec1607b778324e69a7b40bac056235bebf
Settings: Rename 'Power sounds' to 'Charging sounds' and add summary
VOld_Change-Id: I1cb872917e2d03f0a1c77c25c27f2a0496f9bc05
Old_Change-Id: Ibde52fcd6fd0fabc9eeefc7e6f5a3971527285d7
Change-Id: If247c184c5ea2a1e13dd22ef121cbc9d5d542fd5
Signed-off-by: STELIX <ssspinni@gmail.com>
|
|
|
|
|
|
| |
This patch allows the users to choose if they want the audible tone when adjusting the volume
Change-Id: I6d43cba83bf4cf10f2d50502e7cee5408a73c520
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add hardware tunables (gamma, color, vibration strength).
Change-Id: I44e3e4e6cb444498a7c56048618cd92a0e2b8e59
Settings: restore hardware tunable values on boot
Change-Id: I9d2720947d615cab6a7ab9b596b24b8033dd0b4f
Settings: Add default value for display color control (2/2)
Change-Id: I50b684abe504c21ef49492f99b18873d75509697
settings: Move headset option, hide MoreDeviceSettings if empty
* This option fits much better in the sound menu under "automation
and effects", and on many devices it's the only option in the
"More..." menu under Tap & Pay.
* Move it, and remove the MoreDeviceSettings top-level category if
there's nothing else in it.
Change-Id: Idd82f582a1ba54f8b45fbd4fbe631057e9515f86
Remove 'More device settings' menu
Change-Id: I86cd84f6f6c408b26c04d92529e9a031c4fed1f7
DisplayColor: Properly handle a minValue
* Previously setting anything as a minValue would cause the
percentages to get out of whack. For instance, setting it to 35
would cause the maximum percentage to climb above 100% as well
as still allowing the value to be set lower than the min.
* This makes the maximum for the slider the max value minus the min
(so we get the proper spread for min to max) and then adds the min
back on before setting so we can't possibly go below the min.
Change-Id: I8dcdc422f54847940351fae10c74af6301d1e1be
Settings: AdaptiveBacklight support
Add support for adaptive backlight technologies like NVIDIA SmartDimmer, QCOM CABL or Samsung CABC.
Patchset 2: Use internal shared prefs to store the smardimmer setting
Patchset 3: Rename to AdaptiveBacklight
Patchset 4: Reorganize settings and strings to follow design guidelines
Patchset 5: CleanUp
Patchset 6: Added suggestions
Patchset 7: Sync default value. CleanUp.
Depends on http://review.cyanogenmod.org/#/c/48465/
Change-Id: I52cb990f36593b265a00b46a5f63590515822ea5
settings: Add support for SRE
* Add support for sunlight readability enhancement
* Optionally depends on adaptive backlight, depending on HAL
Change-Id: I9ca388ffd68080f0e497edb81d5f8616c194ea1d
Cleanup.
Now that button and keyboard backlight don't use the HW framework
anymore, there's no point in having an abstraction for a single use case.
Change-Id: Ib66b2a29a105d53e3ba4273abb06977b132c1fc8
|
|
|
|
|
|
|
|
| |
This makes TTS services read the default text (on/off) when
these switches are toggled.
Bug: 22530662
Change-Id: I77c5918481faa6309995aa385dcfc3608fc94298
|
|
|
|
|
| |
Bug: 19538553
Change-Id: I93228aee38f8eb035025409ce063f3050bf9bb9a
|
|
|
|
|
|
|
|
| |
Things are mostly in the right places, may need some minor location
adjustment on everything and styling for the buttons.
Bug: 19511439
Change-Id: If7730285d6ddc36e32cc8bc119885a8e215c0eb5
|
|
- Move the remaining conditional preferences into
the combined Sound & Notifications screen.
- Refactor the "Other sounds" sub-settings screen to
provide a home for the new preferences.
- Migrate docking sounds, conditional on config.
- Migrate docking media, conditional on config.
- Migrate emergency tones, conditional on CDMA.
- Move all boilerplate preference <-> setting plumbing into
a separate helper.
- Since some preferences in Other sounds are now conditional,
create a special indexer for searching.
- Remove SoundSettings (and xml), create aliases in the manifest
to avoid breaking shortcuts.
Bug:15279526
Change-Id: I5ae3ecda2f899b1948f7908bd217a799326c2c56
|