From cb9f703f029027063812e369e1fe3be62d295947 Mon Sep 17 00:00:00 2001 From: David Black Date: Wed, 12 Jun 2013 11:59:28 +0100 Subject: [PATCH] activate com.manor.currentwidget --- metadata/apps.droidnotify.txt | 1 + metadata/com.manor.currentwidget.txt | 54 +++++++++++++++++++++------- metadata/com.write.Quill.txt | 1 + srclibs/Color-Picker-2.txt | 6 ++++ srclibs/Color-Picker.txt | 1 + 5 files changed, 51 insertions(+), 12 deletions(-) create mode 100644 srclibs/Color-Picker-2.txt diff --git a/metadata/apps.droidnotify.txt b/metadata/apps.droidnotify.txt index 477a7c190d..478bf11737 100644 --- a/metadata/apps.droidnotify.txt +++ b/metadata/apps.droidnotify.txt @@ -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 diff --git a/metadata/com.manor.currentwidget.txt b/metadata/com.manor.currentwidget.txt index a39fc9ea2e..7695ad5748 100644 --- a/metadata/com.manor.currentwidget.txt +++ b/metadata/com.manor.currentwidget.txt @@ -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 diff --git a/metadata/com.write.Quill.txt b/metadata/com.write.Quill.txt index 14418f1cff..25b5adc3c0 100644 --- a/metadata/com.write.Quill.txt +++ b/metadata/com.write.Quill.txt @@ -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 diff --git a/srclibs/Color-Picker-2.txt b/srclibs/Color-Picker-2.txt new file mode 100644 index 0000000000..076a2aaaab --- /dev/null +++ b/srclibs/Color-Picker-2.txt @@ -0,0 +1,6 @@ +Repo Type:git +Repo:http://code.google.com/p/yuku-android-util + +Subdir:AmbilWarna +Update Project:Yes + diff --git a/srclibs/Color-Picker.txt b/srclibs/Color-Picker.txt index 4a17e884ca..183a279fa2 100644 --- a/srclibs/Color-Picker.txt +++ b/srclibs/Color-Picker.txt @@ -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