Merge branch 'master' of gitorious.org:f-droid/fdroiddata
This commit is contained in:
commit
df62d87504
24
.gitignore
vendored
24
.gitignore
vendored
|
@ -1,14 +1,14 @@
|
|||
config.py
|
||||
repo/
|
||||
archive/
|
||||
logs/
|
||||
built/
|
||||
tmp/
|
||||
builder/
|
||||
/config.py
|
||||
/repo/
|
||||
/archive/
|
||||
/logs/
|
||||
/built/
|
||||
/tmp/
|
||||
/builder/
|
||||
*~
|
||||
*.pyc
|
||||
unsigned/
|
||||
note
|
||||
misc/
|
||||
shmetadata/
|
||||
shmextlib/
|
||||
/unsigned/
|
||||
/note
|
||||
/misc/
|
||||
/shmetadata/
|
||||
/shmextlib/
|
||||
|
|
6
build/.gitignore
vendored
6
build/.gitignore
vendored
|
@ -1,3 +1,3 @@
|
|||
*/
|
||||
!extlib/
|
||||
.fdroidvcs-*
|
||||
/*/
|
||||
!/extlib/
|
||||
/.fdroidvcs-*
|
||||
|
|
Binary file not shown.
BIN
build/extlib/android/android-support-v4r18.jar
Normal file
BIN
build/extlib/android/android-support-v4r18.jar
Normal file
Binary file not shown.
|
@ -1,3 +1,4 @@
|
|||
8ec28ddd6c1b954bfa1fa54c5df54eba r19
|
||||
ed257a47cae11af1a55614055b879947 r18
|
||||
7c357558b1ef5cd16f1d312fe87c38a0 r11
|
||||
7b5efe58fd28cbc7fa8f9e88ab9c7d65 r11
|
||||
|
|
18
build/extlib/custom_rules.xml
Normal file
18
build/extlib/custom_rules.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="imported">
|
||||
<target name="-post-compile">
|
||||
<macrodef name="dex-helper">
|
||||
<element name="external-libs" optional="yes"/>
|
||||
<attribute name="nolocals" default="false"/>
|
||||
<sequential>
|
||||
<property name="out.dex.input.absolute.dir" value="${out.classes.absolute.dir}"/>
|
||||
<path id="out.dex.jar.input.ref" path="${basedir}/libs/jcifs-1.3.17.jar"/>
|
||||
<dex executable="${dx}" output="${intermediate.dex.file}" nolocals="@{nolocals}" verbose="${verbose}">
|
||||
<path path="${out.dex.input.absolute.dir}"/>
|
||||
<path refid="out.dex.jar.input.ref"/>
|
||||
<external-libs/>
|
||||
</dex>
|
||||
</sequential>
|
||||
</macrodef>
|
||||
</target>
|
||||
</project>
|
BIN
build/extlib/ganymed-ssh/ganymed-ssh2-build210.jar
Executable file
BIN
build/extlib/ganymed-ssh/ganymed-ssh2-build210.jar
Executable file
Binary file not shown.
1
build/extlib/ganymed-ssh/source.txt
Normal file
1
build/extlib/ganymed-ssh/source.txt
Normal file
|
@ -0,0 +1 @@
|
|||
http://mvnrepository.com/artifact/ch.ethz.ganymed/ganymed-ssh2/
|
BIN
build/extlib/jackson/jackson-annotations-2.1.0.jar
Normal file
BIN
build/extlib/jackson/jackson-annotations-2.1.0.jar
Normal file
Binary file not shown.
BIN
build/extlib/jackson/jackson-core-2.1.0.jar
Normal file
BIN
build/extlib/jackson/jackson-core-2.1.0.jar
Normal file
Binary file not shown.
BIN
build/extlib/jackson/jackson-databind-2.1.0.jar
Normal file
BIN
build/extlib/jackson/jackson-databind-2.1.0.jar
Normal file
Binary file not shown.
BIN
build/extlib/libgdx/libgdx-0.9.8.zip
Normal file
BIN
build/extlib/libgdx/libgdx-0.9.8.zip
Normal file
Binary file not shown.
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:GPLv2
|
||||
Web Site:http://code.google.com/p/anstop/
|
||||
Source Code:http://code.google.com/p/anstop/source/checkout
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Navigation
|
||||
Categories:Navigation
|
||||
License:Public Domain
|
||||
Web Site:http://sourceforge.net/projects/androidspeedo/
|
||||
Source Code:http://sourceforge.net/projects/androidspeedo/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Multimedia
|
||||
Categories:Multimedia
|
||||
License:GPLv3
|
||||
Web Site:http://code.google.com/p/a2dpvolume/
|
||||
Source Code:http://code.google.com/p/a2dpvolume/source/checkout
|
||||
|
@ -24,16 +24,30 @@ understands GPS data.
|
|||
Repo Type:hg
|
||||
Repo:http://code.google.com/p/a2dpvolume/
|
||||
|
||||
Build Version:2.8.11,93,8eac7d
|
||||
Build Version:2.8.14,96,317d1cdf584a
|
||||
Build Version:2.8.17,99,89248bd5da61
|
||||
Build Version:2.9.1,101,!remove because beta feebcb632fe9
|
||||
Build Version:2.9.4,104,8a57089be290
|
||||
Build Version:2.9.7,107,fec56a293772
|
||||
Build:2.8.11,93
|
||||
commit=8eac7d
|
||||
|
||||
Build:2.8.14,96
|
||||
commit=317d1cdf584a
|
||||
|
||||
Build:2.8.17,99
|
||||
commit=89248bd5da61
|
||||
|
||||
Build:2.9.1,101
|
||||
disable=remove because beta
|
||||
commit=feebcb632fe9
|
||||
|
||||
Build:2.9.4,104
|
||||
commit=8a57089be290
|
||||
|
||||
Build:2.9.7,107
|
||||
commit=fec56a293772
|
||||
|
||||
Build:2.10.1,111
|
||||
commit=f4c887a2b798
|
||||
|
||||
Auto Update Mode:None
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Current Version:2.9.7
|
||||
Current Version Code:107
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.10.1
|
||||
Current Version Code:111
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:GPLv3
|
||||
Web Site:http://aarddict.org/android/
|
||||
Source Code:https://github.com/aarddict/android
|
||||
|
@ -22,18 +22,48 @@ on the website.
|
|||
Repo Type:git
|
||||
Repo:git://github.com/aarddict/android.git
|
||||
|
||||
Build Version:1.3.1,10,1.3.1,prebuild=mv lib libs
|
||||
Build Version:1.4.0,12,7df930161256324e31b2c720281629f58446b6d6,prebuild=mv lib libs
|
||||
Build Version:1.4.1,13,b81c9c8c52de5f65b550e3c608a610962582e5cd,prebuild=mv lib libs
|
||||
Build Version:1.6.1,16,1.6.1,target=android-17
|
||||
Build Version:1.6.2,17,1.6.2,target=android-17
|
||||
Build Version:1.6.3,18,1.6.3,target=android-17
|
||||
Build Version:1.6.4,19,1.6.4,target=android-17
|
||||
Build Version:1.6.5,20,1.6.5,target=android-17
|
||||
Build Version:1.6.6,21,1.6.6,target=android-17
|
||||
Build:1.3.1,10
|
||||
commit=1.3.1
|
||||
prebuild=mv lib libs
|
||||
|
||||
Build:1.4.0,12
|
||||
commit=7df930161256324e31b2c720281629f58446b6d6
|
||||
prebuild=mv lib libs
|
||||
|
||||
Build:1.4.1,13
|
||||
commit=b81c9c8c52de5f65b550e3c608a610962582e5cd
|
||||
prebuild=mv lib libs
|
||||
|
||||
Build:1.6.1,16
|
||||
commit=1.6.1
|
||||
target=android-17
|
||||
|
||||
Build:1.6.2,17
|
||||
commit=1.6.2
|
||||
target=android-17
|
||||
|
||||
Build:1.6.3,18
|
||||
commit=1.6.3
|
||||
target=android-17
|
||||
|
||||
Build:1.6.4,19
|
||||
commit=1.6.4
|
||||
target=android-17
|
||||
|
||||
Build:1.6.5,20
|
||||
commit=1.6.5
|
||||
target=android-17
|
||||
|
||||
Build:1.6.6,21
|
||||
commit=1.6.6
|
||||
target=android-17
|
||||
|
||||
Build:1.6.7,22
|
||||
commit=1.6.7
|
||||
target=android-17
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.6.6
|
||||
Current Version Code:21
|
||||
Current Version:1.6.7
|
||||
Current Version Code:22
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Internet
|
||||
Categories:Internet
|
||||
License:Apache2
|
||||
Web Site:https://github.com/anthonycr/Lightning-Browser
|
||||
Source Code:https://github.com/anthonycr/Lightning-Browser
|
||||
|
@ -17,27 +17,43 @@ Description:
|
|||
Repo Type:git
|
||||
Repo:https://github.com/anthonycr/Lightning-Browser.git
|
||||
|
||||
Build Version:2.2.0,22,7a228d2a8c1,target=android-17,prebuild=\
|
||||
sed -i 's/int MAX_TABS=5\, MAX_BOOKMARKS=5/int MAX_TABS=15\, MAX_BOOKMARKS=50/g' \
|
||||
src/acr/browser/barebones/Barebones.java
|
||||
Build Version:2.3.4,27,2afff6d2876,target=android-17,prebuild=\
|
||||
sed -i 's/MAX_TABS = 5/MAX_TABS = 15/g;s/MAX_BOOKMARKS = 5/MAX_BOOKMARKS = 50/g' \
|
||||
src/acr/browser/barebones/Barebones.java
|
||||
Build Version:2.3.7,30,bba148f92e1,target=android-17,prebuild=\
|
||||
sed -i 's/MAX_TABS = 5/MAX_TABS = 15/g;s/MAX_BOOKMARKS = 5/MAX_BOOKMARKS = 50/g' \
|
||||
src/acr/browser/barebones/Barebones.java
|
||||
Build Version:2.3.12,36,d99e82b6cbbe8,target=android-17,prebuild=\
|
||||
sed -i 's/MAX_TABS = 5/MAX_TABS = 15/g;s/MAX_BOOKMARKS = 5/MAX_BOOKMARKS = 50/g' \
|
||||
src/acr/browser/barebones/Barebones.java
|
||||
Build Version:2.4,37,deed4b7f3c487102,target=android-17,prebuild=\
|
||||
sed -i 's/MAX_TABS = 5/MAX_TABS = 15/g;s/MAX_BOOKMARKS = 5/MAX_BOOKMARKS = 50/g' \
|
||||
src/acr/browser/barebones/Barebones.java
|
||||
Build Version:2.4.3,42,103b4e40e113beaf,target=android-17,prebuild=\
|
||||
sed -i 's/MAX_TABS = 5/MAX_TABS = 15/g;s/MAX_BOOKMARKS = 5/MAX_BOOKMARKS = 50/g' \
|
||||
src/acr/browser/barebones/Barebones.java
|
||||
Build:2.2.0,22
|
||||
commit=7a228d2a8c1
|
||||
target=android-17
|
||||
prebuild=sed -i 's/int MAX_TABS=5, MAX_BOOKMARKS=5/int MAX_TABS=15, MAX_BOOKMARKS=50/g' src/acr/browser/barebones/Barebones.java
|
||||
|
||||
Build:2.3.4,27
|
||||
commit=2afff6d2876
|
||||
target=android-17
|
||||
prebuild=sed -i 's/MAX_TABS = 5/MAX_TABS = 15/g;s/MAX_BOOKMARKS = 5/MAX_BOOKMARKS = 50/g' src/acr/browser/barebones/Barebones.java
|
||||
|
||||
Build:2.3.7,30
|
||||
commit=bba148f92e1
|
||||
target=android-17
|
||||
prebuild=sed -i 's/MAX_TABS = 5/MAX_TABS = 15/g;s/MAX_BOOKMARKS = 5/MAX_BOOKMARKS = 50/g' src/acr/browser/barebones/Barebones.java
|
||||
|
||||
Build:2.3.12,36
|
||||
commit=d99e82b6cbbe8
|
||||
target=android-17
|
||||
prebuild=sed -i 's/MAX_TABS = 5/MAX_TABS = 15/g;s/MAX_BOOKMARKS = 5/MAX_BOOKMARKS = 50/g' src/acr/browser/barebones/Barebones.java
|
||||
|
||||
Build:2.4,37
|
||||
commit=deed4b7f3c487102
|
||||
target=android-17
|
||||
prebuild=sed -i 's/MAX_TABS = 5/MAX_TABS = 15/g;s/MAX_BOOKMARKS = 5/MAX_BOOKMARKS = 50/g' src/acr/browser/barebones/Barebones.java
|
||||
|
||||
Build:2.4.3,42
|
||||
commit=103b4e40e113beaf
|
||||
target=android-17
|
||||
prebuild=sed -i 's/MAX_TABS = 5/MAX_TABS = 15/g;s/MAX_BOOKMARKS = 5/MAX_BOOKMARKS = 50/g' src/acr/browser/barebones/Barebones.java
|
||||
|
||||
Build:2.5.1.4,60
|
||||
commit=a383f8e77871
|
||||
target=android-18
|
||||
prebuild=sed -i 's/MAX_TABS = 5/MAX_TABS = 15/' src/acr/browser/barebones/utilities/FinalVariables.java
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.4.3
|
||||
Current Version Code:42
|
||||
Current Version:2.5.1.4
|
||||
Current Version Code:60
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:GPLv3
|
||||
Web Site:http://ed.am/dev/android/import-contacts
|
||||
Source Code:http://bzr.ed.am/android/import-contacts
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:System
|
||||
Categories:System
|
||||
License:GPLv2+
|
||||
Web Site:http://code.google.com/p/android-vnc-viewer/
|
||||
Source Code:http://code.google.com/p/android-vnc-viewer/source/checkout
|
||||
|
@ -16,8 +16,7 @@ Repo:http://android-vnc-viewer.googlecode.com/svn/branches/antlersoft
|
|||
Build Version:0.5.0,13,197,subdir=androidVNC
|
||||
|
||||
Auto Update Mode:None
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:0.5.0
|
||||
Current Version Code:13
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Games
|
||||
Categories:Games
|
||||
License:GPLv3
|
||||
Web Site:http://code.google.com/p/prboom4android/
|
||||
Source Code:http://code.google.com/p/prboom4android/source/list
|
||||
|
@ -7,9 +7,10 @@ Issue Tracker:http://code.google.com/p/prboom4android/issues/list
|
|||
Auto Name:PrBoom For Android
|
||||
Summary:PrBoom Doom game engine
|
||||
Description:
|
||||
PrBoom4Android is a port of the open source PrBoom Doom engine.
|
||||
PrBoom4Android is a port of the PrBoom Doom engine.
|
||||
|
||||
It was originally ported to Android by Vladimir Silva when the
|
||||
first android device, the G1, was released. Since the original
|
||||
first Android device, the G1, was released. Since the original
|
||||
port was designed to work with the G1's hardware keyboard, it
|
||||
did not function with touchscreen only devices. This release
|
||||
adds on-screen multitouch controls to support newer devices.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Disabled:Prebuilts
|
||||
Category:System
|
||||
Categories:System
|
||||
License:GPLv3
|
||||
Web Site:https://code.google.com/p/android-wifi-tether/
|
||||
Source Code:https://code.google.com/p/android-wifi-tether/source/list
|
||||
|
@ -27,7 +27,7 @@ ad-hoc mode) and (probably) a custom-kernel which supports netfilter
|
|||
|
||||
Requires Root:Yes
|
||||
|
||||
Repo Type:svn
|
||||
Repo Type:git-svn
|
||||
Repo:http://android-wifi-tether.googlecode.com/svn/trunk/
|
||||
|
||||
Build Version:2.0.7,26,523,buildjni=yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:GPLv3
|
||||
Web Site:http://code.google.com/p/baby-care-timer
|
||||
Source Code:http://code.google.com/p/baby-care-timer/source/list
|
||||
|
@ -14,11 +14,15 @@ Baby Care Timer is a timer for parents to track feedings, diaper changes and oth
|
|||
Repo Type:git-svn
|
||||
Repo:http://baby-care-timer.googlecode.com/svn/trunk/
|
||||
|
||||
Build Version:1.4,5,133
|
||||
Build:1.4,5
|
||||
commit=133
|
||||
|
||||
Build:1.5,6
|
||||
commit=135
|
||||
target=android-10
|
||||
|
||||
Auto Update Mode:None
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Current Version:1.4
|
||||
Current Version Code:5
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.5
|
||||
Current Version Code:6
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
AntiFeatures:NonFreeAdd
|
||||
Category:System
|
||||
Categories:System
|
||||
License:GPLv3
|
||||
Web Site:https://code.google.com/p/droid-notify/
|
||||
Source Code:https://code.google.com/p/droid-notify/source/list
|
||||
|
@ -19,7 +19,7 @@ install the fully-featured proprietary version.
|
|||
Status: Newer versions have been published by the author but without source code.
|
||||
.
|
||||
|
||||
Repo Type:svn
|
||||
Repo Type:git-svn
|
||||
Repo:http://droid-notify.googlecode.com/svn/trunk
|
||||
|
||||
Build Version:2.20,27,707,srclibs=FacebookSDK@c58af0b,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$FacebookSDK$$@' project.properties && mv lib/ libs/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:Apache2
|
||||
Web Site:http://code.google.com/p/arity-calculator
|
||||
Source Code:http://code.google.com/p/arity-calculator/source/list
|
||||
|
|
57
metadata/at.bitfire.davdroid.txt
Normal file
57
metadata/at.bitfire.davdroid.txt
Normal file
|
@ -0,0 +1,57 @@
|
|||
Categories:Internet
|
||||
License:GPLv3
|
||||
Web Site:http://davdroid.bitfire.at/
|
||||
Source Code:https://github.com/rfc2822/davdroid
|
||||
Issue Tracker:https://github.com/rfc2822/davdroid/issues
|
||||
Donate:http://davdroid.bitfire.at/donate
|
||||
FlattrID:2100160
|
||||
Bitcoin:1KSCy7RHztKuhW9fLLaUYqdwdC2iwbejZU
|
||||
|
||||
Auto Name:DAVdroid
|
||||
Summary:Contacts and Calendar sync
|
||||
Description:
|
||||
DAVdroid is a CalDAV/CardDAV synchronisation provider for Android 4+ devices.
|
||||
Use it with your own server (like Radicale or DAViCal) or with a trusted
|
||||
hoster to keep your contacts and events under your control.
|
||||
|
||||
After installing the app, add a DAVdroid account using Settings/Account.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/rfc2822/davdroid.git
|
||||
|
||||
Build:0.3.2-alpha,5
|
||||
commit=v0.3.2-alpha
|
||||
|
||||
Build:0.3.3-alpha,6
|
||||
commit=v0.3.3-alpha
|
||||
|
||||
Build:0.3.4-alpha,7
|
||||
commit=v0.3.4-alpha
|
||||
|
||||
Build:0.3.5-alpha,8
|
||||
commit=v0.3.5-alpha
|
||||
|
||||
Build:0.3.6-alpha,10
|
||||
commit=v0.3.6-alpha
|
||||
|
||||
Build:0.3.7-alpha,11
|
||||
commit=v0.3.7-alpha
|
||||
|
||||
Build:0.3.8-alpha,12
|
||||
commit=v0.3.8-alpha
|
||||
|
||||
Build:0.4-alpha,13
|
||||
commit=v0.4-alpha
|
||||
|
||||
Build:0.4.1-alpha,14
|
||||
commit=v0.4.1-alpha
|
||||
|
||||
Build:0.4.2-alpha,15
|
||||
commit=v0.4.2-alpha
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.4.2-alpha
|
||||
Current Version Code:15
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
Category:Multimedia
|
||||
Categories:Multimedia
|
||||
License:MIT
|
||||
Web Site:http://rfc2822.github.com/GfxTablet/
|
||||
Source Code:https://github.com/rfc2822/GfxTablet
|
||||
|
@ -18,10 +18,10 @@ Repo Type:git
|
|||
Repo:https://github.com/rfc2822/GfxTablet.git
|
||||
|
||||
Build Version:1.1,2,android-app-1.1,subdir=app-android
|
||||
Build Version:1.2,3,android-app-1.2,subdir=app-android
|
||||
|
||||
Auto Update Mode:Version
|
||||
Auto Update Mode:Version android-app-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.1
|
||||
Current Version Code:2
|
||||
|
||||
Current Version:1.2
|
||||
Current Version Code:3
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:GPLv3
|
||||
Web Site:http://code.google.com/p/kolab-android
|
||||
Source Code:https://gitorious.org/kolab-android/kolab-android
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
AntiFeatures:Tracking
|
||||
Category:Office
|
||||
Categories:Office
|
||||
License:GPLv3+
|
||||
Web Site:http://reader.tomtasche.at
|
||||
Source Code:https://github.com/TomTasche/OpenDocument.droid
|
||||
Issue Tracker:https://github.com/TomTasche/OpenDocument.droid/issues
|
||||
# http://forum.xda-developers.com/donatetome.php?u=2074207
|
||||
FlattrID:117140
|
||||
|
||||
Auto Name:OpenDocument Reader
|
||||
|
@ -17,85 +16,142 @@ including OpenOffice and LibreOffice.
|
|||
Anti-feature: Tracking. A recent version had code for sending
|
||||
some device info via HTTP POST to a appspot.com server.
|
||||
|
||||
A proprietary ad library was removed before building.
|
||||
A proprietary ad library was removed before building. More recent versions
|
||||
have several more proprietary binaries.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/TomTasche/OpenDocument.droid.git
|
||||
|
||||
Build Version:1.1.9,11,243eba4f441b3601de96
|
||||
Build Version:1.2,12,d174bed05a6026ddb5db
|
||||
Build Version:1.2.3,15,8fe022fd67e5bb62c6d8
|
||||
Build Version:1.3.0,22,4b8ea7438125e90d43bdadfc042723a7a485a217,srclibs=JOpenDocument@35ec3d3ddfc11592cefe8cae9eea3608ad2b30c2,prebuild=rm *.apk && cp -r $$JOpenDocument$$/src/* src/ && rm -rf src/test/
|
||||
Build Version:1.3.2,24,4bcf9024ac9fb96bc5c03c3129f9d401272caaf0,srclibs=JOpenDocument@35ec3d3ddfc11592cefe8cae9eea3608ad2b30c2,prebuild=rm *.apk && rm libs/jopendocument.jar && cp -r $$JOpenDocument$$/src/* src/ && rm -rf src/test/
|
||||
Build Version:2.0.6,33,!unknown build server problems b88d8bf6d,srclibs=\
|
||||
BillingLibrary@3ecc7cad9c;MobAdMob@2d5736;FilePicker@d12f209e8;aFileChooser@c3197bb151,prebuild=\
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1$$aFileChooser$$@' project.properties && \
|
||||
sed -i 's@\(android.library.reference.2=\).*@\1$$FilePicker$$@' project.properties && \
|
||||
echo "android.library.reference.3=$$BillingLibrary$$" >> project.properties && \
|
||||
echo "android.library.reference.4=$$MobAdMob$$" >> project.properties && \
|
||||
cp $$aFileChooser$$/libs/android-support-v4.jar $$FilePicker$$/libs/ && \
|
||||
rm -rf libs/GoogleAdMobAdsSdk-6.1.0.jar libs/androidbillinglibrary_22092012.jar tests
|
||||
Build:1.1.9,11
|
||||
commit=243eba4f441b3601de96
|
||||
|
||||
Build:1.2,12
|
||||
commit=d174bed05a6026ddb5db
|
||||
|
||||
Build:1.2.3,15
|
||||
commit=8fe022fd67e5bb62c6d8
|
||||
|
||||
Build:1.3.0,22
|
||||
commit=4b8ea7438125e90d43bdadfc042723a7a485a217
|
||||
srclibs=JOpenDocument@35ec3d3ddfc11592cefe8cae9eea3608ad2b30c2
|
||||
prebuild=rm *.apk && \
|
||||
cp -r $$JOpenDocument$$/src/* src/ && \
|
||||
rm -rf src/test/
|
||||
|
||||
Build:1.3.2,24
|
||||
commit=4bcf9024ac9fb96bc5c03c3129f9d401272caaf0
|
||||
srclibs=JOpenDocument@35ec3d3ddfc11592cefe8cae9eea3608ad2b30c2
|
||||
prebuild=rm *.apk && \
|
||||
rm libs/jopendocument.jar && \
|
||||
cp -r $$JOpenDocument$$/src/* src/ && \
|
||||
rm -rf src/test/
|
||||
|
||||
Build:2.0.6,33
|
||||
disable=!unknown build server problems b88d8bf6d
|
||||
commit=unknown - see disabled
|
||||
srclibs=BillingLibrary@3ecc7cad9c;MobAdMob@2d5736;FilePicker@d12f209e8;aFileChooser@c3197bb151
|
||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$aFileChooser$$@' project.properties && \
|
||||
sed -i 's@\(android.library.reference.2=\).*@\1$$FilePicker$$@' project.properties && \
|
||||
echo "android.library.reference.3=$$BillingLibrary$$" >> project.properties && \
|
||||
echo "android.library.reference.4=$$MobAdMob$$" >> project.properties && \
|
||||
cp $$aFileChooser$$/libs/android-support-v4.jar $$FilePicker$$/libs/ && \
|
||||
rm -rf libs/GoogleAdMobAdsSdk-6.1.0.jar libs/androidbillinglibrary_22092012.jar tests
|
||||
|
||||
#careful deleting lines in submodule source: they don't reappear
|
||||
Build Version:2.0.7,34,771437a702,init=\
|
||||
git config -f .gitmodules --remove-section submodule.test && \
|
||||
git rm --cached test && rm -rf test && \
|
||||
sed -i 's/git@github.com:/https:\/\/github.com\//g' .gitmodules && \
|
||||
sed -i 's/git@github.com:/https:\/\/github.com\//g' .git/config && git submodule update --init,\
|
||||
srclibs=MobAdMob@2d5736,update=.;aFileChooser/aFileChooser;ActionBarSherlock/library;\
|
||||
AndroidBillingLibrary/AndroidBillingLibrary;Android-AppMsg/library,prebuild=\
|
||||
sed -i '42d' filepicker-android/src/io/filepicker/AuthActivity.java && \
|
||||
echo "source.dir=src;$$MobAdMob$$/src" >> project.properties && \
|
||||
rm -rf libs/GoogleAdMobAdsSdk*.jar OpenDocument.apk libs/android-support-v4.jar && \
|
||||
cp aFileChooser/aFileChooser/libs/android-support-v4.jar filepicker-android/libs/ && \
|
||||
cp aFileChooser/aFileChooser/libs/android-support-v4.jar ActionBarSherlock/library/libs/
|
||||
Build Version:2.0.8,35,!broken v2.0.8,submodules=no,init=\
|
||||
rm -rf odf2html/.gitmodules odf2html/library/dep/commons && git submodule update --init && \
|
||||
git clone git://github.com/andiwand/commons.git odf2html/library/dep/commons && \
|
||||
cd odf2html/ && git checkout 008034b70714,\
|
||||
srclibs=MobAdMob@2d5736,update=.;aFileChooser/aFileChooser;ActionBarSherlock/library;\
|
||||
AndroidBillingLibrary/AndroidBillingLibrary;Android-AppMsg/library,prebuild=\
|
||||
echo "source.dir=src;$$MobAdMob$$/src" >> project.properties && \
|
||||
rm -rf libs/GoogleAdMobAdsSdk*.jar OpenDocument.apk \
|
||||
libs/android-support-v4.jar odf2html/library/odf2html.jar && \
|
||||
cp aFileChooser/aFileChooser/libs/android-support-v4.jar filepicker-android/libs/ && \
|
||||
cp aFileChooser/aFileChooser/libs/android-support-v4.jar ActionBarSherlock/library/libs/,\
|
||||
build=cd odf2html/library/ && ant -f dep/commons/library/build.xml && \
|
||||
mkdir -p lib/ && mv dep/commons/library/commons.jar lib/ && \
|
||||
cp lib/commons.jar ../../libs/ && ant && mv odf2html.jar ../../libs/
|
||||
Build Version:2.0.8.2,37,!broken v2.0.8.2,submodules=no,init=\
|
||||
rm -rf $(find . -name bin) && rm -rf $(find . -name gen) && \
|
||||
rm -rf odf2html/.gitmodules odf2html/library/dep/commons && git submodule update --init && \
|
||||
git clone git://github.com/andiwand/commons.git odf2html/library/dep/commons && \
|
||||
cd odf2html/library/dep/commons && git checkout f9ba1a9,\
|
||||
srclibs=MobAdMob@2d5736,update=.;aFileChooser/aFileChooser;ActionBarSherlock/library;\
|
||||
AndroidBillingLibrary/AndroidBillingLibrary;Android-AppMsg/library,prebuild=\
|
||||
echo "source.dir=src;$$MobAdMob$$/src" >> project.properties && \
|
||||
rm -rf libs/GoogleAdMobAdsSdk*.jar OpenDocument.apk \
|
||||
libs/android-support-v4.jar odf2html/library/odf2html.jar && \
|
||||
cp aFileChooser/aFileChooser/libs/android-support-v4.jar filepicker-android/libs/ && \
|
||||
cp aFileChooser/aFileChooser/libs/android-support-v4.jar ActionBarSherlock/library/libs/,\
|
||||
build=cd odf2html/library/ && ant -f dep/commons/library/build.xml && \
|
||||
mkdir -p lib/ && mv dep/commons/library/commons.jar lib/ && \
|
||||
cp lib/commons.jar ../../libs/ && ant && mv odf2html.jar ../../libs/
|
||||
Build Version:2.10.1,45,!won't build and probably crashy at v2.10.1,submodules=yes,init=\
|
||||
rm -rf $(find . -name bin) && rm -rf $(find . -name gen) && cd odf2html/library/dep && \
|
||||
rm -rf commons && git clone git://github.com/andiwand/commons.git && \
|
||||
cd commons/ && git checkout cf34f179f,srclibs=MobAdMob@2d5736;NoAnalytics@533c6c1,\
|
||||
update=.;aFileChooser/aFileChooser;ActionBarSherlock/actionbarsherlock;\
|
||||
Android-RateThisApp/library;Android-AppMsg/library;pay-me/library,prebuild=\
|
||||
echo -e "android.library.reference.6=$$MobAdMob$$\n\
|
||||
android.library.reference.7=$$NoAnalytics$$" >> project.properties && \
|
||||
sed -i 's/1.6/1.7/g' odf2html/library/build.xml && \
|
||||
sed -i 's/1.6/1.7/g' odf2html/library/dep/commons/library/build.xml && \
|
||||
rm -rf libs/GoogleAdMobAdsSdk*.jar libs/libGoogleAnalytics*.jar OpenDocument.apk \
|
||||
libs/android-support-v4.jar,build=cd odf2html/library/dep/commons/library && \
|
||||
ant && cd ../../../ && ant && mv dep/commons/library/commons.jar \
|
||||
../../libs/ && mv odf2html.jar ../../libs/
|
||||
Build:2.0.7,34
|
||||
commit=771437a702
|
||||
init=git config -f .gitmodules --remove-section submodule.test && \
|
||||
git rm --cached test && \
|
||||
rm -rf test && \
|
||||
sed -i 's/git@github.com:/https:\/\/github.com\//g' .gitmodules && \
|
||||
sed -i 's/git@github.com:/https:\/\/github.com\//g' .git/config && \
|
||||
git submodule update --init
|
||||
update=.;aFileChooser/aFileChooser;ActionBarSherlock/library;AndroidBillingLibrary/AndroidBillingLibrary;Android-AppMsg/library
|
||||
srclibs=MobAdMob@2d5736
|
||||
prebuild=sed -i '42d' filepicker-android/src/io/filepicker/AuthActivity.java && \
|
||||
echo "source.dir=src;$$MobAdMob$$/src" >> project.properties && \
|
||||
rm -rf libs/GoogleAdMobAdsSdk*.jar OpenDocument.apk libs/android-support-v4.jar && \
|
||||
cp aFileChooser/aFileChooser/libs/android-support-v4.jar filepicker-android/libs/ && \
|
||||
cp aFileChooser/aFileChooser/libs/android-support-v4.jar ActionBarSherlock/library/libs/
|
||||
|
||||
Build:2.0.8,35
|
||||
disable=!broken v2.0.8
|
||||
commit=unknown - see disabled
|
||||
submodules=no
|
||||
init=rm -rf odf2html/.gitmodules odf2html/library/dep/commons && \
|
||||
git submodule update --init && \
|
||||
git clone git://github.com/andiwand/commons.git odf2html/library/dep/commons && \
|
||||
cd odf2html/ && \
|
||||
git checkout 008034b70714
|
||||
update=.;aFileChooser/aFileChooser;ActionBarSherlock/library;AndroidBillingLibrary/AndroidBillingLibrary;Android-AppMsg/library
|
||||
srclibs=MobAdMob@2d5736
|
||||
prebuild=echo "source.dir=src;$$MobAdMob$$/src" >> project.properties && \
|
||||
rm -rf libs/GoogleAdMobAdsSdk*.jar OpenDocument.apk libs/android-support-v4.jar odf2html/library/odf2html.jar && \
|
||||
cp aFileChooser/aFileChooser/libs/android-support-v4.jar filepicker-android/libs/ && \
|
||||
cp aFileChooser/aFileChooser/libs/android-support-v4.jar ActionBarSherlock/library/libs/
|
||||
build=cd odf2html/library/ && \
|
||||
ant -f dep/commons/library/build.xml && \
|
||||
mkdir -p lib/ && \
|
||||
mv dep/commons/library/commons.jar lib/ && \
|
||||
cp lib/commons.jar ../../libs/ && \
|
||||
ant && \
|
||||
mv odf2html.jar ../../libs/
|
||||
|
||||
Build:2.0.8.2,37
|
||||
disable=!broken v2.0.8.2
|
||||
commit=unknown - see disabled
|
||||
submodules=no
|
||||
init=rm -rf $(find . -name bin) && \
|
||||
rm -rf $(find . -name gen) && \
|
||||
rm -rf odf2html/.gitmodules odf2html/library/dep/commons && \
|
||||
git submodule update --init && \
|
||||
git clone git://github.com/andiwand/commons.git odf2html/library/dep/commons && \
|
||||
cd odf2html/library/dep/commons && \
|
||||
git checkout f9ba1a9
|
||||
update=.;aFileChooser/aFileChooser;ActionBarSherlock/library;AndroidBillingLibrary/AndroidBillingLibrary;Android-AppMsg/library
|
||||
srclibs=MobAdMob@2d5736
|
||||
prebuild=echo "source.dir=src;$$MobAdMob$$/src" >> project.properties && \
|
||||
rm -rf libs/GoogleAdMobAdsSdk*.jar OpenDocument.apk libs/android-support-v4.jar odf2html/library/odf2html.jar && \
|
||||
cp aFileChooser/aFileChooser/libs/android-support-v4.jar filepicker-android/libs/ && \
|
||||
cp aFileChooser/aFileChooser/libs/android-support-v4.jar ActionBarSherlock/library/libs/
|
||||
build=cd odf2html/library/ && \
|
||||
ant -f dep/commons/library/build.xml && \
|
||||
mkdir -p lib/ && \
|
||||
mv dep/commons/library/commons.jar lib/ && \
|
||||
cp lib/commons.jar ../../libs/ && \
|
||||
ant && \
|
||||
mv odf2html.jar ../../libs/
|
||||
|
||||
Build:2.10.1,45
|
||||
disable=!won't build and probably crashy at v2.10.1
|
||||
commit=v2.10.1
|
||||
submodules=yes
|
||||
init=rm -rf $(find . -name bin) && \
|
||||
rm -rf $(find . -name gen) && \
|
||||
cd odf2html/library/dep && \
|
||||
rm -rf commons && \
|
||||
git clone git://github.com/andiwand/commons.git && \
|
||||
cd commons/ && \
|
||||
git checkout cf34f179f
|
||||
update=.;aFileChooser/aFileChooser;ActionBarSherlock/actionbarsherlock;Android-RateThisApp/library;Android-AppMsg/library;pay-me/library
|
||||
srclibs=MobAdMob@2d5736;NoAnalytics@533c6c1
|
||||
prebuild=echo -e "android.library.reference.6=$$MobAdMob$$\nandroid.library.reference.7=$$NoAnalytics$$" >> project.properties && \
|
||||
sed -i 's/1.6/1.7/g' odf2html/library/build.xml && \
|
||||
sed -i 's/1.6/1.7/g' odf2html/library/dep/commons/library/build.xml && \
|
||||
rm -rf libs/GoogleAdMobAdsSdk*.jar libs/libGoogleAnalytics*.jar OpenDocument.apk libs/android-support-v4.jar
|
||||
build=cd odf2html/library/dep/commons/library && \
|
||||
ant && \
|
||||
cd ../../../ && \
|
||||
ant && \
|
||||
mv dep/commons/library/commons.jar ../../libs/ && \
|
||||
mv odf2html.jar ../../libs/
|
||||
|
||||
Build:2.12.6,59
|
||||
disable=mutiple proprietary libraries (at least 3)
|
||||
|
||||
Auto Update Mode:None
|
||||
# Device-variable; don't want to nuke submodules with Tags
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.11.5
|
||||
Current Version Code:51
|
||||
Update Check Mode:Static
|
||||
Current Version:2.12.6
|
||||
Current Version Code:59
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Science & Education
|
||||
Categories:Science & Education
|
||||
License:GPLv3
|
||||
Web Site:
|
||||
Source Code:https://github.com/fmetzger/android-sensorium
|
||||
|
@ -36,14 +36,16 @@ Build Version:1.1.6,9,af1b83545f23,subdir=Sensorium,prebuild=\
|
|||
sed -i '/play/d' project.properties && \
|
||||
sed -i '/Fused/d' res/values/sensors.xml && \
|
||||
rm src/at/univie/sensorium/sensors/FusedLocationSensor.java
|
||||
|
||||
Build Version:1.1.8,11,6914a24865,subdir=Sensorium,\
|
||||
prebuild=sed -i '/play/d' project.properties && \
|
||||
printf 'play_services_available=false' > ant.properties
|
||||
Build Version:1.1.11,14,13f4d1ef9,subdir=Sensorium,\
|
||||
prebuild=sed -i '/play/d' project.properties && \
|
||||
printf 'play_services_available=false' > ant.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
# apks are on Google Plague
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.1.8
|
||||
Current Version Code:11
|
||||
Current Version:1.1.11
|
||||
Current Version Code:14
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:System
|
||||
Categories:System
|
||||
License:MIT
|
||||
Web Site:http://my20percent.wordpress.com/2012/02/27/android-x-server
|
||||
Source Code:http://code.google.com/p/android-xserver/source/checkout
|
||||
|
@ -24,9 +24,13 @@ Build Version:1.12,12,3df512591de2,subdir=XServer
|
|||
Build Version:1.13,13,9b3adb042a42,subdir=XServer
|
||||
Build Version:1.14,14,c5d01152c7bc,subdir=XServer
|
||||
|
||||
Auto Update Mode:None
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Current Version:1.14
|
||||
Current Version Code:14
|
||||
Build:1.15,15
|
||||
commit=b252b1054e6e
|
||||
subdir=XServer
|
||||
target=android-10
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.15
|
||||
Current Version Code:15
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Development
|
||||
Categories:Development
|
||||
License:Apache2
|
||||
Web Site:http://aschillings.co.uk/html/android_resource_viewer.html
|
||||
Source Code:https://github.com/alt236/Android-Drawables---Android
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:System
|
||||
Categories:System
|
||||
License:Apache2
|
||||
Web Site:http://aschillings.co.uk/html/usb_device_info.html
|
||||
Source Code:https://github.com/alt236/USB-Device-Info---Android
|
||||
|
@ -16,8 +16,7 @@ Repo:https://github.com/alt236/USB-Device-Info---Android.git
|
|||
Build Version:0.0.5,5,v0.0.5
|
||||
|
||||
Auto Update Mode:None
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.0.5
|
||||
Current Version Code:5
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:Apache2
|
||||
Web Site:http://code.google.com/p/banderlabs/
|
||||
Source Code:http://code.google.com/p/banderlabs/source/checkout
|
||||
|
@ -11,14 +11,12 @@ It has selectable text size, searching, sorting, and the ability to send notes.
|
|||
.
|
||||
|
||||
Repo Type:git-svn
|
||||
Repo:http://banderlabs.googlecode.com/svn/trunk/
|
||||
Repo:http://banderlabs.googlecode.com/svn/trunk/Notepad
|
||||
|
||||
Build Version:1.06,12,77,subdir=Notepad,target=android-15,prebuild=\
|
||||
rm -rf ../FileMan/ ../TaskMan/ ../MuClient/
|
||||
Build Version:1.06,12,77,target=android-15
|
||||
|
||||
Auto Update Mode:None
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.06
|
||||
Current Version Code:12
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Internet
|
||||
Categories:Internet
|
||||
License:GPLv3
|
||||
Web Site:https://ppareit.github.com/swiftp
|
||||
Source Code:https://github.com/ppareit/swiftp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Games
|
||||
Categories:Games
|
||||
License:GPLv3
|
||||
Web Site:http://quentinloos.be/projets/manille
|
||||
Source Code:https://github.com/Kent1/Manille
|
||||
|
@ -16,17 +16,20 @@ application deviendra indispensable chez tous les passionnés de manille.
|
|||
Repo Type:git
|
||||
Repo:https://github.com/Kent1/Manille.git
|
||||
|
||||
#Build Version:1.0,1,c995252ee8d927e16827d73f6b3f2002906d4f2b,gradle=yes
|
||||
Build Version:1.0,1,c995252ee8d92,subdir=src/main,\
|
||||
Build Version:1.0,1,!remove patched ant build at c995252ee8d92,subdir=src/main,\
|
||||
srclibs=Support-v7@android-4.3_r2.1,\
|
||||
target=android-18,\
|
||||
prebuild=echo 'android.library.reference.1=$$Support-v7$$' >> project.properties && \
|
||||
mv ../../libs/android-support-v4.jar $$Support-v7$$/libs/ && \
|
||||
echo 'source.dir=java' > ant.properties
|
||||
|
||||
Build:1.1,2
|
||||
commit=v1.1
|
||||
forceversion=yes
|
||||
forcevercode=yes
|
||||
gradle=yes
|
||||
|
||||
|
||||
# error on build server with gradle
|
||||
#Auto Update Mode:Version v%v
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Multimedia
|
||||
Categories:Multimedia
|
||||
License:MIT
|
||||
Web Site:
|
||||
Source Code:https://github.com/cw/svg-viewer-android
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:System
|
||||
Categories:System
|
||||
License:MIT
|
||||
Web Site:https://bitbucket.org/gyrussolutions/yaab/wiki/Home
|
||||
Source Code:https://bitbucket.org/gyrussolutions/yaab/src
|
||||
|
@ -20,15 +20,36 @@ behind the operation.
|
|||
Repo Type:hg
|
||||
Repo:https://bitbucket.org/gyrussolutions/yaab
|
||||
|
||||
Build Version:1.6.2,10,6def1b3
|
||||
Build Version:1.6.3,11,release1.6.3,target=android-16
|
||||
Build Version:1.9,14,release1.9,target=android-16
|
||||
Build Version:1.9.3,17,release1.9.3,target=android-17
|
||||
Build Version:1.9.5,19,release1.9.5,init=rm -rf bin gen
|
||||
Build Version:1.9.6,20,release1.9.6
|
||||
Build:1.6.2,10
|
||||
commit=6def1b3
|
||||
|
||||
Build:1.6.3,11
|
||||
commit=release1.6.3
|
||||
target=android-16
|
||||
|
||||
Build:1.9,14
|
||||
commit=release1.9
|
||||
target=android-16
|
||||
|
||||
Build:1.9.3,17
|
||||
commit=release1.9.3
|
||||
target=android-17
|
||||
|
||||
Build:1.9.5,19
|
||||
commit=release1.9.5
|
||||
init=rm -rf bin gen
|
||||
|
||||
Build:1.9.6,20
|
||||
commit=release1.9.6
|
||||
|
||||
Build:1.9.7,21
|
||||
commit=release1.9.7
|
||||
|
||||
Build:1.9.8,22
|
||||
commit=release1.9.8
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.9.6
|
||||
Current Version Code:20
|
||||
Current Version:1.9.8
|
||||
Current Version Code:22
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
AntiFeatures:NonFreeNet
|
||||
Category:Office
|
||||
Categories:Office
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/budowski/budoist/
|
||||
Source Code:https://github.com/budowski/budoist
|
||||
|
@ -36,11 +36,10 @@ rm -f tree-view-list-android/build.xml && $$SDK$$/tools/android update project -
|
|||
Build Version:1.3.0,31,430a8cf,rm=BudoistRelease.apk,prebuild=\
|
||||
rm -f tree-view-list-android/build.xml && $$SDK$$/tools/android update project -p . --subprojects
|
||||
Build Version:1.3.1,32,v1.3.1,rm=BudoistRelease.apk,init=rm -f tree-view-list-android/build.xml
|
||||
Build Version:1.3.2,33,v1.3.2,rm=BudoistRelease.apk,init=rm -f tree-view-list-android/build.xml
|
||||
Build Version:1.3.2,33,v1.3.2,init=rm -f tree-view-list-android/build.xml
|
||||
|
||||
Auto Update Mode:None
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.3.2
|
||||
Current Version Code:33
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Phone & SMS
|
||||
Categories:Phone & SMS
|
||||
License:Fair License
|
||||
Web Site:http://purl.org/net/smsfilter
|
||||
Source Code:http://purl.org/net/smsfilter
|
||||
|
@ -26,10 +26,16 @@ preference.
|
|||
Repo Type:git
|
||||
Repo:git://gitorious.org/sms-filter/sms-filter.git
|
||||
|
||||
Build Version:1.0,1,bd53e27d8571d025cb51241761ce480359ec1153,target=android-8
|
||||
Build:1.0,1
|
||||
commit=bd53e27d8571d025cb51241761ce480359ec1153
|
||||
target=android-8
|
||||
|
||||
Build:1.1,2
|
||||
commit=c44a961eaa0fb39ff0028212fb2794b16c4ee1e3
|
||||
target=android-8
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
Current Version:1.1
|
||||
Current Version Code:2
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:GPLv3
|
||||
Web Site:http://code.google.com/p/bites-android/
|
||||
Source Code:http://code.google.com/p/bites-android/source/checkout
|
||||
|
@ -22,8 +22,7 @@ Build Version:1.3,4,241,prebuild=mkdir -p src/org/openintents/ && cd src/org/ope
|
|||
svn co -r4000 http://openintents.googlecode.com/svn/trunk/shoppinglist/ShoppingList/src/org/openintents/intents
|
||||
|
||||
Auto Update Mode:None
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.3
|
||||
Current Version Code:4
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:GPLv3
|
||||
Web Site:http://sites.google.com/site/caldwellcode/
|
||||
Source Code:http://code.google.com/p/trolly/source/checkout
|
||||
|
@ -12,15 +12,18 @@ app with no annoying or complicated features. It exposes intent filters to
|
|||
allow other apps to automatically add items to the shopping list.
|
||||
.
|
||||
|
||||
Repo Type:svn
|
||||
Repo:http://trolly.googlecode.com/svn/trunk
|
||||
Repo Type:git-svn
|
||||
Repo:http://trolly.googlecode.com/svn;trunk=trunk;tags=tags
|
||||
|
||||
# It needs a file from OpenIntents, so let's get it from Subversion...
|
||||
Build Version:1.4,6,40,target=android-4,prebuild=mkdir -p src/org/openintents/intents && svn cat -r 3070 http://openintents.googlecode.com/svn/trunk/shoppinglist/ShoppingList/src/org/openintents/intents/ShoppingListIntents.java >src/org/openintents/intents/ShoppingListIntents.java
|
||||
Build:1.4,6
|
||||
commit=trolly_1.4
|
||||
target=android-4
|
||||
prebuild=mkdir -p src/org/openintents/intents && \
|
||||
svn cat -r 3070 http://openintents.googlecode.com/svn/trunk/shoppinglist/ShoppingList/src/org/openintents/intents/ShoppingListIntents.java >src/org/openintents/intents/ShoppingListIntents.java
|
||||
|
||||
Auto Update Mode:None
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.4
|
||||
Current Version Code:6
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Internet
|
||||
Categories:Internet
|
||||
License:MIT
|
||||
Web Site:https://github.com/konklone/campyre
|
||||
Source Code:https://github.com/konklone/campyre
|
||||
|
@ -15,11 +15,10 @@ Description:
|
|||
Repo Type:git
|
||||
Repo:https://github.com/konklone/campyre.git
|
||||
|
||||
Build Version:1.0.1,7,91b1224cc4bee18047,prebuild=rm -rf ./assets/releases
|
||||
Build Version:1.0.1,7,91b1224cc4bee18047
|
||||
|
||||
Auto Update Mode:None
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0.1
|
||||
Current Version Code:7
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:GPLv3
|
||||
Web Site:https://bitbucket.org/thomasebell/urecord/
|
||||
Source Code:https://bitbucket.org/thomasebell/urecord/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Navigation
|
||||
Categories:Navigation
|
||||
License:Apache2
|
||||
Web Site:http://www.cgeo.org
|
||||
Source Code:https://github.com/cgeo/c-geo-opensource
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:System
|
||||
Categories:System
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/adrian-bl/APN-Switch
|
||||
Source Code:https://github.com/adrian-bl/APN-Switch
|
||||
|
@ -18,8 +18,7 @@ Repo:https://github.com/adrian-bl/APN-Switch.git
|
|||
Build Version:1.20111211,132351998,5517b4d7d3b73,target=android-8
|
||||
|
||||
Auto Update Mode:None
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.20111211
|
||||
Current Version Code:132351998
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Multimedia
|
||||
Categories:Multimedia
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/adrian-bl/vanilla
|
||||
Source Code:https://github.com/adrian-bl/vanilla
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:System
|
||||
Categories:System
|
||||
License:GPLv2
|
||||
Web Site:https://github.com/adrian-bl/bl-battstatus-android
|
||||
Source Code:https://github.com/adrian-bl/bl-battstatus-android
|
||||
|
@ -17,9 +17,7 @@ Repo:https://github.com/adrian-bl/bl-battstatus-android.git
|
|||
Build Version:1.81,1335983644,2bd476,target=android-4,prebuild=make refresh
|
||||
|
||||
Auto Update Mode:None
|
||||
#puts version in strings.xml
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.81
|
||||
Current Version Code:1335983644
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:GPLv3
|
||||
Web Site:https://fixme.ch/wiki/Cowsay_for_Android
|
||||
Source Code:https://github.com/rorist/Cowsay-android
|
||||
|
@ -11,12 +11,12 @@ Cowsay will turn text into happy ASCII cows, with speech (or thought) balloons.
|
|||
If you don't like cows, ASCII art is available to replace it with some other creatures
|
||||
(Tux, the BSD daemon, dragons, and a plethora of animals, from a turkey to an elephant in a snake)
|
||||
|
||||
*Custom message
|
||||
*Multiple cows (additionnal Droid "cow")
|
||||
*Multiple faces
|
||||
*Say/Think
|
||||
*Share as ASCII or Image
|
||||
*Copy to clipboard
|
||||
* Custom message
|
||||
* Multiple cows (additionnal Droid "cow")
|
||||
* Multiple faces
|
||||
* Say/Think
|
||||
* Share as ASCII or Image
|
||||
* Copy to clipboard
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -25,8 +25,7 @@ Repo:https://github.com/rorist/Cowsay-android.git
|
|||
Build Version:1.3,4,d0b974abd8f918,subdir=android
|
||||
|
||||
Auto Update Mode:None
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.3
|
||||
Current Version Code:4
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:GPLv2
|
||||
Web Site:
|
||||
Source Code:https://github.com/fixme-lausanne/MyHackerspace/
|
||||
|
@ -19,8 +19,12 @@ Build Version:1.6.1,10,56287be60f,prebuild=rm -rf apks/
|
|||
Build Version:1.7.1,14,e706cab0fd305,prebuild=rm -rf apks/
|
||||
Build Version:1.7.2,15,069efc060c192cc3a3c30996bc,prebuild=rm -rf apks/
|
||||
|
||||
Build:1.7.3,16
|
||||
commit=b57229c55c3ff
|
||||
init=rm -rf apks/
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.7.2
|
||||
Current Version Code:15
|
||||
Current Version:1.7.3
|
||||
Current Version Code:16
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Science & Education
|
||||
Categories:Science & Education
|
||||
License:GPL
|
||||
Web Site:http://www.osciprime.com/index.php
|
||||
Source Code:https://bitbucket.org/dalb8/osciiprime
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:System
|
||||
Categories:System
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/rrelmy/BatteryLevel
|
||||
Source Code:https://github.com/rrelmy/BatteryLevel
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#NonFreeDep can be removed with the Manifest patch below
|
||||
AntiFeatures:NonFreeDep
|
||||
Category:System
|
||||
Categories:System
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/rrelmy/LocationCacheMap
|
||||
Source Code:https://github.com/rrelmy/LocationCacheMap
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Disabled:bad use of version control. non free libraries and inconsistent licensing
|
||||
Category:System
|
||||
Categories:System
|
||||
License:GPL
|
||||
Web Site:http://www.aptoide.com/
|
||||
Source Code:http://aptoide.org/trac
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:System
|
||||
Categories:System
|
||||
License:Apache2
|
||||
Web Site:https://github.com/FireFart/Permissions
|
||||
Source Code:https://github.com/FireFart/Permissions
|
||||
|
@ -19,8 +19,7 @@ Repo:https://github.com/FireFart/Permissions.git
|
|||
Build Version:1.2,3,c2b651a63
|
||||
|
||||
Auto Update Mode:None
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.2
|
||||
Current Version Code:3
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Internet
|
||||
Categories:Internet
|
||||
License:NewBSD
|
||||
Web Site:http://code.google.com/p/share-via-http
|
||||
Source Code:http://code.google.com/p/share-via-http/source/list
|
||||
|
@ -21,12 +21,19 @@ time from the screen that shows the URL (press the back button if you're on the
|
|||
Repo Type:hg
|
||||
Repo:https://code.google.com/p/share-via-http/
|
||||
|
||||
Build Version:1.10,11,f6566f6ae61d,subdir=ShareViaHttp,target=android-15,\
|
||||
prebuild=wget http://repo1.maven.org/maven2/com/googlecode/androidannotations/androidannotations/2.5.1/androidannotations-2.5.1.jar -P libs/
|
||||
Build:1.10,11
|
||||
commit=f6566f6ae61d
|
||||
subdir=ShareViaHttp
|
||||
target=android-15
|
||||
prebuild=wget http://repo1.maven.org/maven2/com/googlecode/androidannotations/androidannotations/2.5.1/androidannotations-2.5.1.jar -P libs/
|
||||
|
||||
Build:1.11,12
|
||||
commit=ffd7026be9d0
|
||||
subdir=ShareViaHttp
|
||||
prebuild=wget http://repo1.maven.org/maven2/com/googlecode/androidannotations/androidannotations/2.5.1/androidannotations-2.5.1.jar -P libs/
|
||||
|
||||
Auto Update Mode:None
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Current Version:1.10
|
||||
Current Version Code:11
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.11
|
||||
Current Version Code:12
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:System
|
||||
Categories:System
|
||||
License:GPLv2+
|
||||
Web Site:
|
||||
Source Code:https://github.com/abcdjdj/RootVerifier-APP
|
||||
|
@ -15,10 +15,14 @@ don't know whether their device is rooted yet.
|
|||
Repo Type:git
|
||||
Repo:https://github.com/abcdjdj/RootVerifier-APP.git
|
||||
|
||||
Build Version:1.2,3,ff498b24bee87
|
||||
Build:1.2,3
|
||||
commit=ff498b24bee87
|
||||
|
||||
Build:1.3,4
|
||||
commit=f2fb7be5feff5a6fb998
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.2
|
||||
Current Version Code:3
|
||||
Current Version:1.3
|
||||
Current Version Code:4
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Wallpaper
|
||||
Categories:Wallpaper
|
||||
License:Apache2
|
||||
Web Site:https://github.com/AChep/JellyBeanClock
|
||||
Source Code:https://github.com/AChep/JellyBeanClock
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Multimedia
|
||||
Categories:Multimedia
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/tgwizard/sls
|
||||
Source Code:https://github.com/tgwizard/sls
|
||||
|
@ -23,9 +23,10 @@ Repo:https://github.com/tgwizard/sls.git
|
|||
|
||||
Build Version:1.4.3,30,v1.4.3,rm=other/RhapsodyAndroidPreview.apk
|
||||
Build Version:1.4.4,31,v1.4.4,rm=other/RhapsodyAndroidPreview.apk
|
||||
Build Version:1.4.5,32,3d97696f1dd232b97fd907e14305bb7ec5949864,rm=other/RhapsodyAndroidPreview.apk
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.4.4
|
||||
Current Version Code:31
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.4.5
|
||||
Current Version Code:32
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Science & Education
|
||||
Categories:Science & Education
|
||||
License:GPLv3
|
||||
Web Site:http://code.google.com/p/addi/
|
||||
Source Code:http://code.google.com/p/addi/source/checkout
|
||||
|
@ -25,8 +25,7 @@ Build Version:1.97,43,!No source code
|
|||
Build Version:1.98,44,198,buildjni=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.98
|
||||
Current Version Code:44
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:System
|
||||
Categories:System
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/adstro/launch-app-ops
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Disabled:no source for this application any more
|
||||
Category:Office
|
||||
Categories:Office
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/pakerfeldt/aGiro
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Games
|
||||
Categories:Games
|
||||
License:GPLv3
|
||||
Web Site:https://code.google.com/p/asqare/
|
||||
Source Code:https://code.google.com/p/asqare/source/list
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Disabled:Past sell by date
|
||||
Category:Games
|
||||
Categories:Games
|
||||
License:GPLv3
|
||||
Web Site:http://code.google.com/p/mandelbrot/
|
||||
Source Code:http://code.google.com/p/mandelbrot/source/checkout
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:GPLv3
|
||||
Web Site:http://code.google.com/p/timeriffic/
|
||||
Source Code:http://code.google.com/p/timeriffic/source/checkout
|
||||
|
@ -12,16 +12,11 @@ WiFi and airplane mode.
|
|||
Status: Source code was last published in 2011.
|
||||
.
|
||||
|
||||
#This previous version was svn from http://timeriffic.googlecode.com/svn/trunk/
|
||||
#Build Version:1.09.03,10903,45,subdir=Timeriffic,oldsdkloc=yes
|
||||
Build Version:1.09.03,10903,!huge ass version name at 45,subdir=Timeriffic,oldsdkloc=yes
|
||||
|
||||
#This version was from https://timeriffic.googlecode.com/hg/
|
||||
Build Version:1.09.05,10905,fc40dccbb9,subdir=Timeriffic,oldsdkloc=yes,novcheck=yes,bindir=Timeriffic/bin2
|
||||
#NOTE: Far from obvious which commit corresponds to version 1.09.09. Also
|
||||
#note the source tree re-org, which means some of the settings above need
|
||||
#to change, and also the switch to android-11 as a target.
|
||||
Build Version:1.09.11,10911,!Can't find correct commit. See metadata notes too.
|
||||
Build Version:1.09.12,10912,!Source code is not published
|
||||
|
||||
Build Version:1.10.01,11001,!Source code is not published
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:System
|
||||
Categories:System
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/Amphoras/TPT-Helper
|
||||
Source Code:https://github.com/Amphoras/TPT-Helper/tree/V2.0.3/TPT%20Helper
|
||||
|
@ -18,8 +18,7 @@ Repo:https://github.com/Amphoras/TPT-Helper.git
|
|||
Build Version:2.0.3,24,e2c80263eef99fd6ab4aa656bfae47a22389493f,subdir=TPT Helper,target=android-10
|
||||
|
||||
Auto Update Mode:None
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.0.3
|
||||
Current Version Code:24
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Multimedia
|
||||
Categories:Multimedia
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/adneal/Apollo-CM
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Disabled:Can't build dictionary libraries
|
||||
Category:System
|
||||
Categories:System
|
||||
License:Apache2
|
||||
Web Site:http://code.google.com/p/scandinavian-keyboard/
|
||||
Source Code:http://code.google.com/p/scandinavian-keyboard/source/checkout
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:System
|
||||
Categories:System
|
||||
License:Apache2
|
||||
Web Site:https://github.com/CyanogenMod/
|
||||
Source Code:https://github.com/CyanogenMod/android_packages_inputmethods_PinyinIME/tree
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:GPLv3
|
||||
Web Site:http://www.keepassdroid.com/
|
||||
Source Code:http://github.com/bpellin/keepassdroid
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Multimedia
|
||||
Categories:Multimedia
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://android.googlesource.com/platform/packages/apps/Music
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Games
|
||||
Categories:Games
|
||||
License:GPLv3
|
||||
Web Site:https://code.google.com/p/glesquake/
|
||||
Source Code:https://code.google.com/p/glesquake/source/checkout
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Category:System
|
||||
Categories:System
|
||||
License:GPLv3+
|
||||
Web Site:https://github.com/try2codesecure/ShellMS
|
||||
Source Code:https://github.com/try2codesecure/ShellMS/blob/master/src/com/android/shellms/sendSMS.java
|
||||
Source Code:https://github.com/try2codesecure/ShellMS
|
||||
Issue Tracker:https://github.com/try2codesecure/ShellMS/issues
|
||||
|
||||
Auto Name:ShellMS
|
||||
|
@ -16,11 +16,20 @@ your computer.
|
|||
Repo Type:git
|
||||
Repo:git://github.com/try2codesecure/ShellMS.git
|
||||
|
||||
Build Version:1.0,1,627f2a,init=rm -rf bin gen
|
||||
Build Version:1.1,2,v1.1,init=rm -rf bin gen
|
||||
Build:1.0,1
|
||||
commit=627f2a
|
||||
init=rm -rf bin gen
|
||||
|
||||
Build:1.1,2
|
||||
commit=v1.1
|
||||
init=rm -rf bin gen
|
||||
|
||||
Build:1.2,3
|
||||
commit=v1.2
|
||||
init=rm -rf bin gen
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.1
|
||||
Current Version Code:2
|
||||
Current Version:1.2
|
||||
Current Version Code:3
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:Apache2
|
||||
Web Site:https://github.com/Xlythe/android_packages_apps_Calculator
|
||||
Source Code:https://github.com/Xlythe/android_packages_apps_Calculator
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Games
|
||||
Categories:Games
|
||||
License:GPLv3+
|
||||
Web Site:http://gameboid.sf.net
|
||||
Source Code:http://sf.net/p/gameboid/code/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Games
|
||||
Categories:Games
|
||||
License:GPLv3
|
||||
Web Site:http://gbcoid.sf.net
|
||||
Source Code:http://sf.net/p/gbcoid/code/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Games
|
||||
Categories:Games
|
||||
License:GPLv2+
|
||||
Web Site:http://nesoid.sf.net
|
||||
Source Code:http://sf.net/p/nesoid/code/
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Category:Games
|
||||
Disabled:Non-free license
|
||||
Categories:Games
|
||||
License:Unknown
|
||||
Web Site:https://github.com/Pretz/SNesoid/
|
||||
Source Code:https://github.com/Pretz/SNesoid
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Science & Education
|
||||
Categories:Science & Education
|
||||
License:Apache2
|
||||
Web Site:https://github.com/jondwillis/ElectricSleep
|
||||
Source Code:https://github.com/jondwillis/ElectricSleep
|
||||
|
@ -32,8 +32,7 @@ bindir=target
|
|||
|
||||
Auto Update Mode:None
|
||||
#Tags are for development
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Update Check Mode:Static
|
||||
Current Version:1.0
|
||||
Current Version Code:18
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Navigation
|
||||
Categories:Navigation
|
||||
License:GPLv3
|
||||
Web Site:http://androzic.com
|
||||
Source Code:https://github.com/andreynovikov/Androzic
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Navigation
|
||||
Categories:Navigation
|
||||
License:GPLv3
|
||||
Web Site:http://tramhunter.andybotting.com
|
||||
Source Code:https://github.com/andybotting/tramhunter
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:Apache2
|
||||
Web Site:https://code.google.com/p/kraigsandroid/
|
||||
Source Code:https://code.google.com/p/kraigsandroid/source/checkout
|
||||
|
@ -16,14 +16,15 @@ Description:
|
|||
* Localizations: it, nl, pt, de, sr, hr, fr, es
|
||||
.
|
||||
|
||||
Repo Type:svn
|
||||
Repo:http://kraigsandroid.googlecode.com/svn/tags/
|
||||
Repo Type:git
|
||||
Repo:https://code.google.com/p/kraigsandroid/
|
||||
|
||||
Build Version:1.7,8,378
|
||||
Build:1.7,8
|
||||
commit=alarmclock-1.7
|
||||
subdir=android/alarmclock
|
||||
|
||||
Auto Update Mode:None
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.7
|
||||
Current Version Code:8
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Games
|
||||
Categories:Games
|
||||
License:GPLv3
|
||||
Web Site:http://code.google.com/p/mahjonggbuilder/
|
||||
Source Code:http://code.google.com/p/mahjonggbuilder/source/checkout
|
||||
|
@ -15,13 +15,12 @@ The built-in layout editor allows creation of new game layouts.
|
|||
.
|
||||
|
||||
Repo Type:git-svn
|
||||
Repo:http://mahjonggbuilder.googlecode.com/svn/trunk/
|
||||
Repo:http://mahjonggbuilder.googlecode.com/svn/trunk/Android
|
||||
|
||||
Build Version:1.4.4,14,15,subdir=Android
|
||||
Build Version:1.4.4,14,15
|
||||
|
||||
Auto Update Mode:None
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.4.4
|
||||
Current Version Code:14
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/pi3ch/ssh_anysoftkeyboard
|
||||
Source Code:https://github.com/pi3ch/ssh_anysoftkeyboard
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:Apache2
|
||||
Web Site:https://github.com/anysoftkeyboard
|
||||
Source Code:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Catalan
|
||||
|
@ -18,7 +18,7 @@ Install [[com.menny.android.anysoftkeyboard]] first, then select
|
|||
the desired layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||
.
|
||||
|
||||
Repo Type:svn
|
||||
Repo Type:git-svn
|
||||
Repo:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Catalan
|
||||
|
||||
Build Version:20110220,3,1560,patch=xml.patch,\
|
||||
|
@ -29,7 +29,7 @@ mkdir -p dict/ res/raw/ && gunzip -c libs/ca.xml.gz > dict/words.xml && rm -rf a
|
|||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:20110220
|
||||
Current Version Code:3
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:Apache2
|
||||
Web Site:https://github.com/anysoftkeyboard
|
||||
Source Code:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Danish
|
||||
|
@ -17,7 +17,7 @@ Install [[com.menny.android.anysoftkeyboard]] first, then select
|
|||
the desired layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||
.
|
||||
|
||||
Repo Type:svn
|
||||
Repo Type:git-svn
|
||||
Repo:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Danish
|
||||
|
||||
Build Version:20100614,2,1081,patch=xml.patch,\
|
||||
|
@ -28,7 +28,7 @@ mkdir -p dict/ res/raw/ && gunzip -c libs/da.xml.gz > dict/words.xml && rm -rf a
|
|||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:20100614
|
||||
Current Version Code:2
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:Apache2
|
||||
Web Site:https://github.com/anysoftkeyboard
|
||||
Source Code:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Esperanto
|
||||
|
@ -17,7 +17,7 @@ Install [[com.menny.android.anysoftkeyboard]] first, then select
|
|||
the desired layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||
.
|
||||
|
||||
Repo Type:svn
|
||||
Repo Type:git-svn
|
||||
Repo:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Esperanto
|
||||
|
||||
Build Version:20100613,2,1082,patch=xml.patch,\
|
||||
|
@ -28,7 +28,7 @@ mkdir -p dict/ res/raw/ && gunzip -c libs/eo.xml.gz > dict/words.xml && rm -rf a
|
|||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:20100613
|
||||
Current Version Code:2
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:Apache2
|
||||
Web Site:https://github.com/anysoftkeyboard
|
||||
Source Code:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/FrenchXLarge
|
||||
|
@ -21,7 +21,7 @@ Install [[com.menny.android.anysoftkeyboard]] first, then select
|
|||
the desired layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||
.
|
||||
|
||||
Repo Type:svn
|
||||
Repo Type:git-svn
|
||||
Repo:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/FrenchXLarge
|
||||
|
||||
Build Version:20111029,1,2019,init=rm -rf bin/ gen/,update=force,\
|
||||
|
@ -33,7 +33,7 @@ wget http://softkeyboard.googlecode.com/svn/trunk/DictionaryTools/xml/fr_xlarge.
|
|||
-O dict/words.xml,build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:20111029
|
||||
Current Version Code:1
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:Apache2
|
||||
Web Site:https://github.com/Stichoza
|
||||
Source Code:https://github.com/Stichoza/AnySoftKeyboardLanguagePackGeorgian
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:Apache2
|
||||
Web Site:https://github.com/anysoftkeyboard
|
||||
Source Code:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Greek
|
||||
|
@ -18,7 +18,7 @@ Install [[com.menny.android.anysoftkeyboard]] first, then select
|
|||
the desired layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||
.
|
||||
|
||||
Repo Type:svn
|
||||
Repo Type:git-svn
|
||||
Repo:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Greek
|
||||
|
||||
Build Version:20110717,3,1815,patch=xml.patch,\
|
||||
|
@ -29,7 +29,7 @@ mkdir -p dict/ res/raw/ && rm -rf assets/ && mv libs/gr.xml dict/words.xml,\
|
|||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:20110717
|
||||
Current Version Code:3
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:GPL
|
||||
Web Site:https://github.com/AnySoftKeyboard/LanguagePack
|
||||
Source Code:https://github.com/AnySoftKeyboard/LanguagePack
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:GPL/MPL
|
||||
Web Site:
|
||||
Source Code:https://github.com/rhornig/anysoftkeyboard-hungarian
|
||||
|
@ -23,25 +23,42 @@ the desired layout from AnySoftKeyboard's Settings->Keyboards menu.
|
|||
Repo Type:git
|
||||
Repo:https://github.com/rhornig/anysoftkeyboard-hungarian
|
||||
|
||||
Build Version:20120208,12,v20120208,\
|
||||
patch=add-icon.patch;dictionaries.patch,\
|
||||
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496,\
|
||||
prebuild=echo "android.library.reference.1=$$AnySoftKeyboard-API$$" >> project.properties && \
|
||||
mkdir -p res/raw/ dict/ && mv dic/hu_HU-1.6.1.xml dict/words.xml && \
|
||||
rm -rf assets/ dic/,\
|
||||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||
Build:20120208,12
|
||||
commit=v20120208
|
||||
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496
|
||||
patch=add-icon.patch;dictionaries.patch
|
||||
prebuild=echo "android.library.reference.1=$$AnySoftKeyboard-API$$" >> project.properties && \
|
||||
mkdir -p res/raw/ dict/ && \
|
||||
mv dic/hu_HU-1.6.1.xml dict/words.xml && \
|
||||
rm -rf assets/ dic/
|
||||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||
|
||||
Build Version:20130712,15,05b2303fb,\
|
||||
patch=dictionaries.patch,\
|
||||
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496,\
|
||||
prebuild=sed -i 's@\(.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
|
||||
mkdir -p res/raw/ dict/ && mv dic/hu_HU-1.6.1.xml dict/words.xml && \
|
||||
rm -rf assets/ dic/,\
|
||||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||
Build:20130712,15
|
||||
commit=05b2303fb
|
||||
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496
|
||||
patch=dictionaries.patch
|
||||
prebuild=sed -i 's@\(.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
|
||||
mkdir -p res/raw/ dict/ && \
|
||||
mv dic/hu_HU-1.6.1.xml dict/words.xml && \
|
||||
rm -rf assets/ dic/
|
||||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||
|
||||
Build:20131020,16
|
||||
commit=v20131020
|
||||
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496
|
||||
patch=dictionaries.patch
|
||||
prebuild=sed -i 's@\(.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
|
||||
mkdir -p res/raw/ dict/ && \
|
||||
mv dic/hu_HU-1.6.1.xml dict/words.xml && \
|
||||
rm -rf assets/ dic/
|
||||
build=java -jar $$AnySoftKeyboardTools$$/makedict/makedict.jar
|
||||
|
||||
Maintainer Notes:
|
||||
Tags not always reliable.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
# tags behind
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:20130712
|
||||
Current Version Code:15
|
||||
Current Version:20131020
|
||||
Current Version Code:16
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:GPLv3
|
||||
Web Site:https://gitorious.org/~psuresh
|
||||
Source Code:https://gitorious.org/amalaki
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/yuttadhammo
|
||||
Source Code:https://github.com/yuttadhammo/ask-pali-keyboard
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:GPLv3
|
||||
Web Site:http://www.pedramhayati.com/2011/05/15/persianfarsi-language-for-android
|
||||
Source Code:https://github.com/pi3ch/persian_anysoftkeyboard
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:Unknown
|
||||
Web Site:https://github.com/pelya/AnySoftKeyboard-LanguagePack-Russian
|
||||
Source Code:https://github.com/pelya/AnySoftKeyboard-LanguagePack-Russian
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:GNUFDL/CCBYSA
|
||||
Web Site:https://github.com/anysoftkeyboard
|
||||
Source Code:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Spain
|
||||
|
@ -18,7 +18,7 @@ Install [[com.menny.android.anysoftkeyboard]] first, then select
|
|||
the desired layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||
.
|
||||
|
||||
Repo Type:svn
|
||||
Repo Type:git-svn
|
||||
Repo:http://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Spain
|
||||
|
||||
Build Version:20110717-smaller,2,1813,forceversion=yes,forcevercode=yes,\
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:GNUFDL
|
||||
Web Site:
|
||||
Source Code:https://github.com/AnySoftKeyboard/LanguagePack
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Office
|
||||
Categories:Office
|
||||
License:Apache2
|
||||
Web Site:https://github.com/anysoftkeyboard
|
||||
Source Code:http://softkeyboard.googlecode.com/svn/trunk/Themes/ClassicPC
|
||||
|
@ -15,7 +15,7 @@ Install [[com.menny.android.anysoftkeyboard]] first, then select
|
|||
the desired layout from AnySoftKeyboard's Settings->Keyboard themes menu.
|
||||
.
|
||||
|
||||
Repo Type:svn
|
||||
Repo Type:git-svn
|
||||
Repo:http://softkeyboard.googlecode.com/svn/trunk/Themes/ClassicPC
|
||||
|
||||
Build Version:1.0.1-201200304,2,2255,\
|
||||
|
@ -24,8 +24,7 @@ sed -i 's@\(reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
|
|||
sed -i '/key/d' project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
#Update Check Mode:Market
|
||||
Update Check Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0.1-201200304
|
||||
Current Version Code:2
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Disabled:Not much chance of keeping it updated
|
||||
Category:System
|
||||
Categories:System
|
||||
License:Apache2
|
||||
Web Site:https://github.com/romanbb/AOKP_Backup
|
||||
Source Code:https://github.com/romanbb/AOKP_Backup
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Category:Games
|
||||
Categories:Games
|
||||
License:GPLv3
|
||||
Web Site:http://www.1gravity.com/
|
||||
Source Code:http://code.google.com/p/sudoku-pro-android/source/list
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue