fdroiddata/metadata/com.manor.currentwidget.txt

95 lines
4 KiB
Plaintext
Raw Normal View History

2015-08-30 01:23:31 +00:00
Categories:Theming
2012-09-17 12:00:05 +00:00
License:GPLv3
Web Site:https://code.google.com/p/currentwidget
Source Code:https://code.google.com/p/currentwidget/source
Issue Tracker:
Changelog:https://code.google.com/p/currentwidget/wiki/ChangeLog
Donate:https://code.google.com/p/currentwidget
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
2015-09-12 05:52:14 +00:00
receiving from the charger. It can also notify you when the device is using too
much battery. Add widget to home screen after installation; open settings &
graph via launcher icon. Touch the displayed value to switch views.
2013-06-12 10:59:28 +00:00
2015-09-12 05:52:14 +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 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
.
2012-09-17 12:00:05 +00:00
2013-06-12 10:59:28 +00:00
Repo Type:git-svn
Repo:https://currentwidget.googlecode.com/svn/trunk
2012-09-17 12:00:05 +00:00
Build:0.36b,31
commit=236
subdir=CurrentWidget
srclibs=Color-Picker-2@45ee6554a1db
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
update=.,../CurrentWidgetLibrary
target=android-15
Build:0.38a,36
commit=276
subdir=CurrentWidget
srclibs=Color-Picker-2@45ee6554a1db
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
update=.,../CurrentWidgetLibrary
target=android-17
Build:0.39,38
commit=283
subdir=CurrentWidget
srclibs=Color-Picker-2@45ee6554a1db
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
update=.,../CurrentWidgetLibrary
target=android-17
Build:0.39a,39
disable=Proprietary dependencies just so you can 'rate' the widget!?
commit=290
2015-03-11 12:09:57 +00:00
Build:0.4a,46
commit=310
subdir=CurrentWidget
2015-08-30 01:23:31 +00:00
patch=rm_one_plus.patch
2015-03-11 12:09:57 +00:00
srclibs=AChartEngine@r534,DashClock@d043bbca9ca7,Color-Picker-2@61a1f01e404b
rm=CurrentWidgetLibrary/libs/*,CurrentWidgetLibrary/src/com/manor/currentwidget/library/PlusOnePreference.java
2015-08-30 01:23:31 +00:00
extlibs=android/android-support-v4.jar
2015-03-11 12:09:57 +00:00
prebuild=mv libs/android-support-v4.jar ../CurrentWidgetLibrary/libs/ && \
printf "android.library=true\ntarget=19\nandroid.library.reference.1=$$Color-Picker-2$$" > ../CurrentWidgetLibrary/project.properties && \
2015-08-30 01:23:31 +00:00
cp -R $$DashClock$$/api/src/main/java/* ../CurrentWidgetLibrary/src/ && \
cp -R $$DashClock$$/api/src/main/aidl/* ../CurrentWidgetLibrary/src/ && \
mkdir -p src/
2015-03-11 12:09:57 +00:00
update=.,../CurrentWidgetLibrary
2015-08-30 01:23:31 +00:00
target=android-19
build=pushd $$AChartEngine$$ && \
$$MVN3$$ package && \
popd && \
2015-03-11 12:09:57 +00:00
cp $$AChartEngine$$/target/achartengine-1.1.0.jar ../CurrentWidgetLibrary/libs
2013-06-12 10:59:28 +00:00
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:0.4a
Current Version Code:46