Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nnhubbard/ZSSRichTextEditor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: adib/ZSSRichTextEditor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 17 files changed
  • 1 contributor

Commits on Aug 1, 2015

  1. Made framework-compatible

     - Created a target that contains the framework
     - Renamed `ZSSRichTextEditor` to `ZSSRichTextViewController` so that the file name `ZSSRichTextEditor.h` can be used as the framework header.
     - Changed resource lookup code to find the JavaScript and HTML files from within the framework.
    adib committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    a29cbc0 View commit details
    Browse the repository at this point in the history
  2. Made constants static extern

    adib committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    9c4223b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d2ce04 View commit details
    Browse the repository at this point in the history
  4. Update project settings.

    adib committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    c3143f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88f8abe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d421ea View commit details
    Browse the repository at this point in the history
  7. Fixed image loading

    adib committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    6ef07f7 View commit details
    Browse the repository at this point in the history
  8. Fixed image loading

    adib committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    5db84ce View commit details
    Browse the repository at this point in the history
  9. Setup insets

    adib committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    08c21d9 View commit details
    Browse the repository at this point in the history
  10. Resource loading fixes

    adib committed Aug 1, 2015
    Configuration menu
    Copy the full SHA
    62038a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2015

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

Commits on Aug 16, 2015

  1. Configuration menu
    Copy the full SHA
    7f1d0be View commit details
    Browse the repository at this point in the history
  2. Juggle the toolbar between the web view and the source view to allow …

    …switching back to HTML view from source view
    adib committed Aug 16, 2015
    Configuration menu
    Copy the full SHA
    1810aab View commit details
    Browse the repository at this point in the history
  3. Added capability to detect changes in the text editors

    (both rich text and source view)
    adib committed Aug 16, 2015
    Configuration menu
    Copy the full SHA
    24d28dd View commit details
    Browse the repository at this point in the history
  4. Use edgesForExtendedLayout to determine whether insets needs to be up…

    …dated.
    
    Otherwhise when the web view doesn't fill the screen and under the
    navigation bar, there will be a small gap just above in the web view's
    document view.
    adib committed Aug 16, 2015
    Configuration menu
    Copy the full SHA
    2a40f2f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2015

  1. Nil check to prevent crash.

    adib committed Aug 23, 2015
    Configuration menu
    Copy the full SHA
    df31eac View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2015

  1. Build setting fix

    adib committed Sep 11, 2015
    Configuration menu
    Copy the full SHA
    7147991 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2015

  1. Adding insert image from URL

    adib committed Sep 20, 2015
    Configuration menu
    Copy the full SHA
    c9e0ce6 View commit details
    Browse the repository at this point in the history
Loading