Shorten unreasonably long descriptions

Remove unnecessary, overly specific and obsolete bits
This commit is contained in:
Daniel Martí 2013-12-30 00:29:02 +01:00
parent d871468483
commit 5400bd07f6
8 changed files with 23 additions and 112 deletions

View file

@ -18,19 +18,6 @@ the clipboard as text for use in a dictionary.
Note that this will NOT work - at all - if you don't know basically how to draw kanji. If you just draw Note that this will NOT work - at all - if you don't know basically how to draw kanji. If you just draw
something any old way that looks like it, it certainly won't be recognised. You have to draw characters something any old way that looks like it, it certainly won't be recognised. You have to draw characters
basically the official way. basically the official way.
That said there are two forms of recognition: exact (you must enter the character with the correct
stroke count, stroke order, and direction) and inexact (you must draw basically the correct strokes
but can use any order and direction). If the inexact search doesn't find it, you can try searching
for characters with 1 stroke more or fewer than you drew. This might sound complicated but the
interface is easy; you get exact results straight away, if it's not there then hit the button and wait
for inexact results (this takes several seconds, there's a progress bar), and if it's not there either,
you can go onto the +/- 1 results.
Notes:
# If you've drawn a character and the 'Done' button is still greyed out, this is because it's still loading the data file. It usually only takes a few seconds, so please wait. This only happens the first time you draw a character after starting the app.
# Some characters don't work very well if you draw them in the normal handwriting style. The data is based on print style. If you have difficulty getting a character recognised, try drawing it like the print version.
# This program is based on the leafdigital kanjirecog library in the same source repo. Uses kanji drawing database derived from the SVG kanji stroke order images produced by the KanjiVG project and released under Creative Commons Attribution-Share Alike 3.0 license. See [http://kanjivg.tagaini.net kanjivg.tagaini.net].
. .
Repo Type:git Repo Type:git

View file

@ -8,21 +8,18 @@ Donate:http://www.roguetemple.com/z/hydroid.php
Auto Name:Hydra Slayer Auto Name:Hydra Slayer
Summary:Adventure game Summary:Adventure game
Description: Description:
Hydra Slayer is a roguelike (that is, a game where you control a single hero Hydra Slayer is a roguelike game where combat has been inspired by some
fighting horde of monsters, with a high emphasis on tactics) where combat has mathematical puzzles about brave heroes slaying many headed beasts.
been inspired by some mathematical puzzles about brave heroes slaying many
headed beasts.
This might look like a standard dungeon crawler, but the puzzle element This might look like a standard dungeon crawler, but the puzzle element
is important, and the later game is meant to be challenging. is important, and the later game is meant to be challenging.
Be sure to try the tutorial first or visit the website to see the back story
and other tips and tricks.
The character can be controlled by touching part of the screen to indicate The character can be controlled by touching part of the screen to indicate
direction, but bear in mind that walls can't be traversed! direction, but bear in mind that walls can't be traversed!
* In most menus, you can touch a menu item (on screen) to activate it; most actions can be also selected by pressing the Menu button. * In most menus, you can touch a menu item to activate it; most actions can be also selected by pressing the Menu button.
* On the race selection screen, click on the top part of the screen (which contains race names) or use D-pad to change race, and then touch the middle of the screen to play the chosen race. * On the race selection screen, click on the top part of the screen or use D-pad to change race, and then touch the middle of the screen to play the chosen race.
* On the game screen, touch the corner which contains the list of your weapons to switch weapons (the most common action), and touching the corner which contains the stats and list of enemies opens a single menu including all possible actions (while Menu button shows just five). You can also touch the message box at the bottom to see messages which did not fit on the screen. Touching anywhere else is a move. * On the game screen, touch the corner which contains the list of your weapons to switch weapons, and touching the corner opens a single menu including all possible actions.
* Since this is based on a desktop game, most common actions can be also executed by pressing hardware buttons. For example, '''in the game, D-Pad moves''', Volume Up and Volume Down switch weapons, Call ("pick up phone") picks up items and climbs down stairs (just like the 'g' key on keyboard), and Search opens your inventory (like 'i'). * Since this is based on a desktop game, most common actions can be also executed by pressing hardware buttons.
* In questions, touching the top of the screen means yes and the bottom of the screen means no. * In questions, touching the top of the screen means yes and the bottom of the screen means no.
. .

View file

@ -22,20 +22,6 @@ required and add a validation regex which is a field format. Save the changes an
data from the menu. Select the form type from the list on the left. You can add a new entry or search data from the menu. Select the form type from the list on the left. You can add a new entry or search
existing entries using the criteria fields below the search button. From the search screen you can existing entries using the criteria fields below the search button. From the search screen you can
edit the entries. edit the entries.
For Advanced users --
Reference field types: One form field can point to a record in another form. In Form Manager, set a new
field to "reference" data type, and enter the "referenced form name". Then on the other referenced form,
check the "short desc" box on one or more fields. When entering data it will show a select button to
select a record from the other form data. This allows a foreign key type of relationship.
ReferencedBy type. The purpose of this field is to display a list of items that reference the current form.
For example a list of people attending a meeting.
The "Form Name Field Name" should be the name of the form that references this form, followed by a space,
and then the name of the field on the other form that references this form. The sample data created on
a new install has an example of a many-to-many relationship that can be created in this way.
. .
Repo Type:git Repo Type:git

View file

@ -7,34 +7,20 @@ Issue Tracker:http://www.valleytg.com:8090/secure/Dashboard.jspa
Auto Name:OASVN Pro Auto Name:OASVN Pro
Summary:Subversion for Android Summary:Subversion for Android
Description: Description:
Works for http:// https:// and svn:// repositories. svn+ssh:// is experimental and has been added recently. Works for http:// https:// and svn:// repositories. svn+ssh:// is experimental
Currently supports all of the following svn operations: Checkout (Head or specify revision), and has been added recently. Currently supports all of the following svn
Update, Commit, Export (Head or specify revision), Cleanup, and Revert. Also allows you to view remote operations: Checkout (Head or specify revision), Update, Commit, Export (Head
repository revisions (you specify the number of revisions to retrieve) and see commit comments, author, or specify revision), Cleanup, and Revert. Also allows you to view remote
date/time and all files changed, added, deleted, etc. repository revisions (you specify the number of revisions to retrieve) and see
commit comments, author, date/time and all files changed, added, deleted, etc.
Working copies and exports of repositories are saved locally (all checked out files will go to your Working copies and exports of repositories are saved locally (all checked out
mountable storage: most of the time /mnt/sdcard/OASVN) so they could be edited on your device with an IDE such as Terminal IDE and then you can commit back to your repository! files will go to your mountable storage: most of the time /mnt/sdcard/OASVN)
so they could be edited on your device with an IDE such as Terminal IDE and
then you can commit back to your repository.
The most recent version adds svn export so you can make a local copy of your repository on your Android The most recent version adds svn export so you can make a local copy of your
device without making a working svn copy. Also the revisions list now prompts for the number of revisions repository on your Android device without making a working svn copy.
to retrieve from the remote server. Finally you can checkout or export specific revisions besides the
head version.
The interface has been reworked a bit to include a menu for some functions to clean up the main screen.
Also improved is the German language support. Help is needed with French, Japanese and
Russian translations: if you can help, there is more information at these links:
[http://www.valleytg.com:8090/browse/OASVN-35 French]
[http://www.valleytg.com:8090/browse/OASVN-15 Russian]
[http://www.valleytg.com:8090/browse/OASVN-14 Japanese]
Every precaution has been taken to ensure this works correctly, but please make sure to back up your
repositories regularly!
This project is only a couple of months old now and has been growing quickly. A
[http://www.valleytg.com/jira JIRA] has been created to help keep the project moving along.
svn+ssl is still experimental: please send any feedback using the Jira.
. .
Repo Type:git-svn Repo Type:git-svn

View file

@ -8,7 +8,6 @@ Bitcoin:1HkX6X8EakdsgAysL93oKrWiXGPbFiG1xV
Auto Name:Bitcoin Auto Name:Bitcoin
Summary:Store digital currency Summary:Store digital currency
Description: Description:
'''Important [http://bitcoin.org/en/alert/2013-08-11-android bug fix] in 3.15'''
* No cloud server or web service needed: this wallet works peer to peer * No cloud server or web service needed: this wallet works peer to peer
* Display of wallet balance in Bitcoin and various other currencies * Display of wallet balance in Bitcoin and various other currencies
* Sending and receiving of Bitcoin via NFC, QR-codes or Bitcoin URLs * Sending and receiving of Bitcoin via NFC, QR-codes or Bitcoin URLs

View file

@ -8,15 +8,9 @@ Bitcoin:1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
Auto Name:Lil' Debi Auto Name:Lil' Debi
Summary:Run Debian on your phone Summary:Run Debian on your phone
Description: Description:
Want an easy Debian chroot running that you can trust? Install Lil Debi, and Lil' Debi builds up a whole Debian chroot on your phone entirely using
you can have a Debian install running with a single click of a button. It debootstrap. You choose the release, mirror, and size of the disk image, and
builds up a whole Debian chroot on your phone entirely using debootstrap. You away it goes. It could take up to an hour on a slow device.
choose the release, mirror, and size of the disk image, and away it goes. It
could take up to an hour on a slow device, then it's done.
It includes gpgv and the Debian repository keys in the apk and verifies the
packages it downloads in the first stage of debootstrap before installing
them. It will also check and update a SHA1 checksum to make sure your
debian.img file has not be tampered with.
Then it has a simple chroot manager that fscks your disk, mounts/unmounts Then it has a simple chroot manager that fscks your disk, mounts/unmounts
things, starts/stops sshd if you have it installed, etc. You can also then use things, starts/stops sshd if you have it installed, etc. You can also then use
@ -37,14 +31,7 @@ Lil' Debi works with as few modifications to the Android system as
possible. Currently, it only adds a /bin symlink, and a /debian mount possible. Currently, it only adds a /bin symlink, and a /debian mount
directory. It does not touch /system at all. directory. It does not touch /system at all.
This is built from source by f-droid except for the gpgv part which can be This is built from source by f-droid except for the gpgv part.
built from the instructions in the
[http://gitorious.org/f-droid/fdroiddata/blobs/master/metadata/info.guardianproject.gpg.txt metadata]
in the fdroiddata repo. See the website for full usage instructions: or try
running $su then #debian#shell in
[[jackpal.androidterm]] after mounting the image.
Please do try it out, use it, and report criticisms, bugs, improvements, etc.
Requires root: Yes, because it needs to run debootstrap, create dirs in /, Requires root: Yes, because it needs to run debootstrap, create dirs in /,
mount/umount, etc. mount/umount, etc.

View file

@ -10,11 +10,6 @@ Bitcoin:1GCUGCSfFXzSC81ogHu12KxfUn3cShekMn
Auto Name:My Expenses Auto Name:My Expenses
Summary:Manage finances Summary:Manage finances
Description: Description:
'''N.B''' v1.7.1 has certain features that are only available as a trial.
You can request a Contrib (unlock) key from the author in return for a technical
or monetary contribution by emailing him via the app Settings with a description
of your contribution.
MyExpenses is designed to keep track of expenses, and to export these expenses MyExpenses is designed to keep track of expenses, and to export these expenses
as QIF files into a finance program (e.g.: Grisbi, GnuCash). as QIF files into a finance program (e.g.: Grisbi, GnuCash).
@ -32,10 +27,6 @@ Features:
* Data backup and restore * Data backup and restore
* Aggregate financial situation (Contrib version) * Aggregate financial situation (Contrib version)
* Two themes: light and dark * Two themes: light and dark
My Expenses requires the following permissions:
* Reading and writing the calendar: Plans for future and recurrent transactions are stored either in a special local calendar or in any other calendar you assign.
* Writing USB storage: Storage of QIF and CSV exports and backup files
. .
Repo Type:git Repo Type:git

View file

@ -13,28 +13,6 @@ small executable. It provides replacements for most of the utilities you
usually find in GNU fileutils, shellutils, etc. See the BusyBox web site at usually find in GNU fileutils, shellutils, etc. See the BusyBox web site at
http://www.busybox.net for more information. BusyBox itself is GPLv2 http://www.busybox.net for more information. BusyBox itself is GPLv2
licensed. licensed.
app/src/stericson/busybox/donate/jobs/GetAvailableAppletsJob.java:47: error: method getBusyBoxApplets in class RootTools cannot be applied to given types;
[javac] applets = RootTools.getBusyBoxApplets(storagePath);
[javac] ^
[javac] required: no arguments
[javac] found: String
[javac] reason: actual and formal argument lists differ in length
[javac] /home/gerry/fdroiddata/build/stericson.busybox.donate/app/src/stericson/busybox/donate/jobs/Install.java:39: error: method getBusyBoxVersion in class RootTools cannot be applied to given types;
[javac] String tmp_version = RootTools.getBusyBoxVersion(activity.getFilesDir().toString() + "/bb");
[javac] ^
[javac] required: no arguments
[javac] found: String
[javac] reason: actual and formal argument lists differ in length
[javac] /home/gerry/fdroiddata/build/stericson.busybox.donate/app/src/stericson/busybox/donate/jobs/PrepareBinary.java:47: error: method getBusyBoxVersion in class RootTools cannot be applied to given types;
[javac] String version = RootTools.getBusyBoxVersion(storagePath);
[javac] ^
[javac] required: no arguments
[javac] found: String
[javac] reason: actual and formal argument lists differ in length
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 3 errors
. .
Requires Root:Yes Requires Root:Yes