KeyboardKitPro

KeyboardKit Pro helps you create custom keyboards for iOS and iPadOS.

OTHER License

Stars
111
Committers
1

Bot releases are hidden (Show)

KeyboardKitPro -

Published by danielsaidi over 3 years ago

This release adds new license registration functions, to make it possibe to register pro licenses when not in a keyboard extension.

✨ New features

  • License has a new, static current property.
  • License has a new, static register(licenseKey:) function.
KeyboardKitPro -

Published by danielsaidi over 3 years ago

This release is only done to make the binaries work with the main library.

KeyboardKitPro -

Published by danielsaidi over 3 years ago

Milestone.

✨ New features

  • KeyboardLocale has a new keyboardInputSetProvider property.
  • KeyboardLocale has a new secondaryCalloutActionProvider property.
  • KeyboardInputViewController now auto-registers a StandardAutocompleteSuggestionProvider when going pro.
  • StandardAutocompleteSuggestionProvider is a new autosuggestion provider that can be used to get real suggestions.

🌐 New locales

  • 🇩🇰 Danish
  • 🇳🇱 Dutch
  • 🇫🇮 Finnish
  • 🇳🇴 Norwegian
KeyboardKitPro -

Published by danielsaidi over 3 years ago

This patch fixes a double quote bug for Swedish, German and Italian providers.

KeyboardKitPro -

Published by danielsaidi over 3 years ago

This is the first release of KeyboardKit Pro.

New versions will sync with the major and minor version of the main library, but the patch number may differ.

New features:

  • There is a new KeyboardInputViewController .setupPro(with:) setup function.
  • There is a new StandardKeyboardInputSetProvider.pro(with:) function.
  • There is a new GermanKeyboardInputSetProvider
  • There is a new ItalianKeyboardInputSetProvider
  • There is a new SwedishKeyboardInputSetProvider
  • There is a new GermanSecondaryCalloutActionProvider
  • There is a new ItalianSecondaryCalloutActionProvider
  • There is a new SwedishSecondaryCalloutActionProvider