Merge commit 'refs/merge-requests/293' of gitorious.org:f-droid/fdroiddata
This commit is contained in:
commit
eae444829c
23
metadata/be.norio.randomapp.txt
Normal file
23
metadata/be.norio.randomapp.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
Categories:System
|
||||
License:GPLv3
|
||||
Web Site:
|
||||
Source Code:https://github.com/litrik/be.norio.randomapp
|
||||
Issue Tracker:https://github.com/litrik/be.norio.randomapp/issues
|
||||
|
||||
Auto Name:Random App
|
||||
Summary:Launch a random app
|
||||
Description:
|
||||
No description available
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/litrik/be.norio.randomapp.git
|
||||
|
||||
Build:1.0,1
|
||||
commit=0ac31
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
|
@ -5,7 +5,7 @@ Source Code:https://github.com/rafi-kamal/Bangla-Dictionary
|
|||
Issue Tracker:https://github.com/rafi-kamal/Bangla-Dictionary/issues
|
||||
|
||||
Auto Name:Ridmik Dictionary
|
||||
Summary:Bengali-English Dictionary
|
||||
Summary:English-Bengali Dictionary
|
||||
Description:
|
||||
Based on ankur.org's database. More info
|
||||
[http://www.bengalinux.org/english-to-bengali-dictionary/about.htm here].
|
||||
|
|
38
metadata/com.android.camera2.txt
Normal file
38
metadata/com.android.camera2.txt
Normal file
|
@ -0,0 +1,38 @@
|
|||
Category:Multimedia
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/CyanogenMod/android_packages_apps_Camera2
|
||||
Issue Tracker:http://code.google.com/p/android/issues/list?can=2&q=camera&colspec=ID+Type+Status+Owner+Summary+Stars&cells=tiles
|
||||
|
||||
Summary:Stock camera
|
||||
Description:
|
||||
This is the camera2 package which is a new package in Android 4.4,
|
||||
but it's compatible with Android 4.0.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://android.googlesource.com/platform/packages/apps/Camera2
|
||||
|
||||
Build:4.4.2,1
|
||||
commit=android-4.4.2_r1
|
||||
target=android-19
|
||||
extlibs=android/android-support-v13.jar
|
||||
srclibs=Xmp@android-4.4.2_r1
|
||||
patch=build.xml_1.patch
|
||||
rm=tests
|
||||
prebuild=cp -r $$Xmp$$ . && \
|
||||
echo -e 'source.dir=src_pd;src_pd_gcam;src;Xmp/XMPCore/src\nversion.name=4.4.2\nversion.code=1' >> ant.properties && \
|
||||
echo 'APP_ABI := all' >> jni/Application.mk
|
||||
buildjni=yes
|
||||
|
||||
Maintainer Notes:
|
||||
You could alway switch this to Cyanogenmod or OmniROM but at the moment they are very similar
|
||||
See version.mk for their version scheme
|
||||
|
||||
build.xml patches are hairy; one can also use custom_rules.xml
|
||||
.
|
||||
|
||||
Update Check Mode:None
|
||||
Current Version:4.2.1
|
||||
Current Version Code:1
|
||||
|
104
metadata/com.android.camera2/build.xml_1.patch
Normal file
104
metadata/com.android.camera2/build.xml_1.patch
Normal file
|
@ -0,0 +1,104 @@
|
|||
diff --git a/build.xml b/build.xml
|
||||
index 5a8eefa..a7f41d8 100644
|
||||
--- a/build.xml
|
||||
+++ b/build.xml
|
||||
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
-<project name="com.android.camera2" default="help">
|
||||
+<project name="Camera2" default="help">
|
||||
|
||||
<!-- The local.properties file is created and updated by the 'android' tool.
|
||||
It contains the path to the SDK. It should *NOT* be checked into
|
||||
Version Control Systems. -->
|
||||
- <property file="local.properties" />
|
||||
+ <loadproperties srcFile="local.properties" />
|
||||
|
||||
<!-- The ant.properties file can be created by you. It is only edited by the
|
||||
'android' tool to add properties to it.
|
||||
@@ -28,15 +28,6 @@
|
||||
-->
|
||||
<property file="ant.properties" />
|
||||
|
||||
- <!-- if sdk.dir was not set from one of the property file, then
|
||||
- get it from the ANDROID_HOME env var.
|
||||
- This must be done before we load project.properties since
|
||||
- the proguard config can use sdk.dir -->
|
||||
- <property environment="env" />
|
||||
- <condition property="sdk.dir" value="${env.ANDROID_HOME}">
|
||||
- <isset property="env.ANDROID_HOME" />
|
||||
- </condition>
|
||||
-
|
||||
<!-- The project.properties file is created and updated by the 'android'
|
||||
tool, as well as ADT.
|
||||
|
||||
@@ -50,23 +41,56 @@
|
||||
|
||||
<!-- quick check on sdk.dir -->
|
||||
<fail
|
||||
- message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
|
||||
+ message="sdk.dir is missing. Make sure to generate local.properties using 'android update project'"
|
||||
unless="sdk.dir"
|
||||
/>
|
||||
|
||||
- <!--
|
||||
- Import per project custom build rules if present at the root of the project.
|
||||
- This is the place to put custom intermediary targets such as:
|
||||
- -pre-build
|
||||
- -pre-compile
|
||||
- -post-compile (This is typically used for code obfuscation.
|
||||
- Compiled code location: ${out.classes.absolute.dir}
|
||||
- If this is not done in place, override ${out.dex.input.absolute.dir})
|
||||
- -post-package
|
||||
- -post-build
|
||||
- -pre-clean
|
||||
- -->
|
||||
- <import file="custom_rules.xml" optional="true" />
|
||||
+
|
||||
+<!-- extension targets. Uncomment the ones where you want to do custom work
|
||||
+ in between standard targets -->
|
||||
+<!--
|
||||
+ <target name="-pre-build">
|
||||
+ </target>
|
||||
+ <target name="-pre-compile">
|
||||
+ </target>
|
||||
+
|
||||
+ /* This is typically used for code obfuscation.
|
||||
+ Compiled code location: ${out.classes.absolute.dir}
|
||||
+ If this is not done in place, override ${out.dex.input.absolute.dir} */
|
||||
+ <target name="-post-compile">
|
||||
+ </target>
|
||||
+-->
|
||||
+
|
||||
+ <!-- Puts the project's resources into the output package file
|
||||
+ This actually can create multiple resource package in case
|
||||
+ Some custom apk with specific configuration have been
|
||||
+ declared in default.properties.
|
||||
+ -->
|
||||
+ <target name="-package-resources" depends="-crunch">
|
||||
+ <!-- only package resources if *not* a library project -->
|
||||
+ <do-only-if-not-library elseText="Library project: do not package resources..." >
|
||||
+ <aapt executable="${aapt}"
|
||||
+ command="package"
|
||||
+ versioncode="${version.code}"
|
||||
+ versionname="${version.name}"
|
||||
+ manifest="${out.manifest.abs.file}"
|
||||
+ assets="${asset.absolute.dir}"
|
||||
+ androidjar="${project.target.android.jar}"
|
||||
+ apkfolder="${out.absolute.dir}"
|
||||
+ nocrunch="${build.packaging.nocrunch}"
|
||||
+ resourcefilename="${resource.package.file.name}"
|
||||
+ resourcefilter="${aapt.resource.filter}"
|
||||
+ libraryResFolderPathRefid="project.library.res.folder.path"
|
||||
+ libraryPackagesRefid="project.library.packages"
|
||||
+ previousBuildType="${build.last.target}"
|
||||
+ buildType="${build.target}"
|
||||
+ libraryRFileRefid="project.library.bin.r.file.path"
|
||||
+ ignoreAssets="${aapt.ignore.assets}">
|
||||
+ <res path="${out.res.absolute.dir}" />
|
||||
+ <res path="${resource.absolute.dir}" />
|
||||
+ </aapt>
|
||||
+ </do-only-if-not-library>
|
||||
+ </target>
|
||||
|
||||
<!-- Import the actual build file.
|
||||
|
47
metadata/com.android.inputmethod.latin.txt
Normal file
47
metadata/com.android.inputmethod.latin.txt
Normal file
|
@ -0,0 +1,47 @@
|
|||
Categories:System
|
||||
License:Apache2
|
||||
Source Code:https://android.googlesource.com/platform/packages/inputmethods/LatinIME
|
||||
Issue Tracker:http://code.google.com/p/android/issues/list?can=2&q=keyboard&colspec=ID+Type+Status+Owner+Summary+Stars&cells=tiles
|
||||
|
||||
Summary:Stock keyboard
|
||||
Description:
|
||||
The current version comes with English, Spanish, Russian, Brazilian, Italian,
|
||||
German, French, dictionaries; there are twenty more language word lists
|
||||
in the repository but they'd need to be compiled.
|
||||
|
||||
Remember, you can use these very dictionary files for [[org.pocketworkstation.pckeyboard]],
|
||||
either built into the main apk or as addon packs.
|
||||
|
||||
The version name corresponds to the Android version.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://android.googlesource.com/platform/packages/inputmethods/LatinIME
|
||||
|
||||
Build:4.2.1,1
|
||||
commit=android-4.2.1_r1
|
||||
subdir=java
|
||||
target=android-17
|
||||
extlibs=android/android-support-v4r13.jar
|
||||
srclibs=Inputmethodcommon@android-4.2.1_r1
|
||||
patch=build.xml_1.patch
|
||||
prebuild=sed -i '19 i android:versionName="4.2.1" android:versionCode="1"' AndroidManifest.xml && \
|
||||
cp -r $$Inputmethodcommon$$/java/com/android/inputmethodcommon src/com/android/
|
||||
build=$$NDK$$/ndk-build -e "APP_ABI=all" -C ../native && mv ../native/libs/armeabi libs/
|
||||
|
||||
Maintainer Notes:
|
||||
This version uses the prebuilt dictionaries in the repo;
|
||||
you could have a lot of fun building your own.
|
||||
|
||||
Use the ant.properties to change the package name if you wish: it works fine.
|
||||
|
||||
4.3 or 4.4 don't build with NDK 9:
|
||||
jni/src/suggest/core/layout/proximity_info_utils.h:41:88: instantiated from here
|
||||
/home/gerry/android-ndk-r9c/sources/cxx-stl/stlport/stlport/stl/_function_base.h:141:8: error: base class 'struct std::unary_function<std::pair<int const, int>, int const>' has a non-virtual destructor [-Werror=effc++]
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:4.2.1
|
||||
Current Version Code:1
|
||||
|
114
metadata/com.android.inputmethod.latin/build.xml_1.patch
Normal file
114
metadata/com.android.inputmethod.latin/build.xml_1.patch
Normal file
|
@ -0,0 +1,114 @@
|
|||
commit 707ce843b385d21af5339c5bed0023f26a43a2fa
|
||||
Author: David Black <david8black@gmail.com>
|
||||
Date: Tue Dec 24 19:29:29 2013 +0000
|
||||
|
||||
s
|
||||
|
||||
diff --git a/java/build.xml b/java/build.xml
|
||||
index d51b4ae..8dc27e8 100644
|
||||
--- a/java/build.xml
|
||||
+++ b/java/build.xml
|
||||
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
-<project name="java" default="help">
|
||||
+<project name="LatinIME" default="help">
|
||||
|
||||
<!-- The local.properties file is created and updated by the 'android' tool.
|
||||
It contains the path to the SDK. It should *NOT* be checked into
|
||||
Version Control Systems. -->
|
||||
- <property file="local.properties" />
|
||||
+ <loadproperties srcFile="local.properties" />
|
||||
|
||||
<!-- The ant.properties file can be created by you. It is only edited by the
|
||||
'android' tool to add properties to it.
|
||||
@@ -28,15 +28,6 @@
|
||||
-->
|
||||
<property file="ant.properties" />
|
||||
|
||||
- <!-- if sdk.dir was not set from one of the property file, then
|
||||
- get it from the ANDROID_HOME env var.
|
||||
- This must be done before we load project.properties since
|
||||
- the proguard config can use sdk.dir -->
|
||||
- <property environment="env" />
|
||||
- <condition property="sdk.dir" value="${env.ANDROID_HOME}">
|
||||
- <isset property="env.ANDROID_HOME" />
|
||||
- </condition>
|
||||
-
|
||||
<!-- The project.properties file is created and updated by the 'android'
|
||||
tool, as well as ADT.
|
||||
|
||||
@@ -50,23 +41,60 @@
|
||||
|
||||
<!-- quick check on sdk.dir -->
|
||||
<fail
|
||||
- message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
|
||||
+ message="sdk.dir is missing. Make sure to generate local.properties using 'android update project'"
|
||||
unless="sdk.dir"
|
||||
/>
|
||||
|
||||
- <!--
|
||||
- Import per project custom build rules if present at the root of the project.
|
||||
- This is the place to put custom intermediary targets such as:
|
||||
- -pre-build
|
||||
- -pre-compile
|
||||
- -post-compile (This is typically used for code obfuscation.
|
||||
- Compiled code location: ${out.classes.absolute.dir}
|
||||
- If this is not done in place, override ${out.dex.input.absolute.dir})
|
||||
- -post-package
|
||||
- -post-build
|
||||
- -pre-clean
|
||||
- -->
|
||||
- <import file="custom_rules.xml" optional="true" />
|
||||
+
|
||||
+<!-- extension targets. Uncomment the ones where you want to do custom work
|
||||
+ in between standard targets -->
|
||||
+<!--
|
||||
+ <target name="-pre-build">
|
||||
+ </target>
|
||||
+ <target name="-pre-compile">
|
||||
+ </target>
|
||||
+
|
||||
+ /* This is typically used for code obfuscation.
|
||||
+ Compiled code location: ${out.classes.absolute.dir}
|
||||
+ If this is not done in place, override ${out.dex.input.absolute.dir} */
|
||||
+ <target name="-post-compile">
|
||||
+ </target>
|
||||
+-->
|
||||
+
|
||||
+ <!-- Puts the project's resources into the output package file
|
||||
+ This actually can create multiple resource package in case
|
||||
+ Some custom apk with specific configuration have been
|
||||
+ declared in default.properties.
|
||||
+ -->
|
||||
+ <target name="-package-resources" depends="-crunch">
|
||||
+ <!-- only package resources if *not* a library project -->
|
||||
+ <do-only-if-not-library elseText="Library project: do not package resources..." >
|
||||
+ <aapt executable="${aapt}"
|
||||
+ command="package"
|
||||
+ versioncode="${version.code}"
|
||||
+ versionname="${version.name}"
|
||||
+ debug="${build.is.packaging.debug}"
|
||||
+ manifest="${out.manifest.abs.file}"
|
||||
+ assets="${asset.absolute.dir}"
|
||||
+ androidjar="${project.target.android.jar}"
|
||||
+ apkfolder="${out.absolute.dir}"
|
||||
+ nocrunch="${build.packaging.nocrunch}"
|
||||
+ resourcefilename="${resource.package.file.name}"
|
||||
+ resourcefilter="${aapt.resource.filter}"
|
||||
+ libraryResFolderPathRefid="project.library.res.folder.path"
|
||||
+ libraryPackagesRefid="project.library.packages"
|
||||
+ previousBuildType="${build.last.target}"
|
||||
+ buildType="${build.target}"
|
||||
+ libraryRFileRefid="project.library.bin.r.file.path"
|
||||
+ manifestpackage="${package.name}"
|
||||
+ ignoreAssets="${aapt.ignore.assets}">
|
||||
+ <res path="${out.res.absolute.dir}" />
|
||||
+ <res path="${resource.absolute.dir}" />
|
||||
+ <!-- <nocompress /> forces no compression on any files in assets or res/raw -->
|
||||
+ <nocompress extension="dict" />
|
||||
+ </aapt>
|
||||
+ </do-only-if-not-library>
|
||||
+ </target>
|
||||
|
||||
<!-- Import the actual build file.
|
||||
|
|
@ -1,21 +1,26 @@
|
|||
Categories:System
|
||||
License:Apache2
|
||||
Web Site:https://github.com/CyanogenMod/
|
||||
Source Code:https://github.com/CyanogenMod/android_packages_inputmethods_PinyinIME/tree
|
||||
Source Code:https://android.googlesource.com/platform/packages/inputmethods/PinyinIME
|
||||
Issue Tracker:
|
||||
|
||||
Auto Name:谷歌拼音输入法
|
||||
Summary:Input method for Pinyin
|
||||
Description:
|
||||
Pinyin IME from the AOSP. It is not only of use to Chinese writers but to English writers too because
|
||||
it has a T9 style keyboard for writing in English
|
||||
it has a T9 style keyboard for writing in English.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/CyanogenMod/android_packages_inputmethods_PinyinIME.git
|
||||
Repo:https://android.googlesource.com/platform/packages/inputmethods/PinyinIME
|
||||
|
||||
#ndk failure,probably needs AOSP
|
||||
Build Version:1,1,!272bd,buildjni=yes,forceversion=yes,forcevercode=yes,target=android-15
|
||||
Build:4.2.1,1
|
||||
commit=android-4.4.2_r1
|
||||
disable=uses import android.os.SystemProperties
|
||||
target=android-19
|
||||
patch=build_1.patch;ndk-build_1.patch
|
||||
prebuild=mv lib/com/android/inputmethod/pinyin/* src/com/android/inputmethod/pinyin/ && \
|
||||
echo -e 'version.name=4.2.1\nversion.code=1' > ant.properties
|
||||
buildjni=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
#In Market as com.google.android.inputmethod.pinyin
|
||||
|
|
109
metadata/com.android.inputmethod.pinyin/build_1.patch
Normal file
109
metadata/com.android.inputmethod.pinyin/build_1.patch
Normal file
|
@ -0,0 +1,109 @@
|
|||
diff --git a/build.xml b/build.xml
|
||||
index 505e9a0..6c08dac 100644
|
||||
--- a/build.xml
|
||||
+++ b/build.xml
|
||||
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
-<project name="com.android.inputmethod.pinyin" default="help">
|
||||
+<project name="PinyinIME" default="help">
|
||||
|
||||
<!-- The local.properties file is created and updated by the 'android' tool.
|
||||
It contains the path to the SDK. It should *NOT* be checked into
|
||||
Version Control Systems. -->
|
||||
- <property file="local.properties" />
|
||||
+ <loadproperties srcFile="local.properties" />
|
||||
|
||||
<!-- The ant.properties file can be created by you. It is only edited by the
|
||||
'android' tool to add properties to it.
|
||||
@@ -28,15 +28,6 @@
|
||||
-->
|
||||
<property file="ant.properties" />
|
||||
|
||||
- <!-- if sdk.dir was not set from one of the property file, then
|
||||
- get it from the ANDROID_HOME env var.
|
||||
- This must be done before we load project.properties since
|
||||
- the proguard config can use sdk.dir -->
|
||||
- <property environment="env" />
|
||||
- <condition property="sdk.dir" value="${env.ANDROID_HOME}">
|
||||
- <isset property="env.ANDROID_HOME" />
|
||||
- </condition>
|
||||
-
|
||||
<!-- The project.properties file is created and updated by the 'android'
|
||||
tool, as well as ADT.
|
||||
|
||||
@@ -50,23 +41,61 @@
|
||||
|
||||
<!-- quick check on sdk.dir -->
|
||||
<fail
|
||||
- message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
|
||||
+ message="sdk.dir is missing. Make sure to generate local.properties using 'android update project'"
|
||||
unless="sdk.dir"
|
||||
/>
|
||||
|
||||
- <!--
|
||||
- Import per project custom build rules if present at the root of the project.
|
||||
- This is the place to put custom intermediary targets such as:
|
||||
- -pre-build
|
||||
- -pre-compile
|
||||
- -post-compile (This is typically used for code obfuscation.
|
||||
- Compiled code location: ${out.classes.absolute.dir}
|
||||
- If this is not done in place, override ${out.dex.input.absolute.dir})
|
||||
- -post-package
|
||||
- -post-build
|
||||
- -pre-clean
|
||||
- -->
|
||||
- <import file="custom_rules.xml" optional="true" />
|
||||
+
|
||||
+<!-- extension targets. Uncomment the ones where you want to do custom work
|
||||
+ in between standard targets -->
|
||||
+<!--
|
||||
+ <target name="-pre-build">
|
||||
+ </target>
|
||||
+ <target name="-pre-compile">
|
||||
+ </target>
|
||||
+
|
||||
+ /* This is typically used for code obfuscation.
|
||||
+ Compiled code location: ${out.classes.absolute.dir}
|
||||
+ If this is not done in place, override ${out.dex.input.absolute.dir} */
|
||||
+ <target name="-post-compile">
|
||||
+ </target>
|
||||
+-->
|
||||
+
|
||||
+ <!-- Puts the project's resources into the output package file
|
||||
+ This actually can create multiple resource package in case
|
||||
+ Some custom apk with specific configuration have been
|
||||
+ declared in default.properties.
|
||||
+ -->
|
||||
+ <target name="-package-resources" depends="-crunch">
|
||||
+ <!-- only package resources if *not* a library project -->
|
||||
+ <do-only-if-not-library elseText="Library project: do not package resources..." >
|
||||
+ <aapt executable="${aapt}"
|
||||
+ command="package"
|
||||
+ versioncode="${version.code}"
|
||||
+ versionname="${version.name}"
|
||||
+ debug="${build.is.packaging.debug}"
|
||||
+ manifest="${out.manifest.abs.file}"
|
||||
+ assets="${asset.absolute.dir}"
|
||||
+ androidjar="${project.target.android.jar}"
|
||||
+ apkfolder="${out.absolute.dir}"
|
||||
+ nocrunch="${build.packaging.nocrunch}"
|
||||
+ resourcefilename="${resource.package.file.name}"
|
||||
+ resourcefilter="${aapt.resource.filter}"
|
||||
+ libraryResFolderPathRefid="project.library.res.folder.path"
|
||||
+ libraryPackagesRefid="project.library.packages"
|
||||
+ previousBuildType="${build.last.target}"
|
||||
+ buildType="${build.target}"
|
||||
+ libraryRFileRefid="project.library.bin.r.file.path"
|
||||
+ manifestpackage="${package.name}"
|
||||
+ ignoreAssets="${aapt.ignore.assets}">
|
||||
+ <res path="${out.res.absolute.dir}" />
|
||||
+ <res path="${resource.absolute.dir}" />
|
||||
+ <!-- <nocompress /> forces no compression on any files in assets or res/raw -->
|
||||
+ <nocompress extension="dict" />
|
||||
+ <nocompress extension="dat" />
|
||||
+ </aapt>
|
||||
+ </do-only-if-not-library>
|
||||
+ </target>
|
||||
|
||||
<!-- Import the actual build file.
|
||||
|
51
metadata/com.android.inputmethod.pinyin/ndk-build_1.patch
Normal file
51
metadata/com.android.inputmethod.pinyin/ndk-build_1.patch
Normal file
|
@ -0,0 +1,51 @@
|
|||
diff --git a/jni/Android.mk b/jni/Android.mk
|
||||
index 9b168aa..157443d 100644
|
||||
--- a/jni/Android.mk
|
||||
+++ b/jni/Android.mk
|
||||
@@ -24,9 +24,8 @@ LOCAL_SRC_FILES := \
|
||||
share/sync.cpp
|
||||
|
||||
LOCAL_C_INCLUDES += $(JNI_H_INCLUDE)
|
||||
-LOCAL_LDLIBS += -lpthread
|
||||
LOCAL_MODULE := libjni_pinyinime
|
||||
-LOCAL_SHARED_LIBRARIES := libcutils libutils
|
||||
+LOCAL_SHARED_LIBRARIES := libutils
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
diff --git a/jni/android/com_android_inputmethod_pinyin_PinyinDecoderService.cpp b/jni/android/com_android_inputmethod_pinyin_PinyinDecoderService.cpp
|
||||
index dcb63a1..3d232ad 100644
|
||||
--- a/jni/android/com_android_inputmethod_pinyin_PinyinDecoderService.cpp
|
||||
+++ b/jni/android/com_android_inputmethod_pinyin_PinyinDecoderService.cpp
|
||||
@@ -15,7 +15,6 @@
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
-#include <cutils/log.h>
|
||||
#include <jni.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
@@ -388,11 +387,8 @@ static int registerNativeMethods(JNIEnv* env, const char* className,
|
||||
}
|
||||
|
||||
clazz = env->FindClass("java/io/FileDescriptor");
|
||||
- LOG_FATAL_IF(clazz == NULL, "Unable to find Java class java.io.FileDescriptor");
|
||||
gFileDescriptorOffsets.mClass = (jclass) env->NewGlobalRef(clazz);
|
||||
gFileDescriptorOffsets.mDescriptor = env->GetFieldID(clazz, "descriptor", "I");
|
||||
- LOG_FATAL_IF(gFileDescriptorOffsets.mDescriptor == NULL,
|
||||
- "Unable to find descriptor field in java.io.FileDescriptor");
|
||||
|
||||
return JNI_TRUE;
|
||||
}
|
||||
diff --git a/jni/share/userdict.cpp b/jni/share/userdict.cpp
|
||||
index 2843141..0eac1de 100644
|
||||
--- a/jni/share/userdict.cpp
|
||||
+++ b/jni/share/userdict.cpp
|
||||
@@ -20,7 +20,6 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
-#include <cutils/log.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
26
metadata/com.blippex.app.txt
Normal file
26
metadata/com.blippex.app.txt
Normal file
|
@ -0,0 +1,26 @@
|
|||
Categories:Internet
|
||||
License:MIT
|
||||
Web Site:https://www.blippex.org
|
||||
Source Code:https://github.com/blippex/blippex_android_app
|
||||
Issue Tracker:https://github.com/blippex/blippex_android_app/issues
|
||||
|
||||
Auto Name:blippex
|
||||
Summary:Client for a search engine
|
||||
Description:
|
||||
Searches Blippex, a search engine which allow the community to rank
|
||||
websites based on how long they spend there among other things.
|
||||
There are extensions for many or the desktop browsers.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/blippex/blippex_android_app.git
|
||||
|
||||
Build:1.0.3,5
|
||||
commit=a077c4dd93e026c4b
|
||||
subdir=blippex
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0.3
|
||||
Current Version Code:5
|
||||
|
|
@ -19,11 +19,12 @@ Repo:https://bitbucket.org/brockoli/hsdroid.git
|
|||
Build:1.6,9
|
||||
commit=127e76
|
||||
gradle=yes
|
||||
srclibs=SlidingMenu@d929476bee72
|
||||
patch=build.gradle_9.patch
|
||||
srclibs=SlidingMenu@9b3d8c15c1b0fbd;ActionBarSherlock@4.4.0
|
||||
patch=build.gradle_9.patch;build-fix_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
|
||||
sed -i 's/targetSdkVersion="17"/targetSdkVersion="16"/g' $$SlidingMenu$$/AndroidManifest.xml && \
|
||||
cp $$ActionBarSherlock$$/build.gradle $$SlidingMenu$$/ && \
|
||||
sed -i -e 's/compileSdkVersion 14/compileSdkVersion 16/g' -e "s/buildToolsVersion '17.0.0'/buildToolsVersion '18.1.1'/g" $$SlidingMenu$$/build.gradle
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
|
|
12
metadata/com.brockoli.android.hsdroid/build-fix_9.patch
Normal file
12
metadata/com.brockoli.android.hsdroid/build-fix_9.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff --git a/src/com/brockoli/android/hsdroid/MainActivity.java b/src/com/brockoli/android/hsdroid/MainActivity.java
|
||||
index 4ebf2cb..da9fdcf 100644
|
||||
--- a/src/com/brockoli/android/hsdroid/MainActivity.java
|
||||
+++ b/src/com/brockoli/android/hsdroid/MainActivity.java
|
||||
@@ -199,7 +199,6 @@ LoaderCallbacks<Cursor>{
|
||||
SlidingMenu menu = getSlidingMenu();
|
||||
menu.setBehindOffsetRes(R.dimen.actionbar_home_width);
|
||||
menu.setBehindScrollScale(0.25f);
|
||||
- menu.setShadowDrawable(R.drawable.defaultshadow);
|
||||
menu.setShadowWidth(12);
|
||||
}
|
||||
|
|
@ -23,7 +23,7 @@ index 96f7215..914ab56 100644
|
|||
android {
|
||||
compileSdkVersion 16
|
||||
- buildToolsVersion "16.0.0"
|
||||
+ buildToolsVersion "18.1.0"
|
||||
+ buildToolsVersion "18.1.1"
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
|
|
37
metadata/com.darshancomputing.BatteryIndicatorPro.txt
Normal file
37
metadata/com.darshancomputing.BatteryIndicatorPro.txt
Normal file
|
@ -0,0 +1,37 @@
|
|||
Categories:System
|
||||
License:GPLv3
|
||||
Web Site:http://code.google.com/p/battery-indicator/wiki
|
||||
Source Code:http://code.google.com/p/battery-indicator/source/checkout
|
||||
Issue Tracker:http://code.google.com/p/battery-indicator/issues/list
|
||||
Donate:http://code.google.com/p/battery-indicator/wiki/PackageDownload?tm=2
|
||||
|
||||
Auto Name:BatteryBot Pro
|
||||
Summary:Battery monitoring tool
|
||||
Description:
|
||||
Shows your battery charge level (percent) as an icon in your status bar, with
|
||||
temperature, health, voltage, and time since plugged / unplugged in the
|
||||
notification area. It also has user-configurable alarms, logs, and widgets.
|
||||
|
||||
* Automatic time-remaining estimates based on recent usage
|
||||
* Several icon sets (including fully configurable green, amber, red, and black icons)
|
||||
* Small (1x1) and large (4x1) app widgets
|
||||
* Notification (with status bar icon) is now optional -- can be used as just a desktop widget
|
||||
* Battery logging. You can log the battery state (charge, status, voltage, temperature) and browse the logs on the phone or export to CSV.
|
||||
* Manually or automatically disable / re-enable device lock screen / lockscreen / keyguard
|
||||
* Alarms (full, charge above X, charge below X, temperature above X, or health failure)
|
||||
* Control the notification priority on Android 4.1+ (For example, you can set to "minimum" to hide the icon but keep the notification in the tray.)
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://code.google.com/p/battery-indicator/
|
||||
|
||||
Build:8.1.8,011162
|
||||
commit=698744debcd8840873f74f97dd25ead65be35364
|
||||
target=android-17
|
||||
rm=custom_rules.xml;image-playground;test
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:8.1.8
|
||||
Current Version Code:11162
|
||||
|
24
metadata/com.dwak.lastcall.txt
Normal file
24
metadata/com.dwak.lastcall.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
Categories:Phone & SMS
|
||||
License:MIT
|
||||
Web Site:
|
||||
Source Code:https://github.com/dinosaurwithakatana/lastcaller
|
||||
Issue Tracker:https://github.com/dinosaurwithakatana/lastcaller/issues
|
||||
|
||||
Auto Name:LastCaller
|
||||
Name:Dashclock: Last Caller
|
||||
Summary:Previous caller on lock screen
|
||||
Description:
|
||||
Extension for [[net.nurik.roman.dashclock]].
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/dinosaurwithakatana/lastcaller.git
|
||||
|
||||
Build:2.1,8
|
||||
commit=c0207d37c8ac9a1
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.1
|
||||
Current Version Code:8
|
||||
|
|
@ -8,7 +8,7 @@ Donate:http://t.cn/zRTdGks
|
|||
Auto Name:Presentation
|
||||
Summary:Gallery of infographics
|
||||
Description:
|
||||
Some in English, mostly in Chinese.
|
||||
Some in English, mostly in Chinese; currently from huaban.com.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -16,14 +16,17 @@ Repo:https://github.com/feelinglucky/Presentation.git
|
|||
|
||||
Build:1.0.2,20131114
|
||||
commit=559f31d12f8e
|
||||
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 && \
|
||||
find src -type f -print0 | xargs -0 sed -i '/TCAgent/d'
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0.1
|
||||
Current Version Code:20131113
|
||||
Maintainer Notes:
|
||||
Next time: Should use tags and shouldn't use TCAgent patch
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0.2
|
||||
Current Version Code:20131114
|
||||
|
||||
|
|
43
metadata/com.htruong.inputmethod.latin.txt
Normal file
43
metadata/com.htruong.inputmethod.latin.txt
Normal file
|
@ -0,0 +1,43 @@
|
|||
Categories:System
|
||||
License:GPLv3
|
||||
Web Site:http://www.tnhh.net/2013/04/02/sophia-ime-easter-awesomeness.html
|
||||
Source Code:https://github.com/htruong/sophia_oss
|
||||
Issue Tracker:https://github.com/htruong/sophia_oss/issues
|
||||
|
||||
Auto Name:Sophia keyboard
|
||||
Summary:Android Latin keyboard
|
||||
Description:
|
||||
Keyboard based on AOSP Latin IME, built entirely with Android SDK/NDK.
|
||||
For Vietnamese users, Sophia Vietnamese IME automatically adds tone-marks
|
||||
to your Vietnamese input.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/htruong/sophia_oss.git
|
||||
|
||||
Build:1.0.6,6
|
||||
commit=caab7
|
||||
subdir=latinime
|
||||
update=.;../inputmethodcommon;../support-v4
|
||||
prebuild=sed -i '11s/8/11/g' AndroidManifest.xml
|
||||
build=mkdir -p libs && \
|
||||
cd ../inputmethodcommon && \
|
||||
ant release && \
|
||||
cd .. && \
|
||||
cp inputmethodcommon/bin/classes.jar latinime/libs/inputmethodcommon.jar && \
|
||||
cd support-v4 && \
|
||||
ant release && \
|
||||
cd .. && \
|
||||
cp support-v4/bin/classes.jar latinime/libs/android-support-v4.jar
|
||||
buildjni=yes
|
||||
|
||||
Maintainer Notes:
|
||||
It's possible Gingerbread support will appear in next version, so remove the
|
||||
manifest patch
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0.6
|
||||
Current Version Code:6
|
||||
|
27
metadata/com.intrications.android.sharebrowser.txt
Normal file
27
metadata/com.intrications.android.sharebrowser.txt
Normal file
|
@ -0,0 +1,27 @@
|
|||
Categories:Internet
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/intrications/browser-intercept
|
||||
Issue Tracker:https://github.com/intrications/browser-intercept/issues
|
||||
|
||||
Auto Name:Browser Intercept - Share URL
|
||||
Summary:Peek at urls
|
||||
Description:
|
||||
When opening a web URL from an app Android never show you the address,
|
||||
only a choice of browsers or opens the default browser.
|
||||
This app allows you to share the URL, so you can see what domain it is.
|
||||
You can install [[com.nightshadelabs.anotherbrowser]] to give an option
|
||||
to return to a browser option.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/intrications/browser-intercept.git
|
||||
|
||||
Build:1.1,2
|
||||
commit=878823bbf01a3e2
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.1
|
||||
Current Version Code:2
|
||||
|
|
@ -7,7 +7,12 @@ 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.
|
||||
Supported Changjie ( Cangjie ) version 3 and 5, and Quick Method,
|
||||
with Phases support.
|
||||
|
||||
The project is based on the new ibus-cangjie based
|
||||
[https://github.com/Cangjians library] libcangjie.
|
||||
The dictionary is based on [http://cle.linux.org.tw/trac gcin].
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
26
metadata/com.matteopacini.katana.txt
Normal file
26
metadata/com.matteopacini.katana.txt
Normal file
|
@ -0,0 +1,26 @@
|
|||
AntiFeatures:Tracking
|
||||
Categories:System
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/Zi0P4tch0/Katana
|
||||
Source Code:https://github.com/Zi0P4tch0/Katana
|
||||
Issue Tracker:https://github.com/Zi0P4tch0/Katana/issues
|
||||
|
||||
Auto Name:Katana
|
||||
Summary:Split files via a file manager
|
||||
Description:
|
||||
Crash reports ar sent without interaction.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/Zi0P4tch0/Katana.git
|
||||
|
||||
Build:1.3.2,21
|
||||
commit=v1.3.2
|
||||
target=android-18
|
||||
buildjni=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.3.2
|
||||
Current Version Code:21
|
||||
|
|
@ -16,7 +16,6 @@ Repo:https://github.com/mirasmithy/epochlauncher.git
|
|||
|
||||
Build:1.1,2
|
||||
commit=v1.1
|
||||
disable=only use build-tools 19
|
||||
prebuild=echo -e 'java.source=1.7\njava.target=1.7' > ant.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
24
metadata/com.mod.android.widget.fbcw.txt
Normal file
24
metadata/com.mod.android.widget.fbcw.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
Categories:System
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/marin-liovic/Fast-Brightness-Control-Widget
|
||||
Issue Tracker:https://github.com/marin-liovic/Fast-Brightness-Control-Widget/issues
|
||||
|
||||
Auto Name:Fast Brightness Control Widget
|
||||
Summary:Simple brightness widget
|
||||
Description:
|
||||
There are five possible states which are configurable via the launcher
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/marin-liovic/Fast-Brightness-Control-Widget.git
|
||||
|
||||
Build:1.1,2
|
||||
commit=99f0d
|
||||
target=android-16
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.1
|
||||
Current Version Code:2
|
||||
|
28
metadata/com.mykola.lexinproject.txt
Normal file
28
metadata/com.mykola.lexinproject.txt
Normal file
|
@ -0,0 +1,28 @@
|
|||
Categories:Office
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/cmykola/Lexin
|
||||
Issue Tracker:https://github.com/cmykola/Lexin/issues
|
||||
|
||||
Auto Name:LexinProject
|
||||
Summary:Swedish dictionary for learners
|
||||
Description:
|
||||
Currently supported:
|
||||
albanska; amhariska; arabiska; azerbajdzjanska; bosniska; engelskt; finska;
|
||||
grekiska; kroatiska; nordkurdiska; pashto; persiska; ryska; serbiska (latinskt);
|
||||
serbiska (kyrilliskt); somaliska; spanska; sydkurdiska; turkiska.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/cmykola/Lexin.git
|
||||
|
||||
Build:1.5,6
|
||||
commit=efb7ade05b24ab
|
||||
srclibs=1:ActionBarSherlock@4.2.0
|
||||
prebuild=mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.5
|
||||
Current Version Code:6
|
||||
|
|
@ -7,7 +7,7 @@ Issue Tracker:https://github.com/rishubil/GalbijjimSearcher/issues
|
|||
Auto Name:Galbijjim Searcher
|
||||
Summary:Search images from the web
|
||||
Description:
|
||||
No description available
|
||||
The searches go via a korean website.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
30
metadata/com.niparasc.papanikolis.txt
Normal file
30
metadata/com.niparasc.papanikolis.txt
Normal file
|
@ -0,0 +1,30 @@
|
|||
Categories:Games
|
||||
License:GPLv3
|
||||
Web Site:http://niparasc.blogspot.com
|
||||
Source Code:https://github.com/niparasc/papanikolis-submarine
|
||||
Issue Tracker:https://github.com/niparasc/papanikolis-submarine/issues
|
||||
|
||||
Auto Name:Papanikolis Submarine
|
||||
Summary:Multiplayer 2-D game
|
||||
Description:
|
||||
Steer the submarine through the caverns. Can be played with a friend
|
||||
via bluetooth.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/niparasc/papanikolis-submarine.git
|
||||
|
||||
Build:1.0,1
|
||||
commit=06140e
|
||||
subdir=papanikolis-android
|
||||
init=zip -r native.zip libs/armeabi* && \
|
||||
mv ../papanikolis/libs/* libs/ && \
|
||||
rm libs/*sources.jar && \
|
||||
echo 'source.dir=src;../papanikolis/src' > ant.properties
|
||||
build=unzip native.zip
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
49
metadata/com.piratebayfree.txt
Normal file
49
metadata/com.piratebayfree.txt
Normal file
|
@ -0,0 +1,49 @@
|
|||
AntiFeatures:UpstreamNonFree
|
||||
Categories:Internet
|
||||
License:GPL
|
||||
Web Site:http://tpbapp.com
|
||||
Source Code:https://github.com/tpbapp/Pirate-Proxy
|
||||
Issue Tracker:https://github.com/tpbapp/Pirate-Proxy/issues
|
||||
Bitcoin:1KeBs4HBQzkdHC2ou3gpyGHqcL7aKzwTve
|
||||
Litecoin:LiYp3Dg11N5BgV8qKW42ubSZXFmjDByjoV
|
||||
|
||||
Auto Name:TPB Proxy
|
||||
Summary:Access for Pirate Bay website
|
||||
Description:
|
||||
Proxy(s) for the ever-moving Pirate Bay torrent indexing website;
|
||||
ideal for people struggling with Internet censorship such as those residing in
|
||||
the UK, Ireland, Netherlands, Belgium or Finland.
|
||||
TPB Proxy automatically unblocks The Pirate Bay and provides fast
|
||||
and stable access to Linux ISO torrents.
|
||||
|
||||
More recent versions, for which there isn't source code, allow you
|
||||
to do more, but this version only allows you to choose proxies and
|
||||
open the website in a browser.
|
||||
|
||||
This is the 'free' (as in gratis) version.
|
||||
|
||||
Several proprietary libraries were removed.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/tpbapp/Pirate-Proxy.git
|
||||
|
||||
Build:1.06,8
|
||||
commit=v1.06
|
||||
init=sed -i '/preference/d' project.properties
|
||||
rm=libs/libGoogleAnalyticsServices.jar;libs/newrelic.android.jar
|
||||
srclibs=1:NoAnalytics@d38ae535b543
|
||||
patch=proprietary_8.patch
|
||||
|
||||
Maintainer Notes:
|
||||
Update the second paragraph of description for the next version;
|
||||
currently 1.3 is on Google Play
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.06
|
||||
Current Version Code:8
|
||||
|
||||
No Source Since:1.06
|
||||
|
90
metadata/com.piratebayfree/proprietary_8.patch
Normal file
90
metadata/com.piratebayfree/proprietary_8.patch
Normal file
|
@ -0,0 +1,90 @@
|
|||
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
|
||||
index 1b4af04..b01f6a2 100644
|
||||
--- a/AndroidManifest.xml
|
||||
+++ b/AndroidManifest.xml
|
||||
@@ -68,14 +68,6 @@
|
||||
android:value="com.piratebay.activities.AboutActivity" />
|
||||
</activity>
|
||||
|
||||
- <!-- Google Play -->
|
||||
- <meta-data android:name="com.google.android.gms.version"
|
||||
- android:value="@integer/google_play_services_version" />
|
||||
-
|
||||
- <activity android:name="com.google.android.gms.ads.AdActivity"
|
||||
- android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize" />
|
||||
-
|
||||
-
|
||||
|
||||
</application>
|
||||
|
||||
diff --git a/src/com/piratebayfree/activities/MainActivity.java b/src/com/piratebayfree/activities/MainActivity.java
|
||||
index eccd3a1..41a2256 100644
|
||||
--- a/src/com/piratebayfree/activities/MainActivity.java
|
||||
+++ b/src/com/piratebayfree/activities/MainActivity.java
|
||||
@@ -1,10 +1,7 @@
|
||||
package com.piratebayfree.activities;
|
||||
|
||||
-import com.newrelic.agent.android.NewRelic;
|
||||
-
|
||||
import com.google.analytics.tracking.android.EasyTracker;
|
||||
|
||||
-import com.google.android.gms.ads.*;
|
||||
import com.piratebayfree.Category;
|
||||
import com.piratebayfree.Database;
|
||||
import com.piratebayfree.Proxy;
|
||||
@@ -72,7 +69,6 @@ public class MainActivity extends Activity implements TextWatcher, OnKeyListener
|
||||
private ImageView statusicon;
|
||||
private TextView statustext;
|
||||
private ImageView advert;
|
||||
- private AdView admob;
|
||||
private ProgressBar loading;
|
||||
private DrawerLayout drawer;
|
||||
private ListView categorylist;
|
||||
@@ -166,10 +162,6 @@ public class MainActivity extends Activity implements TextWatcher, OnKeyListener
|
||||
|
||||
db.deleteLogs();
|
||||
|
||||
- loadAds();
|
||||
-
|
||||
- loadTracking();
|
||||
-
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -194,36 +186,6 @@ public class MainActivity extends Activity implements TextWatcher, OnKeyListener
|
||||
}
|
||||
|
||||
// Ads
|
||||
- private void loadAds() {
|
||||
-
|
||||
- admob = new AdView(this);
|
||||
-
|
||||
- admob.setAdUnitId(ADMOB);
|
||||
- admob.setAdSize(AdSize.BANNER);
|
||||
-
|
||||
- RelativeLayout layout = (RelativeLayout) findViewById(R.id.main_activity);
|
||||
-
|
||||
- RelativeLayout.LayoutParams params = new RelativeLayout.LayoutParams(
|
||||
- RelativeLayout.LayoutParams.WRAP_CONTENT,
|
||||
- RelativeLayout.LayoutParams.WRAP_CONTENT);
|
||||
-
|
||||
- params.addRule(RelativeLayout.ALIGN_PARENT_BOTTOM);
|
||||
-
|
||||
- layout.addView(admob, params);
|
||||
-
|
||||
- AdRequest request = new AdRequest.Builder().build();
|
||||
-
|
||||
- admob.loadAd(request);
|
||||
-
|
||||
-
|
||||
- }
|
||||
-
|
||||
- // Tracking
|
||||
- private void loadTracking() {
|
||||
-
|
||||
- NewRelic.withApplicationToken(NEWRELIC).start(this.getApplication());
|
||||
-
|
||||
- }
|
||||
|
||||
@Override
|
||||
public void onStart() {
|
53
metadata/com.sapos_aplastados.game.clash_of_balls.txt
Normal file
53
metadata/com.sapos_aplastados.game.clash_of_balls.txt
Normal file
|
@ -0,0 +1,53 @@
|
|||
Categories:Games
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/bkueng/clash_of_balls
|
||||
Source Code:https://github.com/bkueng/clash_of_balls
|
||||
Issue Tracker:https://github.com/bkueng/clash_of_balls/issues
|
||||
|
||||
Auto Name:Clash of Balls
|
||||
Summary:2-player accelerometer game
|
||||
Description:
|
||||
Prove your sensitive control skills and compete with your friends over WiFi in
|
||||
various levels.
|
||||
Try to destroy your rivals by pushing them into the black void and become the
|
||||
true master of balls.
|
||||
Don't forget to make use of the mighty power-ups that will appear eventually.
|
||||
And always be aware of the danger that you have to face out there.
|
||||
But remember, you are alone and there is only one survivor.
|
||||
|
||||
Games are played peer-to-peer; so
|
||||
no server is used, but each player needs to be in the same network to see each
|
||||
other. If the device supports it, Clash of Balls should also run via Bluetooth.
|
||||
For the best game experience, the WiFi needs low latencies.
|
||||
You can also create a Hotspot and let others connect.
|
||||
|
||||
The aim of the game is to bounce the other players out of the field by balancing
|
||||
your device.The game should be self-explanatory, there is a Help Menu. When the
|
||||
game starts and the countdown is shown, hold your device still in the desired
|
||||
position, where your ball should not move. During the game, tilt the device to
|
||||
move your player to a certain direction.
|
||||
|
||||
For physics simulation, JBox2D is used, a Java implementation of the 2D physics
|
||||
engine Box2D.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/bkueng/clash_of_balls.git
|
||||
|
||||
Build:1.11,111
|
||||
commit=v1.11
|
||||
srclibs=Jbox2d@691
|
||||
init=zip -r native.zip libs/armeabi
|
||||
rm=libs/jbox2d-library-2.1.2.1-SNAPSHOT.jar
|
||||
prebuild=echo 'source.dir=src;$$Jbox2d$$/src/main/java' >> ant.properties
|
||||
build=unzip native.zip
|
||||
|
||||
Maintainer Notes:
|
||||
Could build the alljoyn native library: https://git.allseenalliance.org/gerrit/
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.11
|
||||
Current Version Code:111
|
||||
|
36
metadata/com.studio332.flickit.txt
Normal file
36
metadata/com.studio332.flickit.txt
Normal file
|
@ -0,0 +1,36 @@
|
|||
Categories:Games
|
||||
License:Apache2
|
||||
Web Site:https://www.facebook.com/studio332apps/info
|
||||
Source Code:https://github.com/louffoster/FlickIt
|
||||
Issue Tracker:https://github.com/louffoster/FlickIt/issues
|
||||
|
||||
Auto Name:FlickIt!
|
||||
Summary:Family game of skill
|
||||
Description:
|
||||
It combines aspects of shuffleboard, 9-ball and bumper pool into a unique new
|
||||
gameplay experience.
|
||||
Use your shooter puck to knock white targets into the holes for points.
|
||||
Like 9-ball, the lowest numbered target must be hit first.
|
||||
FlickIt! is easy to learn, yet difficult to master.
|
||||
Just drag your finger to aim, tap and hold to increase power, and release to
|
||||
shoot.
|
||||
Be careful you don't overpower and miss the shot!
|
||||
Challenge your friends to see who is the true FlickIt! master.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/louffoster/FlickIt.git
|
||||
|
||||
Build:1.0.1,2
|
||||
commit=13b9b
|
||||
subdir=FlickIt-android
|
||||
init=zip -r native.zip libs/armeabi* libs/x86 && \
|
||||
mv ../FlickIt/libs/gdx.jar libs/ && \
|
||||
echo 'source.dir=src;../FlickIt/src' > ant.properties
|
||||
build=unzip native.zip
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.1
|
||||
Current Version Code:2
|
||||
|
|
@ -27,11 +27,14 @@ A proprietary analytics library was removed.
|
|||
Repo Type:git
|
||||
Repo:https://github.com/helsinki-city-library/pocketlibrary.git
|
||||
|
||||
Build Version:1.5,18,ad935f,subdir=android,\
|
||||
rm=android/libs/libGoogleAnalyticsV2.jar;iphone;common,\
|
||||
init=rm LibraryProject/build.xml && echo -e "android.library=true\ntarget=android-12" > LibraryProject/project.properties,\
|
||||
srclibs=NoAnalytics@c8d77,\
|
||||
prebuild=$$SDK$$/tools/android update project -l $$NoAnalytics$$ -p .
|
||||
Build:1.5,18
|
||||
commit=ad935f
|
||||
disable=purge apk; assets need to be included from common somehow
|
||||
subdir=android
|
||||
init=rm LibraryProject/build.xml && echo -e "android.library=true\ntarget=android-12" > LibraryProject/project.properties
|
||||
srclibs=NoAnalytics@c8d77
|
||||
rm=android/libs/libGoogleAnalyticsV2.jar;iphone
|
||||
prebuild=$$SDK$$/tools/android update project -l $$NoAnalytics$$ -p .
|
||||
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.5
|
||||
|
|
46
metadata/com.th.XenonWallpapers.txt
Normal file
46
metadata/com.th.XenonWallpapers.txt
Normal file
|
@ -0,0 +1,46 @@
|
|||
Categories:Wallpaper
|
||||
License:GPLv2
|
||||
Web Site:http://www.xenonhd.com
|
||||
Source Code:https://github.com/TeamHorizon/android_packages_apps_XenonWallpapers
|
||||
Issue Tracker:https://github.com/TeamHorizon/android_packages_apps_XenonWallpapers/issues
|
||||
|
||||
Auto Name:XenonHD Wallpapers
|
||||
Summary:10 geometric wallpapers
|
||||
Description:
|
||||
Just the unbranded wallpapers from the XenonHD ROM static wallpapers.
|
||||
They're designed for HDPI screens i.e. (800x480px) but they'd be
|
||||
OK on higher resolution too (even though the app won't allow you to
|
||||
resize them).
|
||||
|
||||
There is also an option to choose one of seven solid-ish colours.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/TeamHorizon/android_packages_apps_XenonWallpapers
|
||||
|
||||
Build:1.1,2
|
||||
commit=25c0587e89e32
|
||||
init=sed -i 's/XenonHD /Pattern HDPI /g' res/values/strings.xml && \
|
||||
sed -i 's/Xenon/Pattern HDPI /g' res/values-es/strings.xml
|
||||
target=android-16
|
||||
extlibs=android/android-support-v4r13.jar
|
||||
prebuild=cd res/drawable-nodpi/ && \
|
||||
rm wallpaper_5.jpg && \
|
||||
rm wallpaper_6.jpg && \
|
||||
rm wallpaper_7.jpg && \
|
||||
rm wallpaper_8.png && \
|
||||
rm wallpaper_9.png && \
|
||||
rm wallpaper_10.png && \
|
||||
rm wallpaper_11.png && \
|
||||
rm wallpaper_12.png && \
|
||||
rm wallpaper_14.jpg && \
|
||||
rm wallpaper_15.jpg && \
|
||||
rm wallpaper_16.jpg && \
|
||||
rm wallpaper_17.png && \
|
||||
rm wallpaper_2*.png
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.1
|
||||
Current Version Code:2
|
||||
|
|
@ -10,7 +10,8 @@ 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.
|
||||
There are two versions: one with usb OTG (for uploading firmware) and one without
|
||||
(for Android 2.2)
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -18,14 +19,12 @@ 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
|
||||
|
|
|
@ -15,7 +15,7 @@ Books can be loaded directly from Cool reader, FBReader or Pageturner
|
|||
# no git treeish found error
|
||||
#Repo Type:git-svn
|
||||
Repo Type:svn
|
||||
Repo:http://smashwords-access-for-android.googlecode.com/svn/trunk/
|
||||
Repo:http://smashwords-access-for-android.googlecode.com/svn/trunk
|
||||
|
||||
Build:011 beta,11
|
||||
commit=25
|
||||
|
|
|
@ -6,7 +6,7 @@ Issue Tracker:https://bitbucket.org/tiduswc2/taipei-youbike-offline/issues
|
|||
Donate:http://techwagon.blogspot.com
|
||||
|
||||
Auto Name:Taipei Youbike Offline
|
||||
Summary:
|
||||
Summary:Find bike stations in Taiwan
|
||||
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.
|
||||
|
|
|
@ -16,11 +16,7 @@ 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/17.0.0/18.1.0/g;s/:C::Users:ckoelle:Projekte:Android:actionbarsherlock:4.2.0:library/:ActionBarSherlock/g' build.gradle && \
|
||||
sed -i 's/16/17/g' AndroidManifest.xml
|
||||
srclibs=1:ActionBarSherlock@4.2.0
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
|
|
26
metadata/eu.inmite.android.gridwichterle.txt
Normal file
26
metadata/eu.inmite.android.gridwichterle.txt
Normal file
|
@ -0,0 +1,26 @@
|
|||
Categories:Development
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/inmite/android-grid-wichterle
|
||||
Issue Tracker:https://github.com/inmite/android-grid-wichterle/issues
|
||||
|
||||
Auto Name:GridWichterle
|
||||
Summary:Grid overlay
|
||||
Description:
|
||||
Makes adherence to [http://developer.android.com/design/style/metrics-grids.html design]
|
||||
guidlines much easier.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/inmite/android-grid-wichterle.git
|
||||
|
||||
Build:1.0.2,10002
|
||||
commit=17023
|
||||
disable=strange missing classes crash on startup
|
||||
maven=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0.2
|
||||
Current Version Code:10002
|
||||
|
27
metadata/headrevision.BehatReporter.txt
Normal file
27
metadata/headrevision.BehatReporter.txt
Normal file
|
@ -0,0 +1,27 @@
|
|||
Categories:Internet
|
||||
License:MIT
|
||||
Web Site:
|
||||
Source Code:https://github.com/headrevision/BehatReporter
|
||||
Issue Tracker:https://github.com/headrevision/BehatReporter/issues
|
||||
|
||||
Auto Name:Behat Reporter
|
||||
Summary:Display server output
|
||||
Description:
|
||||
Show the output of the Behat server tool. See the source code page
|
||||
for requirements.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/headrevision/BehatReporter.git
|
||||
|
||||
Build:1.0.4,5
|
||||
commit=v1.0.4
|
||||
rm=libs/HumanTimeApproximation.jar
|
||||
srclibs=HumanTime@d63d
|
||||
prebuild=echo 'source.dir=src;$$HumanTime$$/src' > ant.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0.4
|
||||
Current Version Code:5
|
||||
|
27
metadata/in.ac.dtu.subtlenews.txt
Normal file
27
metadata/in.ac.dtu.subtlenews.txt
Normal file
|
@ -0,0 +1,27 @@
|
|||
Categories:Reading
|
||||
License:GPLv3
|
||||
Web Site:
|
||||
#Web Site:http://android.championswimmer.in
|
||||
Source Code:https://github.com/teamOSC/SubtleNews_Android_App
|
||||
Issue Tracker:https://github.com/teamOSC/SubtleNews_Android_App/issues
|
||||
|
||||
Auto Name:Subtle News
|
||||
Summary:News digest
|
||||
Description:
|
||||
Connects to a SubtleNews server (source code in the same project), which
|
||||
summarizes the news for you so you have less to read; it can also be read out to you.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/teamOSC/SubtleNews_Android_App.git
|
||||
|
||||
Build:0.7,7
|
||||
commit=0.7
|
||||
subdir=App
|
||||
gradle=defaultFlavor
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest/dev
|
||||
Current Version:0.7
|
||||
Current Version Code:7
|
||||
|
24
metadata/io.github.sanbeg.flashlight.txt
Normal file
24
metadata/io.github.sanbeg.flashlight.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
Categories:System
|
||||
License:GPLv3
|
||||
Web Site:https://sanbeg.github.io/flashlight
|
||||
Source Code:https://github.com/sanbeg/flashlight
|
||||
Issue Tracker:https://github.com/sanbeg/flashlight/issues
|
||||
|
||||
Auto Name:Open FlashLight
|
||||
Summary:Camera LED toggle
|
||||
Description:
|
||||
This one is basic, turn it on with the button and quit the app
|
||||
to turn it off.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/sanbeg/flashlight.git
|
||||
|
||||
Build:1.0,1
|
||||
commit=01158
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
23
metadata/it.mn.salvi.linuxDayOSM.txt
Normal file
23
metadata/it.mn.salvi.linuxDayOSM.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
Categories:Navigation
|
||||
License:GPLv3
|
||||
Web Site:
|
||||
Source Code:https://github.com/DocSalvi/LinuxDayAppAndroid
|
||||
Issue Tracker:https://github.com/DocSalvi/LinuxDayAppAndroid/issues
|
||||
|
||||
Auto Name:LinuxDayOSM
|
||||
Summary:Info on Linux day events in Italy
|
||||
Description:
|
||||
Shows on a map the location of Linux days and Linux User Groups.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/DocSalvi/LinuxDayAppAndroid.git
|
||||
|
||||
Build:1.6.1,5
|
||||
commit=ae13d2a15e5e
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.6.1
|
||||
Current Version Code:5
|
||||
|
23
metadata/jp.softstudio.DriversLicenseReader.txt
Normal file
23
metadata/jp.softstudio.DriversLicenseReader.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
Categories:Office
|
||||
License:MIT
|
||||
Web Site:
|
||||
Source Code:https://github.com/soft-studio/NFC_DriversLicenseReader
|
||||
Issue Tracker:https://github.com/soft-studio/NFC_DriversLicenseReader/issues
|
||||
|
||||
Auto Name:運転免許証リーダー
|
||||
Name:NFC Drivers License Reader
|
||||
Summary:Read Japanese driving licenses
|
||||
Description:
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/soft-studio/NFC_DriversLicenseReader.git
|
||||
|
||||
Build:1.4,5
|
||||
commit=d04e9e9d90184c
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.4
|
||||
Current Version Code:5
|
||||
|
28
metadata/net.bluetoothviewer.txt
Normal file
28
metadata/net.bluetoothviewer.txt
Normal file
|
@ -0,0 +1,28 @@
|
|||
Categories:Development
|
||||
License:GPLv3
|
||||
Web Site:http://blog.ecomobilecitizen.com/android/bluetoothviewer
|
||||
Source Code:https://github.com/janosgyerik/bluetoothviewer
|
||||
Issue Tracker:https://github.com/janosgyerik/bluetoothviewer/issues
|
||||
Donate:https://github.com/janosgyerik/bluetoothviewer#Donations
|
||||
|
||||
Auto Name:Bluetooth Viewer (LITE)
|
||||
Summary:Bluetooth connection debugging tool
|
||||
Description:
|
||||
* Connect to any Bluetooth device
|
||||
* Display incoming raw data
|
||||
* Send raw data to the Bluetooth device
|
||||
* You can confirm successful pairing, monitor incoming raw data and see exactly what is being transmitted from the Bluetooth device
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/janosgyerik/bluetoothviewer.git
|
||||
|
||||
Build:1.0.1,2
|
||||
commit=04e06b866d0
|
||||
rm=scripts;samples;graphics
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0.1
|
||||
Current Version Code:2
|
||||
|
36
metadata/net.imatruck.betterweather.txt
Normal file
36
metadata/net.imatruck.betterweather.txt
Normal file
|
@ -0,0 +1,36 @@
|
|||
Categories:Wallpaper
|
||||
License:Apache2
|
||||
Source Code:https://github.com/MarcDufresne/BetterWeather
|
||||
Issue Tracker:https://github.com/MarcDufresne/BetterWeather/issues
|
||||
|
||||
Auto Name:BetterWeather
|
||||
Summary:DashClock extension
|
||||
Description:
|
||||
Based on the weather extension included with [[net.nurik.roman.dashclock]].
|
||||
It also contains more weather status icons than the original extension
|
||||
(Thunderstorms, Mostly Cloudy, Hail, etc.) and
|
||||
multiple icon themes (Climacons, Weathercons and Chameleon icon packs).
|
||||
|
||||
Full feature list includes:
|
||||
* Manual or automatic location;
|
||||
* Refresh on touch;
|
||||
* Custom shortcut on touch;
|
||||
* Forecasts;
|
||||
* Wind speed and wind chill;
|
||||
* Humidity level;
|
||||
* Lots of icons
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/MarcDufresne/BetterWeather.git
|
||||
|
||||
Build:2.2.2,34
|
||||
commit=ba20a05e3506fb
|
||||
subdir=betterweather
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.2.2
|
||||
Current Version Code:34
|
||||
|
46
metadata/net.solutinno.websearch.txt
Normal file
46
metadata/net.solutinno.websearch.txt
Normal file
|
@ -0,0 +1,46 @@
|
|||
Categories:System
|
||||
License:Apache2
|
||||
Web Site:http://balesz.github.io/android-WebSearch
|
||||
Source Code:https://github.com/balesz/android-WebSearch
|
||||
Issue Tracker:https://github.com/balesz/android-WebSearch/issues
|
||||
|
||||
Auto Name:WebSearch
|
||||
Summary:Search the web from within apps
|
||||
Description:
|
||||
If an app allows you to select plain text then the selected text is shared to this app,
|
||||
which in turn, opens it in your search engine of choice, provided it obeys
|
||||
the OpenSearch format.
|
||||
|
||||
You manage your search engines on the admin UI.
|
||||
You can import engines from an url, or you can add new engines by hand: for
|
||||
examples, see OpenSearch engines from [http://mycroftproject.com Mycroft project]
|
||||
and http://www.searchplugins.net.
|
||||
If you tap the import icon on the action bar, a dialog will appear.
|
||||
You have to fill the url edit box, then tap the import button.
|
||||
You have to fill in at least the name and the url fields.
|
||||
There is a paste icon on the right side of the url field; if you tap this icon,
|
||||
it will paste a "{searchTerms}" string into the url field.
|
||||
This is necessary because this string will be replaced by your search string in the url.
|
||||
|
||||
For example, Wikipedia English is:
|
||||
[https://secure.wikimedia.org/wikipedia/en/w/index.php?title=Special%3ASearch&search={searchTerms}&button=1 https://secure.wikimedia.org/wikipedia/en/w/index.php?title=Special%3ASearch&search={searchTerms}&button=1]
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/balesz/android-WebSearch.git
|
||||
|
||||
Build:1.0.3,6
|
||||
commit=8af7
|
||||
subdir=WebSearch
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
|
||||
Maintainer Notes:
|
||||
see build.gradle for version name
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:Unknown
|
||||
Current Version Code:6
|
||||
|
31
metadata/net.somethingdreadful.MAL.txt
Normal file
31
metadata/net.somethingdreadful.MAL.txt
Normal file
|
@ -0,0 +1,31 @@
|
|||
Categories:Reading
|
||||
License:NewBSD
|
||||
Web Site:http://atarashiiapp.com
|
||||
Source Code:https://github.com/AnimaSA/Atarashii
|
||||
Issue Tracker:https://github.com/AnimaSA/Atarashii/issues
|
||||
|
||||
Auto Name:Atarashii!
|
||||
Summary:MyAnimeList (MAL) client
|
||||
Description:
|
||||
"Atarashii" is Japanese for "New, Modern".
|
||||
Atarashii! aims to be a modern, native Android app for managing your MAL.
|
||||
|
||||
You'll need an account on that website or to create one in the app.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/AnimaSA/Atarashii.git
|
||||
|
||||
Build:1.3.1,12
|
||||
commit=1.3.1
|
||||
subdir=Atarashii
|
||||
extlibs=android/android-support-v4.jar
|
||||
srclibs=1:NumberPicker-SimonVT@35e4d;2:ActionBarSherlock@c0d437;3:Crouton@b6735;4:SherlockNavDrawer@808a1
|
||||
prebuild=cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
||||
mv libs/android-support-v4.jar $$Crouton$$/libs/
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.3.1
|
||||
Current Version Code:12
|
||||
|
30
metadata/nl.frankkie.bronylivewallpaper.txt
Normal file
30
metadata/nl.frankkie.bronylivewallpaper.txt
Normal file
|
@ -0,0 +1,30 @@
|
|||
Categories:Wallpaper
|
||||
License:Apache2
|
||||
Web Site:http://frankkie.nl
|
||||
Source Code:https://github.com/frankkienl/BronyLiveWallpaper
|
||||
Issue Tracker:https://github.com/frankkienl/BronyLiveWallpaper/issues
|
||||
|
||||
Name:Brony Live Wallpaper
|
||||
Summary:Animated ponies
|
||||
Description:
|
||||
Featuring characters from MLP:FIM (trademarked to Hasbro Inc.).
|
||||
|
||||
GIFs are from the [http://desktopponies.bugs3.com Desktop Ponies]
|
||||
project and licensed as CCBYSANC.
|
||||
|
||||
Status: Beta
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/frankkienl/BronyLiveWallpaper.git
|
||||
|
||||
Build:1.2.2,8
|
||||
commit=v1.2.2
|
||||
subdir=BronyLiveWallpaper
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2.2
|
||||
Current Version Code:8
|
||||
|
50
metadata/nz.gen.geek_central.ObjViewer.txt
Normal file
50
metadata/nz.gen.geek_central.ObjViewer.txt
Normal file
|
@ -0,0 +1,50 @@
|
|||
Categories:Science & Education
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/ldo/ObjViewer_Android
|
||||
Issue Tracker:https://github.com/ldo/ObjViewer_Android/issues
|
||||
|
||||
Auto Name:ObjViewer
|
||||
Summary:Basic 3D model viewer
|
||||
Description:
|
||||
Copy the .obj file that you want to view (and associated .mtl file, if
|
||||
any) onto a directory named “Models” on the SD card of the Android
|
||||
device. It should then appear in the list that is shown when you
|
||||
select “Open...” from the options menu in ObjViewer.
|
||||
|
||||
You can interactively adjust the orientation of the object by dragging
|
||||
across the view; drag across the middle part to rotate about the X
|
||||
(horizontal) and Y (vertical) axes, and drag around the periphery to
|
||||
rotate about the Z axis (perpendicular to the view) as well.
|
||||
|
||||
To see any colours that might be defined for the surfaces of your model,
|
||||
turn on lighting.
|
||||
|
||||
If parts of the surface of the object seem to disappear, try switching
|
||||
the order of vertices in a forward-looking face under “Orient Faces...”.
|
||||
|
||||
“Reset View” animates rotating the object back to its initial orientation.
|
||||
“Random View” animates rotating the object to a random orientation.
|
||||
|
||||
If you want to find downloadable models to view, here are a couple of
|
||||
lists of likely websites:
|
||||
<http://en.wikibooks.org/wiki/Blender_3D:_Noob_to_Pro/Sources_of_free_3D_models>
|
||||
<http://wiki.blender.org/index.php/Doc:Tutorials/Resources/Models>.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/ldo/ObjViewer_Android.git
|
||||
|
||||
Build:15877.1,1
|
||||
commit=21548cdd0fcfd0
|
||||
update=force
|
||||
|
||||
Maintainer Notes:
|
||||
Never bumps version code
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:15877.1
|
||||
Current Version Code:1
|
||||
|
35
metadata/org.cprados.wificellmanager.txt
Normal file
35
metadata/org.cprados.wificellmanager.txt
Normal file
|
@ -0,0 +1,35 @@
|
|||
Categories:System
|
||||
License:Apache2
|
||||
Web Site:https://sites.google.com/site/wifimaticapp
|
||||
Source Code:https://github.com/cprados/wifimatic-android
|
||||
Issue Tracker:https://github.com/cprados/wifimatic-android/issues
|
||||
|
||||
Auto Name:Wi-Fi Matic
|
||||
Summary:Toggle WiFi based on location
|
||||
Description:
|
||||
Activates and deactivates Wi-Fi depending on your location, helping you to save battery
|
||||
and consumption of data through your cellular network.
|
||||
|
||||
It detects automatically the location of known Wi-Fi networks; turns on Wi-Fi
|
||||
when you arrive a place where there is Wi-Fi, and turns it off when you leave.
|
||||
Simply turn start the app once, enable WiFi where you need to and the app will
|
||||
learn over time.
|
||||
|
||||
It uses network location services only, which are normally provided by Google Apps
|
||||
though there is a solid replacement by NoGapps project.
|
||||
|
||||
Of course, cellular connectivity itself is a large battery drainer and you'd be
|
||||
better off to leave the phone in Airplane mode when you can.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/cprados/wifimatic-android.git
|
||||
|
||||
Build:1.3.5,18
|
||||
commit=v1.3.5
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.3.5
|
||||
Current Version Code:18
|
||||
|
44
metadata/org.evilsoft.pathfinder.reference.txt
Normal file
44
metadata/org.evilsoft.pathfinder.reference.txt
Normal file
|
@ -0,0 +1,44 @@
|
|||
Categories:Games
|
||||
License:GPLv3
|
||||
Web Site:http://legolas.org
|
||||
Source Code:https://github.com/devonjones/PathfinderOpenReference
|
||||
Issue Tracker:https://github.com/devonjones/PathfinderOpenReference/issues
|
||||
|
||||
Auto Name:Masterwork Tools: Pathfinder Open Reference
|
||||
Summary:RPG reference manual
|
||||
Description:
|
||||
This reference gives you rapid access to every feat, spell, class, skill,
|
||||
monster and rule in the full Pathfinder Roleplaying Game Reference Document.
|
||||
With intuitive indexing and powerful search capability, the reference gets
|
||||
you the information you need quickly so you can get back to the game.
|
||||
Includes rules material from the Pathfinder Roleplaying Game Core Rulebook,
|
||||
Advanced Player’s Guide, Ultimate Magic, Ultimate Combat, Ultimate Equipment,
|
||||
GameMastery Guide, NPC Codex, Bestiary, Bestiary 2 and Bestiary 3.
|
||||
|
||||
The application has 31000 rule snippets allowing you to access over 20000
|
||||
discrete rule topics. Including: 725 Feats, 1358 Spells, 1402 Monsters & NPCs,
|
||||
45 Classes and a ton more.
|
||||
The application allows you to hone in the passages that matter for what’s
|
||||
going on in game now. Every title in every article is a link that lets you
|
||||
just see/bookmark that section. It has a powerful and fast search lets you
|
||||
find the rule you need, quickly.
|
||||
It also allows you to create bookmark collections. You can bookmark passages
|
||||
that you want quick access to as a GM, while creating other collections for
|
||||
your characters, giving you quick access to the rules that applicable to that
|
||||
character.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/devonjones/PathfinderOpenReference.git
|
||||
|
||||
Build:1.0.18,19
|
||||
commit=1.0.19
|
||||
update=force
|
||||
rm=libs/android-ant.jar;libs/libspen23_multiwindow.jar
|
||||
srclibs=1:ActionBarSherlock@4.4.0
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0.18
|
||||
Current Version Code:19
|
||||
|
28
metadata/org.sudowars.txt
Normal file
28
metadata/org.sudowars.txt
Normal file
|
@ -0,0 +1,28 @@
|
|||
Categories:Games
|
||||
License:GPLv3
|
||||
Web Site:http://sudowars.org
|
||||
Source Code:https://github.com/sudowars/sudowars
|
||||
Issue Tracker:https://github.com/sudowars/sudowars/issues
|
||||
|
||||
Auto Name:Sudowars
|
||||
Summary:Multiplayer sudoku
|
||||
Description:
|
||||
Sudowars is a Sudoku app which enables you to play Sudoku in multiplayer mode
|
||||
over Bluetooth against another person.
|
||||
In addition to that there is also a trainings mode, where you can play alone.
|
||||
In the trainings mode you can ask for assistance through the game.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/sudowars/sudowars.git
|
||||
|
||||
Build:1.1,5
|
||||
commit=v1.1
|
||||
subdir=Sudowars
|
||||
rm=screenshots
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.1
|
||||
Current Version Code:2
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
AntiFeatures:UpstreamNonFree
|
||||
Categories:Multimedia
|
||||
License:ISC
|
||||
Web Site:
|
||||
|
@ -15,21 +14,25 @@ The safebooru.org site is preloaded which shows Anime images
|
|||
that are considered 'safe for work'. Note that the images there are usually
|
||||
of high quality and though the app is fast, a lot of data
|
||||
will be downloaded.
|
||||
|
||||
A proprietary analytics library was removed.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/vomitcuddle/nori.git
|
||||
|
||||
Build:1.1.1,6
|
||||
commit=v1.1.2
|
||||
srclibs=2:ActionBarSherlock@4.4.0;1:Volley@android-4.4_r1.2
|
||||
prebuild=mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||
|
||||
Build:1.1.5,10
|
||||
disable=not published
|
||||
commit=081118c3136
|
||||
rm=libs/libGoogleAnalyticsV2.jar
|
||||
srclibs=2:ActionBarSherlock@4.4.0;1:Volley@android-4.4_r1.2;3:NoAnalytics@c8d7785075
|
||||
prebuild=mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.1.5
|
||||
Current Version Code:10
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.1.1
|
||||
Current Version Code:6
|
||||
|
||||
|
|
24
metadata/priv.twoerner.brightnesswidget.txt
Normal file
24
metadata/priv.twoerner.brightnesswidget.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
Categories:System
|
||||
License:MIT
|
||||
Web Site:
|
||||
Source Code:https://github.com/tillwoerner/BrightnessWidget
|
||||
Issue Tracker:https://github.com/tillwoerner/BrightnessWidget/issues
|
||||
|
||||
Auto Name:Brightness Widget
|
||||
Summary:Brightness widget
|
||||
Description:
|
||||
Configurable brightness widget.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/tillwoerner/BrightnessWidget.git
|
||||
|
||||
Build:1.6,7
|
||||
commit=Version_1.6
|
||||
prebuild=sed -i '/reference/d' project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.6
|
||||
Current Version Code:7
|
||||
|
|
@ -25,7 +25,14 @@ Build:1.7.0,170
|
|||
|
||||
Build:1.9.0,190
|
||||
commit=ec6970073cf2
|
||||
init=zip -r native.zip libs/armeabi* libs/x86
|
||||
target=android-16
|
||||
build=unzip native.zip
|
||||
|
||||
Maintainer Notes:
|
||||
zbar libraries are from official binaries on sourceforge. I tried to compile from
|
||||
http://github.com/ZBar/ZBar but was unsuccessful. See trikita.obsqr though.
|
||||
.
|
||||
|
||||
Build:2.0.1,201
|
||||
commit=143a5867858
|
||||
|
|
36
metadata/ru0xdc.rtkgps.txt
Normal file
36
metadata/ru0xdc.rtkgps.txt
Normal file
|
@ -0,0 +1,36 @@
|
|||
Categories:Navigation
|
||||
# MIT but see jni/simonlynen_android_libs/agast/jni/agast/include/agast/agast5_8.h
|
||||
License:GPLv3
|
||||
Source Code:https://github.com/illarionov/RtkGps
|
||||
Issue Tracker:https://github.com/illarionov/RtkGps/issues
|
||||
|
||||
Summary:RTKLIB rtknavi port
|
||||
Description:
|
||||
Real-time standard and precise GNSS Positioning on Android using an external
|
||||
Bluetooth or USB GPS receiver; based on RTKLIB.
|
||||
|
||||
* GPS, GLONASS, Galileo, QZSS, BeiDou and SBAS Navigation systems
|
||||
* Single, DGPS/DGNSS, Kinematic, Static, Moving-Baseline, Fixed, PPP-Kinematic, PPP-Static and PPP-Fixed positioning modes.
|
||||
* RINEX 2.10,2.11,2.12 OBS/NAV/GNAV/HNAV/LNAV/QNAV, RINEX 3.00,3.01,3.02 OBS/NAV,RINEX 3.02 CLK,RTCM ver.2.3,RTCM ver.3.1 (with amendment 1-5), RTCM ver.3.2, BINEX, NTRIP 1.0, NMEA 0183, SP3-c, ANTEX 1.4, IONEX 1.0, NGS PCV and EMS 2.0.
|
||||
* Proprietary protocotols: NovAtel: OEM4/V/6,OEM3,OEMStar,Superstar II, Hemisphere: Eclipse,Crescent, u-blox: LEA-4T/5T/6T, SkyTraq: S1315F, JAVAD GRIL/GREIS, Furuno GW-10-II/III and NVS NV08C BINR, TCP/IP, NTRIP, local log file
|
||||
* Bluetooth and USB OTG communication
|
||||
* experimental SiRF IV protocol support
|
||||
|
||||
Status: Alpha
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/illarionov/RtkGps.git
|
||||
|
||||
Build:1.0,1
|
||||
commit=1b27b7
|
||||
forceversion=yes
|
||||
init=sed -i 's/@/:\/\//g;s/:little/\/little/g;s/:illar/\/illar/g' .gitmodules && \
|
||||
git submodule update --init
|
||||
buildjni=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
29
metadata/se.danielj.geometridestroyer.txt
Normal file
29
metadata/se.danielj.geometridestroyer.txt
Normal file
|
@ -0,0 +1,29 @@
|
|||
Categories:Games
|
||||
License:GPLv3
|
||||
Web Site:http://danielj.se
|
||||
Source Code:https://github.com/MaTachi/geometri-destroyer
|
||||
Issue Tracker:https://github.com/MaTachi/geometri-destroyer/issues
|
||||
|
||||
Auto Name:Geometri Destroyer
|
||||
Summary:Simple game
|
||||
Description:
|
||||
Remove the green objects but don't let the blue objects touch the ground.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/MaTachi/geometri-destroyer.git
|
||||
|
||||
Build:1.0.1,2
|
||||
commit=1aa2e
|
||||
subdir=geometri-destroyer-android
|
||||
init=zip -r native.zip libs/armeabi* && \
|
||||
mv ../geometri-destroyer/libs/gdx.jar libs/ && \
|
||||
mv ../geometri-destroyer/libs/gdx-freetype.jar libs/ && \
|
||||
echo 'source.dir=src;../geometri-destroyer/src' > ant.properties
|
||||
build=unzip native.zip
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0.1
|
||||
Current Version Code:2
|
||||
|
|
@ -3,4 +3,6 @@ Repo:https://github.com/keyboardsurfer/Crouton
|
|||
|
||||
Subdir:library
|
||||
|
||||
# for support jar
|
||||
Prepare:mkdir -p libs
|
||||
Update Project:Yes
|
||||
|
|
2
srclibs/HumanTime.txt
Normal file
2
srclibs/HumanTime.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/headrevision/HumanTimeApproximation.git
|
|
@ -1,7 +1,7 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/nostra13/Android-Universal-Image-Loader.git
|
||||
|
||||
Subdir:library
|
||||
Subdir:UniversalImageLoader,library
|
||||
|
||||
Update Project:Yes
|
||||
|
||||
|
|
2
srclibs/Inputmethodcommon.txt
Normal file
2
srclibs/Inputmethodcommon.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:https://android.googlesource.com/platform/frameworks/opt/inputmethodcommon
|
3
srclibs/Jbox2d.txt
Normal file
3
srclibs/Jbox2d.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Moving to github soon so just use svn
|
||||
Repo Type:svn
|
||||
Repo:http://jbox2d.googlecode.com/svn/tags/jbox2d-2.1.2.1/jbox2d-library
|
4
srclibs/SherlockNavDrawer.txt
Normal file
4
srclibs/SherlockNavDrawer.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/nicolasjafelle/SherlockNavigationDrawer
|
||||
Subdir:SherlockNavigationDrawer
|
||||
Prepare:sed -i '/ActionBarSherlock/d' project.properties && $$SDK$$/tools/android update project -p . -l ../../ActionBarSherlock/actionbarsherlock
|
2
srclibs/Xmp.txt
Normal file
2
srclibs/Xmp.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:https://android.googlesource.com/platform/external/xmp_toolkit
|
Loading…
Reference in a new issue