activate com.manor.currentwidget
This commit is contained in:
parent
89611d42b4
commit
cb9f703f02
|
@ -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 && \
|
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
|
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
|
Auto Update Mode:None
|
||||||
Update Check Mode:Market
|
Update Check Mode:Market
|
||||||
Current Version:4.0.5
|
Current Version:4.0.5
|
||||||
|
|
|
@ -1,25 +1,55 @@
|
||||||
Category:System
|
Category:System
|
||||||
License:GPLv3
|
License:GPLv3
|
||||||
Web Site:http://code.google.com/p/currentwidget/
|
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
|
Issue Tracker:http://code.google.com/p/currentwidget/issues/list
|
||||||
Donate:http://code.google.com/p/currentwidget/
|
Donate:http://code.google.com/p/currentwidget/
|
||||||
|
|
||||||
|
Auto Name:@string/app_name
|
||||||
Summary:Battery current draw widget
|
Summary:Battery current draw widget
|
||||||
Description:
|
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 Type:git-svn
|
||||||
Repo:http://currentwidget.googlecode.com/svn/trunk/
|
Repo:http://currentwidget.googlecode.com/svn/trunk
|
||||||
|
|
||||||
Build Version:0.36b,31,!top-level exception 236,subdir=CurrentWidget,update=.;../CurrentWidgetLibrary,\
|
Build Version:0.36b,31,236,subdir=CurrentWidget,update=.;../CurrentWidgetLibrary,\
|
||||||
srclibs=Color-Picker@5d697049fb,target=android-15,\
|
srclibs=Color-Picker-2@45ee6554a1db,target=android-15,prebuild=\
|
||||||
prebuild=echo "android.library.reference.1=../CurrentWidgetLibrary" >> project.properties && \
|
printf "android.library.reference.1=../CurrentWidgetLibrary" >> project.properties && \
|
||||||
rm -rf ../CurrentWidgetLibrary/bin && mv res/drawable/icon.png ../CurrentWidgetLibrary/res/drawable/ && \
|
rm -rf ../CurrentWidgetLibrary/bin && \
|
||||||
echo "android.library.reference.1=$$Color-Picker$$" >> ../CurrentWidgetLibrary/project.properties
|
mv res/drawable/icon.png ../CurrentWidgetLibrary/res/drawable/ && \
|
||||||
|
printf "android.library=true\nandroid.library.reference.1=$$Color-Picker$$" >> \
|
||||||
Update Check Mode:Static
|
../CurrentWidgetLibrary/project.properties
|
||||||
Current Version:0.36b
|
Build Version:0.38a,36,276,subdir=CurrentWidget,update=.;../CurrentWidgetLibrary,\
|
||||||
Current Version Code:31
|
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
|
||||||
|
|
||||||
|
|
|
@ -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.1=\).*@\1$$Color-Picker$$@' project.properties && \
|
||||||
sed -i 's@\(android.library.reference.2=\).*@\1$$File-Picker$$@' project.properties && rm -rf libs/*
|
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
|
Auto Update Mode:None
|
||||||
Update Check Mode:Market
|
Update Check Mode:Market
|
||||||
Current Version:10.6
|
Current Version:10.6
|
||||||
|
|
6
srclibs/Color-Picker-2.txt
Normal file
6
srclibs/Color-Picker-2.txt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
Repo Type:git
|
||||||
|
Repo:http://code.google.com/p/yuku-android-util
|
||||||
|
|
||||||
|
Subdir:AmbilWarna
|
||||||
|
Update Project:Yes
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# Don't use any more: use Color-Picker-2
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/brk3/android-color-picker.git
|
Repo:https://github.com/brk3/android-color-picker.git
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue