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

Sync with latest original repo 0.8.0 #2

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

Commits on May 20, 2019

  1. ✨ Support Carthage

    Aurélien Grifasi committed May 20, 2019
    Configuration menu
    Copy the full SHA
    d897a6f View commit details
    Browse the repository at this point in the history
  2. 🔖 Release 0.7.3

    Aurélien Grifasi committed May 20, 2019
    Configuration menu
    Copy the full SHA
    7ab5e25 View commit details
    Browse the repository at this point in the history
  3. 🐛 Fix swift version

    Aurélien Grifasi committed May 20, 2019
    Configuration menu
    Copy the full SHA
    ffd433c View commit details
    Browse the repository at this point in the history
  4. Update podspec version to 0.7.4

    Aurélien Grifasi committed May 20, 2019
    Configuration menu
    Copy the full SHA
    e53362e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. ✨ Objective C compatibility

    Aurélien Grifasi committed May 21, 2019
    Configuration menu
    Copy the full SHA
    b704131 View commit details
    Browse the repository at this point in the history
  2. 🔥 Remove .swift-version

    Aurélien Grifasi committed May 21, 2019
    Configuration menu
    Copy the full SHA
    dee28a4 View commit details
    Browse the repository at this point in the history
  3. 🚸 Improve Examples

    Aurélien Grifasi committed May 21, 2019
    Configuration menu
    Copy the full SHA
    d082434 View commit details
    Browse the repository at this point in the history
  4. 🚸 Improve Examples

    Aurélien Grifasi committed May 21, 2019
    Configuration menu
    Copy the full SHA
    cc7b809 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. 🐛 Fix bug about Objective-C Support

    Aurélien Grifasi committed May 28, 2019
    Configuration menu
    Copy the full SHA
    3d6d80b View commit details
    Browse the repository at this point in the history
  2. ✨ Handle RTL

    Aurélien Grifasi committed May 28, 2019
    Configuration menu
    Copy the full SHA
    cfc47a9 View commit details
    Browse the repository at this point in the history
  3. 📝 Update README

    Aurélien Grifasi committed May 28, 2019
    Configuration menu
    Copy the full SHA
    b287ae5 View commit details
    Browse the repository at this point in the history
  4. 🐛 Fix units tests

    Aurélien Grifasi committed May 28, 2019
    Configuration menu
    Copy the full SHA
    fe9b286 View commit details
    Browse the repository at this point in the history
  5. 📝 Update podspec

    Aurélien Grifasi committed May 28, 2019
    Configuration menu
    Copy the full SHA
    66294ed View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. On line #17 added "weak" (#90)

    Added 'weak' in front of 'var delegate: FPNDelegate?' to prevent a possible retain cycle
    lsamaria authored and Aurélien committed May 31, 2019
    Configuration menu
    Copy the full SHA
    dfc0dd6 View commit details
    Browse the repository at this point in the history
  2. Appended the 'class' keyword to line 11 (#91)

    lsamaria authored and Aurélien committed May 31, 2019
    Configuration menu
    Copy the full SHA
    7d1dd91 View commit details
    Browse the repository at this point in the history
  3. Added the keyword 'public' to lines 4,5, and 6 (#93)

    When using an instance of FPNTextField() eg. let phoneNumberTextField = FPNTextField(), you may want to save the code, name, and phoneCode to the db for future reference. In addition to having the user's phone number, declaring these as public gives you easy access to them once a selection is made inside the phoneNumberTextField
    
    eg
    
    phoneNumberTextField.set(phoneNumber: 1-212-555-1212)
    
    let countryName = phoneNumberTextField.selectedCountry?.name // save the name of the user's country code US
    let countryCode = phoneNumberTextField.selectedCountry?.code.rawValue //  save the name of the user's country United States
    let phoneDialCode = phoneNumberTextField.selectedCountry?.phoneCode // save the prefix code +1
    lsamaria authored and Aurélien committed May 31, 2019
    Configuration menu
    Copy the full SHA
    32ca72e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. 🐛 Remove GeneratePhoneNumberHeader.sh

    Aurélien Grifasi committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    a038578 View commit details
    Browse the repository at this point in the history
  2. 💄 SwiftLint

    Aurélien Grifasi committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    20f2dc8 View commit details
    Browse the repository at this point in the history
  3. 📝 Update Podspec

    Aurélien Grifasi committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    578ecdc View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. 📗 Updated documentation (#97)

    Replaced the FlagPhoneNumberTextField to FPNTextField
    tsomaev authored and Aurélien committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    d8cc80e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Changes minimum deployment target to iOS 10.0 (#100)

    🔧 Changes minimum deployment target
    dimitris-c authored and Aurélien committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    75d9840 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. 🐛 Fix layout

    Aurélien Grifasi committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    06132fa View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. 🔖 Release 0.7.7

    Aurélien Grifasi committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    10e6331 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/0.7.7'

    Aurélien Grifasi committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    7e6cfa1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/0.7.7' into dev

    Aurélien Grifasi committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    6e235b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. 🐛 Fix layout for iOS 13

    Aurélien Grifasi committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    de3e9bd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'hotfix/iOS13'

    Aurélien Grifasi committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    6e6d8a0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'hotfix/iOS13' into dev

    Aurélien Grifasi committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    78918fa View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. 🐛 Update podspec

    Aurélien Grifasi committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    d58739b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'hotfix/update_podspec'

    Aurélien Grifasi committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    5322fb9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'hotfix/update_podspec' into dev

    Aurélien Grifasi committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    03bd916 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. ✨ Display country list by inputView or by presented controller

    Aurélien Grifasi committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    4e96106 View commit details
    Browse the repository at this point in the history
  2. 🐛 Fix build

    Aurélien Grifasi committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    acafdd9 View commit details
    Browse the repository at this point in the history
  3. Fix projects

    Aurélien Grifasi committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    7496d62 View commit details
    Browse the repository at this point in the history
  4. 🔖 Release 0.8.0

    Aurélien Grifasi committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    0473df3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'release/0.8.0'

    Aurélien Grifasi committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    f9b1bdd View commit details
    Browse the repository at this point in the history
  6. Merge branch 'release/0.8.0' into dev

    Aurélien Grifasi committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    a96a70b View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. 🐛 Fix list controller

    Aurélien Grifasi committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    1709a41 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    grifas authored Dec 5, 2019
    Configuration menu
    Copy the full SHA
    d3b97e5 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'hotfix/country_list_controller' into dev

    * hotfix/country_list_controller:
      🐛 Fix list controller
    Aurélien Grifasi committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    83af7a1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'hotfix/country_list_controller' into dev

    * hotfix/country_list_controller:
      Update README.md
    Aurélien Grifasi committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    06ad88d View commit details
    Browse the repository at this point in the history
  5. 🐛 Fix examples

    Aurélien Grifasi committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    0ab066e View commit details
    Browse the repository at this point in the history
  6. Merge branch 'release/0.8.0'

    Aurélien Grifasi committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    6d7b4d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Add SPM support.

    makcakir committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5eef217 View commit details
    Browse the repository at this point in the history
  2. Fix.

    makcakir committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1b95336 View commit details
    Browse the repository at this point in the history
  3. Fix.

    makcakir committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    481dcba View commit details
    Browse the repository at this point in the history
  4. Fix.

    makcakir committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    02dcbba View commit details
    Browse the repository at this point in the history
  5. Fix.

    makcakir committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    64549e6 View commit details
    Browse the repository at this point in the history
  6. Fix.

    makcakir committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    88895fc View commit details
    Browse the repository at this point in the history
  7. Revert "Fix."

    This reverts commit 88895fc.
    makcakir committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6a1c733 View commit details
    Browse the repository at this point in the history
  8. Fix.

    makcakir committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    82e4f3e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Merge pull request #208 from makcakir/master

    Add SPM support.
    maffpool authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    578ea3c View commit details
    Browse the repository at this point in the history