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 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/ + 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 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 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 + 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: +