Thiru2Moorthy / shortyz

Automatically exported from code.google.com/p/shortyz
0 stars 0 forks source link

Allow numbers to be entered #63

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please allow numbers to be entered as well as letters.  (I have tried to build 
my own apk but just can't sort out the dependencies.)  It is not a big change:

In PlayActivity.java, change line 69 from

    static final String ALPHA = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";

to

    static final String ALPHA = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";

Original issue reported on code.google.com by ben.chen...@gmail.com on 19 Oct 2014 at 5:19