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

Add (and/or stub out) many missing features and fix several bugs. #100

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

Commits on Aug 29, 2013

  1. Added podspec

    michaelmelanson committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    f387ad2 View commit details
    Browse the repository at this point in the history
  2. Use [UIImage imageNamed:] to load images.

    This is probably a bad idea, but I have no idea why yet.
    michaelmelanson committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    6401494 View commit details
    Browse the repository at this point in the history
  3. Set the preferences to enable offline cache and developer extras.

    This should be refactored into a setter so these values aren't hard-coded.
    michaelmelanson committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    aeaf1d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2013

  1. Configuration menu
    Copy the full SHA
    b3c0078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3cd5c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb827ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65aa344 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'issue/82'

    Conflicts:
    	UIKit/Classes/UIView.m
    michaelmelanson committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    83de6d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2013

  1. Don’t flip geometry in UIViewAdapters.

    This fixes an issue with UIWebView where its contents would be flipped
    vertically.
    michaelmelanson committed Nov 12, 2013
    Configuration menu
    Copy the full SHA
    67a7bfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6498cad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5abeb52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef2dbc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91db1ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cd5639 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07e8fc5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    220121a View commit details
    Browse the repository at this point in the history
  9. Make UITextField update its text layer’s visibility.

    Caveat: The text layer (independent of its superview) should probably
    still be “not hidden” even when the text field is hidden. However,
    without adding additional plumbing to make UITextLayer update its
    NSViews, this is a reasonable solution to make UITextLayer create an
    NSView when unhidden.
    michaelmelanson committed Nov 12, 2013
    Configuration menu
    Copy the full SHA
    90ac5b4 View commit details
    Browse the repository at this point in the history
  10. Hack: Always call the subview’s viewWillAppear, viewWillDisappear, etc.

    This disables the [UIView _needsDidAppearOrDisappear] by always making
    it equal YES. To be honest, I don’t understand what its purpose is, but
    this appears to cause no side effects.
    michaelmelanson committed Nov 12, 2013
    Configuration menu
    Copy the full SHA
    bd8b3d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2013

  1. Configuration menu
    Copy the full SHA
    f022554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ddbcfe View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2013

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

Commits on Nov 21, 2013

  1. Configuration menu
    Copy the full SHA
    36798e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e5388f View commit details
    Browse the repository at this point in the history
  3. Keep persistent UIWebView local storage database.

    Store the database in ~/Library/Application Support/{App name}/WebKit/LocalStorage so it’s sandboxed to the application and persistent across multiple runs.
    michaelmelanson committed Nov 21, 2013
    Configuration menu
    Copy the full SHA
    d9a47e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2013

  1. Add UIAccessibilityIsGuidedAccessEnabled

    Rob Nielsen committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    cb12404 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2014

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

Commits on Mar 24, 2014

  1. Configuration menu
    Copy the full SHA
    42ef8fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b70eb96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    326d778 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2014

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

Commits on Apr 15, 2014

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

Commits on May 13, 2014

  1. Configuration menu
    Copy the full SHA
    45490ab View commit details
    Browse the repository at this point in the history
  2. Add property to UIWebView to control whether to show context menu.

    Replaces previous commit with a better solution.
    michaelmelanson committed May 13, 2014
    Configuration menu
    Copy the full SHA
    ed5eebc View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2014

  1. Configuration menu
    Copy the full SHA
    297592d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d06029f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2015

  1. Configuration menu
    Copy the full SHA
    b468252 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c7d637 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d52553a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbb2d15 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2015

  1. Change containerView from id to UIView*

    Rob Nielsen committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    018bbca View commit details
    Browse the repository at this point in the history