Git Product home page Git Product logo

watllib's People

Contributors

suwhs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

watllib's Issues

setTypeface () don't working

Thanks a lot fo this great library, but seems that MultiColumnTextViewEx setTypeface () don't working, I've tried layout.setTypeface (Typeface.create ("sans-serif", Typeface.NORMAL));, textView.setTypeface (Typeface.createFromAsset (context.getAssets (), "fonts/MyFont.ttf")); etc. with no luck.

`MultiColumnTextViewEx` brutal caching

I've spend a lot of time to solve the problem when text size don't changed, and understand that it's take part with some kind of caching or something like this, after project build I need to reload an application several times when font size changed. There's no any other libraries which behave so like this.

multiple highlights

now, only single "highlighted text" range supported. Need improvements (for search result highlighting)

Can't build 1.4.6a

Hello, I'm trying to build my project with 1.4.6a, but getting a Program type already present: android.support.v4.R error

I tried to exclude this group with

implementation ('su.whs:wATLlib:1.4.6a') {
    exclude group: 'com.android.support'
    exclude module: 'appcompat-v7'
    exclude module: 'support-v4'
    exclude module: 'support-annotations'
}

but with no luck.

Even

configurations {
    all*.exclude group: 'com.android.support'
}

not helped me, because I'm using 26 SDK version, but yours is 23, it's so obsolete. Is it not so difficult to you to update the SDK version on your project for compatibility? And perhaps it'll be needed to delete the transitive = false from your build.gradle. Don't fear about it will not be supported by older versions of android, because it'll only using needed methods from newer SDK.

Thanks in advance!

forward image wrap

begin processing wrap image left/right before image placed in text
(depends on view height limit/page height limit)

Hyphenation patterns for other languages

Hi, I am using your library in order to present justified text in Android platform. The Text looks correctly hyphenated in English, Russian, Portuguese and French but I also need hyphenation in other languages like Spanish and German. How can I get the pattern files (.dat files) for those languages?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.