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: Awesomeplayer165/PillboxView
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.6
Choose a base ref
...
head repository: Awesomeplayer165/PillboxView
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 13 files changed
  • 2 contributors

Commits on Mar 25, 2022

  1. Create SECURITY.md

    Awesomeplayer165 authored Mar 25, 2022
    Copy the full SHA
    54b05b9 View commit details

Commits on May 11, 2022

  1. Update README.md

    Awesomeplayer165 authored May 11, 2022
    Copy the full SHA
    d5f7cbf View commit details

Commits on Feb 14, 2024

  1. Add support for macOS (AppKit) using the NSUI package (#29)

    * Add macOS (AppKit) compatibility using the UXKit package
    Directly derive PillView from UXView
    Add ability to specify a custom font to display the pill message
    Ensure pillView is centered within the container view
    Add ability to specify a different message when `completeTask` is called
    Comment out Hashable conformance because this is coming for free by dericing from UXView
    Rework initializer structure to use convenience init
    Fix issue where pillView was not removed from the view hierarchy when dismissed
    WIP: Add PillAnimation structure to allow pill to be animated from the bottom or from the top
    
    * Ensure UXImage with symbol name works for both macOS (11.x +) and iOS
    
    * Update .gitignore
    Add extensions to NSUI
    
    * Update PillBox to use NSUI for macOS compatibility
    Derive PillBox directly from NSUIView instead of using containment
    Comment out Conformance as no longer needed
    Support AppKit for PillView transition
    Allow specification to sticky timeout for showError()
    Allow specification of a default Font for PillView
    Allow capability to update the showTask() message while in process
    Properly center the pillView into the container view using simple autoresizing masks
    Extend NSUIColor to get light and dark color scheme
    
    * Add ci.yml to build on supported platforms...
    
    * Update ci to support Mac Catalyst
    
    * Update ci to support Mac Catalyst
    
    * Update ci.yml
    
    * Trying to fix ci again.
    
    * Update ci.yml
    
    * Update ci.yml
    
    * Update ci.yml
    
    * Update all NS* reference to use the common CoreGraphics CG* functions to help with AppKit / UIKit compatibility
    
    * Vertically center PillView subviews according to font line height and pillView heights
    Ensure font size does not exceed PillView height
    Rename files to start with Pill*
    martindufort authored Feb 14, 2024
    Copy the full SHA
    971e784 View commit details
Loading