2013-11-02 00:16:14 +00:00
|
|
|
Categories:System
|
2012-09-17 12:00:05 +00:00
|
|
|
License:GPLv3
|
2014-01-31 01:41:47 +00:00
|
|
|
Web Site:https://code.google.com/p/currentwidget
|
|
|
|
Source Code:https://code.google.com/p/currentwidget/source
|
|
|
|
Issue Tracker:https://code.google.com/p/currentwidget/issues
|
|
|
|
Donate:https://code.google.com/p/currentwidget
|
2012-09-17 12:00:05 +00:00
|
|
|
|
2013-06-15 11:51:24 +00:00
|
|
|
Auto Name:
|
2012-09-17 12:00:05 +00:00
|
|
|
Summary:Battery current draw widget
|
|
|
|
Description:
|
2014-02-02 18:43:11 +00:00
|
|
|
Displays how much electric current the device is using from the battery or
|
|
|
|
receiving from the charger.
|
2013-06-12 10:59:28 +00:00
|
|
|
It can also notify you when the device is using too much battery.
|
2014-02-02 18:43:11 +00:00
|
|
|
Add widget to home screen after installation;
|
2013-06-12 10:59:28 +00:00
|
|
|
open settings & graph via launcher icon.
|
|
|
|
Touch the displayed value to switch views.
|
|
|
|
|
2014-02-02 18:43:11 +00:00
|
|
|
'''NOTE:''' The electric current reading doesn't work on all devices.
|
|
|
|
The reason is that the manufacturers (mostly Motorola and Samsung) don't support
|
2013-06-12 10:59:28 +00:00
|
|
|
this in the battery driver or in the hardware.
|
2012-09-17 12:00:05 +00:00
|
|
|
|
2013-06-12 10:59:28 +00:00
|
|
|
* Two widget designs (as two widgets in the widgets list) — Classic and Text.
|
|
|
|
* Notification — get real time alerts on high current values
|
|
|
|
* Transparent style with customization options
|
|
|
|
* Voltage & Battery level (%) display
|
|
|
|
* Log battery values (see this [http://nkhosla.com/battery script] for analysis)
|
|
|
|
* Set an arithmetic operation on the current value to adjust for different devices
|
|
|
|
* Plot current graph
|
|
|
|
|
2014-01-31 01:41:47 +00:00
|
|
|
[https://code.google.com/p/currentwidget/wiki/ChangeLog Changelog]
|
2013-06-12 10:59:28 +00:00
|
|
|
.
|
2012-09-17 12:00:05 +00:00
|
|
|
|
2013-06-12 10:59:28 +00:00
|
|
|
Repo Type:git-svn
|
2014-01-31 01:51:41 +00:00
|
|
|
Repo:https://currentwidget.googlecode.com/svn/trunk
|
2012-09-17 12:00:05 +00:00
|
|
|
|
2013-06-12 10:59:28 +00:00
|
|
|
Build Version:0.36b,31,236,subdir=CurrentWidget,update=.;../CurrentWidgetLibrary,\
|
|
|
|
srclibs=Color-Picker-2@45ee6554a1db,target=android-15,prebuild=\
|
|
|
|
printf "android.library.reference.1=../CurrentWidgetLibrary" >> project.properties && \
|
2013-06-13 10:45:52 +00:00
|
|
|
mkdir -p src/ && rm -rf ../CurrentWidgetLibrary/bin && \
|
2013-06-12 10:59:28 +00:00
|
|
|
mv res/drawable/icon.png ../CurrentWidgetLibrary/res/drawable/ && \
|
2013-06-13 10:45:52 +00:00
|
|
|
printf "android.library=true\nandroid.library.reference.1=$$Color-Picker-2$$" >> \
|
2013-06-12 10:59:28 +00:00
|
|
|
../CurrentWidgetLibrary/project.properties
|
|
|
|
Build Version:0.38a,36,276,subdir=CurrentWidget,update=.;../CurrentWidgetLibrary,\
|
|
|
|
srclibs=Color-Picker-2@45ee6554a1db,target=android-17,prebuild=\
|
|
|
|
printf "android.library.reference.1=../CurrentWidgetLibrary" >> project.properties && \
|
|
|
|
mkdir -p src/ && rm -rf ../CurrentWidgetLibrary/bin && \
|
|
|
|
mv res/drawable/icon.png ../CurrentWidgetLibrary/res/drawable/ && \
|
2013-06-13 10:45:52 +00:00
|
|
|
printf "android.library=true\nandroid.library.reference.1=$$Color-Picker-2$$" >> \
|
2013-06-12 10:59:28 +00:00
|
|
|
../CurrentWidgetLibrary/project.properties
|
2013-07-15 21:54:57 +00:00
|
|
|
Build Version:0.39,38,283,subdir=CurrentWidget,update=.;../CurrentWidgetLibrary,\
|
|
|
|
srclibs=Color-Picker-2@45ee6554a1db,target=android-17,prebuild=\
|
|
|
|
printf "android.library.reference.1=../CurrentWidgetLibrary" >> project.properties && \
|
|
|
|
mkdir -p src/ && rm -rf ../CurrentWidgetLibrary/bin && \
|
|
|
|
mv res/drawable/icon.png ../CurrentWidgetLibrary/res/drawable/ && \
|
|
|
|
printf "android.library=true\nandroid.library.reference.1=$$Color-Picker-2$$" >> \
|
|
|
|
../CurrentWidgetLibrary/project.properties
|
2013-10-26 09:51:51 +00:00
|
|
|
Build Version:0.39a,39,290,disable=Proprietary dependencies just so you can 'rate' the widget!?
|
2013-03-24 08:13:19 +00:00
|
|
|
|
2013-06-12 10:59:28 +00:00
|
|
|
Auto Update Mode:None
|
|
|
|
Update Check Mode:RepoManifest
|
2013-09-28 02:46:31 +00:00
|
|
|
Current Version:0.39a
|
|
|
|
Current Version Code:39
|
2012-09-17 12:00:05 +00:00
|
|
|
|