Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix zh-Hant & Added initWithHTMLString to support load HTML's string #78

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

Commits on Nov 26, 2013

  1. Fix zh-Hant

    More appropriate use of Traditional Chinese habit
    FrankWu100 committed Nov 26, 2013
    Configuration menu
    Copy the full SHA
    20a14ff View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2013

  1. Added initWithHTMLString to load HTML's string

    Can be reload and go back from next web, because save a temp html file
    in to tmp dir.
    FrankWu100 committed Nov 28, 2013
    Configuration menu
    Copy the full SHA
    b63c8e0 View commit details
    Browse the repository at this point in the history
  2. Updated initWithHTMLString can set customURL

    - (id)initWithHTMLString:(NSString*)HTMLString;
    When loading web only from HTMLString and didn’t set customURL, the
    actionButton will be disable.
    
    - (id)initWithHTMLString:(NSString*)HTMLString customURL:(NSURL*)URL;
    When loading web from HTMLString and have set customURL, the
    actionButton will be enable, and use customURL to share URL.
    FrankWu100 committed Nov 28, 2013
    Configuration menu
    Copy the full SHA
    244278e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3221f06 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2013

  1. Fix URL compare issue

    FrankWu100 committed Nov 29, 2013
    Configuration menu
    Copy the full SHA
    800166b View commit details
    Browse the repository at this point in the history
  2. Fix URL not set bug

    FrankWu100 committed Nov 29, 2013
    Configuration menu
    Copy the full SHA
    7b16f27 View commit details
    Browse the repository at this point in the history