Merge commit 'refs/merge-requests/110' of gitorious.org:f-droid/fdroiddata into merge-requests/110

This commit is contained in:
David Black 2013-02-22 15:10:44 +00:00
commit 8aecb3ab19
7 changed files with 63 additions and 43 deletions

View file

@ -7,11 +7,19 @@ Issue Tracker:
Summary:Twitter client Summary:Twitter client
Description: Description:
Fork of Twidere. The official source for the latest version is available from the website. Every so often Fork of Twidere. The official source for the latest version is available from
that code is uploaded to the source code page. We probably can't include the app, but we have a recipe the website. Every so often that code is uploaded to the source code page. We
to keep track of versions. probably can't include the app, but we have a recipe to keep track of
versions.
. .
Repo Type:git
Repo:https://github.com/keverets/tweetings
# There doesn't seem to be any binary files in the source.
Build Version:2.15.2,134,!TileImageView.java doesn't seem to be found e665aa83bce104eede57b8111911e584cadefefe,target=android-17
Build Version:2.15.3.2,137,!no source yet as of 22-02-2013
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Market Update Check Mode:Market
Current Version:2.15.3.2 Current Version:2.15.3.2

View file

@ -38,7 +38,15 @@ rm libs/* && sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$
sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \ sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
echo "android.library.reference.3=$$ub0rlib$$" >> project.properties && \ echo "android.library.reference.3=$$ub0rlib$$" >> project.properties && \
echo "android.library.reference.4=$$MobAdMob$$" >> project.properties echo "android.library.reference.4=$$MobAdMob$$" >> project.properties
Build Version:3.8.1,!java complains 7381000,CallMeter3G-3.8.1,srclibs=\ # Callmeter shows an error about android support jar. This is because the
# latest support jar isnt being supplied by the libraries. This can be fixed
# by using the latest support jar. This must be imported as an extlib and
# copied into the libraries to avoid conflicts. I guess this only happens with
# ant.
# extlibs=android/android-support-v4.jar,prebuild=\
# cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && mv\
# libs/android-support-v4.jar $$ViewPagerIndicator$$/libs/ && \...
Build Version:3.8.1,7381000,!java complains CallMeter3G-3.8.1,srclibs=\
ActionBarSherlock@4.2.0;ViewPagerIndicator@2.4.1;ub0rlib@144a5da04c;MobAdMob@2d5736,prebuild=\ ActionBarSherlock@4.2.0;ViewPagerIndicator@2.4.1;ub0rlib@144a5da04c;MobAdMob@2d5736,prebuild=\
rm libs/* && sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \ rm libs/* && sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \ sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \

View file

@ -7,15 +7,18 @@ Donate:http://www.fbreader.org/donation/make.php
Summary:An e-book reader Summary:An e-book reader
Description: Description:
N.B There are three different apks to cover the different versions of Android. Donut covers 1.5-1.6; N.B There are three different apks to cover the different versions of Android.
Froyo covers 2.0-2.3 and Honeycomb covers 3.0+. (v1.6.4 covers Honeycomb). In other words disregard Donut covers 1.5-1.6; Froyo covers 2.0-2.3 and Honeycomb covers 3.0+. In other
the star next to the version. x86 and MIPS are supported natively in all apks. words disregard the star next to the version. x86 and MIPS are supported
natively in all apks.
An e-book reader. Features include the ability to stock up on books from online libraries like Project An e-book reader. Features include the ability to stock up on books from
Gutenberg straight from the app. F-Droid.org has two other apps that provide text-to-speech functionality. online libraries like Project Gutenberg straight from the app. F-Droid.org has
[[aarddict.android]] can be used as a dictionary and translator in the app by selecting it in Dictionary two other apps that provide text-to-speech functionality.
section of the settings: the default is to initiate text selection upon long-pressing a word, but this [[aarddict.android]] can be used as a dictionary and translator in the app by
can be changed to directly lookup the long-pressed word. selecting it in Dictionary section of the settings: the default is to initiate
text selection upon long-pressing a word, but this can be changed to directly
lookup the long-pressed word.
. .
#Three branches: android1.5, master and ics. Tags can be from any branch #Three branches: android1.5, master and ics. Tags can be from any branch
@ -53,11 +56,12 @@ Build Version:1.7.2-Donut,107019,a4a5e506b,buildjni=yes,forceversion=yes,forceve
mkdir res/drawable && find icons -iname "*.*" -exec cp {} res/drawable \; mkdir res/drawable && find icons -iname "*.*" -exec cp {} res/drawable \;
Build Version:1.7.2-Froyo,107020,33ffc7e5b,buildjni=yes,forceversion=yes,forcevercode=yes,prebuild=\ Build Version:1.7.2-Froyo,107020,33ffc7e5b,buildjni=yes,forceversion=yes,forcevercode=yes,prebuild=\
mkdir res/drawable && find icons -iname "*.*" -exec cp {} res/drawable \; mkdir res/drawable && find icons -iname "*.*" -exec cp {} res/drawable \;
Build Version:1.7.2,107021,0520159677,buildjni=yes,prebuild=mkdir res/drawable && find icons -iname "*.*" -exec cp {} res/drawable \; Build Version:1.7.2-Honeycomb,107021,0520159677,buildjni=yes,forceversion=yes,prebuild=\
mkdir res/drawable && find icons -iname "*.*" -exec cp {} res/drawable \;
Auto Update Mode:None Auto Update Mode:None
#Cross reference tags and website #Cross reference tags and website
Update Check Mode:None Update Check Mode:None
Current Version:1.6.9 Current Version:1.7.2
Current Version Code:106091 Current Version Code:107021

View file

@ -1,22 +1,21 @@
Category:Internet Category:Internet
License:GPLv3+ License:GPLv3+
Web Site:http://tinc_gui.poirsouille.org/ Web Site:http://tinc_gui.poirsouille.org/
Source Code:https://github.com/vilbrekin/tinc_gui Source Code:https://github.com/Vilbrekin/tinc_gui
Issue Tracker:https://github.com/vilbrekin/tinc_gui/issues Issue Tracker:https://github.com/Vilbrekin/tinc_gui/issues
Summary:Find apps just by typing Summary:Find apps just by typing
Description: Description:
Tinc is a peer to peer VPN daemon. Tinc GUI for Android is a (slightly modified) cross-compiled version of tincd,
associated with a basic GUI for daemon management.
Tinc GUI for Android is a (slightly modified) cross-compiled version of tincd
for Arm, associated with a basic GUI for daemon management.
Root is not needed, even if highly recommended for correct tinc daemon usage.
. .
Repo Type:git Repo Type:git
Repo:https://github.com/Vilbrekin/tinc_gui.git Repo:https://github.com/Vilbrekin/tinc_gui.git
Build Version:0.9.3,4,RELEASE_0.9.3 Build Version:0.9.3,4,!we need to build res/raw/tincd RELEASE_0.9.3
Auto Update Mode:None Auto Update Mode:None

View file

@ -1,34 +1,35 @@
Category:System Category:System
License:GPLv3 License:GPLv3
Web Site:http://pyload.org Web Site:http://pyload.org
Source Code:https://bitbucket.org/ranan/pyload-android Source Code:https://github.com/pyload/pyload-android
Issue Tracker:https://bitbucket.org/ranan/pyload-android/issues?status=new&status=open Issue Tracker:https://github.com/pyload/pyload-android/issues
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PBQFRKKA985KN Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PBQFRKKA985KN
Summary:Official client for PyLoad Download Manager Summary:Official client for PyLoad Download Manager
Description: Description:
In order to use the Android client make sure your the newest pyLoad Core with version 0.4.9 is running on your system, accessible over the network, the ip/hostname is correct and the port forwarded if necessary. In order to use the Android client make sure your the newest pyLoad Core with
version 0.4.9 is running on your system, accessible over the network, the
ip/hostname is correct and the port forwarded if necessary.
The client let you do the following things: The client let you do the following things:
- Display current downloads * Display current downloads
- Display queue/collector * Display queue/collector
- Delete/Move/Restart packages * Delete/Move/Restart packages
- Abort downloads * Abort downloads
- Enter Captchas for downloads * Enter Captchas for downloads
- Add packages, or upload container files (DLC, CCF etc.) * Add packages, or upload container files (DLC, CCF etc.)
- Toggle download/reconnect * Toggle download/reconnect
- Edit server side settings * Edit server side settings
- View account * View account
- Secure SSL connection to the Core * Secure SSL connection to the Core
. .
Repo Type:hg Repo Type:git
Repo:https://bitbucket.org/ranan/pyload-android Repo:https://github.com/pyload/pyload-android
Build Version:0.2.5,12,74ce7f5c81b0,prebuild=mv lib/* libs/ && rm -r lib/ #Build Version:0.2.5,12,74ce7f5c81b0,prebuild=mv lib/* libs/ && rm -r lib/
Build Version:0.3.2,15,268b56a Build Version:0.3.2,15,e3c7c812e669a5225cf0a0a7183d827bde2a2eb9
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Market Update Check Mode:Market

View file

@ -37,7 +37,7 @@ Build Version:1.33,1330,09d31c76076542a0d705937daaac7c682019fc44,subdir=ttrss-re
Build Version:1.34,1340,a3af08a3b019,subdir=ttrss-reader,target=android-15,srclibs=ActionBarSherlock@6e3f2bb5,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties Build Version:1.34,1340,a3af08a3b019,subdir=ttrss-reader,target=android-15,srclibs=ActionBarSherlock@6e3f2bb5,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
Build Version:1.38,1380,ee51a2579898,subdir=ttrss-reader,target=android-15,srclibs=ActionBarSherlock@6e3f2bb5,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties Build Version:1.38,1380,ee51a2579898,subdir=ttrss-reader,target=android-15,srclibs=ActionBarSherlock@6e3f2bb5,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
Build Version:1.40,1400,c91741406ead,subdir=ttrss-reader,target=android-15,srclibs=ActionBarSherlock@6e3f2bb5,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties Build Version:1.40,1400,c91741406ead,subdir=ttrss-reader,target=android-15,srclibs=ActionBarSherlock@6e3f2bb5,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
Build Version:1.41,1411,f7f84c03ed4a,subdir=ttrss-reader,target=android-17,srclibs=ActionBarSherlock@6e3f2bb5,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties Build Version:1.41,1411,f7f84c03ed4a,subdir=ttrss-reader,target=android-17,srclibs=ActionBarSherlock@4.2.0,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Market Update Check Mode:Market

View file

@ -22,6 +22,6 @@ Build Version:2.1,19,4b07f45bad322670c8f963f98231a01a2e181dc2
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Market Update Check Mode:Market
Current Version:2.0 Current Version:2.1
Current Version Code:18 Current Version Code:19