+2
−0
res/layout/dialog_light_settings.xml
0 → 100644
+109
−0
+71
−0
res/layout/pulse_time_item.xml
0 → 100644
+11
−0
+34
−1
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This commit adds the ability to configure the Notification light
color and pulse rate both for the default and a custom applications
list.
This work was done in collaboration with Marko Mihovilić (m1h4) who
wrote the initial implementation as a stand-alone application and
helped with the fixes below.
NOTE: Google Talk notifications originate from the "Google Services
Framework" so in order to override their settings you need to add
this package instead of the Google Talk package.
Patch set 2 - fixes the color returned from picker (remove alpha)
Patch set 3 - whitespace, formatting and minor code cleanup
Patch set 4 - fix derp in Notification light checkbox default
Patch set 5 - part 1 of the changes based on Danny's feedback
Patch set 6 - part 2 of the changes based on Danny's feedback
Patch set 7 - final tweaks to the layout, smaller icons etc.
Patch set 8 - adds the ability to test LED (thanks Marko)
- Use long click to get the test option
- most of Danny's suggested fixes
Patch set 9 - moves the test button to colorpicker
- fixes the app picker dialog to load smoothly
- minor string fixes to match google writing guidelines
Patch set 11 - switched to using a hashmap for string manipulation
- minor string and whitespace cleanup
Patch set 12 - Use textUtil.join (thanks Danesh)
- remove some orphaned code
- don't refresh whole list on preference change
Patch set 13 - Fix preference not updating when testing before saving
- Automatically dismiss test dialog after test
- remove some dead code
- some cleanup
- remove ^M from files
Patch set 14 - Fix preference update after test, take #2
Patch set 15 - Fix NPE on empty settings
- Sort application list by name
Patch set 16 - German translation
Patch set 17 - German translation update
Change-Id: I6837210367123bc02ea27a9b7b6b3cf80c738bf1