-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME.txt
66 lines (39 loc) · 1.43 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
README
=======
Copyright (C) 2011-2012 Takahiro Yoshimura <[email protected]>
This is a simple text-like file viewer application for the Android
platform. It is also my learning project.
0. HOW TO BUILD
=================
[Fire emulator/device up...]
$ ant clean uninstall install
...
BUILD SUCCESSFUL
Total time: xx seconds
If you have my lil' launcher script installed somewhere in your PATH,
then you can use the 'run' Ant task to quickly run/test it.
It is available at: https://gist.github.com/1223663 .
1. 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 (energy 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 amount
* Words-searching/finding
* Selectable/copyable text (only in Honeycomb or above)
2. BUGS
=========
* None known.
3. ACKNOWLEDGES
=================
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/.)
Word searching, text selection/copy feature is kindly contributed by
Renjaya Raga Zenta <[email protected]>.