Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 2.31 KB

README.md

File metadata and controls

57 lines (41 loc) · 2.31 KB

Screen Filter

Description

Screen Filter is a Xposed module that put a transparent view on top of the window manager in order to darken the whole screen.

Once activated, the mod adds a toolbox below the header of your expanded status bar where you can easily switch ON or OFF the filter and set its transparency using the seek bar (only if the filter is active). A settings activity is also available to control the filter and other settings (such as tuning or hiding the toolbox).

Screen Filter is mostly designed to lower you screen's luminosity and allow you to use your device in the dark without killing your eyes, but you can also use it as a screen privacy guard! Also, on AMOLED screens, reducing the luminosity improves your battery's lifetime!

Compatibility

Screen Filter has been tested with Android 4.0.3 to 4.4.4 (ICS, JB, KK). It should work well on any AOSP based ROM, but may also work on some stock ROM.

Come on the XDA support thread for more information!

Installation

  1. You need the Xposed framework installed and working
  2. Find and install Screen Filter in the Download tab of Xposed Installer
  3. Enable Screen Filter in Xposed Installer's Modules tab
  4. Reboot your device

Translations

Current:

  1. Chinese Simplified (zh) & Traditional (zh-rTW)
  2. Dutch (nl)
  3. French (fr)
  4. German (de)
  5. Italian (it)
  6. Japanese (ja)
  7. Russian (ru)
  8. Slovak (sk)
  9. Spanish (es)
  10. Turkish (tr)

You are welcome if you want to add a new translation or update an existing one.

  • First, get the english strings from strings.xml and translate them
  • Put the translated strings in res/values-xx/strings.xml (replace 'xx' with your locale code, create the folder if it does not exist)
  • Create a pull request with your changes

Source code

The entire source tree of Screen Filter will soon be available. But before, I need to clean it out a bit and pick a suitable license...