<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages_apps_Settings/src/com/android/settings/cyanogenmod/ButtonBacklightBrightness.java, branch replicant-6.0</title>
<subtitle>packages/apps/settings
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/'/>
<entry>
<title>ButtonBacklight: Preview timeout once user stops dragging</title>
<updated>2017-01-16T13:19:25+00:00</updated>
<author>
<name>Zhao Wei Liew</name>
<email>zhaoweiliew@gmail.com</email>
</author>
<published>2017-01-16T11:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=0cfb58bd75a916ac529b7df676b22af357bc1c03'/>
<id>0cfb58bd75a916ac529b7df676b22af357bc1c03</id>
<content type='text'>
Change-Id: I0abebe1041b6ad42b10e7d24f76ea17046e64666
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0abebe1041b6ad42b10e7d24f76ea17046e64666
</pre>
</div>
</content>
</entry>
<entry>
<title>Settings: Update button backlight brightness in real time</title>
<updated>2017-01-16T11:05:23+00:00</updated>
<author>
<name>nijel8</name>
<email>nijel8@gmail.com</email>
</author>
<published>2017-01-07T14:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=8586c215c77da79e8e2b08e813442a702a3aa747'/>
<id>8586c215c77da79e8e2b08e813442a702a3aa747</id>
<content type='text'>
When adjusting the button backlight brightness using the seekbar,
the brightness did not update in real time, but only when the
RESET button is tapped.

With this change, the brightness is updated instantly.

Change-Id: Ib4db8b4759f2b756495dc3f9319b35cdb548d9e5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When adjusting the button backlight brightness using the seekbar,
the brightness did not update in real time, but only when the
RESET button is tapped.

With this change, the brightness is updated instantly.

Change-Id: Ib4db8b4759f2b756495dc3f9319b35cdb548d9e5
</pre>
</div>
</content>
</entry>
<entry>
<title>Settings: fix backlight illumination wrong summary</title>
<updated>2016-05-03T21:22:40+00:00</updated>
<author>
<name>Roman Birg</name>
<email>roman@cyngn.com</email>
</author>
<published>2016-04-25T22:12:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=deed3e81fc5c94a19cf090b7c98a59d5583a91c8'/>
<id>deed3e81fc5c94a19cf090b7c98a59d5583a91c8</id>
<content type='text'>
This fixes the visual indicator of the button illumination summary after
trying to disable. Previously after setting the timeout to never, would
display a summary of "1", or with 5, it would end up displaying 6 after
applying the settings.

Ticket: CYNGNOS-2565

Change-Id: Ia982e4849d0099b6e208b362770a431dc89dd2f1
Signed-off-by: Roman Birg &lt;roman@cyngn.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the visual indicator of the button illumination summary after
trying to disable. Previously after setting the timeout to never, would
display a summary of "1", or with 5, it would end up displaying 6 after
applying the settings.

Ticket: CYNGNOS-2565

Change-Id: Ia982e4849d0099b6e208b362770a431dc89dd2f1
Signed-off-by: Roman Birg &lt;roman@cyngn.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>settings: Fix crash when saving button backlight enabled/disabled</title>
<updated>2015-11-25T21:57:10+00:00</updated>
<author>
<name>Christopher R. Palmer</name>
<email>crpalmer@gmail.com</email>
</author>
<published>2015-11-24T11:49:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=23cdfe87c0e35340278fbbea0fa06a4a1db55030'/>
<id>23cdfe87c0e35340278fbbea0fa06a4a1db55030</id>
<content type='text'>
Change-Id: I2b6de8e9c908803dcc510a378188e40fac4141f1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2b6de8e9c908803dcc510a378188e40fac4141f1
</pre>
</div>
</content>
</entry>
<entry>
<title>Settings: Fix hiding button backlight option</title>
<updated>2015-11-24T17:23:01+00:00</updated>
<author>
<name>Konsta</name>
<email>konsta09@gmail.com</email>
</author>
<published>2015-01-04T18:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=99d6fd01a334b4057e7b56ce3ece09c3e6124bf9'/>
<id>99d6fd01a334b4057e7b56ce3ece09c3e6124bf9</id>
<content type='text'>
Recent change added volume rocker to hardware key configuration
so config_deviceHardwareKeys is non-zero on pretty much any device.
Button backlight settings are displayed on devices that don't
necessarily have any hardware keys with backlight.

Change-Id: I0f87b4043177e5d1b05b7d2e2565cddd298e3227
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recent change added volume rocker to hardware key configuration
so config_deviceHardwareKeys is non-zero on pretty much any device.
Button backlight settings are displayed on devices that don't
necessarily have any hardware keys with backlight.

Change-Id: I0f87b4043177e5d1b05b7d2e2565cddd298e3227
</pre>
</div>
</content>
</entry>
<entry>
<title>Settings: Move Secure settings to CMSettings</title>
<updated>2015-11-12T00:25:06+00:00</updated>
<author>
<name>d34d</name>
<email>clark@cyngn.com</email>
</author>
<published>2015-11-10T18:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=fbfb6d1527ea3b7688db6bc12896e671287ef998'/>
<id>fbfb6d1527ea3b7688db6bc12896e671287ef998</id>
<content type='text'>
Change-Id: If2e4f1e44b448c953f6fb1f3a0689b73cc3958c0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If2e4f1e44b448c953f6fb1f3a0689b73cc3958c0
</pre>
</div>
</content>
</entry>
<entry>
<title>Settings: persist backlight brightness setting</title>
<updated>2015-10-30T00:36:31+00:00</updated>
<author>
<name>Roman Birg</name>
<email>roman@cyngn.com</email>
</author>
<published>2015-04-28T00:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=86ec224cb4e5aef5a5b230bd4948ca8fb1d16b0d'/>
<id>86ec224cb4e5aef5a5b230bd4948ca8fb1d16b0d</id>
<content type='text'>
Save the user value locally every time it is modified so we can retreive
it reliably.

Change-Id: I0d4489c17809a7a53864ab553d97aed60a8f8e88
Signed-off-by: Roman Birg &lt;roman@cyngn.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Save the user value locally every time it is modified so we can retreive
it reliably.

Change-Id: I0d4489c17809a7a53864ab553d97aed60a8f8e88
Signed-off-by: Roman Birg &lt;roman@cyngn.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Forward port button/keyboard backlight options</title>
<updated>2015-10-30T00:36:27+00:00</updated>
<author>
<name>Danny Baumann</name>
<email>dannybaumann@web.de</email>
</author>
<published>2014-12-20T20:04:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant/packages_apps_Settings/commit/?id=6d0624b2b28ef9ed879e9a61c8946c25f1284094'/>
<id>6d0624b2b28ef9ed879e9a61c8946c25f1284094</id>
<content type='text'>
Change-Id: Ica02fad15392201b719144c4b911407d5b370cee
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ica02fad15392201b719144c4b911407d5b370cee
</pre>
</div>
</content>
</entry>
</feed>
