Merge remote-tracking branch 'fdroiddata/master'

This commit is contained in:
Winston Smith 2014-01-18 01:05:57 +01:00
commit a8fad55939
1191 changed files with 23466 additions and 7242 deletions

24
.gitignore vendored
View file

@ -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
View file

@ -1,3 +1,3 @@
*/
!extlib/
.fdroidvcs-*
/*/
!/extlib/
/.fdroidvcs-*

Binary file not shown.

View file

@ -1,3 +1,4 @@
8ec28ddd6c1b954bfa1fa54c5df54eba r19
ed257a47cae11af1a55614055b879947 r18
7c357558b1ef5cd16f1d312fe87c38a0 r11
7b5efe58fd28cbc7fa8f9e88ab9c7d65 r11

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<project name="jmdns" default="jar" basedir=".">
<target name="compile" description="Compile source">
<mkdir dir="bin" />
<javac srcdir="javax" includes="**" destdir="bin" />
</target>
<target name="jar" description="Package into JAR" depends="compile">
<jar destfile="jmdns.jar" basedir="bin" compress="true" />
</target>
</project>

Binary file not shown.

View file

@ -1,8 +1,8 @@
Category:Office
Categories:Office
License:GPLv2
Web Site:http://code.google.com/p/anstop/
Source Code:http://code.google.com/p/anstop/source/checkout
Issue Tracker:http://code.google.com/p/anstop/issues/list
Source Code:http://code.google.com/p/anstop/source
Issue Tracker:http://code.google.com/p/anstop/issues
Auto Name:Anstop
Summary:A simple stopwatch

View file

@ -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/

View file

@ -1,8 +1,8 @@
Category:Multimedia
Categories:Multimedia
License:GPLv3
Web Site:http://code.google.com/p/a2dpvolume/
Source Code:http://code.google.com/p/a2dpvolume/source/checkout
Issue Tracker:http://code.google.com/p/a2dpvolume/issues/list
Source Code:http://code.google.com/p/a2dpvolume/source
Issue Tracker:http://code.google.com/p/a2dpvolume/issues
Auto Name:A2DP Volume
Summary:Manage Bluetooth functions
@ -24,15 +24,41 @@ 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
Build:2.11.1,114
commit=cb4c113f9280
Build:2.11.7,120
extlibs=android/android-support-v4.jar
commit=7b3166a47356
Maintainer Notes:
No tags.
.
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.10.1
Current Version Code:111
Current Version:2.11.7
Current Version Code:120

View file

@ -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

View file

@ -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

View file

@ -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
@ -22,7 +22,7 @@ Build Version:1.3.1,10301,1.3.1
Build Version:1.3.3,10303,1.3.3
Auto Update Mode:None
Update Check Mode:RepoManifest
Update Check Mode:Tags
Current Version:1.3.3
Current Version Code:10303

View file

@ -1,8 +1,8 @@
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
Issue Tracker:http://code.google.com/p/android-vnc-viewer/issues/list
Source Code:http://code.google.com/p/android-vnc-viewer/source
Issue Tracker:http://code.google.com/p/android-vnc-viewer/issues
Auto Name:androidVNC
Summary:VNC (remote desktop) viewer
@ -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

View file

@ -1,15 +1,16 @@
Category:Games
Categories:Games
License:GPLv3
Web Site:http://code.google.com/p/prboom4android/
Source Code:http://code.google.com/p/prboom4android/source/list
Issue Tracker:http://code.google.com/p/prboom4android/issues/list
Source Code:http://code.google.com/p/prboom4android/source
Issue Tracker:http://code.google.com/p/prboom4android/issues
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.

View file

@ -1,9 +1,9 @@
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
Issue Tracker:https://code.google.com/p/android-wifi-tether/issues/list
Source Code:https://code.google.com/p/android-wifi-tether/source
Issue Tracker:https://code.google.com/p/android-wifi-tether/issues
Donate:https://code.google.com/p/android-wifi-tether/
Auto Name:WiFi Tether
@ -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

View file

@ -0,0 +1,42 @@
Categories:Internet
License:GPLv2+
Web Site:
Source Code:https://github.com/cernekee/ics-openconnect
Issue Tracker:https://github.com/cernekee/ics-openconnect/issues
Auto Name:OpenConnect
Summary:SSL VPN client for Cisco AnyConnect
Description:
OpenConnect for Android is an SSL VPN client used with Cisco AnyConnect or
ocserv based gateways.
Features:
* One-click connection (batch mode)
* Supports RSA SecurID and TOTP software tokens
* Keepalive feature to prevent unnecessary disconnections
* Compatible with ARMv7, x86, and MIPS devices
* No root required
* Based on the popular [http://www.infradead.org/openconnect/ OpenConnect Linux package]
Requirements:
* Android 4.0 (ICS) or higher
* An account on a suitable VPN server
.
Repo Type:git
Repo:git://github.com/cernekee/ics-openconnect
Build:0.1,1
commit=v0.1
submodules=yes
prebuild=rm -rf assets/raw/{armeabi,x86,mips} libs/*.jar && \
make -C external/openconnect/android sources
build=make -C external NDK=$$NDK$$
Auto Update Mode:None
Update Check Mode:Tags
Current Version:0.5.40
Current Version Code:72

View file

@ -1,8 +1,8 @@
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
Issue Tracker:http://code.google.com/p/baby-care-timer/issues/list
Source Code:http://code.google.com/p/baby-care-timer/source
Issue Tracker:http://code.google.com/p/baby-care-timer/issues
Donate:http://code.google.com/p/baby-care-timer
Auto Name:Baby Care Timer
@ -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

View file

@ -1,9 +1,9 @@
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
Issue Tracker:https://code.google.com/p/droid-notify/issues/list
Source Code:https://code.google.com/p/droid-notify/source
Issue Tracker:https://code.google.com/p/droid-notify/issues
Auto Name:Notify Lite
Summary:Notification management tool
@ -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/

View file

@ -1,8 +1,8 @@
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
Issue Tracker:http://code.google.com/p/arity-calculator/issues/list
Source Code:http://code.google.com/p/arity-calculator/source
Issue Tracker:http://code.google.com/p/arity-calculator/issues
Auto Name:Arity
Summary:Scientific calculator

View file

@ -1,30 +1,82 @@
Category:Internet
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:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ZT8F5NRCBDB2C&no_note=0&no_shipping=1&currency_code=EUR&item_name=DAVdroid+donation
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.
DAVdroid is a CalDAV/CardDAV synchronisation adapter 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.
hoster to keep your contacts and events under your control. Integrates
natively in Android calendar/contact apps.
After installing the app, add a DAVdroid account using Settings/Account.
[https://github.com/rfc2822/davdroid/releases/ Changelog]
.
Repo Type:git
Repo:https://github.com/rfc2822/davdroid.git
Build Version:0.3.2-alpha,5,v0.3.2-alpha
Build Version:0.3.3-alpha,6,v0.3.3-alpha
Build Version:0.3.4-alpha,7,v0.3.4-alpha
Build:0.3.2-alpha,5
commit=v0.3.2-alpha
Auto Update Mode:None
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
Build:0.4.3-alpha,16
commit=v0.4.3-alpha
Build:0.4.4-alpha,17
commit=v0.4.4-alpha
Build:0.5-alpha,18
commit=v0.5-alpha
Build:0.5.1-alpha,19
commit=v0.5.1-alpha
Build:0.5.2-alpha,20
commit=v0.5.2-alpha
Build:0.5.3-alpha,21
commit=v0.5.3-alpha
Build:0.5.4-alpha,22
commit=v0.5.4-alpha
Build:0.5.6-alpha,24
commit=v0.5.6-alpha
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.3.4-alpha
Current Version Code:7
Current Version:0.5.6-alpha
Current Version Code:24

View file

@ -1,4 +1,4 @@
Category:Multimedia
Categories:Multimedia
License:MIT
Web Site:http://rfc2822.github.com/GfxTablet/
Source Code:https://github.com/rfc2822/GfxTablet

View file

@ -1,8 +1,8 @@
Category:Office
Categories:Office
License:GPLv3
Web Site:http://code.google.com/p/kolab-android
Source Code:https://gitorious.org/kolab-android/kolab-android
Issue Tracker:http://code.google.com/p/kolab-android/issues/list
Issue Tracker:http://code.google.com/p/kolab-android/issues
Name:Kolab Client
Auto Name:Kolab Client for Android

View file

@ -1,10 +1,9 @@
AntiFeatures:Tracking
Category:Office
AntiFeatures:Tracking,UpstreamNonFree
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.12.4
Current Version Code:57
Update Check Mode:Static
Current Version:2.12.6
Current Version Code:59

View file

@ -1,4 +1,4 @@
Category:Science & Education
Categories:Science & Education
License:GPLv3
Web Site:
Source Code:https://github.com/fmetzger/android-sensorium

View file

@ -1,8 +1,8 @@
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
Issue Tracker:http://code.google.com/p/android-xserver/issues/list
Source Code:http://code.google.com/p/android-xserver/source
Issue Tracker:http://code.google.com/p/android-xserver/issues
Auto Name:X Server
Summary:Display remote X11 apps
@ -16,17 +16,51 @@ use graphical apps according to the instructions on
Repo Type:git
Repo:https://code.google.com/p/android-xserver/
Build Version:1.02,2,5811ae984ea0,subdir=XServer
Build Version:1.09,9,26105231ccb8,subdir=XServer
Build Version:1.10,10,91d1a1cd52d6,subdir=XServer
Build Version:1.11,11,f3a6f53541c3,subdir=XServer
Build Version:1.12,12,3df512591de2,subdir=XServer
Build Version:1.13,13,9b3adb042a42,subdir=XServer
Build Version:1.14,14,c5d01152c7bc,subdir=XServer
Build:1.02,2
commit=5811ae984ea0
subdir=XServer
Build:1.09,9
commit=26105231ccb8
subdir=XServer
Build:1.10,10
commit=91d1a1cd52d6
subdir=XServer
Build:1.11,11
commit=f3a6f53541c3
subdir=XServer
Build:1.12,12
commit=3df512591de2
subdir=XServer
Build:1.13,13
commit=9b3adb042a42
subdir=XServer
Build:1.14,14
commit=c5d01152c7bc
subdir=XServer
Build:1.15,15
commit=b252b1054e6e
subdir=XServer
target=android-10
Build:1.16,16
commit=172b334c5d45
subdir=XServer
target=android-10
Build:1.17,17
commit=971671bddd46
subdir=XServer
target=android-19
Auto Update Mode:None
#Update Check Mode:Market
Update Check Mode:None
Current Version:1.14
Current Version Code:14
Update Check Mode:RepoManifest
Current Version:1.17
Current Version Code:17

View file

@ -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

View file

@ -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

View file

@ -1,8 +1,8 @@
Category:Office
Categories:Office
License:Apache2
Web Site:http://code.google.com/p/banderlabs/
Source Code:http://code.google.com/p/banderlabs/source/checkout
Issue Tracker:http://code.google.com/p/banderlabs/issues/list
Source Code:http://code.google.com/p/banderlabs/source
Issue Tracker:http://code.google.com/p/banderlabs/issues
Auto Name:Notepad
Summary:Basic note taking
@ -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

View 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

View file

@ -1,4 +1,4 @@
Category:Internet
Categories:Internet
License:GPLv3
Web Site:https://ppareit.github.com/swiftp
Source Code:https://github.com/ppareit/swiftp

View file

@ -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

View file

@ -1,4 +1,4 @@
Category:Multimedia
Categories:Multimedia
License:MIT
Web Site:
Source Code:https://github.com/cw/svg-viewer-android

View file

@ -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,39 @@ 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
Build:1.9.9,23
commit=release1.9.9
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.9.7
Current Version Code:21
Current Version:1.9.9
Current Version Code:23

View file

@ -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

View file

@ -0,0 +1,29 @@
Categories:Office
License:GPLv2
Web Site:
Source Code:https://github.com/rafi-kamal/Bangla-Dictionary
Issue Tracker:https://github.com/rafi-kamal/Bangla-Dictionary/issues
Auto Name:Ridmik 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].
.
Repo Type:git
Repo:https://github.com/rafi-kamal/Bangla-Dictionary.git
# use target to avoid build-tools bug if necessary
Build:2.3,5
commit=05901
Maintainer Notes:
source for database is there
.
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.3
Current Version Code:5

View file

@ -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

View file

@ -0,0 +1,27 @@
Categories:Office
License:GPLv3
Web Site:https://daryldy.github.com/Heart
Source Code:https://github.com/daryldy/Heart
Issue Tracker:https://github.com/daryldy/Heart/issues
Auto Name:Heart Observe
Summary:Track pulse and blood pressure
Description:
No description available
.
Repo Type:git
Repo:https://github.com/daryldy/Heart.git
Build:1.1,3
commit=v1.1
rm=custom_rules.xml
srclibs=2:NumberPicker-SimonVT@1da4372;1:ActionBarSherlock@4.4.0
prebuild=mv misc/reText/help.txt assets/misc/help.html && \
mv misc/reText/about.txt assets/misc/about.html
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.1
Current Version Code:3

View file

@ -1,8 +1,8 @@
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
Issue Tracker:http://code.google.com/p/bites-android/issues/list
Source Code:http://code.google.com/p/bites-android/source
Issue Tracker:http://code.google.com/p/bites-android/issues
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XP4HTVTDCZPSN&lc=AU&item_name=Android%20Application%20Development&item_number=Bites
Auto Name:Bites
@ -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

View file

@ -1,8 +1,8 @@
Category:Office
Categories:Office
License:GPLv3
Web Site:http://sites.google.com/site/caldwellcode/
Source Code:http://code.google.com/p/trolly/source/checkout
Issue Tracker:http://code.google.com/p/trolly/issues/list
Source Code:http://code.google.com/p/trolly/source
Issue Tracker:http://code.google.com/p/trolly/issues
Auto Name:Trolly
Summary:Shopping list application
@ -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

View file

@ -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

View file

@ -1,4 +1,4 @@
Category:Office
Categories:Office
License:GPLv3
Web Site:https://bitbucket.org/thomasebell/urecord/
Source Code:https://bitbucket.org/thomasebell/urecord/

View file

@ -0,0 +1,27 @@
Categories:Multimedia
License:NewBSD
Web Site:http://rainwave.cc
Source Code:https://github.com/OEP/rainwave-android
Issue Tracker:https://github.com/OEP/rainwave-android/issues
Auto Name:Rainwave
Summary:Client for music station
Description:
Rainwave.cc is an icecast music station and with the app you can
listen to the music via *[[com.android.music]] or [[net.sourceforge.servestream]])
and log in to rate and request tracks.
.
Repo Type:git
Repo:https://github.com/OEP/rainwave-android.git
Build:1.1,4
commit=36477326ec80e
init=sed -i 's/minSdkVersion="3"/minSdkVersion="4"/g' AndroidManifest.xml
target=android-8
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.1
Current Version Code:4

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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
@ -14,12 +14,19 @@ Repo Type:git
Repo:https://github.com/adrian-bl/bl-battstatus-android.git
#perlmagick required
Build Version:1.81,1335983644,2bd476,target=android-4,prebuild=make refresh
Build:1.81,1335983644
commit=2bd476
target=android-4
prebuild=make refresh
Build:1.85,1388575122
disable=perl syntax errors
commit=3542bc93ad
target=android-10
prebuild=make refresh
Auto Update Mode:None
#puts version in strings.xml
#Update Check Mode:Market
Update Check Mode:None
Current Version:1.81
Current Version Code:1335983644
Update Check Mode:RepoManifest
Current Version:1.86
Current Version Code:1388575122

View file

@ -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

View file

@ -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

View file

@ -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
@ -16,7 +16,7 @@ Repo:https://bitbucket.org/dalb8/osciiprime
# already a prebuilt in jni/ but use NDK version instead
Build Version:Dagobert,14,0,extlibs=android/android-support-v4.jar,\
scanignore=build/ch.nexuscomputing.android.osciprimeics/jni,\
scanignore=jni,\
prebuild=cp $$NDK$$/platforms/android-14/arch-arm/usr/lib/liblog.so jni/,\
buildjni=yes

View file

@ -1,4 +1,4 @@
Category:System
Categories:System
License:GPLv3
Web Site:https://github.com/rrelmy/BatteryLevel
Source Code:https://github.com/rrelmy/BatteryLevel

View file

@ -1,13 +1,13 @@
#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
Issue Tracker:https://github.com/rrelmy/LocationCacheMap/issues
Auto Name:Location Cache Map
Summary:Where was your device?
Summary:Find where your device was
Description:
N.B Only applies if you are on Android 2.3.3-. Requires root.

View file

@ -1,12 +1,12 @@
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
Issue Tracker:http://aptoide.org/trac
Auto Name:Aptoide
Summary:A package installer.
Summary:A package installer
Description:
Aptoide is a simple repository and package installer. F-Droid was originally
based on Aptoide!

View file

@ -1,8 +1,8 @@
Category:System
Categories:System
License:Apache2
Web Site:https://github.com/FireFart/Permissions
Source Code:https://github.com/FireFart/Permissions
Issue Tracker:http://code.google.com/p/androidpermissions/issues/list
Issue Tracker:http://code.google.com/p/androidpermissions/issues
Auto Name:Permissions
Summary:Lists application 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

View file

@ -1,8 +1,8 @@
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
Issue Tracker:http://code.google.com/p/share-via-http/issues/list
Source Code:http://code.google.com/p/share-via-http/source
Issue Tracker:http://code.google.com/p/share-via-http/issues
Auto Name:Share via HTTP
Summary:File sharing tool
@ -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

View file

@ -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

View file

@ -1,4 +1,4 @@
Category:Wallpaper
Categories:Wallpaper
License:Apache2
Web Site:https://github.com/AChep/JellyBeanClock
Source Code:https://github.com/AChep/JellyBeanClock

View file

@ -1,4 +1,4 @@
Category:Multimedia
Categories:Multimedia
License:GPLv3
Web Site:https://github.com/tgwizard/sls
Source Code:https://github.com/tgwizard/sls

View file

@ -1,8 +1,8 @@
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
Issue Tracker:http://code.google.com/p/addi/issues/list
Source Code:http://code.google.com/p/addi/source
Issue Tracker:http://code.google.com/p/addi/issues
Donate:http://code.google.com/p/addi/wiki/Donate
Auto Name:Addi
@ -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

View file

@ -1,4 +1,4 @@
Category:System
Categories:System
License:Apache2
Web Site:
Source Code:https://github.com/adstro/launch-app-ops

View file

@ -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

View file

@ -0,0 +1,27 @@
Categories:Games
License:GPLv3
Source Code:https://github.com/melllvar/Spark360
Issue Tracker:https://github.com/melllvar/Spark360/issues
Summary:Gaming client
Description:
Supports Xbox Live and the PlayStation Network.
The app allows you to monitor your achievements, trophies, friends' statuses,
and includes many other features, such as trophy/achievement comparisons,
messaging (Xbox Live), home screen widgets, notifications, and much more.
Spark 360 is an unofficial application, and not supported, endorsed, or
affiliated with Microsoft Corporation or Sony Corporation.
.
Repo Type:git
Repo:https://github.com/melllvar/Spark360.git
Build:6.20,116
commit=v6.20
Auto Update Mode:None
Update Check Mode:Tags
Current Version:6.20
Current Version Code:116

View file

@ -1,7 +1,7 @@
Category:Games
Categories:Games
License:GPLv3
Web Site:https://code.google.com/p/asqare/
Source Code:https://code.google.com/p/asqare/source/list
Source Code:https://code.google.com/p/asqare/source
Issue Tracker:
Auto Name:Asqare

View file

@ -1,8 +1,8 @@
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
Source Code:http://code.google.com/p/mandelbrot/source
Issue Tracker:
Auto Name:Mandelbrot Map

View file

@ -1,8 +1,8 @@
Category:Office
Categories:Office
License:GPLv3
Web Site:http://code.google.com/p/timeriffic/
Source Code:http://code.google.com/p/timeriffic/source/checkout
Issue Tracker:http://code.google.com/p/autosettings/issues/list
Source Code:http://code.google.com/p/timeriffic/source
Issue Tracker:http://code.google.com/p/autosettings/issues
Summary:Scheduled settings
Description:
@ -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

View file

@ -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

View file

@ -0,0 +1,23 @@
Categories:Wallpaper
License:GPLv3
Web Site:
Source Code:https://bitbucket.org/Ancantus/hypnotoad_live_wallpaper/src
Issue Tracker:https://bitbucket.org/Ancantus/hypnotoad_live_wallpaper/issues
Auto Name:Hypnotoad Live Wallpaper
Summary:Live wallpaper
Description:
Strange toad blinking in front of a static picture.
.
Repo Type:hg
Repo:https://bitbucket.org/Ancantus/hypnotoad_live_wallpaper
Build:1.3,4
commit=9b411
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.3
Current Version Code:4

View file

@ -1,8 +1,8 @@
Category:Multimedia
Categories:Multimedia
License:Apache2
Web Site:
Source Code:https://github.com/adneal/Apollo-CM
Issue Tracker:http://code.google.com/p/apollo-music-player/issues/list
Issue Tracker:http://code.google.com/p/apollo-music-player/issues
Donate:http://www.cyanogenmod.org
Auto Name:Apollo

View 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
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

View 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.

View file

@ -0,0 +1,75 @@
Categories:System
License:Apache2
Source Code:https://android.googlesource.com/platform/packages/inputmethods/LatinIME
Issue Tracker:http://code.google.com/p/android/issues
Summary:Stock keyboard
Description:
The current version comes with English, Spanish, Russian, Brazilian, Italian,
German, French, dictionaries; there are more language word lists
in the repository but they'd need to be compiled.
There is the ability to input a limited amount of Emoji characters.
Note that you can't install this if you have a ROM that already has LatinIME.
The build recipe contains a package name change variable, but on Android 4.3
it still couldn't be installed as a user app; you'd have to
remove the original from /system/app via root, before installing this.
.
Repo Type:git
Repo:https://android.googlesource.com/platform/packages/inputmethods/LatinIME
Build:4.4.2-MIPS,4421
commit=android-sdk-4.4.2_r1
subdir=java
target=android-19
srclibs=Inputmethodcommon@android-4.4.2_r1
extlibs=android/android-support-v4.jar
patch=custom_rules.xml_1.patch
prebuild=echo -e 'package.name=com.android.inputmethod.latin\nversion.name=4.4.2-MIPS\nversion.code=4421' >> ant.properties && \
cp -r $$Inputmethodcommon$$/java/com/android/inputmethodcommon src/com/android/
build=$$NDK$$/ndk-build -e "APP_ABI=mips" -e "APP_CFLAGS += -w" -C ../native && mv ../native/libs/* libs/
Build:4.4.2-x86,4422
commit=android-sdk-4.4.2_r1
subdir=java
target=android-19
srclibs=Inputmethodcommon@android-4.4.2_r1
extlibs=android/android-support-v4.jar
patch=custom_rules.xml_1.patch
prebuild=echo -e 'package.name=com.android.inputmethod.latin\nversion.name=4.4.2-x86\nversion.code=4422' >> ant.properties && \
cp -r $$Inputmethodcommon$$/java/com/android/inputmethodcommon src/com/android/
build=$$NDK$$/ndk-build -e "APP_ABI=x86" -e "APP_CFLAGS += -w" -C ../native && mv ../native/libs/* libs/
Build:4.4.2-ARM,4423
commit=android-sdk-4.4.2_r1
subdir=java
target=android-19
srclibs=Inputmethodcommon@android-4.4.2_r1
extlibs=android/android-support-v4.jar
patch=custom_rules.xml_1.patch
prebuild=echo -e 'package.name=com.android.inputmethod.latin\nversion.name=4.4.2-ARM\nversion.code=4423' >> ant.properties && \
cp -r $$Inputmethodcommon$$/java/com/android/inputmethodcommon src/com/android/
build=$$NDK$$/ndk-build -e "APP_ABI=armeabi" -e "APP_CFLAGS += -w" -C ../native && mv ../native/libs/* libs/
Build:4.4.2-ARMv7,4424
commit=android-sdk-4.4.2_r1
subdir=java
target=android-19
srclibs=Inputmethodcommon@android-4.4.2_r1
extlibs=android/android-support-v4.jar
patch=custom_rules.xml_1.patch
prebuild=echo -e 'package.name=com.android.inputmethod.latin\nversion.name=4.4.2-ARMv7\nversion.code=4424' >> ant.properties && \
cp -r $$Inputmethodcommon$$/java/com/android/inputmethodcommon src/com/android/
build=$$NDK$$/ndk-build -e "APP_ABI=armeabi-v7a" -e "APP_CFLAGS += -w" -C ../native && mv ../native/libs/* libs/
Maintainer Notes:
Note that, like other AOSP apps, there are now special tags with 'sdk' in them;
not sure what the difference is.
.
Auto Update Mode:None
Update Check Mode:None
Current Version:4.4.2
Current Version Code:4424

View 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.

View file

@ -0,0 +1,126 @@
diff --git a/java/custom_rules.xml b/java/custom_rules.xml
new file mode 100644
index 0000000..25fc1eb
--- /dev/null
+++ b/java/custom_rules.xml
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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. -->
+ <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.
+ This is the place to change some Ant specific build properties.
+ Here are some properties you may want to change/update:
+
+ source.dir
+ The name of the source directory. Default is 'src'.
+ out.dir
+ The name of the output directory. Default is 'bin'.
+
+ For other overridable properties, look at the beginning of the rules
+ files in the SDK, at tools/ant/build.xml
+
+ Properties related to the SDK location or the project target should
+ be updated using the 'android' tool with the 'update' action.
+
+ This file is an integral part of the build system for your
+ application and should be checked into Version Control Systems.
+
+ -->
+ <property file="ant.properties" />
+
+ <!-- The project.properties file is created and updated by the 'android'
+ tool, as well as ADT.
+
+ This contains project specific properties such as project target, and library
+ dependencies. Lower level build properties are stored in ant.properties
+ (or in .classpath for Eclipse projects).
+
+ This file is an integral part of the build system for your
+ application and should be checked into Version Control Systems. -->
+ <loadproperties srcFile="project.properties" />
+
+ <!-- quick check on sdk.dir -->
+ <fail
+ message="sdk.dir is missing. Make sure to generate local.properties using 'android update project'"
+ unless="sdk.dir"
+ />
+
+
+<!-- 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.
+
+ To customize existing targets, there are two options:
+ - Customize only one target:
+ - copy/paste the target into this file, *before* the
+ <import> task.
+ - customize it to your needs.
+ - Customize the whole content of build.xml
+ - copy/paste the content of the rules files (minus the top node)
+ into this file, replacing the <import> task.
+ - customize to your needs.
+
+ ***********************
+ ****** IMPORTANT ******
+ ***********************
+ In all cases you must update the value of version-tag below to read 'custom' instead of an integer,
+ in order to avoid having your file be overridden by tools such as "android update project"
+ -->
+ <!-- version-tag: 1 -->
+ <import file="${sdk.dir}/tools/ant/build.xml" />
+
+</project>

View file

@ -1,9 +1,9 @@
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
Issue Tracker:http://code.google.com/p/scandinavian-keyboard/issues/list
Source Code:http://code.google.com/p/scandinavian-keyboard/source
Issue Tracker:http://code.google.com/p/scandinavian-keyboard/issues
Donate:http://code.google.com/p/scandinavian-keyboard/
Auto Name:Scandinavian keyboard

View file

@ -1,21 +1,26 @@
Category:System
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

View 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.

View 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>

View file

@ -1,8 +1,8 @@
Category:Office
Categories:Office
License:GPLv3
Web Site:http://www.keepassdroid.com/
Source Code:http://github.com/bpellin/keepassdroid
Issue Tracker:http://code.google.com/p/keepassdroid/issues/list
Issue Tracker:http://code.google.com/p/keepassdroid/issues
Donate:http://www.keepassdroid.com/
Auto Name:KeePassDroid

View file

@ -0,0 +1,33 @@
Category:System
License:Apache2
Source Code:https://android.googlesource.com/platform/packages/apps/Launcher3/+/
Issue Tracker:http://code.google.com/p/android/issues
Summary:Home screen
Description:
Android 4.4 homescreen from AOSP, patched to enable installation on 4.1.
Backup of configuration to Google account is removed.
.
Repo Type:git
Repo:https://android.googlesource.com/platform/packages/apps/Launcher3
Build:1.0,1
commit=android-4.4_r1.2
extlibs=android/android-support-v4.jar
patch=manifest-minsdk_1.patch
init=sed -i '/LauncherBackup/d' src/com/android/launcher3/LauncherProvider.java && \
rm src/com/android/launcher3/LauncherBackup* && \
echo -e 'target=android-19\nproguard.config=$$SDK$$/tools/proguard/proguard-android.txt:proguard.flags' \
> project.properties
Maintainer Notes:
Possible improvements: https://github.com/bvermeule/Launcher3/commits/master
https://github.com/MuddPuddle/packages_apps_Launcher3
I tried to build the protos but failed, hence the forced removal of backup.
.
Update Check Mode:None
Current Version:1.0
Current Version Code:1

View file

@ -0,0 +1,20 @@
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 901b638..a85f6b1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -19,7 +19,14 @@
-->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.launcher3">
+ package="com.android.launcher3"
+ android:versionCode="1"
+ android:versionName="1.0" >
+
+ <uses-sdk
+ android:minSdkVersion="16"
+ android:targetSdkVersion="19"/>
+
<permission
android:name="com.android.launcher3.permission.PRELOAD_WORKSPACE"

View file

@ -1,8 +1,8 @@
Category:Multimedia
Categories:Multimedia
License:Apache2
Web Site:
Source Code:https://android.googlesource.com/platform/packages/apps/Music
Issue Tracker:https://code.google.com/p/android/issues/list
Issue Tracker:https://code.google.com/p/android/issues
Auto Name:Music
Summary:The stock audio player

View file

@ -1,8 +1,8 @@
Category:Games
Categories:Games
License:GPLv3
Web Site:https://code.google.com/p/glesquake/
Source Code:https://code.google.com/p/glesquake/source/checkout
Issue Tracker:https://code.google.com/p/glesquake/issues/list
Source Code:https://code.google.com/p/glesquake/source
Issue Tracker:https://code.google.com/p/glesquake/issues
Auto Name:Quake
Summary:Quake 1 for Android

View file

@ -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

View file

@ -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

View file

@ -1,4 +1,4 @@
Category:Games
Categories:Games
License:GPLv3+
Web Site:http://gameboid.sf.net
Source Code:http://sf.net/p/gameboid/code/
@ -9,12 +9,21 @@ Summary:Nintendo Gameboy Advance emulator
Description:
This project is based on sources published by original GameBoid developer,
who in turn used code of gpSP.
To run this, you need a non-free BIOS file, which must be obtained
elsewhere.
.
Repo Type:git
Repo:git://git.code.sf.net/p/gameboid/code
Build Version:1.3.2,6,1.3.2,subdir=GameBoid,buildjni=yes,submodules=yes,target=android-15,patch=target_api_10.diff
Build:1.3.2,6
commit=1.3.2
subdir=GameBoid
submodules=yes
target=android-15
patch=target_api_10.diff
buildjni=yes
Auto Update Mode:None
Update Check Mode:Tags

View file

@ -1,4 +1,4 @@
Category:Games
Categories:Games
License:GPLv3
Web Site:http://gbcoid.sf.net
Source Code:http://sf.net/p/gbcoid/code/

View file

@ -1,4 +1,4 @@
Category:Games
Categories:Games
License:GPLv2+
Web Site:http://nesoid.sf.net
Source Code:http://sf.net/p/nesoid/code/

View file

@ -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

View file

@ -1,4 +1,5 @@
Category:Science & Education
AntiFeatures:UpstreamNonFree
Categories:Science & Education
License:Apache2
Web Site:https://github.com/jondwillis/ElectricSleep
Source Code:https://github.com/jondwillis/ElectricSleep
@ -32,8 +33,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

View file

@ -1,4 +1,4 @@
Category:Navigation
Categories:Navigation
License:GPLv3
Web Site:http://androzic.com
Source Code:https://github.com/andreynovikov/Androzic

View file

@ -1,4 +1,4 @@
Category:Navigation
Categories:Navigation
License:GPLv3
Web Site:http://tramhunter.andybotting.com
Source Code:https://github.com/andybotting/tramhunter

View file

@ -1,8 +1,8 @@
Category:Office
Categories:Office
License:Apache2
Web Site:https://code.google.com/p/kraigsandroid/
Source Code:https://code.google.com/p/kraigsandroid/source/checkout
Issue Tracker:https://code.google.com/p/kraigsandroid/issues/list
Source Code:https://code.google.com/p/kraigsandroid/source
Issue Tracker:https://code.google.com/p/kraigsandroid/issues
Auto Name:Alarm Klock
Summary:An alarm clock
@ -16,14 +16,19 @@ 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
Current Version:1.7
Current Version Code:8
Build:1.9,10
commit=alarmclock-1.9
subdir=android/alarmclock
Auto Update Mode:Version alarmclock-%v
Update Check Mode:Tags
Current Version:1.9
Current Version Code:10

View file

@ -1,8 +1,8 @@
Category:Games
Categories:Games
License:GPLv3
Web Site:http://code.google.com/p/mahjonggbuilder/
Source Code:http://code.google.com/p/mahjonggbuilder/source/checkout
Issue Tracker:http://code.google.com/p/mahjonggbuilder/issues/list
Source Code:http://code.google.com/p/mahjonggbuilder/source
Issue Tracker:http://code.google.com/p/mahjonggbuilder/issues
Auto Name:Mahjongg Builder
Summary:Solitaire games
@ -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

View file

@ -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

View file

@ -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

View file

@ -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

Some files were not shown because too many files have changed in this diff Show more