Commit Graph

98 Commits

Author SHA1 Message Date
Sebastián Katzer
1d5800c694 Merge pull request #76 from ErikWallin/master
Wait for webview to finish load content
2016-07-20 20:01:33 +02:00
filipe-nunes
15b9b588b2 CDV_IsIPad is deprecated
Changed to if([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterfaceIdiomPad)
2016-03-11 14:46:31 -01:00
Erik Wallin
96f3d6f099 Wait for webview to finish load
Big html documents is now fully loaded when UIPrintInteractionController is presented
2016-02-29 13:05:56 +01:00
Justin Fisher
6d864a32a7 Added support for Apple's UIPrinterPickerController 2015-06-23 12:58:41 -05:00
Sebastián Katzer
9d054714cd Remove unused import 2015-04-23 09:24:07 +02:00
Sebastián Katzer
2fb312e34b Do not present printer picker when printer is specified 2015-04-22 23:24:33 +02:00
Sebastián Katzer
15aa295cf6 Print-View positioning on iPad 2014-10-13 23:31:12 +02:00
Sebastián Katzer
268f1b652d IPad+iOS8 incompatibility (Fixes #26) 2014-10-07 21:20:09 +02:00
Sebastián Katzer
59b705cc73 Exec isAvailble on separate thread 2014-10-02 16:02:20 +02:00
Sebastián Katzer
fb77141140 Some small cleanup 2014-10-02 16:01:12 +02:00
Sebastián Katzer
b28d85ca9f Merge branch 'kitkat'
Conflicts:
	CHANGELOG.md
	README.md
	plugin.xml
	src/android/Printer.java
	src/ios/APPPrinter.m
	www/printer.js
2014-09-12 11:45:58 +02:00
Sebastián Katzer
5493c652fd isAvailable does not block the main thread anymore 2014-09-12 10:53:44 +02:00
Sebastián Katzer
922870f95c Rewrite JAVA code 2014-09-11 23:14:47 +02:00
Sebastián Katzer
7cae0fa4a5 Ability to print remote content via URI 2014-09-11 23:14:18 +02:00
Sebastián Katzer
c54a18a5a2 Rename isServiceAvailable to isAvailable 2014-09-07 23:05:25 +02:00
Sebastián Katzer
43625bd313 Update ios 2014-09-07 22:52:36 +02:00
Sebastián Katzer
43bd2ff428 Fix unknown class error 2014-09-07 22:32:50 +02:00
Sebastián Katzer
75339c5fb5 Using plugin prevents openDatabase() on Android
Fixes #11
2014-07-13 13:21:06 +02:00
Sebastián Katzer
59f848b293 Update iOS a bit 2014-07-13 13:09:42 +02:00
Sebastián Katzer
03b70956ba Fix isServiceAvailable issue (solves #11) 2014-07-13 11:26:58 +02:00
Sebastián Katzer
02e39320d5 Added Windows8 support 2014-04-06 11:10:49 +02:00
Sebastián Katzer
c2e1509acb Release version 0.5.2 2014-03-22 14:43:33 +01:00
Sebastián Katzer
035bc68200 Small ios code rework 2014-03-22 14:15:23 +01:00
Sebastián Katzer
90ba170849 Small file header change 2014-02-28 17:11:21 +01:00
Sebastián Katzer
032b2f5611 isServiceAvailable on Android did not return a list of available printing apps (fix for #6) 2014-02-28 17:10:07 +01:00
Sebastián Katzer
5ef59a69ed Release v0.5.1 2013-12-15 11:16:18 +01:00
Sebastián Katzer
b74d9f1825 Add KitKat support - requires Android SDK 19 or higher 2013-12-15 11:09:02 +01:00
Sebastián Katzer
cf76737e21 Add Android KitKat support 2013-12-11 15:49:00 +01:00
Sebastián Katzer
c039585469 Plugin has now its own package namespace 2013-12-11 14:05:15 +01:00
Sebastián Katzer
e82bbe211e Add KitKatPrinter file 2013-12-11 14:01:36 +01:00
Sebastián Katzer
83fcdc8612 Small code changes 2013-12-11 13:38:01 +01:00
Sebastián Katzer
9fc84624df Only convert indention to spaces 2013-12-11 13:21:55 +01:00
Sebastián Katzer
1a40324682 Removed the callback property from the print interface 2013-12-11 13:21:23 +01:00
Sebastián Katzer
9463786343 Release under Apache 2.0 license 2013-12-11 13:00:16 +01:00
Sebastián Katzer
a17e0d006d Ios an neue callback codes angepasst 2013-08-24 20:59:49 +02:00
Sebastián Katzer
c6b60b73d4 AppId kann als PlatformConfig unter Android beim Drucken angegeben werden 2013-08-24 19:49:06 +02:00
Sebastián Katzer
a27f5a9e0f Beta Android Support 2013-08-23 23:54:04 +02:00
Sebastián Katzer
3d9aa7b9d5 Kleine Namensänderung 2013-08-22 22:42:28 +02:00
Sebastián Katzer
370fb17e53 Initial start of Android support 2013-08-20 18:27:33 +02:00
Sebastián Katzer
9a4b0fa294 Code refactoring 2013-08-13 15:39:22 +02:00
Sebastián Katzer
193ff10f94 Für Callbacks können Scopes angegeben werden. print() benötigt nur noch eine Callback-Funktion. 2013-08-13 11:01:15 +02:00
Sebastián Katzer
d2e3b642cc Styleguide fixes 2013-08-11 11:43:58 +02:00
Sebastián Katzer
e6f0843806 Display only public interfaces in header file 2013-08-11 11:37:59 +02:00
Sebastián Katzer
02e69c5443 Styleguide fix 2013-08-11 11:35:40 +02:00
Sebastián Katzer
93a57a7a61 Changed namespace 2013-08-10 16:13:04 +02:00
Sebastián Katzer
d2e5216b5f Dateinamen in den Datei-Headern korrigiert 2013-08-10 11:22:49 +02:00
Sebastián Katzer
244ada61bc Printer Plugin für iOS funktioniert für cordova 3.x 2013-08-10 09:50:42 +02:00
Sebastián Katzer
68221a38da Print from iOS devices to AirPrint compatible printers 2013-08-09 18:58:47 +02:00