CpuTemp in Statusbar
This little module allows you to show the CPU temperature in the statusbar.
Features:
- show temperature left or right (default is left)
- set update interval (default is 1000ms=1s)
- update interval will be stopped when screen is turned off to safe battery
- color mode: auto(like clock), temperature-based or manual
- measurement units: Celsius and Fahrenheit
If something doesn't work on your device just create a issue on github or ask for help in the forums.
- fix temperature coloring
- add support for older devices (back to 4.0)
- follow alpha changes on kitkat
- add french translation(thx Micks29)
- support for tablets
- fixed ClassCastException
- fix NullPointerException in SettingsApp
- fix crash if previous version was installed
- add option to enable temperature related color
- add option to hide unit
- new setting: switch between celsius and fahrenheit
- new setting: configure text color
- keep track of clock color changes
- support Note 2 in auto mode
- remove debug features because new xposed features make them useless
- fix crashes(4.4 compatibility, hopefully more)
- manual mode for selecting temperature source(xposed users: allow shell access)
- allow setting divider for temperature
- add debug menu
you can find the log in /sdcard/cpufreq_statusbar.log but it will be cleared on every start.
- add support for some qcom chipsets
- cancel alarm when view is detached from window
- use default color
- allow absolute-left as position
- check frequency file only on start
- added support for much more devices
- remove logcat spam
first version