wakhub / monodict

Faster PDIC dictionary for Android
https://play.google.com/store/apps/details?id=com.github.wakhub.monodict
Apache License 2.0
9 stars 10 forks source link

============ monodict

.. image:: https://raw.githubusercontent.com/wakhub/monodict/master/app/src/main/res/drawable-xxxhdpi/icon.png

EN monodict is a faster offline PDIC dictionary app witch is combined with Text-to-Speech and flashcards. The application has been developed based on the source code of aDice and the source code under the Apache License v2.0_ https://github.com/wakhub/monodict

JA monodict は高速なオフライン PDIC 辞書ビューア、テキスト読み上げ、単語帳を一つにまとめたアプリです。 このアプリは aDice のソースコードを元に開発を行い、 Apache License v2.0_ のライセンスで公開されています。 https://github.com/wakhub/monodict

:Release Notes: https://github.com/wakhub/monodict/blob/master/RELEASES.rst :Google Play Store: https://play.google.com/store/apps/details?id=com.github.wakhub.monodict :.apk files: http://goo.gl/bn4W1G

TODO

Setup monodict project

Requirements

Optionals

Command::

$ git clone https://github.com/wakhub/monodict.git
$ cd monodict
$ pip install fabric wand
$ fab init

Then check sdk.dir and ndk.dir in your local.properties

Design Guideline

Thanks

Links

LICENSE

::

Copyright 2015 wak

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

See also: legal.txt <app/src/main/res/raw/legal.txt>_

.. _PDIC: http://homepage3.nifty.com/TaN/ .. _aDice: https://github.com/jiro-aqua/aDice .. _Material Design: http://www.google.com/design/spec/material-design/introduction.html .. _Apache License v2.0: http://www.apache.org/licenses/LICENSE-2.0