From eda35e1bfc9890d72b1e52974c2f69ad94c230c3 Mon Sep 17 00:00:00 2001 From: David Black Date: Sat, 3 Nov 2012 18:07:15 +0000 Subject: [PATCH 1/6] add flattr, bitcoin, and update check mode to template --- metadata/template | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/metadata/template b/metadata/template index fbc6619d30..b3a9f676ed 100644 --- a/metadata/template +++ b/metadata/template @@ -4,10 +4,15 @@ Web Site: Source Code: Issue Tracker: Donate: +FlattrID: +Bitcoin: -Summary: +Summary:This is a summary Description: - +This +is +a +description . Repo Type: @@ -15,3 +20,5 @@ Repo: Build Version:name,code,commit/tag/revision +Update Check Mode: + From d3992bc379d2b68e79497cafed2a7538a2623c57 Mon Sep 17 00:00:00 2001 From: David Black Date: Sat, 3 Nov 2012 22:14:11 +0000 Subject: [PATCH 2/6] new recipe disabled sl4a --- metadata/com.googlecode.android_scripting.txt | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 metadata/com.googlecode.android_scripting.txt diff --git a/metadata/com.googlecode.android_scripting.txt b/metadata/com.googlecode.android_scripting.txt new file mode 100644 index 0000000000..4d1f8ded37 --- /dev/null +++ b/metadata/com.googlecode.android_scripting.txt @@ -0,0 +1,26 @@ +Disabled:Build problems +Category:Development +License:Apache2 +Web Site:http://code.google.com/p/android-scripting +Source Code:http://code.google.com/p/android-scripting/source/browse +Issue Tracker:http://code.google.com/p/android-scripting/issues/list +Donate: + +Summary:Scripting layer for Android +Description: +. + +Repo Type:srclib +Repo:SL4A:android + +#Dexclass loaders and build errors; wiki says import all the projects but I think these should do +Build Version:6,600,46da9687be62,buildjni=yes,subdir=ScriptingLayerForAndroid,update=.;../QuickAction,\ +srclibs=NoAnalytics@158a4a,prebuild=\ +echo "android.library.reference.2=$$NoAnalytics$$" >> project.properties && \ +rm -f ../Common/libs/libGoogleAnalytics.jar libs/libGoogleAnalytics.jar \ +../ScriptForAndroidTemplate/libs/libGoogleAnalytics.jar && \ +cp -r ../Common/src/* src/ && cp ../Common/libs/* libs/ && \ +cp -r ../BluetoothFacade/src/* src/ && cp -r ../InterpreterForAndroid/src/* src/ && \ +cp -r ../SignalStrengthFacade/src/* src/ && cp -r ../TextToSpeechFacade/src/* src/ && \ +cp -r ../Utils/src/* src/ && cp -r ../WebCamFacade/src/* src/ + From b103ce14b8c22f88579ac620a40e7228e0d680bc Mon Sep 17 00:00:00 2001 From: David Black Date: Sat, 3 Nov 2012 23:35:30 +0000 Subject: [PATCH 3/6] new recipe, disabled (app not released) , informacam --- metadata/org.witness.informacam.txt | 38 +++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 metadata/org.witness.informacam.txt diff --git a/metadata/org.witness.informacam.txt b/metadata/org.witness.informacam.txt new file mode 100644 index 0000000000..fbe85c7d20 --- /dev/null +++ b/metadata/org.witness.informacam.txt @@ -0,0 +1,38 @@ +Disabled:App isn't released yet +Category:Multimedia +License:GPL +Web Site:https://guardianproject.info/apps/informacam +Source Code:https://github.com/guardianproject/InformaCam +Issue Tracker:https://github.com/guardianproject/InformaCam/issues + +Summary:Image redactor +Description: +InformaCam is a plugin for ObscuraCam that allows the user, without much intervention on their own part, +to inflate image and video with extra points of data, or metadata. The metadata includes information like +the user’s current GPS coordinates, altitude, compass bearing, light meter readings, the signatures of +neighboring devices, cell towers, and wifi networks; and serves to shed light on the exact circumstances +and contexts under which the digital image was taken. Some users will already be familiar with ObscuraCam, +which allows for capturing and digitally manipulating media. With InformaCam included, the app starts to +behave almost like Adobe Photoshop or GIMP, supporting non-destructive, layer-based edits to media. This +means that a version of an image can be created with any sensitive image data and metadata preserved and +encrypted to trusted entities, along with a redacted version that has its metadata stripped which can be +easily shared. +. + +Repo Type:git +Repo:https://github.com/guardianproject/InformaCam.git + +Build Version:1.0,1,d20d57b8a3,buildjni=yes,srclibs=FFMPEG-Java@5427fe5e;IOCipher@56a23bbdfa,prebuild=\ +cp -r $$FFMPEG-Java$$ FFMPEG-Java && cp -r $$IOCipher$$ IOCipher && \ +sed -i 's@\(android.library.reference.1=\).*@\1FFMPEG-Java@' project.properties && \ +sed -i 's@\(android.library.reference.2=\).*@\1IOCipher@' project.properties && \ +export NDK_BASE=$$NDK$$ && cd FFMPEG-Java && git submodule update --init --recursive && \ +cd external/android-ffmpeg && sed -i 's/make -j4/make -j2/g' make_* && \ +./configure_make_everything.sh && cd ../../../IOCipher && \ +git submodule init && git submodule update && sed -i 's/make -j4/make -j2/g' external/Makefile && \ +make -C external && ndk-build + +Update Check Mode:None +Current Version:1.0 +Current Version Code:1 + From 62a5d0cdd17639569e59a54f567545be4ae73050 Mon Sep 17 00:00:00 2001 From: David Black Date: Sat, 3 Nov 2012 23:44:15 +0000 Subject: [PATCH 4/6] about logs in jellybean not being accessible by log readers --- metadata/com.nolanlawson.logcat.txt | 2 ++ metadata/org.jtb.alogcat.txt | 3 +++ 2 files changed, 5 insertions(+) diff --git a/metadata/com.nolanlawson.logcat.txt b/metadata/com.nolanlawson.logcat.txt index bba7fd70ff..382af84e23 100644 --- a/metadata/com.nolanlawson.logcat.txt +++ b/metadata/com.nolanlawson.logcat.txt @@ -10,6 +10,8 @@ Description: CatLog shows a scrolling (tailed) view of the Android "Logcat" system log, hence the goofy name. It also allows you to record logs in real time, send logs via email, and filter using a variety of criteria. It has a widget, can record logs in the background and has useful colour coding. + +It wont work on Android 4.1+ without root access, since apps are not allowed to access each other's logs. . Repo Type:git diff --git a/metadata/org.jtb.alogcat.txt b/metadata/org.jtb.alogcat.txt index a27ca87f31..7972588fcb 100644 --- a/metadata/org.jtb.alogcat.txt +++ b/metadata/org.jtb.alogcat.txt @@ -10,6 +10,9 @@ An app equivalent of logcat from the terminal. You can filter by importance in the settings: see only errors or view general debugging info. The result can then be filtered by keyword so if an app has problems you can send just the relevant logs to the developer. But watch out, the filter remains in place unless you remove it! + +It might not work on Android 4.1+, since apps are not allowed to access each other's logs. In custom ROMs +with root access it should still probably work. . Repo Type:git-svn From 7fe7a1cf0828e0f8f9ee906b2e04d0e2078ed996 Mon Sep 17 00:00:00 2001 From: David Black Date: Sat, 3 Nov 2012 23:46:59 +0000 Subject: [PATCH 5/6] oi filemanager is no longer in cyanogenmod --- metadata/org.openintents.filemanager.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata/org.openintents.filemanager.txt b/metadata/org.openintents.filemanager.txt index 6f479a595a..7f66fe83ea 100644 --- a/metadata/org.openintents.filemanager.txt +++ b/metadata/org.openintents.filemanager.txt @@ -5,14 +5,14 @@ Source Code:https://github.com/openintents/filemanager Issue Tracker:http://code.google.com/p/openintents/issues/list Donate:http://www.openintents.org/en/contribute -Summary:File Manager +Summary:File manager Description: The OpenIntents file manager allows you to browse your SD card, create directories, rename, move, and delete files. It also acts as an extension to other applications to display "Open" and "Save" dialogs. -Note that this is included in Cyanogenmod as a system application, so if you are running that -you will not be able to upgrade without first manually removing (as root) the existing version. +Note that this is included in older versions of Cyanogenmod as a system application, so +you will not be able to upgrade it without first manually removing (as root) the existing version. . #Repo Type:srclib From a5d4ae3428766d84944b430c11f7f44eb574d901 Mon Sep 17 00:00:00 2001 From: David Black Date: Sat, 3 Nov 2012 23:50:54 +0000 Subject: [PATCH 6/6] typos --- metadata/com.fivasim.antikythera.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/com.fivasim.antikythera.txt b/metadata/com.fivasim.antikythera.txt index 4d8bb59f77..a5db9d7c60 100644 --- a/metadata/com.fivasim.antikythera.txt +++ b/metadata/com.fivasim.antikythera.txt @@ -9,8 +9,8 @@ Summary:Model of an ancient mechanism Description: The extraordinary "Antikythera Mechanism" is the oldest known complex scientific calculator, and it was built in Ancient Greece. Although it was -built around 150-100BC it's degree of mechanical sophistication is comparable -to a 19th century Swiss clock +built around 150-100BC its degree of mechanical sophistication is comparable +to a 19th century Swiss clock. . Repo Type:git