From 9992ee570a3280c6aefecbe36854200902f25d45 Mon Sep 17 00:00:00 2001 From: ligi Date: Mon, 8 Sep 2014 20:53:43 +0200 Subject: [PATCH 1/2] add gobandroid --- metadata/org.ligi.gobandroid_hd.txt | 39 +++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 metadata/org.ligi.gobandroid_hd.txt diff --git a/metadata/org.ligi.gobandroid_hd.txt b/metadata/org.ligi.gobandroid_hd.txt new file mode 100644 index 0000000000..fd04e91399 --- /dev/null +++ b/metadata/org.ligi.gobandroid_hd.txt @@ -0,0 +1,39 @@ +Categories:Development +License:GPLv3 +Web Site:https://github.com/ligi/gobandroid/blob/HEAD/README.md +Source Code:https://github.com/ligi/gobandroid/ +Issue Tracker:https://github.com/ligi/gobandroid/issues + +Auto Name:Gobandroid +Summary:Goban for Android +Description: +Gobandroid is a OpenSource goban ( GO-Board ) for Android to study and play the ancient game of Go (weiqi in Chinese, igo in Japanese, baduk in Korean) +Go originated in China more than 2,000 years ago. The game is noted for being rich in strategy despite its relatively simple rules. It has been claimed that Go is the most complex game in the world due to its vast number of variations in individual games. [http://en.wikipedia.org/wiki/Go_(game) see Wikipedia] [http://www.usgo.org/resources/topten.html or usgo for the top 10 reasons to play go] + +Features: + Solve Tsumegos ( Go Problems are called Tsumego ) + Review Games ( SGF Format reader ) + Record Games ( or use the phone/tablet as a board - incl SGF writer ) + TV-Mode ( automatic replay of games - mainly for GoogleTV ) + Play against GnuGo ( extra install needed ) + Available in >10 Languages + +If you find a bug please email me or file a bug in the issue tracker on github. I can't contact you via the Android-Market comments system to fix the problem +Sourcecode is [http://github.com/ligi/gobandroid on github]- Patches/Contributions welcome! You can also find this project on googleplus: https://plus.google.com/106767057593220295403 +. + +Repo Type:git +Repo:https://github.com/ligi/gobandroid.git + +Build:1.28,128 + commit=1.28 + subdir=android + gradle=NoAnalyticsNoCloud + prebuild=sed -i '/play_services/d' build.gradle && \ + sed -i '/android-sdk-manager/d' build.gradle + +Auto Update Mode:Version %v +Update Check Mode:Tags +Current Version:1.28 +Current Version Code:128 + From 3f4552adee3ef0b432c75f63567e891f5b4bbb2f Mon Sep 17 00:00:00 2001 From: ligi Date: Tue, 9 Sep 2014 01:36:10 +0200 Subject: [PATCH 2/2] - list markup - remove redundancy --- metadata/org.ligi.gobandroid_hd.txt | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/metadata/org.ligi.gobandroid_hd.txt b/metadata/org.ligi.gobandroid_hd.txt index fd04e91399..e7eb429280 100644 --- a/metadata/org.ligi.gobandroid_hd.txt +++ b/metadata/org.ligi.gobandroid_hd.txt @@ -7,19 +7,16 @@ Issue Tracker:https://github.com/ligi/gobandroid/issues Auto Name:Gobandroid Summary:Goban for Android Description: -Gobandroid is a OpenSource goban ( GO-Board ) for Android to study and play the ancient game of Go (weiqi in Chinese, igo in Japanese, baduk in Korean) +Gobandroid is virtual goban ( GO-Board ) on your mobile to study and play the ancient game of Go (weiqi in Chinese, igo in Japanese, baduk in Korean) Go originated in China more than 2,000 years ago. The game is noted for being rich in strategy despite its relatively simple rules. It has been claimed that Go is the most complex game in the world due to its vast number of variations in individual games. [http://en.wikipedia.org/wiki/Go_(game) see Wikipedia] [http://www.usgo.org/resources/topten.html or usgo for the top 10 reasons to play go] Features: - Solve Tsumegos ( Go Problems are called Tsumego ) - Review Games ( SGF Format reader ) - Record Games ( or use the phone/tablet as a board - incl SGF writer ) - TV-Mode ( automatic replay of games - mainly for GoogleTV ) - Play against GnuGo ( extra install needed ) - Available in >10 Languages - -If you find a bug please email me or file a bug in the issue tracker on github. I can't contact you via the Android-Market comments system to fix the problem -Sourcecode is [http://github.com/ligi/gobandroid on github]- Patches/Contributions welcome! You can also find this project on googleplus: https://plus.google.com/106767057593220295403 + * Solve Tsumegos ( Go Problems are called Tsumego ) + * Review Games ( SGF Format reader ) + * Record Games ( or use the phone/tablet as a board - incl SGF writer ) + * TV-Mode ( automatic replay of games - mainly for GoogleTV ) + * Play against GnuGo ( extra install needed ) + * Available in >10 Languages . Repo Type:git