Results 8 comments of DAVID, Jerome

In most cases, onMeasure should be called and that should just work. If not, take a look at [onTextChanged](https://github.com/programingjd/justified/blob/master/lib/src/main/java/com/uncopt/android/widget/text/justify/JustifiedTextView.java) (line 93). You should be able to do something similar in...

Hi, Unfortunatly no, we have not had time to test on API 23 yet. Thanks for the great library. But it's not working right on API 23. Did you test...

*=provided android_mocks fr.tactyl.java.android_mocks no dep java_rx fr.raccourci.java.rx deps: rxjava android_rx fr.tactyl.android.rx deps: android_mock* java_rx datastore_java fr.tactyl.java.datastore deps: android_mock* couchbase_lite_java java_rx datastore_android fr.tactyl.android.datastore deps: datastore_java couchbase_lite_android android_rx livetrip_java fr.tactyl.java.livetrip deps: datastore_java...

First, let me acknowledge that this is indeed slow on long strings. Getting it to be really fast would involve rewriting most of the text rendering that is done in...

Could you try: android:linksClickable="false" and see if it solves your problem?

Could you send the code of your custom TextView ?

I tried to adjust the code of the example to test it (app/src/java/com/uncopt/android/example/justify/MyJustifiedTextView). This is also a class extending JustifiedTextView and it is inside a ViewPager. If I add this...

Jetbrains has fixed it in the latest EAP of Rust Rover. [YouTrack issue](https://youtrack.jetbrains.com/issue/RUST-14105)