Trim some extremely long descriptions
This commit is contained in:
parent
d7e10b8aed
commit
9842eed4bd
|
@ -12,8 +12,7 @@ Navigation client that uses OziExplorer (ozf2, ozfx3) or online maps.
|
||||||
Great for hiking, geocaching, off-roading, sailing, boating and other outdoor
|
Great for hiking, geocaching, off-roading, sailing, boating and other outdoor
|
||||||
activities. You are expected to be aware of OziExplorer or at least of where to
|
activities. You are expected to be aware of OziExplorer or at least of where to
|
||||||
get its maps. Maps also can be created by yourself, but with some effort: see
|
get its maps. Maps also can be created by yourself, but with some effort: see
|
||||||
FAQ and wiki on the website for details. Also hosted on
|
FAQ and wiki on the website for details.
|
||||||
[https://bitbucket.org/andreynovikov bitbucket.org].
|
|
||||||
|
|
||||||
* works without maps as a simple navigator
|
* works without maps as a simple navigator
|
||||||
* track recording in background (power-safe)
|
* track recording in background (power-safe)
|
||||||
|
@ -32,10 +31,6 @@ FAQ and wiki on the website for details. Also hosted on
|
||||||
Functionality can be extended by plugins (currently not on f-droid.org):
|
Functionality can be extended by plugins (currently not on f-droid.org):
|
||||||
* receive coordinates via text messages (sms)
|
* receive coordinates via text messages (sms)
|
||||||
* share location in real time
|
* share location in real time
|
||||||
|
|
||||||
Caution! Current version of Img2Ozf generates ozfx3 maps in new encrypted
|
|
||||||
format, they won't open in Androzic. Please use older versions of Img2Ozf,
|
|
||||||
last known good version is 3.03.
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
|
@ -10,24 +10,14 @@ Description:
|
||||||
* Show notifcations on car radio
|
* Show notifcations on car radio
|
||||||
* Show application as artist
|
* Show application as artist
|
||||||
* Show summary as album
|
* Show summary as album
|
||||||
* Show full notification text as title (can be split over multiple chunks max length is configurable)
|
* Show full notification text as title
|
||||||
* Play notification via TTS (text to speech)
|
* Play notification via TTS (text to speech)
|
||||||
* Use next / previous track to navigate through notifications
|
* Use next / previous track to navigate through notifications
|
||||||
* Use pause / play button to remove notifcation
|
* Use pause / play button to remove notifcation
|
||||||
* Use forward button to close notification stream might help to regain focus to previous playing audio.
|
|
||||||
|
|
||||||
To test if your media device (car radio) supports AVRCP 1.3 play a mp3 song
|
To test if your media device (car radio) supports AVRCP 1.3 play a mp3 song
|
||||||
which has id3 information set and check if this information is shown on the
|
which has id3 information set and check if this information is shown on the
|
||||||
media device.
|
media device.
|
||||||
|
|
||||||
There are two ways to provide this application with info about notifications
|
|
||||||
via accesiblities or via notification access.
|
|
||||||
The later one is the prefered method which is only support on Android 4.3 and up.
|
|
||||||
To enable Botifier via Notification Access (Android 4.3 only):
|
|
||||||
Goto Settings -> Security -> Notification Access -> Enable Botifier (Setting only available if Botifier is installed)
|
|
||||||
To enable Botifier via Accessiblity:
|
|
||||||
Goto Settings -> Accessiblity -> Enable Botifier
|
|
||||||
Do not enable both methods which will cause unexpected behaviour.
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
|
@ -15,24 +15,18 @@ you to know what a notification says without looking at the screen.
|
||||||
* Ignore specific apps or notifications containing defined text
|
* Ignore specific apps or notifications containing defined text
|
||||||
* Choice of TTS audio stream (see Google Play descriptions for more details)
|
* Choice of TTS audio stream (see Google Play descriptions for more details)
|
||||||
* Choice of speaking when screen or headset is on or off, or while silent/vibrate
|
* Choice of speaking when screen or headset is on or off, or while silent/vibrate
|
||||||
(Note: Due to API limitations, a headset that is connected when the VN service
|
|
||||||
starts will need to
|
|
||||||
be reconnected for VN to see the current state; also all Bluetooth devices are
|
|
||||||
detected the same, headset or not)
|
|
||||||
* Quiet Time
|
* Quiet Time
|
||||||
* Shake-to-silence
|
* Shake-to-silence
|
||||||
* Custom delay of TTS after notification
|
* Custom delay of TTS after notification
|
||||||
|
|
||||||
For technical reasons, VN operates through Android's Accessibility service and
|
For technical reasons, VN operates through Android's Accessibility service and
|
||||||
must be enabled in the Accessibility settings.
|
must be enabled in the Accessibility settings. The Accessibility service will
|
||||||
The Accessibility service will give a warning that VN may be able to collect
|
give a warning that VN may be able to collect personal data. This is because
|
||||||
personal data.
|
Accessibility doesn't know what or how data passing through it is used by
|
||||||
This is because Accessibility doesn't know what or how data passing through
|
enabled apps. VN only uses Accessibility to read notification text which is
|
||||||
it is used by enabled apps.
|
passed directly to TTS and temporary memory (for the notification log). The
|
||||||
VN only uses Accessibility to read notification text which is passed directly
|
TTS service (outside the control of VN) may also print spoken text in the
|
||||||
to TTS and temporary memory (for the notification log).
|
logcat.
|
||||||
The TTS service (outside the control of VN) may also print
|
|
||||||
spoken text in the logcat.
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
|
@ -12,15 +12,6 @@ Hydra Slayer is a roguelike game where combat has been inspired by some
|
||||||
mathematical puzzles about brave heroes slaying many headed beasts.
|
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.
|
||||||
|
|
||||||
The character can be controlled by touching part of the screen to indicate
|
|
||||||
direction, but bear in mind that walls can't be traversed!
|
|
||||||
|
|
||||||
* 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 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, 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.
|
|
||||||
* In questions, touching the top of the screen means yes and the bottom of the screen means no.
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:hg
|
Repo Type:hg
|
||||||
|
|
|
@ -12,16 +12,6 @@ Description:
|
||||||
* List and search functionality for your fields.
|
* List and search functionality for your fields.
|
||||||
* Stores data in local SQLite tables.
|
* Stores data in local SQLite tables.
|
||||||
* Backup/restore data and forms to .csv files on SD Card.
|
* Backup/restore data and forms to .csv files on SD Card.
|
||||||
|
|
||||||
How to use:
|
|
||||||
Add a new form by selecting "Manage Forms" from the menu in the upper right. (A couple example forms
|
|
||||||
are provided). Add fields to the form. Fields are text unless you change the data type to for example
|
|
||||||
Checkbox, Date, or Choices. For Choices, you can enter a list of comma separated values in the Choices
|
|
||||||
entry field. These will be presented in a drop down on the form. You can optionally set the field to be
|
|
||||||
required and add a validation regex which is a field format. Save the changes and then select Search / Enter
|
|
||||||
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
|
|
||||||
edit the entries.
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
|
@ -7,27 +7,21 @@ Issue Tracker:https://code.google.com/p/android-quill/issues
|
||||||
Auto Name:Quill
|
Auto Name:Quill
|
||||||
Summary:Pen note-taking
|
Summary:Pen note-taking
|
||||||
Description:
|
Description:
|
||||||
* Active pen (digitizer) support on ThinkPad Tablet, HTC Jetstream, and HTC Flyer, Galaxy Note.
|
* Active pen (digitizer) support on ThinkPad Tablet, HTC Jetstream, and HTC Flyer, Galaxy Note
|
||||||
* Very fast response to pen strokes.
|
* Very fast response to pen strokes
|
||||||
* "Fountain pen" mode supports pen pressure data, more pressure = thicker line (requires active pen).
|
* "Fountain pen" mode supports pen pressure data, more pressure = thicker line (requires active pen)
|
||||||
* Pinch-to-zoom; Double-finger tap to zoom.
|
* Pinch-to-zoom; Double-finger tap to zoom
|
||||||
* Two-finger move gesture.
|
* Two-finger move gesture
|
||||||
* Pen strokes are vector art, zoom does not pixelate your writing.
|
* Pen strokes are vector art, zoom does not pixelate your writing
|
||||||
* "Pen only" mode (optional) disables touch input while writing.
|
* "Pen only" mode (optional) disables touch input while writing
|
||||||
* Android 3.x hardware accelerated graphics.
|
* Android 3.x hardware accelerated graphics
|
||||||
* PDF export (save to SD card, Evernote, Share).
|
* PDF export (save to SD card, Evernote, Share)
|
||||||
* PNG (raster image) export.
|
* PNG (raster image) export
|
||||||
* Can backup/restore your data.
|
* Can backup/restore your data
|
||||||
* Ruled/Quad background paper
|
* Ruled/Quad background paper
|
||||||
* Tagging for pages so you can group them together.
|
* Tagging for pages so you can group them together
|
||||||
* Switch between multiple notebooks.
|
* Switch between multiple notebooks
|
||||||
* Undo/redo.
|
* Undo/redo
|
||||||
|
|
||||||
The n-trig active pen has been tested on the ThinkPad Tablet, HTC Jetstream, and the HTC Flyer (Honeycomb).
|
|
||||||
The Samsung S-pen has been tested on the Galaxy Note (ICS). The basic functionality should work on any
|
|
||||||
Android tablet, but distinguishing pen from finger data and pressure sensitivity might not work on others.
|
|
||||||
You can contact upstream with your results if you try it on another tablet. See
|
|
||||||
the [https://code.google.com/p/android-quill/wiki/SupportedDevices wiki] for more details.
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:hg
|
Repo Type:hg
|
||||||
|
|
|
@ -20,8 +20,6 @@ Description:
|
||||||
|
|
||||||
A few tens of MiB must be downloaded to set up the blockchain and a couple
|
A few tens of MiB must be downloaded to set up the blockchain and a couple
|
||||||
more per month subsequently to keep it updated.
|
more per month subsequently to keep it updated.
|
||||||
When run for the first time, it can happen that the app shows only a white
|
|
||||||
display for some seconds.
|
|
||||||
|
|
||||||
See the
|
See the
|
||||||
[http://bitcoin-wallet.googlecode.com/git/wallet/README Readme] for more
|
[http://bitcoin-wallet.googlecode.com/git/wallet/README Readme] for more
|
||||||
|
@ -31,8 +29,6 @@ contained in the wallet, should the data of the app be lost.
|
||||||
|
|
||||||
There's a separate version of this application that uses a test version of the
|
There's a separate version of this application that uses a test version of the
|
||||||
Bitcoin network: [[de.schildbach.wallet_test]].
|
Bitcoin network: [[de.schildbach.wallet_test]].
|
||||||
It could be a good idea to use that first, to verify that everything
|
|
||||||
works for you without using real Bitcoins.
|
|
||||||
|
|
||||||
[https://raw.github.com/schildbach/bitcoin-wallet/master/wallet/CHANGES Changelog]
|
[https://raw.github.com/schildbach/bitcoin-wallet/master/wallet/CHANGES Changelog]
|
||||||
.
|
.
|
||||||
|
|
|
@ -18,14 +18,13 @@ them available when you have no connection at all.
|
||||||
* Notification prev/pause/next buttons
|
* Notification prev/pause/next buttons
|
||||||
* Quick add/remove songs to playlist
|
* Quick add/remove songs to playlist
|
||||||
* Pause playback when other apps request audio focus (navigation, etc)
|
* Pause playback when other apps request audio focus (navigation, etc)
|
||||||
* Option to gather logs and send them via email for newer versions of Android which don't allow 3rd party apps to gather another apps' logs any more
|
* Option to gather logs and send them via email for newer versions of Android
|
||||||
* Drag and drop songs to rearrange your playlist on the Now Playing tab
|
* Drag and drop songs to rearrange your playlist on the Now Playing tab
|
||||||
* User defined Cache Size, Network Timeout, and Buffer Length
|
* User defined Cache Size, Network Timeout, and Buffer Length
|
||||||
|
|
||||||
Subsonic is a cross-platform FOSS media server that's capable
|
Subsonic is a cross-platform FOSS media server that's capable of indexing very
|
||||||
of indexing very
|
large media collections. The server can transcode if necessary so that the app
|
||||||
large media collections. The server can transcode if necessary so that
|
can play files that your device may not normally support.
|
||||||
the app can play files that your device may not normally support.
|
|
||||||
|
|
||||||
The app is set up to access a demo server on the internet for trying it out.
|
The app is set up to access a demo server on the internet for trying it out.
|
||||||
In order to use this app with your own Subsonic server beyond a trial period,
|
In order to use this app with your own Subsonic server beyond a trial period,
|
||||||
|
|
|
@ -7,19 +7,15 @@ Issue Tracker:https://code.google.com/p/mylockforandroid/issues
|
||||||
Auto Name:myLock utilities
|
Auto Name:myLock utilities
|
||||||
Summary:Lockscreen improvements
|
Summary:Lockscreen improvements
|
||||||
Description:
|
Description:
|
||||||
Use myLock to enable quick unlock, incoming call options, and in-call touchscreen lock when using a
|
Use myLock to enable quick unlock, incoming call options, and in-call
|
||||||
slide-to-unlock lockscreen.
|
touchscreen lock when using a slide-to-unlock lockscreen.
|
||||||
|
|
||||||
* Quick unlock - automatically bypasses the unlock slider when you turn on the screen. Customizable
|
Features:
|
||||||
for phones with slideout keypad.
|
|
||||||
* In-call touchscreen lock - if you experience face dialing/muting/hangup because your touchscreen wakes
|
|
||||||
up during phone calls, enable the lock. You can unlock by trackball/camera button when you do need to use
|
|
||||||
the screen in-call. Otherwise, touch input is blocked after the screen goes to sleep during a call.
|
|
||||||
* Incoming call prompt - avoid the incoming call sliders by enabling onscreen or button based call accept
|
|
||||||
& reject. This last feature is disabled on android 2.3 gingerbread.
|
|
||||||
* Optional myLock widget can be placed on the home screen for quick toggle of quick unlock mode.
|
|
||||||
|
|
||||||
N.B. Disable quick unlock before using alarm (this is an issue on HTC sense devices). v1.5 comes from the same repository but a different directory, hence the slight feature differences.
|
* Quick unlock
|
||||||
|
* In-call touchscreen lock
|
||||||
|
* Incoming call prompt
|
||||||
|
* Optional myLock home secreen widget
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git-svn
|
Repo Type:git-svn
|
||||||
|
|
|
@ -31,8 +31,6 @@ 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.
|
|
||||||
|
|
||||||
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.
|
||||||
.
|
.
|
||||||
|
|
|
@ -7,23 +7,19 @@ Issue Tracker:https://github.com/balesz/android-WebSearch/issues
|
||||||
Auto Name:WebSearch
|
Auto Name:WebSearch
|
||||||
Summary:Search the web from within apps
|
Summary:Search the web from within apps
|
||||||
Description:
|
Description:
|
||||||
If an app allows you to select plain text then the selected text is shared to this app,
|
If an app allows you to select plain text then the selected text is shared to
|
||||||
which in turn, opens it in your search engine of choice, provided it obeys
|
this app, which in turn, opens it in your search engine of choice, provided it
|
||||||
the OpenSearch format.
|
obeys the OpenSearch format.
|
||||||
|
|
||||||
You manage your search engines on the admin UI.
|
You manage your search engines on the admin UI. You can import engines from an
|
||||||
You can import engines from an url, or you can add new engines by hand: for
|
url, or you can add new engines by hand: for examples, see OpenSearch engines
|
||||||
examples, see OpenSearch engines from [http://mycroftproject.com Mycroft project]
|
from [http://mycroftproject.com Mycroft project] and
|
||||||
and http://www.searchplugins.net.
|
http://www.searchplugins.net. If you tap the import icon on the action bar, a
|
||||||
If you tap the import icon on the action bar, a dialog will appear.
|
dialog will appear. You have to fill the url edit box, then tap the import
|
||||||
You have to fill the url edit box, then tap the import button.
|
button. You have to fill in at least the name and the url fields. There is a
|
||||||
You have to fill in at least the name and the url fields.
|
paste icon on the right side of the url field; if you tap this icon, it will
|
||||||
There is a paste icon on the right side of the url field; if you tap this icon,
|
paste a "{searchTerms}" string into the url field. This is necessary because
|
||||||
it will paste a "{searchTerms}" string into the url field.
|
this string will be replaced by your search string in the url.
|
||||||
This is necessary because this string will be replaced by your search string in the url.
|
|
||||||
|
|
||||||
For example, Wikipedia English is:
|
|
||||||
[https://secure.wikimedia.org/wikipedia/en/w/index.php?title=Special%3ASearch&search={searchTerms}&button=1 https://secure.wikimedia.org/wikipedia/en/w/index.php?title=Special%3ASearch&search={searchTerms}&button=1]
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
|
@ -16,20 +16,6 @@ You can interactively adjust the orientation of the object by dragging
|
||||||
across the view; drag across the middle part to rotate about the X
|
across the view; drag across the middle part to rotate about the X
|
||||||
(horizontal) and Y (vertical) axes, and drag around the periphery to
|
(horizontal) and Y (vertical) axes, and drag around the periphery to
|
||||||
rotate about the Z axis (perpendicular to the view) as well.
|
rotate about the Z axis (perpendicular to the view) as well.
|
||||||
|
|
||||||
To see any colours that might be defined for the surfaces of your model,
|
|
||||||
turn on lighting.
|
|
||||||
|
|
||||||
If parts of the surface of the object seem to disappear, try switching
|
|
||||||
the order of vertices in a forward-looking face under “Orient Faces...”.
|
|
||||||
|
|
||||||
“Reset View” animates rotating the object back to its initial orientation.
|
|
||||||
“Random View” animates rotating the object to a random orientation.
|
|
||||||
|
|
||||||
If you want to find downloadable models to view, here are a couple of
|
|
||||||
lists of likely websites:
|
|
||||||
<http://en.wikibooks.org/wiki/Blender_3D:_Noob_to_Pro/Sources_of_free_3D_models>
|
|
||||||
<http://wiki.blender.org/index.php/Doc:Tutorials/Resources/Models>.
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
|
@ -16,26 +16,19 @@ probably caused by this app and you will need to disable ad-blocking
|
||||||
to allow the F-Droid repos to update correctly.
|
to allow the F-Droid repos to update correctly.
|
||||||
|
|
||||||
Adblock Plus runs in the background and filters ads, using the same filters as
|
Adblock Plus runs in the background and filters ads, using the same filters as
|
||||||
the Adblock Plus browser extension.
|
the Adblock Plus browser extension. Without needing root, it uses a proxy
|
||||||
Without needing root, it uses a proxy feature that comes with Android 3.1+
|
feature that comes with Android 3.1+ to block ads over WiFi ; but if your
|
||||||
to block ads over WiFi ; but if your phone comes with
|
phone comes with extra proxy settings (e.g. Samsung or Custom ROMs), it can be
|
||||||
extra proxy settings (e.g. Samsung or Custom ROMs), it can be
|
configured for Android 3.0 and below. Instructions are provided in the app or
|
||||||
configured for Android 3.0 and below.
|
on their [https://adblockplus.org/en/android-config website].
|
||||||
Instructions are provided in the app or on their
|
|
||||||
[https://adblockplus.org/en/android-config website].
|
|
||||||
|
|
||||||
Requires root: No. Without root it uses a local proxy to filter ads for all apps
|
Requires root: No. Without root it uses a local proxy to filter ads for all apps
|
||||||
'''over WiFi only''' ; if you allow root the app can edit the hosts file too and
|
'''over WiFi only''' ; if you allow root the app can edit the hosts file too and
|
||||||
block ads on cellular data access points.
|
block ads on cellular data access points.
|
||||||
The proxy does use quite a bit of RAM but the root method does not.
|
|
||||||
|
|
||||||
Anti-features: Tracking: The app checks regularly for new versions
|
Anti-features: Tracking: The app checks regularly for new versions
|
||||||
on the developers' website. Ads: Adblock plus have an 'acceptable ads'
|
on the developers' website. Ads: Adblock plus have an 'acceptable ads'
|
||||||
policy so ads from certain companies won't be blocked. The ads aren't been shown
|
policy so ads from certain companies won't be blocked.
|
||||||
within this app so this anti-feature serves as a temporary warning.
|
|
||||||
|
|
||||||
''Firefox'' has addons for Adblock Plus and Adblock Edge which will block ads
|
|
||||||
just within Firefox and no other app is needed.
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:hg
|
Repo Type:hg
|
||||||
|
|
|
@ -15,11 +15,6 @@ Triforce-specific peripheral devices to be emulated.
|
||||||
|
|
||||||
[https://wiki.dolphin-emu.org Compatibility Wiki]
|
[https://wiki.dolphin-emu.org Compatibility Wiki]
|
||||||
|
|
||||||
Desktop version of emulator, even when running on modern hardware, is known to have performance issues
|
|
||||||
with many games, so don't expect Android port to be well-playable even on top-class device with OpenGL
|
|
||||||
ES 3.0 support (the later is mandatory for hardware accelerated emulation). Work on devices with
|
|
||||||
512MB/1GB of RAM is not guranteed. See forum for details:
|
|
||||||
|
|
||||||
[http://forums.dolphin-emu.org/Thread-android-usage-guide Usage guide]
|
[http://forums.dolphin-emu.org/Thread-android-usage-guide Usage guide]
|
||||||
|
|
||||||
[http://forums.dolphin-emu.org/Thread-opengl-es-3-guide OpenGL ES 3 guide]
|
[http://forums.dolphin-emu.org/Thread-opengl-es-3-guide OpenGL ES 3 guide]
|
||||||
|
|
|
@ -20,9 +20,6 @@ designed to efficiently work on embedded systems with limited memory and low com
|
||||||
As the SIP implementation follows RFC 3261 and 3GPP TS 24.229 Rel-9 specifications, this will allow you
|
As the SIP implementation follows RFC 3261 and 3GPP TS 24.229 Rel-9 specifications, this will allow you
|
||||||
to connect to any compliant SIP registrar.
|
to connect to any compliant SIP registrar.
|
||||||
|
|
||||||
The current version of IMSDroid partially implements GSMA Rich Communication Suite release 3 and The
|
|
||||||
One Voice profile V1.0.0 (LTE/4G, also known as GSMA VoLTE) specifications. Missing features will be
|
|
||||||
implemented in the next releases. Stay tuned.
|
|
||||||
[https://code.google.com/p/imsdroid/wiki/Quick_Start Quick start guide]
|
[https://code.google.com/p/imsdroid/wiki/Quick_Start Quick start guide]
|
||||||
[https://code.google.com/p/imsdroid/wiki/Release_notes Release notes]
|
[https://code.google.com/p/imsdroid/wiki/Release_notes Release notes]
|
||||||
.
|
.
|
||||||
|
|
|
@ -7,8 +7,8 @@ Issue Tracker:https://sourceforge.net/p/isokeys/tickets
|
||||||
Auto Name:Hexiano
|
Auto Name:Hexiano
|
||||||
Summary:Musical instrument
|
Summary:Musical instrument
|
||||||
Description:
|
Description:
|
||||||
Hexiano™ an isomorphic musical keyboard. Isomorphic keyboards are about 12 times easier to learn
|
Hexiano is an isomorphic musical keyboard. Isomorphic keyboards are about 12
|
||||||
than the traditional keyboard layout.
|
times easier to learn than the traditional keyboard layout.
|
||||||
|
|
||||||
Keyboard layouts supported are:
|
Keyboard layouts supported are:
|
||||||
* Wicki-Hayden (Jammer)
|
* Wicki-Hayden (Jammer)
|
||||||
|
@ -21,14 +21,6 @@ Old or low-end devices tend to only support 2 simultaneous touches, and are very
|
||||||
On slow devices, especially with a single-core CPU, it's not responsive while it's loading and can take
|
On slow devices, especially with a single-core CPU, it's not responsive while it's loading and can take
|
||||||
over 20 seconds to load all of the sound samples. Unfortunately, the Android sound system likes to hog the
|
over 20 seconds to load all of the sound samples. Unfortunately, the Android sound system likes to hog the
|
||||||
single processor core while it's doing this.
|
single processor core while it's doing this.
|
||||||
|
|
||||||
In other words, it's a piano, except the keys are laid out in a hexagonal grid. The are still many
|
|
||||||
features unimplemented yet, so the app is considered alpha.
|
|
||||||
|
|
||||||
Hexiano™ is a fork of IsoKeys 0.76 originally by David A. Randolph.
|
|
||||||
|
|
||||||
If anyone can help out with MIDI support please check out:
|
|
||||||
[https://sourceforge.net/p/isokeys/tickets/45 https://sourceforge.net/p/isokeys/tickets/45]
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
|
@ -9,23 +9,6 @@ Bitcoin:1KJyEutxrm3yL7chvsciMJTvXahXoWE3Pw
|
||||||
Summary:English-Japanese dictionary
|
Summary:English-Japanese dictionary
|
||||||
Description:
|
Description:
|
||||||
A free, open-source english-japanese dictionary for Android which uses Jim Breen's edict data. Does not require japanese keyboard. Works offline. The dictionary data is downloaded automatically.
|
A free, open-source english-japanese dictionary for Android which uses Jim Breen's edict data. Does not require japanese keyboard. Works offline. The dictionary data is downloaded automatically.
|
||||||
|
|
||||||
Automatic download of the indexed EDict/Kanjidic/Tanaka dictionaries (Warning: the dictionaries files are quite large, e.g. English EDict zip file is 8mb long, which may take some time to download. Perform this download over a Wi-Fi or with a quick internet access if possible)
|
|
||||||
Allows automatic download of a German/French EDict, the names dictionary and the computer terminology dictionary
|
|
||||||
Once the dictionary is downloaded it works completely off-line
|
|
||||||
Kanjipad for drawing and searching kanji characters
|
|
||||||
Search kanji characters by radicals and stroke numbers
|
|
||||||
Shows a kanji analysis in a word
|
|
||||||
SKIP search (a search based on the kanji visual look)
|
|
||||||
Custom dictionaries
|
|
||||||
Optionally shows romaji instead of hiragana/katakana - good for beginner learners. Also provides a hiragana/katakana learning table.
|
|
||||||
Search in Tanaka Example sentences
|
|
||||||
Optional verb deinflection (e.g. searching for あえない will find あう)
|
|
||||||
Kanji drawing order for more than 1500 kanjis
|
|
||||||
A basic sentence translation
|
|
||||||
Integration with Simeji
|
|
||||||
Verb conjugations with example sentences
|
|
||||||
Integrates with Android Search (Android 1.6 or higher only
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:hg
|
Repo Type:hg
|
||||||
|
|
Loading…
Reference in a new issue