Skip to content

Commit

Permalink
#20 the "rightButton" behavior
Browse files Browse the repository at this point in the history
#54 prototype apps
  • Loading branch information
EddyVerbruggen committed Aug 31, 2017
1 parent 95de848 commit d2e5912
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,6 @@ This plugin has been a BEAST to implement and its maintenance is killing me alre

## I heard about a trial!?
ALL features are available without a license, but you'll be restricted to 5 minutes of usage. Just indefinitely kill and relaunch the app if you need more time ;)

## Can you remove the license check for my prototype apps?
Sure, just add the word 'prototype' (case insensitive) anywhere in your packageid. Example: 'com.mycompany.myclientapp-PROTOTYPE' or 'com.mycompany.prototypes.myclientapp'.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-native-keyboard",
"version": "1.4.3",
"version": "1.4.4",
"description": "This plugin aims to solve common keyboard problems encountered with Cordova / PhoneGap apps. The messenger component (see screenshots) is ready for production, but this plugin will have more tricks up its sleeve. I'll document those once they're ready for primetime as well.",
"cordova": {
"id": "cordova-plugin-native-keyboard",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-native-keyboard"
version="1.4.3">
version="1.4.4">

<name>Native Keyboard</name>

Expand Down
Binary file modified src/android/lib/nativekeyboard.jar
Binary file not shown.
Binary file modified src/ios/lib/NativeKeyboard.framework/Info.plist
Binary file not shown.
Binary file modified src/ios/lib/NativeKeyboard.framework/NativeKeyboard
Binary file not shown.

0 comments on commit d2e5912

Please sign in to comment.