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

Adding support for macOS by using shims (feature branch) #141

Open
wants to merge 52 commits into
base: feature/macOS
Choose a base branch
from
Open

Adding support for macOS by using shims (feature branch) #141

wants to merge 52 commits into from

Commits on Feb 8, 2017

  1. Adds support for macOS.

    This allows PKHUD to be used across iOS and macOS
    
    Note: WindowRootViewController has been dropped, as it is not used anymore.
    Fabian Renner committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    23276c0 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2017

  1. Fixes the glitches of rounded corners on a VisualEffectView

    On macOS showing a hud in a window sheet lead to black corners where the VisualEffectView should have transparent rounded corners
    Fabian Renner committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    3a8e7d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d5f89a View commit details
    Browse the repository at this point in the history
  3. Fix closing path issue for macOS

    Fabian Renner committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    701a49c View commit details
    Browse the repository at this point in the history
  4. Fixes hidden system activity indicator on mac

    Fabian Renner committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    cd003f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. change blending mode depending on using 10.11 or 10.12

    Fabian Renner committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    2f5e970 View commit details
    Browse the repository at this point in the history
  2. Fix wrong travis badge

    Piergiuseppe Longo committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    19aef34 View commit details
    Browse the repository at this point in the history
  3. Update Travis badge

    Piergiuseppe Longo committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    422578a View commit details
    Browse the repository at this point in the history
  4. Update README to Swift3

    Piergiuseppe Longo committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    98001e1 View commit details
    Browse the repository at this point in the history
  5. Add .swift-version

    Piergiuseppe Longo committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    e414e82 View commit details
    Browse the repository at this point in the history
  6. Remove broken badge

    Piergiuseppe Longo committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    11ed44a View commit details
    Browse the repository at this point in the history
  7. Add Credits section

    Piergiuseppe Longo committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    8fef55f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. fixing black artifacts for macOS VisualEffectView

    Fabian Renner committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    f52f5a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

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

Commits on Mar 29, 2017

  1. Merge pull request #150 from LaurentiuUngur/fixes

    Fix some castings of `.pi`
    PGLongo authored Mar 29, 2017
    2 Configuration menu
    Copy the full SHA
    c97be67 View commit details
    Browse the repository at this point in the history
  2. Remove swiftlint from Travis

    Piergiuseppe Longo committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    e7b953a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2017

  1. Update fastlane to last version

    Piergiuseppe Longo committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    24eb1b0 View commit details
    Browse the repository at this point in the history
  2. Bump version to 4.2.1

    Piergiuseppe Longo committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    311e8ed View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2017

  1. Update osx_image to xcode8.3 in .travis

    Piergiuseppe Longo committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    9e71ba7 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Configuration menu
    Copy the full SHA
    4330230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e8f15c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    712af7f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #165 from Veronique/window-hidden-on-start

    Set Window isHidden to True on Init
    PGLongo authored May 9, 2017
    Configuration menu
    Copy the full SHA
    95a82d3 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Bump version to 4.2.2

    Piergiuseppe Longo committed May 10, 2017
    Configuration menu
    Copy the full SHA
    f8f13db View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Configuration menu
    Copy the full SHA
    9e8dcc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77035b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ec3e33 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

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

Commits on Jun 12, 2017

  1. Merge pull request #169 from RoCry/master

    Fix add subview to UIVisualEffectView
    PGLongo authored Jun 12, 2017
    Configuration menu
    Copy the full SHA
    8143ac8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #168 from pkluz/graceTime-improvement

    Add gracePeriod and deprecated graceTime
    PGLongo authored Jun 12, 2017
    Configuration menu
    Copy the full SHA
    99b0cb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef8c46d View commit details
    Browse the repository at this point in the history
  4. Bump version to 4.2.3

    PGLongo committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    36c0fe2 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2017

  1. Configuration menu
    Copy the full SHA
    bef39d3 View commit details
    Browse the repository at this point in the history
  2. Add pod lib lint in .travis

    PGLongo committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    1273c2f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

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

Commits on Jun 19, 2017

  1. Configuration menu
    Copy the full SHA
    852423e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #175 from thibauddavid/release/swift4

    Exposing old objc API methods using #selector to @objc
    PGLongo authored Jun 19, 2017
    Configuration menu
    Copy the full SHA
    3fb1f53 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. Update project to Xcode 9 beta 5

    Piergiuseppe Longo committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    4d8fbf7 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Fix add subview to UIVisualEffectView

    RoCry authored and angerman committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    21fc6de View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. Merge pull request #199 from pkluz/release/swift4

    Add Swift4 support
    PGLongo authored Sep 20, 2017
    Configuration menu
    Copy the full SHA
    69fa94c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2017

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

Commits on Oct 2, 2017

  1. Merge pull request #204 from dankimio/patch-1

    Re-indent Ruby code in README.md
    PGLongo authored Oct 2, 2017
    Configuration menu
    Copy the full SHA
    b043459 View commit details
    Browse the repository at this point in the history
  2. Upgrade travis to xcode9

    Piergiuseppe Longo committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    38a1abb View commit details
    Browse the repository at this point in the history
  3. Update iOS SDK in .travis.yml

    Piergiuseppe Longo committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    b4d5d54 View commit details
    Browse the repository at this point in the history
  4. Add iOS11 support in .travis

    Piergiuseppe Longo committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    a1acaf3 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Add .swift-version

    Piergiuseppe Longo committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    dfadd0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #206 from pkluz/travis-upgrade

    Travis upgrade
    PGLongo authored Oct 3, 2017
    Configuration menu
    Copy the full SHA
    79a88a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2017

  1. Update readme for swift4 support

    Piergiuseppe Longo committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    5c22c59 View commit details
    Browse the repository at this point in the history
  2. Fix style with SwiftLint

    Piergiuseppe Longo committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    8cb1192 View commit details
    Browse the repository at this point in the history
  3. Update Gemfile

    Piergiuseppe Longo committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    4f98d2d View commit details
    Browse the repository at this point in the history
  4. Update to version 5.0.0

    Piergiuseppe Longo committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    492f82b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2018

  1. Merge branch 'version5.0' into macOSBasedOn4.2.0

    # Conflicts:
    #	PKHUD.podspec
    #	PKHUD/PKHUD.swift
    #	PKHUD/Window.swift
    Lukas Gramalla committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    3bfd247 View commit details
    Browse the repository at this point in the history