| Price | Free |
|---|---|
| Category | Productivity |
| Version | Varies with device |
| Developer | Takahiro Yoshimura |
| Added | Oct 9th, 2011 |
| App Views | |
| Votes | 0 votes |
| Google Rating | |
| Ratings | 23 |
This is a simple text-like file viewer application for the Androidplatform (1.6 and up.) It loads file from file manager-like application and shows its content.The project is also for my learning; licensed under the terms of GPL-3, and its source code is fully available at: http://github.com/taky/dawne . Please feel free to share your patches.If you have bugs or enhancement ideas, please report them with Twitter (@alterakey) or e-mail, but not here.Thank you.FEATURES============= * Attempts to auto-detect character sets Recognizes UTF-8, UTF-16BE, UTF-16LE, Japanese, Chinese (Simplified and Traditional), Korean character sets. Thanks to the jchardet project (http://jchardet.sourceforge.net/). * 2 color themes White-on-black (evergy saving on OLED display, and eye saver under dark conditions) and black-on-white are supported. * Configurable font size * Scrolling with volume keys, with configurable amountACKNOWLEDGES=================Icon is from the Nuovo theme, is work of SILVESTREHERRERA(http://www.silvestre.com.ar/?p=5.)Character set detection is done with the jchardet project(http://jchardet.sourceforge.net/.)