Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Add a new component to support Html tags(can custom tag's implement) #2071

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Dec 25, 2018

  1. [weex][android] fix the custom file ttf not work well, need replace u…

    …ri.getPath() with
    
    uri.getEncodedSchemeSpecificPart(). check the code comments for detail.
    brucetoo committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    3647b59 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Merge pull request #1 from apache/master

    synchronize new commits in master
    brucetoo authored Jan 15, 2019
    Configuration menu
    Copy the full SHA
    249a6d1 View commit details
    Browse the repository at this point in the history
  2. [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
    brucetoo committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    329e269 View commit details
    Browse the repository at this point in the history
  3. [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
    brucetoo committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    df2bd63 View commit details
    Browse the repository at this point in the history
  4. 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>)
    brucetoo committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    0fdf9fa View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. 1、improve image/text default implement

    2、click listener callback add view-self
    brucetoo committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    a259089 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. 1、WxHtmlComponent add header&footer support

    2、Optimise text new line("\n") situation(delete the last one,add to start position)
    brucetoo committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    8e7c489 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10c5576 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6216165 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    2478df1 View commit details
    Browse the repository at this point in the history
  2. fix original htmlCompat style only can parse the standard formatted a…

    …ttributes, change to another way to support more styles
    brucetoo committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    dc2cdf7 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    e42a902 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Configuration menu
    Copy the full SHA
    30cb2ca View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Configuration menu
    Copy the full SHA
    38f2688 View commit details
    Browse the repository at this point in the history