From d5d224fc3c6a13dc268b2778c6681717585ba62a Mon Sep 17 00:00:00 2001 From: David Black Date: Wed, 11 Dec 2013 10:49:01 +0000 Subject: [PATCH 01/24] fix volley srclib --- srclibs/Volley.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/srclibs/Volley.txt b/srclibs/Volley.txt index ffe6c23dea..13e3aaab83 100644 --- a/srclibs/Volley.txt +++ b/srclibs/Volley.txt @@ -1,4 +1,5 @@ Repo Type:git Repo:https://android.googlesource.com/platform/frameworks/volley +Prepare:rm -rf tests/ && echo "android.library=true" >> project.properties Update Project:Yes From 3e995e450739cf62d0e062073be0992b98c6e724 Mon Sep 17 00:00:00 2001 From: David Black Date: Wed, 11 Dec 2013 11:04:21 +0000 Subject: [PATCH 02/24] current preferences manager crashes; add build for previous version --- .../fr.simon.marquis.preferencesmanager.txt | 10 + .../fonts_15.patch | 742 ++++++++++++++++++ 2 files changed, 752 insertions(+) create mode 100644 metadata/fr.simon.marquis.preferencesmanager/fonts_15.patch diff --git a/metadata/fr.simon.marquis.preferencesmanager.txt b/metadata/fr.simon.marquis.preferencesmanager.txt index 276ee96edb..1a48e0719e 100644 --- a/metadata/fr.simon.marquis.preferencesmanager.txt +++ b/metadata/fr.simon.marquis.preferencesmanager.txt @@ -16,8 +16,18 @@ Requires Root:Yes Repo Type:git Repo:https://github.com/SimonMarquis/Android-PreferencesManager.git +Build:1.4,15 + commit=b3d8533ace17 + subdir=PreferencesManager + target=android-18 + rm=PreferencesManager/assets;Resources;PreferencesManager/libs/rootfw.jar + srclibs=1:Support-v7@android-4.3_r2.1;2:RootFW@2_0.3.2;3:StickyListHeaders-tots@62be7e8a7e547 + patch=fonts_15.patch + prebuild=mv libs/android-support-v4.jar $$Support-v7$$/libs/ + Build:1.5,16 commit=d4b752b + disable=crashes: android.view.InflateException: Binary XML file line #49: Error inflating class fr.simon.marquis.preferencesmanager.roboto.RobotoTextView subdir=PreferencesManager rm=PreferencesManager/assets;Resources;PreferencesManager/libs/rootfw.jar srclibs=1:Support-v7@android-4.3_r2.1;2:RootFW@2_0.3.2;3:StickyListHeaders-tots@62be7e8a7e547 diff --git a/metadata/fr.simon.marquis.preferencesmanager/fonts_15.patch b/metadata/fr.simon.marquis.preferencesmanager/fonts_15.patch new file mode 100644 index 0000000000..c279bb6f7b --- /dev/null +++ b/metadata/fr.simon.marquis.preferencesmanager/fonts_15.patch @@ -0,0 +1,742 @@ +diff --git a/PreferencesManager/project.properties b/PreferencesManager/project.properties +index 568922b..c0cbb95 100644 +--- a/PreferencesManager/project.properties ++++ b/PreferencesManager/project.properties +@@ -11,7 +11,6 @@ + #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + + # Project target. +-target=android-18 +-android.library.reference.1=..\\..\\..\\..\\..\\adt-bundle-windows\\sdk\\extras\\android\\support\\v7\\appcompat +-android.library.reference.3=../../StickyListHeaders-master/library +-android.library.reference.2=../../Roboto ++target=android-18 ++android.library.reference.1=../../srclib/Support-v7/v7/appcompat ++android.library.reference.2=../../srclib/StickyListHeaders-tots/library +diff --git a/PreferencesManager/res/layout-v14/dialog_pref_boolean_add.xml b/PreferencesManager/res/layout-v14/dialog_pref_boolean_add.xml +index 94caed1..aa61951 100644 +--- a/PreferencesManager/res/layout-v14/dialog_pref_boolean_add.xml ++++ b/PreferencesManager/res/layout-v14/dialog_pref_boolean_add.xml +@@ -16,11 +16,11 @@ + + +- + +- + +diff --git a/PreferencesManager/res/layout-v14/dialog_pref_boolean_edit.xml b/PreferencesManager/res/layout-v14/dialog_pref_boolean_edit.xml +index 72c8a71..8dc1965 100644 +--- a/PreferencesManager/res/layout-v14/dialog_pref_boolean_edit.xml ++++ b/PreferencesManager/res/layout-v14/dialog_pref_boolean_edit.xml +@@ -16,11 +16,11 @@ + + +- + +- + +diff --git a/PreferencesManager/res/layout/activity_app_list.xml b/PreferencesManager/res/layout/activity_app_list.xml +index 8be67bc..927c233 100644 +--- a/PreferencesManager/res/layout/activity_app_list.xml ++++ b/PreferencesManager/res/layout/activity_app_list.xml +@@ -46,14 +46,14 @@ + android:layout_height="wrap_content" + android:layout_marginBottom="10dp" /> + +- ++ /> + + + + +- ++ /> + + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/res/layout/activity_file_editor.xml b/PreferencesManager/res/layout/activity_file_editor.xml +index 80fd815..a6b4d13 100644 +--- a/PreferencesManager/res/layout/activity_file_editor.xml ++++ b/PreferencesManager/res/layout/activity_file_editor.xml +@@ -19,7 +19,7 @@ + android:layout_width="match_parent" + android:layout_height="match_parent" > + +- ++ /> + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/res/layout/activity_preferences.xml b/PreferencesManager/res/layout/activity_preferences.xml +index 6d47634..e433ac3 100644 +--- a/PreferencesManager/res/layout/activity_preferences.xml ++++ b/PreferencesManager/res/layout/activity_preferences.xml +@@ -56,14 +56,14 @@ + android:layout_marginBottom="10dp" + android:src="@drawable/empty_view" /> + +- ++ /> + + + + +- ++ /> + + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/res/layout/dialog_about.xml b/PreferencesManager/res/layout/dialog_about.xml +index 7caf943..b0adb1b 100644 +--- a/PreferencesManager/res/layout/dialog_about.xml ++++ b/PreferencesManager/res/layout/dialog_about.xml +@@ -21,7 +21,7 @@ + android:orientation="vertical" + android:showDividers="middle" > + +- ++ /> + + + +- ++ /> + + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/res/layout/dialog_pref_boolean_add.xml b/PreferencesManager/res/layout/dialog_pref_boolean_add.xml +index 02497be..a6e127b 100644 +--- a/PreferencesManager/res/layout/dialog_pref_boolean_add.xml ++++ b/PreferencesManager/res/layout/dialog_pref_boolean_add.xml +@@ -16,11 +16,11 @@ + + +- + +- + +diff --git a/PreferencesManager/res/layout/dialog_pref_boolean_edit.xml b/PreferencesManager/res/layout/dialog_pref_boolean_edit.xml +index 3d863c9..11eeece 100644 +--- a/PreferencesManager/res/layout/dialog_pref_boolean_edit.xml ++++ b/PreferencesManager/res/layout/dialog_pref_boolean_edit.xml +@@ -16,11 +16,11 @@ + + +- + +- + +diff --git a/PreferencesManager/res/layout/dialog_pref_btn_bar_add.xml b/PreferencesManager/res/layout/dialog_pref_btn_bar_add.xml +index 9a7a066..eb624b2 100644 +--- a/PreferencesManager/res/layout/dialog_pref_btn_bar_add.xml ++++ b/PreferencesManager/res/layout/dialog_pref_btn_bar_add.xml +@@ -22,12 +22,12 @@ + android:layout_height="wrap_content" + android:orientation="horizontal" > + +- + +- +diff --git a/PreferencesManager/res/layout/dialog_pref_btn_bar_edit.xml b/PreferencesManager/res/layout/dialog_pref_btn_bar_edit.xml +index 935b6fb..47a9bf7 100644 +--- a/PreferencesManager/res/layout/dialog_pref_btn_bar_edit.xml ++++ b/PreferencesManager/res/layout/dialog_pref_btn_bar_edit.xml +@@ -22,17 +22,17 @@ + android:layout_height="wrap_content" + android:orientation="horizontal" > + +- + +- + +- +diff --git a/PreferencesManager/res/layout/dialog_pref_float_add.xml b/PreferencesManager/res/layout/dialog_pref_float_add.xml +index 617f512..4cd2a3f 100644 +--- a/PreferencesManager/res/layout/dialog_pref_float_add.xml ++++ b/PreferencesManager/res/layout/dialog_pref_float_add.xml +@@ -16,15 +16,15 @@ + + +- + +- + +- +diff --git a/PreferencesManager/res/layout/dialog_pref_float_edit.xml b/PreferencesManager/res/layout/dialog_pref_float_edit.xml +index f68eb16..cd5d651 100644 +--- a/PreferencesManager/res/layout/dialog_pref_float_edit.xml ++++ b/PreferencesManager/res/layout/dialog_pref_float_edit.xml +@@ -16,15 +16,15 @@ + + +- + +- + +- +diff --git a/PreferencesManager/res/layout/dialog_pref_integer_add.xml b/PreferencesManager/res/layout/dialog_pref_integer_add.xml +index 290e342..84755b5 100644 +--- a/PreferencesManager/res/layout/dialog_pref_integer_add.xml ++++ b/PreferencesManager/res/layout/dialog_pref_integer_add.xml +@@ -16,15 +16,15 @@ + + +- + +- + +- +diff --git a/PreferencesManager/res/layout/dialog_pref_integer_edit.xml b/PreferencesManager/res/layout/dialog_pref_integer_edit.xml +index fad0607..af228d5 100644 +--- a/PreferencesManager/res/layout/dialog_pref_integer_edit.xml ++++ b/PreferencesManager/res/layout/dialog_pref_integer_edit.xml +@@ -16,15 +16,15 @@ + + +- + +- + +- +diff --git a/PreferencesManager/res/layout/dialog_pref_string_add.xml b/PreferencesManager/res/layout/dialog_pref_string_add.xml +index 69e1a9f..ed60ad3 100644 +--- a/PreferencesManager/res/layout/dialog_pref_string_add.xml ++++ b/PreferencesManager/res/layout/dialog_pref_string_add.xml +@@ -16,15 +16,15 @@ + + +- + +- + +- + +- + +- + +- + +- + +- + +@@ -39,7 +39,7 @@ + + + +- ++ /> + + + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/res/layout/dialog_pref_stringset_edit.xml b/PreferencesManager/res/layout/dialog_pref_stringset_edit.xml +index e6a350f..7de1f17 100644 +--- a/PreferencesManager/res/layout/dialog_pref_stringset_edit.xml ++++ b/PreferencesManager/res/layout/dialog_pref_stringset_edit.xml +@@ -17,11 +17,11 @@ + xmlns:app="http://schemas.android.com/apk/res-auto" + style="@style/PreferenceDialogContainer" > + +- + +- + +@@ -39,7 +39,7 @@ + + + +- ++ /> + + + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/res/layout/fragment_preferences.xml b/PreferencesManager/res/layout/fragment_preferences.xml +index dcad159..55ba48b 100644 +--- a/PreferencesManager/res/layout/fragment_preferences.xml ++++ b/PreferencesManager/res/layout/fragment_preferences.xml +@@ -52,7 +52,7 @@ + android:layout_marginBottom="10dp" + android:src="@drawable/empty_view" /> + +- ++ /> + + + + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/res/layout/row_application.xml b/PreferencesManager/res/layout/row_application.xml +index f22cc6d..a7ac2d3 100644 +--- a/PreferencesManager/res/layout/row_application.xml ++++ b/PreferencesManager/res/layout/row_application.xml +@@ -25,7 +25,7 @@ + android:layout_height="48dip" + android:padding="4dp" /> + +- ++ /> + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/res/layout/row_header.xml b/PreferencesManager/res/layout/row_header.xml +index 64a0c64..27769e0 100644 +--- a/PreferencesManager/res/layout/row_header.xml ++++ b/PreferencesManager/res/layout/row_header.xml +@@ -13,7 +13,7 @@ + See the License for the specific language governing permissions and + limitations under the License. + --> +- +\ No newline at end of file ++ /> +diff --git a/PreferencesManager/res/layout/row_preference.xml b/PreferencesManager/res/layout/row_preference.xml +index 60d0694..c5e34b5 100644 +--- a/PreferencesManager/res/layout/row_preference.xml ++++ b/PreferencesManager/res/layout/row_preference.xml +@@ -27,7 +27,7 @@ + android:background="@drawable/abc_list_selector_holo_light" + android:orientation="vertical" > + +- ++ /> + +- ++ /> + + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/res/layout/row_stringset.xml b/PreferencesManager/res/layout/row_stringset.xml +index e89a4c6..45d07de 100644 +--- a/PreferencesManager/res/layout/row_stringset.xml ++++ b/PreferencesManager/res/layout/row_stringset.xml +@@ -19,7 +19,7 @@ + android:layout_height="wrap_content" + android:orientation="horizontal" > + +- ++ /> + + + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/res/values/styles.xml b/PreferencesManager/res/values/styles.xml +index 213092c..3a88864 100644 +--- a/PreferencesManager/res/values/styles.xml ++++ b/PreferencesManager/res/values/styles.xml +@@ -45,7 +45,6 @@ + wrap_content + 10dp + ?android:attr/textAppearanceLarge +- robotoslab_light + + + + + + + + +- +\ No newline at end of file ++ +diff --git a/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/AppListActivity.java b/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/AppListActivity.java +index 8b9b255..2bc4960 100644 +--- a/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/AppListActivity.java ++++ b/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/AppListActivity.java +@@ -79,7 +79,6 @@ public class AppListActivity extends ActionBarActivity implements OnQueryTextLis + } + } + }); +- getActionBar().setTitle(Utils.applyCustomTypeFace(getString(R.string.app_name), this)); + if (savedInstanceState == null || Utils.getPreviousApps() == null) { + startTask(); + } else { +diff --git a/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/FileEditorActivity.java b/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/FileEditorActivity.java +index ccc8cf8..714b3cb 100644 +--- a/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/FileEditorActivity.java ++++ b/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/FileEditorActivity.java +@@ -269,7 +269,6 @@ public class FileEditorActivity extends ActionBarActivity implements TextWatcher + + private void updateTitle() { + Spanned str = Html.fromHtml((mHasContentChanged ? " " : "") + mName); +- getActionBar().setTitle(Utils.applyCustomTypeFace(str, this)); + } + + private void clearSpans(Spannable source) { +diff --git a/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/PreferencesActivity.java b/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/PreferencesActivity.java +index 09f75ea..b422f8a 100644 +--- a/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/PreferencesActivity.java ++++ b/PreferencesManager/src/fr/simon/marquis/preferencesmanager/ui/PreferencesActivity.java +@@ -78,8 +78,6 @@ public class PreferencesActivity extends ActionBarActivity implements OnFragment + + packageName = b.getString("PACKAGE_NAME"); + +- getActionBar().setTitle(Utils.applyCustomTypeFace(b.getString("TITLE"), this)); +- getActionBar().setSubtitle(Utils.applyCustomTypeFace(packageName, this)); + Drawable drawable = Utils.findDrawable(packageName, this); + if (drawable != null) { + getSupportActionBar().setIcon(drawable); +@@ -151,11 +149,7 @@ public class PreferencesActivity extends ActionBarActivity implements OnFragment + public int getCount() { + return files.size(); + } +- +- @Override +- public CharSequence getPageTitle(int position) { +- return Utils.applyCustomTypeFace(files.get(position).getName(), PreferencesActivity.this); +- } ++ + } + + @Override +diff --git a/PreferencesManager/src/fr/simon/marquis/preferencesmanager/util/Utils.java b/PreferencesManager/src/fr/simon/marquis/preferencesmanager/util/Utils.java +index f37c917..a66e91a 100644 +--- a/PreferencesManager/src/fr/simon/marquis/preferencesmanager/util/Utils.java ++++ b/PreferencesManager/src/fr/simon/marquis/preferencesmanager/util/Utils.java +@@ -47,7 +47,6 @@ import android.util.Log; + import android.view.View; + import android.view.inputmethod.InputMethodManager; + +-import com.roboto.RobotoTypefaceManager; + import com.spazedog.lib.rootfw.container.FileStat; + + import fr.simon.marquis.preferencesmanager.model.AppEntry; +@@ -218,13 +217,6 @@ public class Utils { + imm.hideSoftInputFromWindow(view.getWindowToken(), 0); + } + +- public static SpannableString applyCustomTypeFace(CharSequence src, Context ctx) { +- SpannableString span = new SpannableString(src); +- +- span.setSpan(new CustomTypefaceSpan("", RobotoTypefaceManager.obtaintTypeface(ctx, RobotoTypefaceManager.ROBOTOSLAB_REGULAR)), 0, +- span.length(), Spannable.SPAN_EXCLUSIVE_EXCLUSIVE); +- return span; +- } + + public static Drawable findDrawable(String packageName, Context ctx) { + if (TextUtils.isEmpty(packageName)) { From 44a12703993a10b10b96396479e077f18fbc1e15 Mon Sep 17 00:00:00 2001 From: David Black Date: Wed, 11 Dec 2013 11:16:16 +0000 Subject: [PATCH 03/24] epoch launcher build server apk (at least) is dodgy --- metadata/com.mirasmithy.epochlauncher.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/metadata/com.mirasmithy.epochlauncher.txt b/metadata/com.mirasmithy.epochlauncher.txt index 06c63a7246..461a643357 100644 --- a/metadata/com.mirasmithy.epochlauncher.txt +++ b/metadata/com.mirasmithy.epochlauncher.txt @@ -15,6 +15,7 @@ Repo:https://github.com/mirasmithy/epochlauncher.git Build:1.1,2 commit=v1.1 + disable=build server apk crash: java.lang.ClassNotFoundException: Didn't find class "com.mirasmithy.epochlauncher.MainActivity" on path: DexPathList[[zip file "/data/app/com.mirasmithy.epochlauncher-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.mirasmithy.epochlauncher-1, /vendor/lib, /system/lib] prebuild=echo -e 'java.source=1.7\njava.target=1.7' > ant.properties Auto Update Mode:None From b7da7b2700931ddeb0055b8be48ac27337898d4b Mon Sep 17 00:00:00 2001 From: David Black Date: Wed, 11 Dec 2013 11:17:59 +0000 Subject: [PATCH 04/24] presentation likely to crash too --- metadata/com.gracecode.android.presentation.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/metadata/com.gracecode.android.presentation.txt b/metadata/com.gracecode.android.presentation.txt index 10f103e63d..f03614515b 100644 --- a/metadata/com.gracecode.android.presentation.txt +++ b/metadata/com.gracecode.android.presentation.txt @@ -16,6 +16,7 @@ Repo:https://github.com/feelinglucky/Presentation.git Build:1.0.2,20131114 commit=559f31d12f8e + disable=likely to crash if built by built server target=android-16 srclibs=1:Volley@android-4.4_r1.2;2:PullToRefresh@v2.1.1 prebuild=echo -e 'java.source=1.7\njava.target=1.7' > ant.properties && \ From ce9329b742d38ef53970400f9f3d04806f22754a Mon Sep 17 00:00:00 2001 From: David Black Date: Wed, 11 Dec 2013 11:26:06 +0000 Subject: [PATCH 05/24] some small build fixes --- metadata/info.guardianproject.pixelknot.txt | 2 +- metadata/net.debian.debiandroid.txt | 4 ++-- metadata/org.servDroid.web.txt | 2 +- srclibs/IOCipher.txt | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/metadata/info.guardianproject.pixelknot.txt b/metadata/info.guardianproject.pixelknot.txt index 92262f445f..6d8159d6aa 100644 --- a/metadata/info.guardianproject.pixelknot.txt +++ b/metadata/info.guardianproject.pixelknot.txt @@ -18,7 +18,7 @@ Build:0.3.1,4 subdir=app srclibs=ActionBarSherlock@90939dc;F5@ce9c78497a0cc22a init=sed -i 's@\(reference.2=\).*@\1$$ActionBarSherlock$$@' project.properties && \ - sed -i 's@\(reference.1=\).*@\1$$F5I$$@' project.properties + sed -i 's@\(reference.1=\).*@\1$$F5$$@' project.properties Auto Update Mode:None Update Check Mode:Tags diff --git a/metadata/net.debian.debiandroid.txt b/metadata/net.debian.debiandroid.txt index 65b5d60901..5a2c22c21a 100644 --- a/metadata/net.debian.debiandroid.txt +++ b/metadata/net.debian.debiandroid.txt @@ -20,9 +20,9 @@ Repo Type:git Repo:https://github.com/uberspot/DebianDroid.git Build:1.7,12 - submodules=yes commit=5708e25c80969e - prebuild=sed -i 's/StorageUtils/storageutils/g' project.properties + submodules=yes + init=sed -i 's/StorageUtils/storageutils/g' project.properties Auto Update Mode:None Update Check Mode:RepoManifest diff --git a/metadata/org.servDroid.web.txt b/metadata/org.servDroid.web.txt index 24bab73a50..ff413eb05f 100644 --- a/metadata/org.servDroid.web.txt +++ b/metadata/org.servDroid.web.txt @@ -18,7 +18,7 @@ Auto start options Repo Type:git Repo:https://github.com/joanpuigsanz/servdroid.git -Build:1.0.3,01000300 +Build:1.0.3,1000300 commit=1.0.3 subdir=android/ServDroid.web srclibs=1:ActionBarSherlock@4.4.0 diff --git a/srclibs/IOCipher.txt b/srclibs/IOCipher.txt index 36ef4bf159..982f0a9a42 100644 --- a/srclibs/IOCipher.txt +++ b/srclibs/IOCipher.txt @@ -1,3 +1,4 @@ Repo Type:git Repo:https://github.com/guardianproject/IOCipher.git +Update Project:Yes From c48a189c707a9ec0c020911f51fc263bfdb56f58 Mon Sep 17 00:00:00 2001 From: David Black Date: Wed, 11 Dec 2013 11:32:54 +0000 Subject: [PATCH 06/24] disable india satellite weather at request of author: issue #1 --- metadata/com.shahul3d.indiasatelliteweather.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/metadata/com.shahul3d.indiasatelliteweather.txt b/metadata/com.shahul3d.indiasatelliteweather.txt index 445113d2e9..a7eb745885 100644 --- a/metadata/com.shahul3d.indiasatelliteweather.txt +++ b/metadata/com.shahul3d.indiasatelliteweather.txt @@ -23,6 +23,7 @@ Repo:https://github.com/Shahul3D/IndiaSatelliteWeather.git Build:1.0,1 commit=7cf0caf69fcb + disable=author wants it removed because immature even though it's on gplay rm=libs/libGoogleAnalyticsServices.jar;libs/crashlytics.jar;res/values/com_crashlytics_export_strings.xml srclibs=1:NoAnalytics@869751616e7;ImageViewTouch@221fc68f17;Easing@a264e prebuild=find src -type f -print0 | xargs -0 sed -i '/Crashlytics/d' && \ From 1a8d5c97f884aa4d9d4232785d416c1ccee1b49f Mon Sep 17 00:00:00 2001 From: David Black Date: Wed, 11 Dec 2013 11:35:09 +0000 Subject: [PATCH 07/24] revert last commit --- metadata/com.shahul3d.indiasatelliteweather.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/metadata/com.shahul3d.indiasatelliteweather.txt b/metadata/com.shahul3d.indiasatelliteweather.txt index a7eb745885..445113d2e9 100644 --- a/metadata/com.shahul3d.indiasatelliteweather.txt +++ b/metadata/com.shahul3d.indiasatelliteweather.txt @@ -23,7 +23,6 @@ Repo:https://github.com/Shahul3D/IndiaSatelliteWeather.git Build:1.0,1 commit=7cf0caf69fcb - disable=author wants it removed because immature even though it's on gplay rm=libs/libGoogleAnalyticsServices.jar;libs/crashlytics.jar;res/values/com_crashlytics_export_strings.xml srclibs=1:NoAnalytics@869751616e7;ImageViewTouch@221fc68f17;Easing@a264e prebuild=find src -type f -print0 | xargs -0 sed -i '/Crashlytics/d' && \ From 4358158d62081cdfc817eae450b26e7a5a144fe4 Mon Sep 17 00:00:00 2001 From: David Black Date: Wed, 11 Dec 2013 17:15:45 +0000 Subject: [PATCH 08/24] 5 new apps --- metadata/com.ancantus.HYPNOTOAD.txt | 23 ++++++++++++++ .../com.github.nicolassmith.urlevaluator.txt | 24 ++++++++++++++ metadata/com.linkomnia.android.Changjie.txt | 23 ++++++++++++++ metadata/com.littlebytesofpi.pylauncher.txt | 31 +++++++++++++++++++ metadata/uk.ac.ed.inf.mandelbrotmaps.txt | 25 +++++++++++++++ 5 files changed, 126 insertions(+) create mode 100644 metadata/com.ancantus.HYPNOTOAD.txt create mode 100644 metadata/com.github.nicolassmith.urlevaluator.txt create mode 100644 metadata/com.linkomnia.android.Changjie.txt create mode 100644 metadata/com.littlebytesofpi.pylauncher.txt create mode 100644 metadata/uk.ac.ed.inf.mandelbrotmaps.txt diff --git a/metadata/com.ancantus.HYPNOTOAD.txt b/metadata/com.ancantus.HYPNOTOAD.txt new file mode 100644 index 0000000000..f8846328f2 --- /dev/null +++ b/metadata/com.ancantus.HYPNOTOAD.txt @@ -0,0 +1,23 @@ +Categories:Wallpaper +License:GPLv3 +Web Site: +Source Code:https://bitbucket.org/Ancantus/hypnotoad_live_wallpaper/src +Issue Tracker:https://bitbucket.org/Ancantus/hypnotoad_live_wallpaper/issues + +Auto Name:Hypnotoad Live Wallpaper +Summary:Live wallpaper +Description: +Strange toad blinking in front of a static picture. +. + +Repo Type:hg +Repo:https://bitbucket.org/Ancantus/hypnotoad_live_wallpaper + +Build:1.3,4 + commit=9b411 + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.3 +Current Version Code:4 + diff --git a/metadata/com.github.nicolassmith.urlevaluator.txt b/metadata/com.github.nicolassmith.urlevaluator.txt new file mode 100644 index 0000000000..ce55b01ea4 --- /dev/null +++ b/metadata/com.github.nicolassmith.urlevaluator.txt @@ -0,0 +1,24 @@ +Categories:Internet +License:MIT +Web Site: +Source Code:https://github.com/nicolassmith/urlevaluator +Issue Tracker:https://github.com/nicolassmith/urlevaluator/issues + +Auto Name:Short URL Evaluator +Summary:Evaluate short urls +Description: +300 domains supported. +. + +Repo Type:git +Repo:https://github.com/nicolassmith/urlevaluator.git + +Build:1.8,9 + commit=5cd3b + prebuild=echo -e 'java.source=1.6\njava.target=1.6' > ant.properties + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.8 +Current Version Code:9 + diff --git a/metadata/com.linkomnia.android.Changjie.txt b/metadata/com.linkomnia.android.Changjie.txt new file mode 100644 index 0000000000..c6acb7dbd3 --- /dev/null +++ b/metadata/com.linkomnia.android.Changjie.txt @@ -0,0 +1,23 @@ +Categories:System +License:GPLv3 +Web Site: +Source Code:https://github.com/wanleung/ChangjieIME +Issue Tracker:https://github.com/wanleung/ChangjieIME/issues + +Auto Name:Changjie Input Method +Summary:Chinese keyboard +Description: +The project is based on the new ibus-cangjie based library libcangjie. +. + +Repo Type:git +Repo:https://github.com/wanleung/ChangjieIME.git + +Build:0.1,3 + commit=6b3a58f0726bfb387a + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:0.1 +Current Version Code:3 + diff --git a/metadata/com.littlebytesofpi.pylauncher.txt b/metadata/com.littlebytesofpi.pylauncher.txt new file mode 100644 index 0000000000..5258106a75 --- /dev/null +++ b/metadata/com.littlebytesofpi.pylauncher.txt @@ -0,0 +1,31 @@ +Categories:Development +License:MIT +Web Site:http://littlebytesofpi.com/index.php/projects/our-pro/tcp-client-serve +Source Code:https://bitbucket.org/gbriggs/lbp_tcpipsockets/src +Issue Tracker:https://bitbucket.org/gbriggs/lbp_tcpipsockets/issues + +Auto Name:pyLauncher +Summary:Launch scripts on a server +Description: +Install the server (see the source code page) on a Raspberry PI (or other) then launch Python program +files from the user interface on the Android. +The results of the program are returned to the Android application, and +displayed on the screen. + +* Connect any number of pyLauncher Android clients to the server on your local area network. +* Select a Python.py file from the Android user interface, and have it run on the Raspberry Pi. +* Results of each Python file run are broadcast to all connected Android clients +. + +Repo Type:git +Repo:https://bitbucket.org/gbriggs/lbp_tcpipsockets.git + +Build:1.0.8,4 + commit=1.0.8 + subdir=AndroidClient/pyLauncher + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:1.0.8 +Current Version Code:4 + diff --git a/metadata/uk.ac.ed.inf.mandelbrotmaps.txt b/metadata/uk.ac.ed.inf.mandelbrotmaps.txt new file mode 100644 index 0000000000..5d98d53a6a --- /dev/null +++ b/metadata/uk.ac.ed.inf.mandelbrotmaps.txt @@ -0,0 +1,25 @@ +Categories:Science & Education +License:GPLv3 +Web Site: +Source Code:https://github.com/withad/Mandelbrot-Maps-on-Android +Issue Tracker:https://github.com/withad/Mandelbrot-Maps-on-Android/issues + +Auto Name:Mandelbrot Maps +Summary:Fractal viewer +Description: +Generates the Mandelbrot fractal, and at each point, allows you to see +the associated Julia set fractal. +. + +Repo Type:git +Repo:https://github.com/withad/Mandelbrot-Maps-on-Android.git + +Build:1.01,2 + commit=32f397669847c23a + subdir=MandelbrotMapsAndroid + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.01 +Current Version Code:2 + From ad8b13923d61940e2286ad225fcbfbb3f3f82027 Mon Sep 17 00:00:00 2001 From: David Black Date: Wed, 11 Dec 2013 18:45:11 +0000 Subject: [PATCH 09/24] two more new apps --- metadata/com.brockoli.android.hsdroid.txt | 32 +++++++++++++++ .../build.gradle_9.patch | 40 +++++++++++++++++++ .../com.weicheng.taipeiyoubikeoffline.txt | 24 +++++++++++ 3 files changed, 96 insertions(+) create mode 100644 metadata/com.brockoli.android.hsdroid.txt create mode 100644 metadata/com.brockoli.android.hsdroid/build.gradle_9.patch create mode 100644 metadata/com.weicheng.taipeiyoubikeoffline.txt diff --git a/metadata/com.brockoli.android.hsdroid.txt b/metadata/com.brockoli.android.hsdroid.txt new file mode 100644 index 0000000000..e490e7913d --- /dev/null +++ b/metadata/com.brockoli.android.hsdroid.txt @@ -0,0 +1,32 @@ +Categories:Games +License:Apache2 +Web Site: +Source Code:https://bitbucket.org/brockoli/hsdroid/src +Issue Tracker:https://bitbucket.org/brockoli/hsdroid/issues + +Auto Name:HSDroid +Summary:Watch hockey games +Description: +Client for watching hockeystreams.com live and on demand video streams. +It only uses (HLS) formated streams. + +Requires you to have an active account on http://www.hockeystreams.com +. + +Repo Type:git +Repo:https://bitbucket.org/brockoli/hsdroid.git + +Build:1.6,9 + commit=127e76 + gradle=yes + srclibs=SlidingMenu@d929476bee72 + patch=build.gradle_9.patch + prebuild=echo -e "include ':SlidingMenu'\nproject(':SlidingMenu').projectDir = new File('$(readlink -f $$SlidingMenu$$)')" > settings.gradle && \ + find . -type f -print0 | xargs -0 sed -i 's/com.slidingmenu/com.jeremyfeinstein.slidingmenu/g' && \ + sed -i '202d' src/com/brockoli/android/hsdroid/MainActivity.java + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.6 +Current Version Code:9 + diff --git a/metadata/com.brockoli.android.hsdroid/build.gradle_9.patch b/metadata/com.brockoli.android.hsdroid/build.gradle_9.patch new file mode 100644 index 0000000000..0315d74414 --- /dev/null +++ b/metadata/com.brockoli.android.hsdroid/build.gradle_9.patch @@ -0,0 +1,40 @@ +diff --git a/build.gradle b/build.gradle +index 96f7215..bd832cc 100644 +--- a/build.gradle ++++ b/build.gradle +@@ -1,8 +1,17 @@ ++buildscript { ++ repositories { ++ mavenCentral() ++ } ++ dependencies { ++ classpath 'com.android.tools.build:gradle:0.6.+' ++ } ++} ++ + apply plugin: 'android' + + dependencies { + compile fileTree(dir: 'libs', include: '*.jar') +- compile project(':SlidingMenu:library') ++ compile project(':SlidingMenu') + } + + android { +@@ -20,16 +29,5 @@ android { + assets.srcDirs = ['assets'] + } + +- // Move the tests to tests/java, tests/res, etc... +- instrumentTest.setRoot('tests') +- +- // Move the build types to build-types/ +- // For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ... +- // This moves them out of them default location under src//... which would +- // conflict with src/ being used by the main source set. +- // Adding new build types or product flavors should be accompanied +- // by a similar customization. +- debug.setRoot('build-types/debug') +- release.setRoot('build-types/release') + } + } diff --git a/metadata/com.weicheng.taipeiyoubikeoffline.txt b/metadata/com.weicheng.taipeiyoubikeoffline.txt new file mode 100644 index 0000000000..0713eb932b --- /dev/null +++ b/metadata/com.weicheng.taipeiyoubikeoffline.txt @@ -0,0 +1,24 @@ +Categories:Navigation +License:GPLv3 +Web Site:http://www.youbike.com.tw/home.php?eng=1 +Source Code:https://bitbucket.org/tiduswc2/taipei-youbike-offline/src +Issue Tracker:https://bitbucket.org/tiduswc2/taipei-youbike-offline/issues +Donate:http://techwagon.blogspot.com + +Auto Name:Taipei Youbike Offline +Summary: +Description: +Browse the bike stations in Taiwan's capital city on a Mapnik (OSM) map +(which are bundled). The interface of the app is only in Chinese currently. + +Repo Type:hg +Repo:https://bitbucket.org/tiduswc2/taipei-youbike-offline + +Build:1.0,1 + commit=9148fb9 + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.0 +Current Version Code:1 + From a072fb5519c884dca778b4018c46a605749e0988 Mon Sep 17 00:00:00 2001 From: David Black Date: Thu, 12 Dec 2013 11:19:12 +0000 Subject: [PATCH 10/24] descriptions --- metadata/com.github.grimpy.botifier.txt | 24 +++++++++++++++++-- .../com.gracecode.android.presentation.txt | 2 +- metadata/com.matoski.adbm.txt | 2 +- metadata/com.mirasmithy.epochlauncher.txt | 2 +- metadata/org.n52.sosmobileclient.txt | 4 +++- 5 files changed, 28 insertions(+), 6 deletions(-) diff --git a/metadata/com.github.grimpy.botifier.txt b/metadata/com.github.grimpy.botifier.txt index 4ed61596fa..8740b3bec4 100644 --- a/metadata/com.github.grimpy.botifier.txt +++ b/metadata/com.github.grimpy.botifier.txt @@ -1,13 +1,33 @@ Categories:System License:MIT -Web Site: +Web Site:http://forum.xda-developers.com/showthread.php?t=2421357 Source Code:https://github.com/grimpy/Botifier Issue Tracker:https://github.com/grimpy/Botifier/issues Auto Name:Botifier Summary:Send notifications via Bluetooth Description: -Using AVCRP to send notifications to other devices. +* Show notifcations on car radio +* Show application as artist +* Show summary as album +* Show full notification text as title (can be split over multiple chunks max length is configurable) +* Play notification via TTS (text to speech) +* Use next / previous track to navigate through notifications +* Use pause / play button to remove notifcation +* Use forward button to close notification stream might help to regain focus to previous playing audio. + +To test if your media device (car radio) supports AVRCP 1.3 play a mp3 song +which has id3 information set and check if this information is shown on the +media device. + +There are two ways to provide this application with info about notifications +via accesiblities or via notification access. +The later one is the prefered method which is only support on Android 4.3 and up. +To enable Botifier via Notification Access (Android 4.3 only): +Goto Settings -> Security -> Notification Access -> Enable Botifier (Setting only available if Botifier is installed) +To enable Botifier via Accessiblity: +Goto Settings -> Accessiblity -> Enable Botifier +Do not enable both methods which will cause unexpected behaviour. . Repo Type:git diff --git a/metadata/com.gracecode.android.presentation.txt b/metadata/com.gracecode.android.presentation.txt index f03614515b..b725aa0f44 100644 --- a/metadata/com.gracecode.android.presentation.txt +++ b/metadata/com.gracecode.android.presentation.txt @@ -16,7 +16,7 @@ Repo:https://github.com/feelinglucky/Presentation.git Build:1.0.2,20131114 commit=559f31d12f8e - disable=likely to crash if built by built server + disable=only use build-tools 19 target=android-16 srclibs=1:Volley@android-4.4_r1.2;2:PullToRefresh@v2.1.1 prebuild=echo -e 'java.source=1.7\njava.target=1.7' > ant.properties && \ diff --git a/metadata/com.matoski.adbm.txt b/metadata/com.matoski.adbm.txt index b5dfd2edce..343b2a3ee0 100644 --- a/metadata/com.matoski.adbm.txt +++ b/metadata/com.matoski.adbm.txt @@ -4,7 +4,7 @@ Source Code:https://github.com/ilijamt/android-adbm Issue Tracker:https://github.com/ilijamt/android-adbm/issues Auto Name:ADB Manager -Summary: +Summary:Manage android debug bridge Description: * Easy control and access details from notification bar * Auto connect on saved WiFi networks diff --git a/metadata/com.mirasmithy.epochlauncher.txt b/metadata/com.mirasmithy.epochlauncher.txt index 461a643357..31cffe0bbe 100644 --- a/metadata/com.mirasmithy.epochlauncher.txt +++ b/metadata/com.mirasmithy.epochlauncher.txt @@ -15,7 +15,7 @@ Repo:https://github.com/mirasmithy/epochlauncher.git Build:1.1,2 commit=v1.1 - disable=build server apk crash: java.lang.ClassNotFoundException: Didn't find class "com.mirasmithy.epochlauncher.MainActivity" on path: DexPathList[[zip file "/data/app/com.mirasmithy.epochlauncher-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.mirasmithy.epochlauncher-1, /vendor/lib, /system/lib] + disable=only use build-tools 19 prebuild=echo -e 'java.source=1.7\njava.target=1.7' > ant.properties Auto Update Mode:None diff --git a/metadata/org.n52.sosmobileclient.txt b/metadata/org.n52.sosmobileclient.txt index 5a175106d2..6b1b70cb43 100644 --- a/metadata/org.n52.sosmobileclient.txt +++ b/metadata/org.n52.sosmobileclient.txt @@ -5,9 +5,11 @@ Source Code:https://github.com/marfnk/sosmobileclient Issue Tracker:https://github.com/marfnk/sosmobileclient/issues Auto Name:MobileSWC -Summary:Watch sensors in Germany +Summary:Watch sensors in Europe Description: HTML5 client for the Sensor Observation Network by 52north. +Most sensors are in Germany and Belgium though there are +some in Asia. Status: Beta. . From 35d5c5c105ff34602e34173cdd85a65c342bd86c Mon Sep 17 00:00:00 2001 From: David Black Date: Thu, 12 Dec 2013 11:27:30 +0000 Subject: [PATCH 11/24] had forgotten terminating "." --- metadata/com.weicheng.taipeiyoubikeoffline.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/metadata/com.weicheng.taipeiyoubikeoffline.txt b/metadata/com.weicheng.taipeiyoubikeoffline.txt index 0713eb932b..6c3a9838c0 100644 --- a/metadata/com.weicheng.taipeiyoubikeoffline.txt +++ b/metadata/com.weicheng.taipeiyoubikeoffline.txt @@ -10,6 +10,7 @@ Summary: Description: Browse the bike stations in Taiwan's capital city on a Mapnik (OSM) map (which are bundled). The interface of the app is only in Chinese currently. +. Repo Type:hg Repo:https://bitbucket.org/tiduswc2/taipei-youbike-offline From fdd381b1ee2cceb9dca697c45ee38358e6c2c337 Mon Sep 17 00:00:00 2001 From: David Black Date: Thu, 12 Dec 2013 12:23:06 +0000 Subject: [PATCH 12/24] add some websites (via google play) --- metadata/com.color.colornamer.txt | 5 ++++- metadata/com.jaygoel.virginminuteschecker.txt | 6 +++++- metadata/com.lightbox.android.camera.txt | 2 +- metadata/de.onyxbits.drudgery.txt | 2 +- metadata/gr.tsagi.jekyllforandroid.txt | 2 +- metadata/org.montrealtransit.android.txt | 4 ++-- metadata/org.okfn.pod.txt | 2 +- metadata/pro.oneredpixel.l9droid.txt | 2 +- metadata/uk.co.danieljarvis.android.flashback.txt | 3 +++ 9 files changed, 19 insertions(+), 9 deletions(-) diff --git a/metadata/com.color.colornamer.txt b/metadata/com.color.colornamer.txt index 3b2f986c2a..b53b2f72d8 100644 --- a/metadata/com.color.colornamer.txt +++ b/metadata/com.color.colornamer.txt @@ -1,12 +1,15 @@ Categories:System License:GPLv3 -Web Site: +Web Site:http://www.dektar.com Source Code:https://github.com/kaytdek/ColorNamer Issue Tracker:https://github.com/kaytdek/ColorNamer/issues Auto Name:Color Namer Summary:Names for colours Description: +Ever wondered what the name for that colour is? Or wanted the code for +a colour that could be described as 'dusty'? + Identify colours via the camera and the xkcd survey and share them. Set colours to wallpaper. . diff --git a/metadata/com.jaygoel.virginminuteschecker.txt b/metadata/com.jaygoel.virginminuteschecker.txt index 1559909901..badb902fa3 100644 --- a/metadata/com.jaygoel.virginminuteschecker.txt +++ b/metadata/com.jaygoel.virginminuteschecker.txt @@ -1,13 +1,17 @@ AntiFeatures:UpstreamNonFree Category:Office License:NewBSD -Web Site:https://github.com/poundifdef/VirginMobileMinutesChecker +Web Site:http://www.jaygoel.com Source Code:https://github.com/poundifdef/VirginMobileMinutesChecker Issue Tracker:https://github.com/poundifdef/VirginMobileMinutesChecker/issues Auto Name:Minutes Checker for Virgin Mobile Summary:For Virgin Mobile US customers Description: +Fetches info about the Beyond Talk plan +from Virgin Mobile's servers but isn't officially endorsed +by the company. + A proprietary ad library was removed. . diff --git a/metadata/com.lightbox.android.camera.txt b/metadata/com.lightbox.android.camera.txt index 9ac8dd3b48..97f7906485 100644 --- a/metadata/com.lightbox.android.camera.txt +++ b/metadata/com.lightbox.android.camera.txt @@ -1,6 +1,6 @@ Category:Multimedia License:Apache2 -Web Site: +Web Site:http://lightbox.com Source Code:https://github.com/lightbox/QuickSnap Issue Tracker:https://github.com/lightbox/QuickSnap/issues diff --git a/metadata/de.onyxbits.drudgery.txt b/metadata/de.onyxbits.drudgery.txt index d9d088b083..1b711b36ea 100644 --- a/metadata/de.onyxbits.drudgery.txt +++ b/metadata/de.onyxbits.drudgery.txt @@ -1,6 +1,6 @@ Categories:Games License:Apache2 -Web Site: +Web Site:http://www.onyxbits.de Source Code:https://github.com/onyxbits/Drudgery Issue Tracker:https://github.com/onyxbits/Drudgery/issues diff --git a/metadata/gr.tsagi.jekyllforandroid.txt b/metadata/gr.tsagi.jekyllforandroid.txt index 6dcec88f8a..43d0652cd3 100644 --- a/metadata/gr.tsagi.jekyllforandroid.txt +++ b/metadata/gr.tsagi.jekyllforandroid.txt @@ -1,6 +1,6 @@ Categories:Internet License:GPLv3 -Web Site: +Web Site:http://tsagi.me Source Code:https://github.com/tsagi/jekyll-client-for-android Issue Tracker:https://github.com/tsagi/jekyll-client-for-android/issues diff --git a/metadata/org.montrealtransit.android.txt b/metadata/org.montrealtransit.android.txt index 50067fa9bd..bf04a6d888 100644 --- a/metadata/org.montrealtransit.android.txt +++ b/metadata/org.montrealtransit.android.txt @@ -21,6 +21,6 @@ prebuild=\ echo 'source.dir=src;$$MobAdMob$$/src;$$NoAnalytics$$/src' > ant.properties Update Check Mode:None -Current Version:1.0.2 -Current Version Code:3 +Current Version:1.7.7.5 +Current Version Code:887 diff --git a/metadata/org.okfn.pod.txt b/metadata/org.okfn.pod.txt index e44954c9d8..d6965eaffe 100644 --- a/metadata/org.okfn.pod.txt +++ b/metadata/org.okfn.pod.txt @@ -1,6 +1,6 @@ Categories:Office License:MIT -Web Site: +Web Site:http://okfn.org Source Code:https://github.com/okfn/product-browser-android Issue Tracker:https://github.com/okfn/product-browser-android/issues diff --git a/metadata/pro.oneredpixel.l9droid.txt b/metadata/pro.oneredpixel.l9droid.txt index 41cf7af2eb..0ad7428971 100644 --- a/metadata/pro.oneredpixel.l9droid.txt +++ b/metadata/pro.oneredpixel.l9droid.txt @@ -1,6 +1,6 @@ Categories:Games License:GPLv2 -Web Site: +Web Site:http://oneredpixel.pro Source Code:https://github.com/tsapree/L9Droid Issue Tracker:https://github.com/tsapree/L9Droid/issues diff --git a/metadata/uk.co.danieljarvis.android.flashback.txt b/metadata/uk.co.danieljarvis.android.flashback.txt index 133d2b69fa..81d75e62eb 100644 --- a/metadata/uk.co.danieljarvis.android.flashback.txt +++ b/metadata/uk.co.danieljarvis.android.flashback.txt @@ -19,6 +19,9 @@ Build:1.14,14 subdir=Flashback gradle=yes +Build:1.15,15 + disable=not published + Auto Update Mode:None Update Check Mode:RepoManifest Current Version:1.15 From 334372287acb4b6924cd8c0d602eb62cf3906a21 Mon Sep 17 00:00:00 2001 From: David Black Date: Thu, 12 Dec 2013 13:58:27 +0000 Subject: [PATCH 13/24] two more apps --- metadata/com.bretternst.URLazy.txt | 38 ++++++++++++++++++++++++++++++ metadata/com.sismics.reader.txt | 33 ++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 metadata/com.bretternst.URLazy.txt create mode 100644 metadata/com.sismics.reader.txt diff --git a/metadata/com.bretternst.URLazy.txt b/metadata/com.bretternst.URLazy.txt new file mode 100644 index 0000000000..404f4b087a --- /dev/null +++ b/metadata/com.bretternst.URLazy.txt @@ -0,0 +1,38 @@ +Categories:Development +License:MIT +Source Code:https://github.com/bretternst/urlazy +Issue Tracker:https://github.com/bretternst/urlazy/issues + +Auto Name:URLazy +Summary:Tool for web devlelopers +Description: +Eases the pain of entering long URLs into a bunch of test devices by finding +collections of URLs on the local network and allowing you to open them with a +single tap. +You can serve links from a GUI app on your workstation or from a Ruby script +on a local development server (source code in same repo). + +URLazy finds this list with no configuration required, provided you are +connected to your network via Wi-Fi. +This makes it super easy to test your projects on real devices without +manually setting up bookmarks or entering URLs. + +This is a better alternative to bookmarks or centralized index pages because +new devices require no set-up and you don't have to edit URLs every time your +environment changes--or if you take your work home. +URLazy uses multicast UDP to find collections of links. +If your network administrator enables it, this can even work across a corporate WAN. +. + +Repo Type:git +Repo:https://github.com/bretternst/urlazy.git + +Build:1.0a,2 + commit=2fe2293df9b49b3 + subdir=src/Android + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.0a +Current Version Code:2 + diff --git a/metadata/com.sismics.reader.txt b/metadata/com.sismics.reader.txt new file mode 100644 index 0000000000..9e33ebe028 --- /dev/null +++ b/metadata/com.sismics.reader.txt @@ -0,0 +1,33 @@ +Categories:Reading +License:GPL +Web Site:http://www.sismics.com +Source Code:https://github.com/sismics/reader +Issue Tracker:https://github.com/sismics/reader/issues + +Auto Name:Sismics Reader +Summary:Feed reader +Description: +Connect to your Sismics feed aggregator (in the same source code repo; +it's also written in Java though prebuilts are available). +. + +Repo Type:git +Repo:https://github.com/sismics/reader.git + +Build:1.3.1,5 + commit=3284254ca61539ac + subdir=reader-android + maven=yes + prebuild=sed -i 's/3.5.3/3.6.1/g' pom.xml && \ + $$MVN3$$ -N -Pinit validate && \ + $$MVN3$$ install:install-file -DgroupId=com.google.android -DartifactId=support-v4 -Dversion=r13 -Dpackaging=jar -Dfile=../../extlib/android/android-support-v4r13.jar + +Maintainer Notes: +Tags are probably for the server +. + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.3.1 +Current Version Code:5 + From db99530a74b361f0566440fd3b3b7a24fba62408 Mon Sep 17 00:00:00 2001 From: David Black Date: Thu, 12 Dec 2013 14:34:37 +0000 Subject: [PATCH 14/24] add linconnect --- metadata/com.willhauck.linconnectclient.txt | 34 +++++++++++++++++++++ srclibs/Changelog-cketti.txt | 6 ++++ 2 files changed, 40 insertions(+) create mode 100644 metadata/com.willhauck.linconnectclient.txt create mode 100644 srclibs/Changelog-cketti.txt diff --git a/metadata/com.willhauck.linconnectclient.txt b/metadata/com.willhauck.linconnectclient.txt new file mode 100644 index 0000000000..509626109a --- /dev/null +++ b/metadata/com.willhauck.linconnectclient.txt @@ -0,0 +1,34 @@ +Categories:System +License:GPLv3 +Web Site: +Source Code:https://github.com/hauckwill/linconnect-client +Issue Tracker:https://github.com/hauckwill/linconnect-client/issues + +Auto Name:LinConnect +Summary:Mirror notifications to desktop +Description: +Install the server on the desktop: see the source code page. + +* Extremely simple setup +* Integrated with Linux desktop icon theme +* Uses LibNotify and Python for compatibility + +Encryption isn't yet supported. + +Status: Alpha +. + +Repo Type:git +Repo:https://github.com/hauckwill/linconnect-client.git + +Build:2.13,7 + commit=0d2e7bd73564b6 + subdir=LinConnectClient + target=android-19 + srclibs=1:Changelog-cketti@v1.2.0 + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:2.13 +Current Version Code:7 + diff --git a/srclibs/Changelog-cketti.txt b/srclibs/Changelog-cketti.txt new file mode 100644 index 0000000000..0420c8bd0d --- /dev/null +++ b/srclibs/Changelog-cketti.txt @@ -0,0 +1,6 @@ +Repo Type:git +Repo:https://github.com/cketti/ckChangeLog + +Subdir:library,ckChangeLog/src/main +Prepare:[ -f project.properties ] || echo 'source.dir=java' > ant.properties && echo -e 'android.library=true\ntarget=android-19' > project.properties +Update Project:Yes From c4db6dd51e522d424247c986e3eec05d9c1be690 Mon Sep 17 00:00:00 2001 From: David Black Date: Thu, 12 Dec 2013 14:46:48 +0000 Subject: [PATCH 15/24] add fish daydream --- metadata/com.ten15.diyfish.txt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 metadata/com.ten15.diyfish.txt diff --git a/metadata/com.ten15.diyfish.txt b/metadata/com.ten15.diyfish.txt new file mode 100644 index 0000000000..d83ccd9146 --- /dev/null +++ b/metadata/com.ten15.diyfish.txt @@ -0,0 +1,26 @@ +Categories:System +License:MIT +Web Site: +Source Code:https://github.com/awilliams/fish +Issue Tracker:https://github.com/awilliams/fish/issues + +Auto Name:Fish +Summary:Screensaver +Description: +Fish daydream. Need to enable daydreams first. +. + +Repo Type:git +Repo:https://github.com/awilliams/fish.git + +Build:1.0,2 + commit=10089 + subdir=DIYFish/src/main + target=android-19 + prebuild=echo 'source.dir=java' >ant.properties + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.0 +Current Version Code:2 + From 1595492d7657eae0bb89ba1a00560f082db8b0be Mon Sep 17 00:00:00 2001 From: David Black Date: Thu, 12 Dec 2013 18:11:20 +0000 Subject: [PATCH 16/24] 3 new apps --- .../com.elsewhat.android.currentwallpaper.txt | 23 +++++++++++++++++ metadata/com.kyakujin.android.tagnotepad.txt | 24 ++++++++++++++++++ metadata/com.ultramegatech.ey.txt | 25 +++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 metadata/com.elsewhat.android.currentwallpaper.txt create mode 100644 metadata/com.kyakujin.android.tagnotepad.txt create mode 100644 metadata/com.ultramegatech.ey.txt diff --git a/metadata/com.elsewhat.android.currentwallpaper.txt b/metadata/com.elsewhat.android.currentwallpaper.txt new file mode 100644 index 0000000000..1dca62e677 --- /dev/null +++ b/metadata/com.elsewhat.android.currentwallpaper.txt @@ -0,0 +1,23 @@ +Categories:Wallpaper +License:Apache2 +Web Site: +Source Code:https://github.com/elsewhat/com.elsewhat.android.currentwallpaper +Issue Tracker:https://github.com/elsewhat/com.elsewhat.android.currentwallpaper/issues + +Auto Name:Current Wallpaper +Summary:Display wallpapers as standalone +Description: +No description available +. + +Repo Type:git +Repo:https://github.com/elsewhat/com.elsewhat.android.currentwallpaper.git + +Build:1.0,2 + commit=f9cc + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.0 +Current Version Code:2 + diff --git a/metadata/com.kyakujin.android.tagnotepad.txt b/metadata/com.kyakujin.android.tagnotepad.txt new file mode 100644 index 0000000000..68073926e5 --- /dev/null +++ b/metadata/com.kyakujin.android.tagnotepad.txt @@ -0,0 +1,24 @@ +Categories:Office +License:Apache2 +Web Site:https://github.com/Kyakujin/TagNotepad +Source Code:https://github.com/Kyakujin/TagNotepad +Issue Tracker:https://github.com/Kyakujin/TagNotepad/issues + +Auto Name:TAG Notepad +Summary:Tag-based notebook +Description: +No description available +. + +Repo Type:git +Repo:https://github.com/Kyakujin/TagNotepad.git + +Build:1.0.2,3 + commit=5f68 + srclibs=1:ActionBarSherlock@4.4.0 + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.0.2 +Current Version Code:3 + diff --git a/metadata/com.ultramegatech.ey.txt b/metadata/com.ultramegatech.ey.txt new file mode 100644 index 0000000000..c66966e7d0 --- /dev/null +++ b/metadata/com.ultramegatech.ey.txt @@ -0,0 +1,25 @@ +Categories:Science & Education +License:MIT +Web Site:http://ultramegasoft.com +Source Code:https://github.com/ultramega/elementary +Issue Tracker:https://github.com/ultramega/elementary/issues +Donate:http://ey.ultramegatech.com/donate + +Auto Name:Elementary +Summary:Periodic table of elements +Description: +Tap the element to see info and access videos and +Wikipedia articles. +. + +Repo Type:git +Repo:https://github.com/ultramega/elementary.git + +Build:0.1.5,6 + commit=eecdec + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:0.1.5 +Current Version Code:6 + From 6762c0334e75c7f5b7b7853c78f2628c64944c3c Mon Sep 17 00:00:00 2001 From: David Black Date: Thu, 12 Dec 2013 19:18:23 +0000 Subject: [PATCH 17/24] 3 new apps --- build/extlib/cooper.ic_launcher.png | Bin 0 -> 5813 bytes metadata/com.dconstructing.cooper.txt | 51 ++++++++++++++++++++ metadata/com.dje.openwifinetworkremover.txt | 25 ++++++++++ metadata/com.wentam.defcol.txt | 26 ++++++++++ metadata/monakhv.android.samlib.txt | 23 +++++++++ 5 files changed, 125 insertions(+) create mode 100644 build/extlib/cooper.ic_launcher.png create mode 100644 metadata/com.dconstructing.cooper.txt create mode 100644 metadata/com.dje.openwifinetworkremover.txt create mode 100644 metadata/com.wentam.defcol.txt create mode 100644 metadata/monakhv.android.samlib.txt diff --git a/build/extlib/cooper.ic_launcher.png b/build/extlib/cooper.ic_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..26bc3be4d3859f96614e3289ffaa88c426d081f4 GIT binary patch literal 5813 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 literal 0 HcmV?d00001 diff --git a/metadata/com.dconstructing.cooper.txt b/metadata/com.dconstructing.cooper.txt new file mode 100644 index 0000000000..a2622b0b59 --- /dev/null +++ b/metadata/com.dconstructing.cooper.txt @@ -0,0 +1,51 @@ +Categories:Development +License:GPLv3 +Web Site:http://dconstructing.com +Source Code:https://github.com/losttime/cooper +Issue Tracker:https://github.com/losttime/cooper/issues + +Auto Name:Cooper +Summary:Remote file editing +Description: +Edit files on your linux machine, even when you're on the go. +Cooper provides a touch interface for SSH, making it easy to log in to a +servers and edit files. +Make simple code/configuration changes without squinting at a tiny terminal +and using a special keyboard. + +Cooper does: +* Allow password based login to SSH servers +* Let you traverse the directory structure on SSH servers +* Let you open and edit files on SSH servers +* Save a list of your SSH servers (for easy access) + +This app is being developed to make remote software/web-app development easier, +so future improvements will include tablet optimized layouts, a touch optimized +command execution interface (menu based with support for custom commands), and +a mechanism for jumping between open files. + +Cooper does not: +* Allow command execution +* Provide root/sudo support +* Save your SSH password +* Support non-standard SSH ports + +Status: Beta. +. + +Repo Type:git +Repo:https://github.com/losttime/cooper.git + +Build:1.1,2 + commit=v1.1 + subdir=cooper + extlibs=cooper.ic_launcher.png + prebuild=mkdir src/main/res/drawable && \ + mv libs/cooper.ic_launcher.png src/main/res/drawable/ic_launcher.png + gradle=yes + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:1.1 +Current Version Code:2 + diff --git a/metadata/com.dje.openwifinetworkremover.txt b/metadata/com.dje.openwifinetworkremover.txt new file mode 100644 index 0000000000..cb3f853ed0 --- /dev/null +++ b/metadata/com.dje.openwifinetworkremover.txt @@ -0,0 +1,25 @@ +Categories:Internet +License:GPLv3 +Web Site: +Source Code:https://github.com/duncanje/android-open-wifi-network-remover +Issue Tracker:https://github.com/duncanje/android-open-wifi-network-remover/issues + +Auto Name:Open WiFi Cleaner +Summary:Forget open access points +Description: +No description available +. + +Repo Type:git +Repo:https://github.com/duncanje/android-open-wifi-network-remover.git + +Build:0.1.5,15 + commit=0.1.5 + srclibs=1:Support-v7@android-4.3_r2.1 + prebuild=mv dependencies/android-settings-goodies-0.2/libs/android-support-v4.jar $$Support-v7$$/libs/ + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:0.1.5 +Current Version Code:15 + diff --git a/metadata/com.wentam.defcol.txt b/metadata/com.wentam.defcol.txt new file mode 100644 index 0000000000..a063f1a93b --- /dev/null +++ b/metadata/com.wentam.defcol.txt @@ -0,0 +1,26 @@ +Categories:Office +License:Apache2 +Web Site:http://wentam.com +Source Code:https://github.com/wentam/DefCol +Issue Tracker:https://github.com/wentam/DefCol/issues + +Auto Name:DefCol +Summary:Palette and color manager +Description: +Allows you to create palettes (color swatches/schemes) with the radial +palette, and edit them with a color picker. The color picker will also scale +to the size of your screen. +You can also connect DefCol to your computer to make those palettes useful. +. + +Repo Type:git +Repo:https://github.com/wentam/DefCol.git + +Build:0.9.10,6 + commit=f1e38 + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:0.9.10 +Current Version Code:6 + diff --git a/metadata/monakhv.android.samlib.txt b/metadata/monakhv.android.samlib.txt new file mode 100644 index 0000000000..d766aa6e76 --- /dev/null +++ b/metadata/monakhv.android.samlib.txt @@ -0,0 +1,23 @@ +Categories:Reading +License:Apache2 +Web Site:http://groups.google.com/group/samlib-info +Source Code:https://github.com/monakhv/samlib-Info +Issue Tracker:https://github.com/monakhv/samlib-Info/issues + +Auto Name:SamLib Инфо +Summary:Track new Russian publications +Description: +New publications on samlib.ru site. +. + +Repo Type:git +Repo:https://github.com/monakhv/samlib-Info.git + +Build:3.1.9,19 + commit=V3.1.9 + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:3.1.9 +Current Version Code:19 + From 056fc19a72b440901812148e43139500b0f16456 Mon Sep 17 00:00:00 2001 From: David Black Date: Fri, 13 Dec 2013 10:53:06 +0000 Subject: [PATCH 18/24] 4 new apps --- metadata/com.nesswit.galbijjimsearcher.txt | 28 ++++++++++++++++++ metadata/com.scar45.aokp.co.webviewer.txt | 26 +++++++++++++++++ .../de.koelle.christian.trickytripper.txt | 29 +++++++++++++++++++ metadata/de.markusfisch.android.wavelines.txt | 23 +++++++++++++++ srclibs/ProgressFragment.txt | 5 ++++ 5 files changed, 111 insertions(+) create mode 100644 metadata/com.nesswit.galbijjimsearcher.txt create mode 100644 metadata/com.scar45.aokp.co.webviewer.txt create mode 100644 metadata/de.koelle.christian.trickytripper.txt create mode 100644 metadata/de.markusfisch.android.wavelines.txt create mode 100644 srclibs/ProgressFragment.txt diff --git a/metadata/com.nesswit.galbijjimsearcher.txt b/metadata/com.nesswit.galbijjimsearcher.txt new file mode 100644 index 0000000000..26a71fe622 --- /dev/null +++ b/metadata/com.nesswit.galbijjimsearcher.txt @@ -0,0 +1,28 @@ +Categories:Multimedia +License:Apache2 +Web Site: +Source Code:https://github.com/rishubil/GalbijjimSearcher +Issue Tracker:https://github.com/rishubil/GalbijjimSearcher/issues + +Auto Name:Galbijjim Searcher +Summary:Search images from the web +Description: +No description available +. + +Repo Type:git +Repo:https://github.com/rishubil/GalbijjimSearcher.git + +Build:1.2.1.0,7 + commit=7d796 + subdir=GalbijjimSearcher + srclibs=2:PullToRefresh@v2.1.1;5:ProgressFragment@1.4.0 + prebuild=cp ../lib-actionbarsherlock/libs/android-support-v4.jar $$ProgressFragment$$/libs/ && \ + mv src/com/nesswit/galbijjimsearcher/DeviceData.java v.java && \ + perl -CD -pe 'tr/\x{feff}//d' v.java > src/com/nesswit/galbijjimsearcher/DeviceData.java + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.2.1.0 +Current Version Code:7 + diff --git a/metadata/com.scar45.aokp.co.webviewer.txt b/metadata/com.scar45.aokp.co.webviewer.txt new file mode 100644 index 0000000000..434113c12f --- /dev/null +++ b/metadata/com.scar45.aokp.co.webviewer.txt @@ -0,0 +1,26 @@ +Categories:Internet +License:GPLv3 +Web Site:http://aokp.co +Source Code:https://github.com/scar45/aokp-co-webviewer +Issue Tracker:https://github.com/scar45/aokp-co-webviewer/issues +Donate:http://aokp.co/donate + +Auto Name:AOKP.co +Summary:Wrapper for AOKP website +Description: +AOKP is a custom ROM; there you get access to galleries and +screenshots. +. + +Repo Type:git +Repo:https://github.com/scar45/aokp-co-webviewer.git + +Build:1.0,2 + commit=37060d46ce49 + update=force + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.0 +Current Version Code:2 + diff --git a/metadata/de.koelle.christian.trickytripper.txt b/metadata/de.koelle.christian.trickytripper.txt new file mode 100644 index 0000000000..ab0331a366 --- /dev/null +++ b/metadata/de.koelle.christian.trickytripper.txt @@ -0,0 +1,29 @@ +Categories:Office +License:Apache2 +Web Site:http://tricktripper.blogspot.de +Source Code:https://github.com/koelleChristian/trickytripper +Issue Tracker:https://github.com/koelleChristian/trickytripper/issues + +Auto Name:Tricky Tripper +Summary:Manage travel expenses +Description: +Especially for managing shared expenses +. + +Repo Type:git +Repo:https://github.com/koelleChristian/trickytripper.git + +Build:1.4.2,12 + commit=c1f7c + subdir=trickytripper-app + gradle=yes + srclibs=ActionBarSherlock@4.4.0 + prebuild=echo -e "include ':ActionBarSherlock'\nproject(':ActionBarSherlock').projectDir = new File('$(readlink -f $$ActionBarSherlock$$)')" > settings.gradle && \ + sed -i 's/0.4/0.6+/g;s/:C::Users:ckoelle:Projekte:Android:actionbarsherlock:4.2.0:library/:ActionBarSherlock/g' build.gradle && \ + sed -i 's/16/17/g' AndroidManifest.xml + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.4.2 +Current Version Code:12 + diff --git a/metadata/de.markusfisch.android.wavelines.txt b/metadata/de.markusfisch.android.wavelines.txt new file mode 100644 index 0000000000..5b09aa54c0 --- /dev/null +++ b/metadata/de.markusfisch.android.wavelines.txt @@ -0,0 +1,23 @@ +Categories:Wallpaper +License:MIT +Web Site:http://markusfisch.de +Source Code:https://github.com/markusfisch/WaveLinesWallpaper +Issue Tracker:https://github.com/markusfisch/WaveLinesWallpaper/issues + +Auto Name:Wave Lines +Summary:Wavy wallpaper +Description: +. + +Repo Type:git +Repo:https://github.com/markusfisch/WaveLinesWallpaper.git + +Build:1.2.0,3 + commit=v1.2.0 + init=cat ant.properties >> project.properties + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:1.2.0 +Current Version Code:3 + diff --git a/srclibs/ProgressFragment.txt b/srclibs/ProgressFragment.txt new file mode 100644 index 0000000000..b52c9f7d9d --- /dev/null +++ b/srclibs/ProgressFragment.txt @@ -0,0 +1,5 @@ +Repo Type:git +Repo:https://github.com/johnkil/Android-ProgressFragment +Subdir:progressfragment +Prepare:mkdir libs +Update Project:Yes From e4a340996d1ba8ba429a7961fc9da755333fdd8a Mon Sep 17 00:00:00 2001 From: David Black Date: Fri, 13 Dec 2013 12:37:53 +0000 Subject: [PATCH 19/24] add juggling lab --- metadata/com.jonglen7.jugglinglab.txt | 25 +++++++++++++++++++++++++ srclibs/GreenDroid.txt | 2 ++ srclibs/SuperDryColorPicker.txt | 3 +++ 3 files changed, 30 insertions(+) create mode 100644 metadata/com.jonglen7.jugglinglab.txt create mode 100644 srclibs/SuperDryColorPicker.txt diff --git a/metadata/com.jonglen7.jugglinglab.txt b/metadata/com.jonglen7.jugglinglab.txt new file mode 100644 index 0000000000..b9ec4210dd --- /dev/null +++ b/metadata/com.jonglen7.jugglinglab.txt @@ -0,0 +1,25 @@ +Categories:Games +License:GPLv3 +Web Site:http://jugglinglab.sourceforge.net +Source Code:http://code.google.com/p/jugglinglab/source/list +Issue Tracker:http://code.google.com/p/jugglinglab/issues/list + +Auto Name:Juggling Lab +Summary:Animated juggling patterns +Description: +Based on the desktop software, also called Juggling lab. +. + +Repo Type:git-svn +Repo:http://jugglinglab.googlecode.com/svn/trunk/ + +Build:1.1,3 + commit=251 + init=echo 'target=android-16' > project.properties + srclibs=1:GreenDroid@greendroid-0.2;2:SuperDryColorPicker@5c488 + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.1 +Current Version Code:3 + diff --git a/srclibs/GreenDroid.txt b/srclibs/GreenDroid.txt index c2f7304f8b..5fda97dc88 100644 --- a/srclibs/GreenDroid.txt +++ b/srclibs/GreenDroid.txt @@ -1,3 +1,5 @@ Repo Type:git Repo:https://github.com/cyrilmottier/GreenDroid.git +Subdir:GreenDroid +Prepare:$$SDK$$/tools/android update project -p . -t android-8 diff --git a/srclibs/SuperDryColorPicker.txt b/srclibs/SuperDryColorPicker.txt new file mode 100644 index 0000000000..f415f7975c --- /dev/null +++ b/srclibs/SuperDryColorPicker.txt @@ -0,0 +1,3 @@ +Repo Type:git +Repo:https://github.com/superdry/SuperdryColorPickerLib +Prepare:$$SDK$$/tools/android update project -p . -t android-10 From 2b8b6329a944a89a0197b141ba5d2b48f358ab40 Mon Sep 17 00:00:00 2001 From: David Black Date: Fri, 13 Dec 2013 13:27:26 +0000 Subject: [PATCH 20/24] add smashwords app + srclibs --- .../com.unleashyouradventure.swaccess.txt | 34 +++++++++++++++++++ srclibs/ImageLoader-Novoda.txt | 3 ++ srclibs/Smashwords-API.txt | 3 ++ 3 files changed, 40 insertions(+) create mode 100644 metadata/com.unleashyouradventure.swaccess.txt create mode 100644 srclibs/ImageLoader-Novoda.txt create mode 100644 srclibs/Smashwords-API.txt diff --git a/metadata/com.unleashyouradventure.swaccess.txt b/metadata/com.unleashyouradventure.swaccess.txt new file mode 100644 index 0000000000..75d257da40 --- /dev/null +++ b/metadata/com.unleashyouradventure.swaccess.txt @@ -0,0 +1,34 @@ +Categories:Reading +License:GPLv3 +Web Site:http://unleashyouradventure.com +Source Code:http://code.google.com/p/smashwords-access-for-android/source/list +Issue Tracker:http://code.google.com/p/smashwords-access-for-android/issues/list + +Auto Name:Smashwords Access +Summary:eBook shop +Description: +Unofficial app for smashwords.com, a purveyor of DRM-free and gratis ebooks + +Apps can be loaded directly from the likes of [[org.coolreader]]. +. + +Repo Type:git-svn +Repo:http://smashwords-access-for-android.googlecode.com/svn/trunk/ + +Build:011 beta,11 + commit=25 + subdir=SmashwordsAccess + extlibs=jsoup/jsoup-1.7.2.jar + srclibs=1:ActionBarSherlock@4.4.0;Smashwords-API@51;Google-Gson@1163;ImageLoader-Novoda@imageloader-parent-1.5.0 + prebuild=cp -r $$Smashwords-API$$/src/main/java/com/unleashyouradventure/swapi/ src/com/unleashyouradventure/ && \ + cp -r $$ImageLoader-Novoda$$/src/main/java/com/novoda/ src/com/ && \ + cp -r $$Google-Gson$$/src/main/java/com/google/ src/com/ + +Build:012 beta,12 + disable=not published + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:012 beta +Current Version Code:12 + diff --git a/srclibs/ImageLoader-Novoda.txt b/srclibs/ImageLoader-Novoda.txt new file mode 100644 index 0000000000..13dc1099ca --- /dev/null +++ b/srclibs/ImageLoader-Novoda.txt @@ -0,0 +1,3 @@ +Repo Type:git +Repo:https://github.com/novoda/ImageLoader +Subdir:core diff --git a/srclibs/Smashwords-API.txt b/srclibs/Smashwords-API.txt new file mode 100644 index 0000000000..940a5a7215 --- /dev/null +++ b/srclibs/Smashwords-API.txt @@ -0,0 +1,3 @@ +Repo Type:git-svn +Repo:http://smashwordsapi.googlecode.com/svn/trunk +Subdir:SmashwordsAPI From 309b9619a0668bf7e97d1c26039d742230f429df Mon Sep 17 00:00:00 2001 From: David Black Date: Sat, 14 Dec 2013 13:35:15 +0000 Subject: [PATCH 21/24] descriptions --- metadata/com.euedge.openaviationmap.android.txt | 4 ++-- metadata/com.ruesga.android.wallpapers.photophase.txt | 2 ++ metadata/com.unleashyouradventure.swaccess.txt | 4 ++-- metadata/fr.simon.marquis.preferencesmanager.txt | 4 ++-- metadata/pe.moe.nori.txt | 3 ++- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/metadata/com.euedge.openaviationmap.android.txt b/metadata/com.euedge.openaviationmap.android.txt index b43c481174..283c0bd2fb 100644 --- a/metadata/com.euedge.openaviationmap.android.txt +++ b/metadata/com.euedge.openaviationmap.android.txt @@ -9,8 +9,8 @@ Bitcoin:07a7194397ae0f8d40740488472a43fd Summary:Display aviation maps Description: Part of project to develop an aviation equivalent of OSM. -Downloadable maps are currently limited to Hungary and some other parts of -Central Europe. +Downloadable maps are currently limited to Hungary +at the time of writing. . Repo Type:git-svn diff --git a/metadata/com.ruesga.android.wallpapers.photophase.txt b/metadata/com.ruesga.android.wallpapers.photophase.txt index 0064bcf259..989d930bae 100644 --- a/metadata/com.ruesga.android.wallpapers.photophase.txt +++ b/metadata/com.ruesga.android.wallpapers.photophase.txt @@ -12,6 +12,8 @@ applying transitions and effects. There is an OpenGL issue with one type of chipset in v1.0.6 that can cause the system to crash and the only fix is to uninstall the app. +Note that Android has a 'safe mode' that disables all user-installed apps +at start time, allowing you to uninstall troublesome apps. . Repo Type:git diff --git a/metadata/com.unleashyouradventure.swaccess.txt b/metadata/com.unleashyouradventure.swaccess.txt index 75d257da40..780d8233d6 100644 --- a/metadata/com.unleashyouradventure.swaccess.txt +++ b/metadata/com.unleashyouradventure.swaccess.txt @@ -7,9 +7,9 @@ Issue Tracker:http://code.google.com/p/smashwords-access-for-android/issues/list Auto Name:Smashwords Access Summary:eBook shop Description: -Unofficial app for smashwords.com, a purveyor of DRM-free and gratis ebooks +Unofficial app for smashwords.com, a purveyor of DRM-free and gratis ebooks. -Apps can be loaded directly from the likes of [[org.coolreader]]. +Books can be loaded directly from Cool reader, FBReader or Pageturner . Repo Type:git-svn diff --git a/metadata/fr.simon.marquis.preferencesmanager.txt b/metadata/fr.simon.marquis.preferencesmanager.txt index 1a48e0719e..78a8ab3091 100644 --- a/metadata/fr.simon.marquis.preferencesmanager.txt +++ b/metadata/fr.simon.marquis.preferencesmanager.txt @@ -26,7 +26,7 @@ Build:1.4,15 prebuild=mv libs/android-support-v4.jar $$Support-v7$$/libs/ Build:1.5,16 - commit=d4b752b + commit=v1.5 disable=crashes: android.view.InflateException: Binary XML file line #49: Error inflating class fr.simon.marquis.preferencesmanager.roboto.RobotoTextView subdir=PreferencesManager rm=PreferencesManager/assets;Resources;PreferencesManager/libs/rootfw.jar @@ -34,7 +34,7 @@ Build:1.5,16 prebuild=mv libs/android-support-v4.jar $$Support-v7$$/libs/ Auto Update Mode:None -Update Check Mode:RepoManifest +Update Check Mode:Tags Current Version:1.5 Current Version Code:16 diff --git a/metadata/pe.moe.nori.txt b/metadata/pe.moe.nori.txt index d4f20b02fd..f79ebe65eb 100644 --- a/metadata/pe.moe.nori.txt +++ b/metadata/pe.moe.nori.txt @@ -10,7 +10,8 @@ Summary:Online gallery viewer Description: Connect to Danbooru image galleries and browse by tags (A swipe from the side reveals the action bar). -The Safebooru site is preloaded which shows Anime images. +The safebooru.org site is preloaded which shows Anime images +that are generally 'safe for work'. A proprietary analytics library was removed. . From b8263162223f81583cd11619ed1248308ec7d160 Mon Sep 17 00:00:00 2001 From: David Black Date: Sat, 14 Dec 2013 13:47:17 +0000 Subject: [PATCH 22/24] new app frex --- metadata/nf.frex.android.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 metadata/nf.frex.android.txt diff --git a/metadata/nf.frex.android.txt b/metadata/nf.frex.android.txt new file mode 100644 index 0000000000..ac96633c9c --- /dev/null +++ b/metadata/nf.frex.android.txt @@ -0,0 +1,30 @@ +Categories:Science & Education +License:GPLv3 +Web Site:http://code.google.com/p/frex-app +Source Code:http://code.google.com/p/frex-app/source/list +Issue Tracker:http://code.google.com/p/frex-app/issues/list + +Auto Name:Frex +Summary:Fractal viewer +Description: +Generate unusual fractals such as Burning Ship and Odd Onion. +The [http://code.google.com/p/frex-app/wiki/FrexExamples gallery] +has some amazing examples which can be opened via the app, since they have the +.frex extension. +. + +Repo Type:git +Repo:https://code.google.com/p/frex-app/ + +Build:1.2.2,10 + commit=196d7c + rm=materials + +Build:1.3,11 + disable=not published + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.3 +Current Version Code:11 + From a282d3179d1a36ae2cbca44660e3a103a5ee4c41 Mon Sep 17 00:00:00 2001 From: David Black Date: Sat, 14 Dec 2013 14:04:45 +0000 Subject: [PATCH 23/24] new app duckduckgo --- metadata/com.duckduckgo.mobile.android.txt | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 metadata/com.duckduckgo.mobile.android.txt diff --git a/metadata/com.duckduckgo.mobile.android.txt b/metadata/com.duckduckgo.mobile.android.txt new file mode 100644 index 0000000000..bf1c4ae198 --- /dev/null +++ b/metadata/com.duckduckgo.mobile.android.txt @@ -0,0 +1,34 @@ +Categories:Internet +License:Apache2 +Web Site:https://ddg.gg +Source Code:https://github.com/duckduckgo/android +Issue Tracker:https://github.com/duckduckgo/android/issues + +Auto Name:DuckDuckGo +Summary:Search widget +Description: +Search the web via duckduckgo.com, a search engine that's focussed +on privacy. + +The app also works like a news reader, showing popular stories from a +customizable list of websites, until you enter a query. + +Works with [[org.torproject.android]]. +. + +Repo Type:git +Repo:https://github.com/duckduckgo/android.git + +Build:2.1.1,52 + commit=v2.1.1 + srclibs=1:NetCipher@4fe34ede3f44d968e55 + +Maintainer Notes: +Uses submodules which can be used to check library commit +. + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:2.1.1 +Current Version Code:52 + From 8e9d0517cc45a2e2f187007b63b42c472909692c Mon Sep 17 00:00:00 2001 From: David Black Date: Sat, 14 Dec 2013 20:07:30 +0000 Subject: [PATCH 24/24] 3 apps (1 disabled until build-tools update) --- metadata/com.bri1.soundbored.txt | 26 ++++++++++++++ metadata/com.cr5315.cfdc.txt | 32 +++++++++++++++++ metadata/com.tkjelectronics.balanduino.txt | 41 ++++++++++++++++++++++ 3 files changed, 99 insertions(+) create mode 100644 metadata/com.bri1.soundbored.txt create mode 100644 metadata/com.cr5315.cfdc.txt create mode 100644 metadata/com.tkjelectronics.balanduino.txt diff --git a/metadata/com.bri1.soundbored.txt b/metadata/com.bri1.soundbored.txt new file mode 100644 index 0000000000..4e141871b4 --- /dev/null +++ b/metadata/com.bri1.soundbored.txt @@ -0,0 +1,26 @@ +Categories:Multimedia +License:GPLv3 +Web Site: +Source Code:https://github.com/nezvadovitz/soundbored +Issue Tracker:https://github.com/nezvadovitz/soundbored/issues + +Auto Name:Instant Sound Effects +Summary:Comedy soundboard +Description: +Play various sound effects, each indicating that you're bored; +including rim-shots and crickets. +In other words, it's a sound-bored (''trombone sound''). +. + +Repo Type:git +Repo:https://github.com/nezvadovitz/soundbored.git + +Build:2.0,3 + commit=42ed + extlibs=android/android-support-v4.jar + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:2.0 +Current Version Code:3 + diff --git a/metadata/com.cr5315.cfdc.txt b/metadata/com.cr5315.cfdc.txt new file mode 100644 index 0000000000..61850cc0de --- /dev/null +++ b/metadata/com.cr5315.cfdc.txt @@ -0,0 +1,32 @@ +Categories:Office +License:GPLv3 +Web Site:http://cr5315.com +Source Code:https://github.com/cr5315/countdown-for-dashclock +Issue Tracker:https://github.com/cr5315/countdown-for-dashclock/issues + +Auto Name:Countdown for DashClock +Summary:Countdown on the lock screen +Description: +Extension for [[net.nurik.roman.dashclock]] that displays the time +remaining until an event. +. + +Repo Type:git +Repo:https://github.com/cr5315/countdown-for-dashclock.git + +Build:1.3.1,16 + commit=d88d06 + rm=libs/dashclock-api-r2.0.jar + extlibs=android/android-support-v4.jar + srclibs=DashClock@ecb5a191880 + prebuild=echo 'source.dir=src;$$DashClock$$/api/src/main/java;$$DashClock$$/api/src/main/aidl' >> project.properties + +Maintainer Notes: +There are tags, but not up to date. +. + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:1.3.1 +Current Version Code:16 + diff --git a/metadata/com.tkjelectronics.balanduino.txt b/metadata/com.tkjelectronics.balanduino.txt new file mode 100644 index 0000000000..6c40f85f04 --- /dev/null +++ b/metadata/com.tkjelectronics.balanduino.txt @@ -0,0 +1,41 @@ +Categories:Development +License:GPL +Web Site:http://www.balanduino.net +Source Code:https://github.com/TKJElectronics/BalanduinoAndroidApp +Issue Tracker:https://github.com/TKJElectronics/BalanduinoAndroidApp/issues + +Auto Name:Balanduino +Summary:Controller for a robot +Description: +For the [http://www.kickstarter.com/projects/tkjelectronics/balanduino-balancing-robot-kit Balanduino]: +a kit for a fully-FOSS, arduino-compatible, balancing robot. + +There are two versions: one with usb OTG (for uploading firmware) and one without. +. + +Repo Type:git +Repo:https://github.com/TKJElectronics/BalanduinoAndroidApp.git + +Build:0.5.0-basic,1000050 + commit=0.5.0 + disable=targets java 1.7 so must use build-tools 19 + submodules=yes + gradle=basic + prebuild=sed -i "6,7d;45 i \\\tversionName = project.versionName + '-basic'" build.gradle + +Build:0.5.0-usb,1200050 + commit=0.5.0 + disable=targets java 1.7 so must use build-tools 19 + submodules=yes + gradle=usb + prebuild=sed -i "6,7d;49 i \\\tversionName = project.versionName + '-usb'" build.gradle + +Maintainer Notes: +Tags/RM UCM don't work as version info is in build.gradle. +. + +Auto Update Mode:None +Update Check Mode:None +Current Version:0.5.0 +Current Version Code:12000050 +