forked from eusilvio/cordova-plugin-sunmi-inner-printer
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is now useable on phonegap 8.2.2 with cordova 7+
- Loading branch information
Showing
4 changed files
with
33 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,23 @@ | ||
# cordova-plugin-sunmi-inner-printer | ||
Cordova/Ionic Plugin for Sunmi V1 Printer | ||
## cordova-plugin-sunmi-inner-printer | ||
|
||
Tested with [email protected]! | ||
Cordova/Ionic Plugin for Sunmi V1 Printer | ||
|
||
Plugin based on https://github.com/labibramadhan/cordova-sunmi-inner-printer | ||
|
||
# Changes as follows: | ||
### Changes as follows: | ||
|
||
#### Changelog Aug 11, 2019 | ||
|
||
1. Add `framework directive` into `plugin.xml` to automatically add `"com.sunmi:sunmiui:latest.release"` into gradle. | ||
|
||
2. Replaced `canvas.save(Canvas.ALL_SAVE_FLAG)` with `canvas.save()` on `BitmapUtils.java` | ||
|
||
3. Update version to `1.1.1` | ||
|
||
#### Changelog Oct 16, 2018 | ||
|
||
1. Plugin based on [https://github.com/silviocamposs/cordova-plugin-sunmi-inner-printer](https://github.com/tmalbonph/cordova-plugin-sunmi-inner-printer/commit/c1e57f8a7db8416c644de96f6563a589f1ecc520) | ||
|
||
2. Updated the AIDL with version 2.1 | ||
2. Updated the `AIDL` with `version 2.1` | ||
|
||
3. Bump version to 1.1.0 | ||
3. Bump version to `1.1.0` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters