activate com.manor.currentwidget

This commit is contained in:
David Black 2013-06-12 11:59:28 +01:00
parent 89611d42b4
commit cb9f703f02
5 changed files with 51 additions and 12 deletions

View file

@ -53,6 +53,7 @@ Build Version:3.29.2,67,1109,encoding=utf-8,srclibs=FacebookSDK@c58af0b;Color-Pi
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && \
sed -i 's@\(android.library.reference.2=\).*@\1$$Color-Picker$$@' project.properties,target=android-17
# Use Color-Picker-2 next time
Auto Update Mode:None
Update Check Mode:Market
Current Version:4.0.5

View file

@ -1,25 +1,55 @@
Category:System
License:GPLv3
Web Site:http://code.google.com/p/currentwidget/
Source Code:http://code.google.com/p/currentwidget/source/checkout
Source Code:http://code.google.com/p/currentwidget/source/list
Issue Tracker:http://code.google.com/p/currentwidget/issues/list
Donate:http://code.google.com/p/currentwidget/
Auto Name:@string/app_name
Summary:Battery current draw widget
Description:
Displays how much electric current the device is using from the battery or
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.
'''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.
* 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
[http://code.google.com/p/currentwidget/wiki/ChangeLog Changelog]
.
Repo Type:svn
Repo:http://currentwidget.googlecode.com/svn/trunk/
Repo Type:git-svn
Repo:http://currentwidget.googlecode.com/svn/trunk
Build Version:0.36b,31,!top-level exception 236,subdir=CurrentWidget,update=.;../CurrentWidgetLibrary,\
srclibs=Color-Picker@5d697049fb,target=android-15,\
prebuild=echo "android.library.reference.1=../CurrentWidgetLibrary" >> project.properties && \
rm -rf ../CurrentWidgetLibrary/bin && mv res/drawable/icon.png ../CurrentWidgetLibrary/res/drawable/ && \
echo "android.library.reference.1=$$Color-Picker$$" >> ../CurrentWidgetLibrary/project.properties
Update Check Mode:Static
Current Version:0.36b
Current Version Code:31
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 && \
rm -rf ../CurrentWidgetLibrary/bin && \
mv res/drawable/icon.png ../CurrentWidgetLibrary/res/drawable/ && \
printf "android.library=true\nandroid.library.reference.1=$$Color-Picker$$" >> \
../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/ && \
printf "android.library=true\nandroid.library.reference.1=$$Color-Picker$$" >> \
../CurrentWidgetLibrary/project.properties
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:0.38a
Current Version Code:36

View file

@ -46,6 +46,7 @@ srclibs=Color-Picker@5d697049fb;File-Picker@496178901f2b,prebuild=\
sed -i 's@\(android.library.reference.1=\).*@\1$$Color-Picker$$@' project.properties && \
sed -i 's@\(android.library.reference.2=\).*@\1$$File-Picker$$@' project.properties && rm -rf libs/*
# Use Color-Picker-2 next time
Auto Update Mode:None
Update Check Mode:Market
Current Version:10.6

View file

@ -0,0 +1,6 @@
Repo Type:git
Repo:http://code.google.com/p/yuku-android-util
Subdir:AmbilWarna
Update Project:Yes

View file

@ -1,3 +1,4 @@
# Don't use any more: use Color-Picker-2
Repo Type:git
Repo:https://github.com/brk3/android-color-picker.git