Merge branch 'master' of gitorious.org:f-droid/fdroiddata

This commit is contained in:
Ciaran Gultnieks 2012-11-10 12:46:54 +00:00
commit 27dfbf249e
8 changed files with 31 additions and 9 deletions

View file

@ -6,15 +6,15 @@ Issue Tracker:http://code.google.com/p/share-via-http/issues/list
Summary:File sharing tool
Description:
N.B The app doesn't make an entry in the app list: only the share menu.
Share files from your phone to one or many, quickly and easily. Just share the item via the
Share Menu and a mini web server will be started allowing others to download the
file. If there are multiple files a zip archive will be created on the fly.
If Barcode Scanner is installed a QR code is produced with the URL. It will
If [[com.google.zxing.client.android]] is installed a QR code can be produced with the URL. It will
only work if the recipient is on the same LAN if you use WiFI but should work anywhere
if you use GSM (2G/3G), though more slowly. The server can be stopped at any
time from the screen that shows the URL (press the back button if you're on the barcode).
N.B The app doesn't make an entry in the app list: only the share menu.
.
Repo Type:hg

View file

@ -8,10 +8,13 @@ Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=rodrigo.ros
Summary:Firewall
Description:
A Firewall frontend based on iptables.
N.B. These apks weren't entirely built from source. Even though there is source code
for iptables and busybox in the repository, they were just included as binaries.
The package ID for this app in Google Play has changed but we are staying with just this older one
for now until there is an update.
A Firewall frontend based on iptables.
.
Requires Root:Yes

View file

@ -6,6 +6,8 @@ Issue Tracker:http://code.google.com/p/share-to-browser/issues/list
Summary:Send web pages to your computer
Description:
You will need [[com.google.zxing.client.android]] to be installed to use this.
First visit http://send-to-computer.appspot.com on your computer and make sure
popup blocking is disabled. Scan the barcode given on the screen (the app
remembers the unique id at the end of the url so that it can identify your

View file

@ -6,6 +6,11 @@ Issue Tracker:https://github.com/ukanth/afwall/issues
Summary:Control network traffic
Description:
N.B. Due to an oversight, this app was included even though it includes some elements
that are not built from source i.e. busybox and iptables binaries. The build is
left in, with the hope that a fully FOSS build can be provided soon, since the source
exists in the Droidwall repo.
Firewall (IPtables frontend), forked from DroidWall.
See [https://github.com/ukanth/afwall/blob/master/Changelog.md changelog] for news.
@ -19,10 +24,11 @@ Repo:https://github.com/ukanth/afwall.git
Build Version:1.0.3a,103,a52574f283,srclibs=ActionBarSherlock@4.1.0,prebuild=\
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
Build Version:1.0.5a,105,!build errors 1.0.5a
Auto Update Mode:None
#Not in playmarket
Update Check Mode:RepoManifest
Update Check Mode:Tags
Current Version:@string/app_version
Current Version Code:103

View file

@ -6,8 +6,11 @@ Issue Tracker:https://github.com/jmschanck/Scanner-For-Zotero/issues
Summary:Scanner for Zotero
Description:
You will need [[com.google.zxing.client.android]] to be installed
to make the most of this app.
Scanner For Zotero brings Zotero's magic wand tool out into the physical world. Scan the ISBN
barcode on any book, and Scanner For Zotero will fetch that item's bibliographic information
barcode on any book and Scanner For Zotero will fetch that item's bibliographic information
from the web and allow you to add it to your Zotero library.
.

View file

@ -7,7 +7,8 @@ Issue Tracker:http://code.google.com/p/shelves/issues/list
Summary:Book collection manager
Description:
Shelves lets you manage and search your collection of books from your phone.
You can add books by scanning their barcodes, using Web searches or entering
You can add books by scanning their barcodes (if you have
[[com.google.zxing.client.android]] installed), using Web searches or entering
information manually.
.

View file

@ -9,7 +9,8 @@ Description:
A companion application for the desktop app GnuCash. It allows you to record
transactions on-the-go and export them in the OFX format and later import the
data into GnuCash for the desktop. You can create multiple accounts for
transactions in GnuCash.
transactions in GnuCash. You can't open your GnuCash (for desktop) XML files,
however.
.
Repo Type:git
@ -18,6 +19,7 @@ Repo:https://github.com/codinguser/GnucashMobile.git
Build Version:1.0,1,v1.0.beta1,subdir=GnucashMobile,update=.;../com_actionbarsherlock
#Can also use maven
Build Version:1.0.1,2,v1.0.1,subdir=GnucashMobile,update=.;../com_actionbarsherlock
Build Version:1.0.2,3,v1.0.2,subdir=GnucashMobile,update=.;../com_actionbarsherlock
Auto Update Mode:None
Update Check Mode:Tags

View file

@ -6,7 +6,12 @@ Issue Tracker:https://github.com/ucam-cl-dtg/barcodebox/issues
Summary:Barcode Box
Description:
Records a list of barcodes when you scan them and reminds you if you've seen it before. Useful for remembering which books you've read or things you've seen in the shop. It features a rapid scanning mode, and allows to export the history of barcodes to CSV. Uses Barcode Scanner as a backend.
You will need [[com.google.zxing.client.android]] to be installed.
Records a list of barcodes when you scan them and reminds you if you've seen it
before. Useful for remembering which books you've read or things you've seen
in the shop. It features a rapid scanning mode, and allows to export the
history of barcodes to CSV.
.
Repo Type:git