Merge branch 'master' into 'master'

Please add my DragonGoApp

I have developed an open-source Android app in github to play the game of go on the DGS server.
The DGS game server is used by several hundreds of Go-fans, and there exists only 3 other android apps to connect to DGS, all of them being closed-source with ads or billing. So I think there is a need for an open-source ad-free app, such as my DragonGoApp.
My DragonGoApp is quite at an early stage of development, but all of the basic functionalities a DGS player may expect are already there - even though the app is likely to crash because I'm pretty sure I've not stress-tested the app enough. But I prefer to release the app asap and let users test it and raise issues.

Thanks for the merge, if you agree to do it as it is !
This commit is contained in:
Ciaran Gultnieks 2014-04-12 10:47:39 +00:00
commit 875ef54c9d

View file

@ -0,0 +1,54 @@
# F-Droid metadata template
#
# See http://f-droid.org/manual for more details
#
# Fields that are commented out are optional
Categories:Games
License:AGPL
Web Site:https://github.com/cerisara/DragonGoApp
Source Code:https://github.com/cerisara/DragonGoApp
Issue Tracker:https://github.com/cerisara/DragonGoApp/issues
Auto Name:DragonGoApp
# Donate: (web link)
# FlattrID: (number)
# Bitcoin: (bitcoin address)
# Name: (to override the name of the app in the index)
Summary:Go game app for DGS
Description:
Open-source android App to play the game of go on the DGS server.
DragonGoApp features:
* Open-source: everyone knows exactly what it's doing, and you're welcome to fork and update it to your needs !
* Ad-free
* Minimize bandwidth usage: this is especially useful when you have a limited quota of 3G data connection;
* Full-featured SGF editor/player based on the open-source eidogo code. Also shows game information and game comments.
* Support dual servers/credentials (DGS and develDGS)
* Playing moves (obviously !), send/receive messages, invite/accept/refuse challenges, attach a public comment to a move
.
# Requires Root: Yes (f not having root breaks the app or renders it useless)
# Repo and Build fields only matter in source-built apps
Repo Type:git
Repo:https://github.com/cerisara/DragonGoApp
# One for each source build
# Build:<version>,<version code>
# commit=<tag/commit/rev>
# [...]
#
# For a complete list of flags, see the manual
Build:1.0,1
commit=68e3c8ea9f4
# Maintainer Notes:
# Here go the notes to take into account for future updates, builds, etc.
# Will be published in the wiki if present.
# .
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.0
Current Version Code:1
# No Source Since: First version to be partially or completely missing upstream