-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add a new component to support Html tags(can custom tag's implement) #2071
base: master
Are you sure you want to change the base?
Commits on Dec 25, 2018
-
[weex][android] fix the custom file ttf not work well, need replace u…
…ri.getPath() with uri.getEncodedSchemeSpecificPart(). check the code comments for detail.
Configuration menu - View commit details
-
Copy full SHA for 3647b59 - Browse repository at this point
Copy the full SHA 3647b59View commit details
Commits on Jan 15, 2019
-
Merge pull request #1 from apache/master
synchronize new commits in master
Configuration menu - View commit details
-
Copy full SHA for 249a6d1 - Browse repository at this point
Copy the full SHA 249a6d1View commit details -
[Android] Support RichText by a special way to render html string
1. support <table> render by native webView,can custom html template 2. support <img> tag to render by any view(default with ImageView) 3. integrate HtmlCompat which extract from support library into weex with many changes 4. support extract any tags, and render by any custom view
Configuration menu - View commit details
-
Copy full SHA for 329e269 - Browse repository at this point
Copy the full SHA 329e269View commit details -
[Android] Support RichText by a special way to render html string
1. optimize the rule of parse html attributes 2. add rgb color style support
Configuration menu - View commit details
-
Copy full SHA for df2bd63 - Browse repository at this point
Copy the full SHA df2bd63View commit details -
1. support <video> render by native custom view
2. add tags option config for user to custom more tag support(default contains <img>,<table>,<video>)
Configuration menu - View commit details
-
Copy full SHA for 0fdf9fa - Browse repository at this point
Copy the full SHA 0fdf9faView commit details
Commits on Jan 17, 2019
-
1、improve image/text default implement
2、click listener callback add view-self
Configuration menu - View commit details
-
Copy full SHA for a259089 - Browse repository at this point
Copy the full SHA a259089View commit details
Commits on Jan 22, 2019
-
1、WxHtmlComponent add header&footer support
2、Optimise text new line("\n") situation(delete the last one,add to start position)
Configuration menu - View commit details
-
Copy full SHA for 8e7c489 - Browse repository at this point
Copy the full SHA 8e7c489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c5576 - Browse repository at this point
Copy the full SHA 10c5576View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6216165 - Browse repository at this point
Copy the full SHA 6216165View commit details
Commits on Feb 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2478df1 - Browse repository at this point
Copy the full SHA 2478df1View commit details -
fix original htmlCompat style only can parse the standard formatted a…
…ttributes, change to another way to support more styles
Configuration menu - View commit details
-
Copy full SHA for dc2cdf7 - Browse repository at this point
Copy the full SHA dc2cdf7View commit details
Commits on Feb 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e42a902 - Browse repository at this point
Copy the full SHA e42a902View commit details
Commits on Feb 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 30cb2ca - Browse repository at this point
Copy the full SHA 30cb2caView commit details
Commits on Feb 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 38f2688 - Browse repository at this point
Copy the full SHA 38f2688View commit details