From f11c21685d2888c2e9163238c51628ab3d619ede Mon Sep 17 00:00:00 2001 From: David Black Date: Thu, 30 Aug 2012 15:56:34 +0100 Subject: [PATCH 01/16] new app boarder --- metadata/fi.mikuz.boarder.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 metadata/fi.mikuz.boarder.txt diff --git a/metadata/fi.mikuz.boarder.txt b/metadata/fi.mikuz.boarder.txt new file mode 100644 index 0000000000..de64a594d1 --- /dev/null +++ b/metadata/fi.mikuz.boarder.txt @@ -0,0 +1,22 @@ +Category:Multimedia +License:Apache2 +Web Site:https://github.com/Mikuz/Boarder +Source Code:https://github.com/Mikuz/Boarder +Issue Tracker:https://github.com/Mikuz/Boarder/issues + +Summary:Create and share soundboards +Description: +This is still beta. Internet features are not fully tested and documentation is not good. Minor known bugs included. + +Boarder is a media application for centralized and extensive control of soundboards. It’s also a tool application for easily building and sharing rich soundboards. Dropbox support will not work, due to the fact that api keys are not distributable in the source. +. + +Repo Type:git +Repo:https://github.com/Mikuz/Boarder.git + +Build Version:0.13,7,ebd8e563b6dc79512c16fa996a2 + +Update Check Mode:RepoManifest +Current Version:0.13 +Current Version Code:7 + From 3bb7b0e064fa901ef1728d835b37f0b322208bc0 Mon Sep 17 00:00:00 2001 From: David Black Date: Thu, 30 Aug 2012 18:05:27 +0100 Subject: [PATCH 02/16] new app , findmyphone --- metadata/se.erikofsweden.findmyphone.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 metadata/se.erikofsweden.findmyphone.txt diff --git a/metadata/se.erikofsweden.findmyphone.txt b/metadata/se.erikofsweden.findmyphone.txt new file mode 100644 index 0000000000..f6968e16ed --- /dev/null +++ b/metadata/se.erikofsweden.findmyphone.txt @@ -0,0 +1,20 @@ +Category:System +License:GPLv2 +Web Site:http://erikofsweden.blogspot.com/p/findmyphone.html +Source Code:http://sourceforge.net/scm/?type=svn&group_id=335164 +Issue Tracker: + +Summary:Helps you find a mislaid phone +Description: +If you lose your phone (in an exposed area) having this app installed can help you find it. Upon receipt of an SMS or email, FindMyPhone enables GPS and communicates the location back to the owner. Currently supports activating by sending a secret message via SMS or an email to K9mail. The resulting location is sent via SMS. +. + +Repo Type:git-svn +Repo:https://findmyphone.svn.sourceforge.net/svnroot/findmyphone/trunk + +Build Version:1.21B,10,33,prebuild=mv lib libs + +Update Check Mode:Market +Current Version:1.21B +Current Version Code:10 + From c28bb7d151e294781a8080f485e1da1565259f15 Mon Sep 17 00:00:00 2001 From: David Black Date: Thu, 30 Aug 2012 20:22:29 +0100 Subject: [PATCH 03/16] new app copter-gcs --- metadata/com.bvcode.ncopter.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 metadata/com.bvcode.ncopter.txt diff --git a/metadata/com.bvcode.ncopter.txt b/metadata/com.bvcode.ncopter.txt new file mode 100644 index 0000000000..31d5ad03a8 --- /dev/null +++ b/metadata/com.bvcode.ncopter.txt @@ -0,0 +1,23 @@ +AntiFeatures:NonFreeDep +Category:Games +License:GPLv3 +Web Site:http://code.google.com/p/copter-gcs +Source Code:http://code.google.com/p/copter-gcs/source/checkout +Issue Tracker:http://code.google.com/p/copter-gcs/issues/list + +Summary:GCS for ArduCopter/ArduPirate +Description: +Provides a GCS for the ArduCopter/ArduPirate family of copters. Status readouts, GPS tracking/logging, +PID tuning, calibration (Transmitter and sensors) and sensor readouts. Very useful for tuning in the field. +Note that a Bluetooth to APM link is required. Visit the website for details. +. + +Repo Type:git +Repo:https://code.google.com/p/copter-gcs/ + +Build Version:Copter-GCS,9,4ab9b7a66d8d,subdir=copter-gcs,buildjni=.;jMAVLink,prebuild=wget http://copter-gcs.googlecode.com/files/jMAVLink.zip && unzip jMAVLink.zip && rm -rf release + +Update Check Mode:Market +Current Version:Copter-GCS +Current Version Code:10 + From 8f7eb5924071b22380c82b7ad6e4229291316c5f Mon Sep 17 00:00:00 2001 From: David Black Date: Thu, 30 Aug 2012 21:15:15 +0100 Subject: [PATCH 04/16] fix copter-gcs --- metadata/com.bvcode.ncopter.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/metadata/com.bvcode.ncopter.txt b/metadata/com.bvcode.ncopter.txt index 31d5ad03a8..aeda85b023 100644 --- a/metadata/com.bvcode.ncopter.txt +++ b/metadata/com.bvcode.ncopter.txt @@ -15,7 +15,10 @@ Note that a Bluetooth to APM link is required. Visit the website for details. Repo Type:git Repo:https://code.google.com/p/copter-gcs/ -Build Version:Copter-GCS,9,4ab9b7a66d8d,subdir=copter-gcs,buildjni=.;jMAVLink,prebuild=wget http://copter-gcs.googlecode.com/files/jMAVLink.zip && unzip jMAVLink.zip && rm -rf release +#Didn't know how to 'postbuild' so I created a symbolic link +#Build Version:Copter-GCS,9,4ab9b7a66d8d,subdir=copter-gcs,buildjni=.;jMAVLink,\ +prebuild=rm -f libs/armeabi/* && wget http://copter-gcs.googlecode.com/files/jMAVLink.zip &&\ +unzip jMAVLink.zip && rm -rf release && rm -f jMAVLink.zip && ln -s jMAVLink/libs/armeabi/jMAVLink.so libs/armeabi/jMAVLink.so Update Check Mode:Market Current Version:Copter-GCS From b0438f184365367df40edd2370eef64c44c27ee9 Mon Sep 17 00:00:00 2001 From: David Black Date: Fri, 31 Aug 2012 10:53:01 +0100 Subject: [PATCH 05/16] fix copter --- metadata/com.bvcode.ncopter.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/metadata/com.bvcode.ncopter.txt b/metadata/com.bvcode.ncopter.txt index aeda85b023..ae4ac2ac29 100644 --- a/metadata/com.bvcode.ncopter.txt +++ b/metadata/com.bvcode.ncopter.txt @@ -16,9 +16,10 @@ Repo Type:git Repo:https://code.google.com/p/copter-gcs/ #Didn't know how to 'postbuild' so I created a symbolic link -#Build Version:Copter-GCS,9,4ab9b7a66d8d,subdir=copter-gcs,buildjni=.;jMAVLink,\ -prebuild=rm -f libs/armeabi/* && wget http://copter-gcs.googlecode.com/files/jMAVLink.zip &&\ -unzip jMAVLink.zip && rm -rf release && rm -f jMAVLink.zip && ln -s jMAVLink/libs/armeabi/jMAVLink.so libs/armeabi/jMAVLink.so +Build Version:Copter-GCS,9,4ab9b7a66d8d,subdir=copter-gcs,buildjni=.;jMAVLink,\ +prebuild=rm -f libs/armeabi/* && wget http://copter-gcs.googlecode.com/files/jMAVLink.zip && \ +unzip jMAVLink.zip && rm -rf release && rm -f jMAVLink.zip && \ +ln -s jMAVLink/libs/armeabi/jMAVLink.so libs/armeabi/jMAVLink.so Update Check Mode:Market Current Version:Copter-GCS From 8b18ed806cf78eaf0c79fa7bdd6bddb3276836f0 Mon Sep 17 00:00:00 2001 From: David Black Date: Fri, 31 Aug 2012 11:38:01 +0100 Subject: [PATCH 06/16] new app black skin for weather --- ...id.weather.notification.skin.blacktext.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 metadata/ru.gelin.android.weather.notification.skin.blacktext.txt diff --git a/metadata/ru.gelin.android.weather.notification.skin.blacktext.txt b/metadata/ru.gelin.android.weather.notification.skin.blacktext.txt new file mode 100644 index 0000000000..4e969c78d9 --- /dev/null +++ b/metadata/ru.gelin.android.weather.notification.skin.blacktext.txt @@ -0,0 +1,19 @@ +Category:Internet +License:GPLv2/CCBYSA3 +Web Site:https://code.google.com/p/weather-notification-android/ +Source Code:https://code.google.com/p/weather-notification-android/source/browse/ +Issue Tracker:https://code.google.com/p/weather-notification-android/issues/list + +Summary:Black skin for Weather Notification +Description: +. + +Repo Type:hg +Repo:https://code.google.com/p/weather-notification-android/ + +Build Version:0.3-beta1,9,3f217543fbcf,subdir=skins/black-text,update=.;../../libs/libpreference;../../libs/libweather;../../libs/libweatherskin,target=android-15 + +Update Check Mode:Market +Current Version:0.3-beta1 +Current Version Code:9 + From 5d1734c3394fb3e4265a1293b71c04c8784dfea7 Mon Sep 17 00:00:00 2001 From: David Black Date: Fri, 31 Aug 2012 11:39:47 +0100 Subject: [PATCH 07/16] New app white skin for weather --- ...id.weather.notification.skin.whitetext.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 metadata/ru.gelin.android.weather.notification.skin.whitetext.txt diff --git a/metadata/ru.gelin.android.weather.notification.skin.whitetext.txt b/metadata/ru.gelin.android.weather.notification.skin.whitetext.txt new file mode 100644 index 0000000000..899d09c770 --- /dev/null +++ b/metadata/ru.gelin.android.weather.notification.skin.whitetext.txt @@ -0,0 +1,19 @@ +Category:Internet +License:GPLv2/CCBYSA3 +Web Site:https://code.google.com/p/weather-notification-android/ +Source Code:https://code.google.com/p/weather-notification-android/source/browse/ +Issue Tracker:https://code.google.com/p/weather-notification-android/issues/list + +Summary:White skin for Weather Notification +Description: +. + +Repo Type:hg +Repo:https://code.google.com/p/weather-notification-android/ + +Build Version:0.3-beta1,9,3f217543fbcf,subdir=skins/white-text,update=.;../../libs/libpreference;../../libs/libweather;../../libs/libweatherskin,target=android-15 + +Update Check Mode:Market +Current Version:0.3-beta1 +Current Version Code:9 + From b3f6c89b5a4fb86f47eea14be822ec2a94902f8a Mon Sep 17 00:00:00 2001 From: David Black Date: Fri, 31 Aug 2012 11:43:27 +0100 Subject: [PATCH 08/16] new build and change desc. for weather notification --- metadata/ru.gelin.android.weather.notification.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/metadata/ru.gelin.android.weather.notification.txt b/metadata/ru.gelin.android.weather.notification.txt index 0ac87ec8c1..fd53120d72 100644 --- a/metadata/ru.gelin.android.weather.notification.txt +++ b/metadata/ru.gelin.android.weather.notification.txt @@ -1,5 +1,5 @@ Category:Internet -License:GPLv2 +License:GPLv2/CCBYSA3 Web Site:https://code.google.com/p/weather-notification-android/ Source Code:https://code.google.com/p/weather-notification-android/source/browse/ Issue Tracker:https://code.google.com/p/weather-notification-android/issues/list @@ -9,14 +9,16 @@ Description: Simple application which displays the air temperature and other weather conditions in the notification bar. The air temperature is always visible like a system clock. +This app now uses the openweathermap API . Repo Type:hg Repo:https://code.google.com/p/weather-notification-android/ Build Version:0.2-beta2,23,253d9dc3022a,target=android-4 +Build Version:0.3-beta1,26,5c5bafecb2cc,target=android-15 Update Check Mode:Market -Current Version:0.2-beta2 -Current Version Code:23 +Current Version:0.3-beta1 +Current Version Code:26 From 583236e33cccf411380d052474a42710606c34e3 Mon Sep 17 00:00:00 2001 From: David Black Date: Fri, 31 Aug 2012 11:45:01 +0100 Subject: [PATCH 09/16] fixed commit for weather skins --- .../ru.gelin.android.weather.notification.skin.blacktext.txt | 2 +- .../ru.gelin.android.weather.notification.skin.whitetext.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/ru.gelin.android.weather.notification.skin.blacktext.txt b/metadata/ru.gelin.android.weather.notification.skin.blacktext.txt index 4e969c78d9..e41846cf1a 100644 --- a/metadata/ru.gelin.android.weather.notification.skin.blacktext.txt +++ b/metadata/ru.gelin.android.weather.notification.skin.blacktext.txt @@ -11,7 +11,7 @@ Description: Repo Type:hg Repo:https://code.google.com/p/weather-notification-android/ -Build Version:0.3-beta1,9,3f217543fbcf,subdir=skins/black-text,update=.;../../libs/libpreference;../../libs/libweather;../../libs/libweatherskin,target=android-15 +Build Version:0.3-beta1,9,a717e37fca61,subdir=skins/black-text,update=.;../../libs/libpreference;../../libs/libweather;../../libs/libweatherskin,target=android-15 Update Check Mode:Market Current Version:0.3-beta1 diff --git a/metadata/ru.gelin.android.weather.notification.skin.whitetext.txt b/metadata/ru.gelin.android.weather.notification.skin.whitetext.txt index 899d09c770..9fe3f970cd 100644 --- a/metadata/ru.gelin.android.weather.notification.skin.whitetext.txt +++ b/metadata/ru.gelin.android.weather.notification.skin.whitetext.txt @@ -11,7 +11,7 @@ Description: Repo Type:hg Repo:https://code.google.com/p/weather-notification-android/ -Build Version:0.3-beta1,9,3f217543fbcf,subdir=skins/white-text,update=.;../../libs/libpreference;../../libs/libweather;../../libs/libweatherskin,target=android-15 +Build Version:0.3-beta1,9,a717e37fca61,subdir=skins/white-text,update=.;../../libs/libpreference;../../libs/libweather;../../libs/libweatherskin,target=android-15 Update Check Mode:Market Current Version:0.3-beta1 From 72a0c698f80c2caaa392b166548394bead183e05 Mon Sep 17 00:00:00 2001 From: David Black Date: Fri, 31 Aug 2012 11:55:27 +0100 Subject: [PATCH 10/16] fix weather notification build --- metadata/ru.gelin.android.weather.notification.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/ru.gelin.android.weather.notification.txt b/metadata/ru.gelin.android.weather.notification.txt index fd53120d72..feac7f6455 100644 --- a/metadata/ru.gelin.android.weather.notification.txt +++ b/metadata/ru.gelin.android.weather.notification.txt @@ -16,7 +16,7 @@ Repo Type:hg Repo:https://code.google.com/p/weather-notification-android/ Build Version:0.2-beta2,23,253d9dc3022a,target=android-4 -Build Version:0.3-beta1,26,5c5bafecb2cc,target=android-15 +Build Version:0.3-beta1,26,5c5bafecb2cc,update=.;libs/libpreference;libs/libweather;libs/libweatherskin,target=android-15 Update Check Mode:Market Current Version:0.3-beta1 From 39192a9e3ea3d8e45360250df03c1eb613783000 Mon Sep 17 00:00:00 2001 From: David Black Date: Fri, 31 Aug 2012 12:01:41 +0100 Subject: [PATCH 11/16] fix file explorer url --- metadata/net.micode.fileexplorer.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/metadata/net.micode.fileexplorer.txt b/metadata/net.micode.fileexplorer.txt index f7e4a18495..ee20daaf66 100644 --- a/metadata/net.micode.fileexplorer.txt +++ b/metadata/net.micode.fileexplorer.txt @@ -1,12 +1,14 @@ Category:System License:AGPL -Web Site:https://micode.net +Web Site:http://micode.net Source Code:https://github.com/MiCode/FileExplorer Issue Tracker:https://github.com/MiCode/FileExplorer/issues Summary:File Manager Description: Manage and open files on the phone or access them wirelessly on your computer via the built in ftp server. This project is part of the MiCode organization on GitHub. + +N.B. Website is in Chinese . Repo Type:git From ee6209ebeee35487af5857ffd522d9eaa9feca37 Mon Sep 17 00:00:00 2001 From: David Black Date: Fri, 31 Aug 2012 12:03:04 +0100 Subject: [PATCH 12/16] fix rpcoiner typo --- metadata/de.kromonos.android.rpcoiner.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/de.kromonos.android.rpcoiner.txt b/metadata/de.kromonos.android.rpcoiner.txt index 074dd658e8..5a07a9da00 100644 --- a/metadata/de.kromonos.android.rpcoiner.txt +++ b/metadata/de.kromonos.android.rpcoiner.txt @@ -4,7 +4,7 @@ Web Site:http://kromonos.net/ Source Code:https://gitorious.org/rpcoiner/rpcoiner Issue Tracker:https://bugs.bka.li/describecomponents.cgi?product=RPCoiner -Summary:BiCoind API client +Summary:BitCoind API client Description: Gets transaction and balance. Alpha. German only . From 565816b921528aad62bc0849768ba831d0bae6d5 Mon Sep 17 00:00:00 2001 From: David Black Date: Fri, 31 Aug 2012 12:40:39 +0100 Subject: [PATCH 13/16] Tinker with findmyphone description --- metadata/se.erikofsweden.findmyphone.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/se.erikofsweden.findmyphone.txt b/metadata/se.erikofsweden.findmyphone.txt index f6968e16ed..5f64527633 100644 --- a/metadata/se.erikofsweden.findmyphone.txt +++ b/metadata/se.erikofsweden.findmyphone.txt @@ -6,7 +6,7 @@ Issue Tracker: Summary:Helps you find a mislaid phone Description: -If you lose your phone (in an exposed area) having this app installed can help you find it. Upon receipt of an SMS or email, FindMyPhone enables GPS and communicates the location back to the owner. Currently supports activating by sending a secret message via SMS or an email to K9mail. The resulting location is sent via SMS. +If you lose your phone having this app installed can help you find it. Upon receipt of an SMS or email, FindMyPhone gets your location and communicates the location back to the owner. Note that GPS my need be enabled and the phone within view of the sky for an accurate location to be obtained. The app will fall back to using Google's network location api, but we recommend you disable that nonfree software anyway. Currently supports activating by sending a secret message via SMS or an email to K9mail. The resulting location is sent via SMS. . Repo Type:git-svn From 11390a3628b90395ff81efbff126672651b90b18 Mon Sep 17 00:00:00 2001 From: David Black Date: Fri, 31 Aug 2012 13:07:59 +0100 Subject: [PATCH 14/16] disable copter gcs build --- metadata/com.bvcode.ncopter.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/metadata/com.bvcode.ncopter.txt b/metadata/com.bvcode.ncopter.txt index ae4ac2ac29..6476bef972 100644 --- a/metadata/com.bvcode.ncopter.txt +++ b/metadata/com.bvcode.ncopter.txt @@ -15,11 +15,12 @@ Note that a Bluetooth to APM link is required. Visit the website for details. Repo Type:git Repo:https://code.google.com/p/copter-gcs/ -#Didn't know how to 'postbuild' so I created a symbolic link -Build Version:Copter-GCS,9,4ab9b7a66d8d,subdir=copter-gcs,buildjni=.;jMAVLink,\ -prebuild=rm -f libs/armeabi/* && wget http://copter-gcs.googlecode.com/files/jMAVLink.zip && \ -unzip jMAVLink.zip && rm -rf release && rm -f jMAVLink.zip && \ -ln -s jMAVLink/libs/armeabi/jMAVLink.so libs/armeabi/jMAVLink.so + +#Error running the first ndk build in ./jni +#Build Version:Copter-GCS,9,4ab9b7a66d8d,subdir=copter-gcs,buildjni=no,\ +#prebuild=wget http://copter-gcs.googlecode.com/files/jMAVLink.zip && unzip jMAVLink.zip && \ +#rm -f jMAVLink.zip && rm -rf release && ndk-build && ndk-build -C jMAVLink && \ +#cp jMAVLink/libs/armeabi/jMAVLink.so libs/armeabi/ && rm -rf jMAVLink Update Check Mode:Market Current Version:Copter-GCS From 526f780ef523f06e3722afec8125a77fb34ab8d6 Mon Sep 17 00:00:00 2001 From: David Black Date: Fri, 31 Aug 2012 13:24:26 +0100 Subject: [PATCH 15/16] Elaborate Twidere description --- metadata/org.mariotaku.twidere.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/metadata/org.mariotaku.twidere.txt b/metadata/org.mariotaku.twidere.txt index b188408b8c..af09d9501f 100644 --- a/metadata/org.mariotaku.twidere.txt +++ b/metadata/org.mariotaku.twidere.txt @@ -5,9 +5,12 @@ Source Code:https://github.com/mariotaku/twidere/ Issue Tracker:https://github.com/mariotaku/twidere/issues Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mariotaku.lee%40gmail%2ecom&item_name=Donate%20to%20Twidere -Summary:Twidere for Twitter & Identi.ca. +Summary:Twitter & Identi.ca client Description: -Twitter and Identi.ca client, with many powerful features. +Twitter and Identi.ca client, with many powerful features. Only basic authentication works for +Statusnet/Identi.ca. Set an appropriate REST API url, which is https://identi.ca/api in the case of Identi.ca. + The search api for the latter isn't confirmed to be working, so let us know if it does for you! + For general info about the StatusNet see http://status.net/wiki/Twitter-compatible_API. . Repo Type:git From c3ad483d8363ec34a08bfb64f65ed56d90a6a3d4 Mon Sep 17 00:00:00 2001 From: David Black Date: Fri, 31 Aug 2012 13:26:31 +0100 Subject: [PATCH 16/16] more footguy description --- metadata/com.iazasoft.footguy.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata/com.iazasoft.footguy.txt b/metadata/com.iazasoft.footguy.txt index 7ed938702f..3986f948c9 100644 --- a/metadata/com.iazasoft.footguy.txt +++ b/metadata/com.iazasoft.footguy.txt @@ -6,7 +6,8 @@ Issue Tracker:http://code.google.com/p/footguy/issues/list Summary:Footguy widget Description: -Footguy is an internet relic. Tap the footguy widget to see your uptime +Footguy is an internet relic. Tap the footguy widget to see your uptime. Double-tap for +preferences (the launcher entry might not work) . Repo Type:git-svn