Dave Jones
Dave Jones
@Sanjay-F if you use TextView.setInputType() with any of: - InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD - InputType.TYPE_TEXT_VARIATION_PASSWORD - InputType.TYPE_TEXT_VARIATION_WEB_PASSWORD - InputType.TYPE_NUMBER_VARIATION_PASSWORD ...then Android [applies](http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/4.2.1_r1.2/android/widget/TextView.java#TextView.setInputType%28int%29) a Monospace typeface. Note: you need to bitwise OR the above...
@Sanjay-F you're welcome! I had solved that issue myself just last week. In fact since Monday I found another tweak: you can call getSelectionStart() prior to the call to setInputType()...
@pilgr I'm also seeing this crash on a client's app, which uses paperdb v1.1: ``` Fatal Exception: io.paperdb.PaperDbException: Couldn't read/deserialize file /data/user/0/com.justeat.app.uk/files/log/counter.pt for table counter at io.paperdb.DbStoragePlainFile.readTableFile(SourceFile:241) at io.paperdb.DbStoragePlainFile.select(SourceFile:130) at...