Commit Graph

173 Commits

Author SHA1 Message Date
Sebastián Katzer
2bbe49566c Merge pull request #79 from filipe-nunes/patch-1
CDV_IsIPad is deprecated
2016-07-20 20:00: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
PKnittel
4723b6b297 Added package.json for npm migration. 2015-11-19 11:06:26 +01:00
Justin Fisher
6d864a32a7 Added support for Apple's UIPrinterPickerController 2015-06-23 12:58:41 -05:00
Sebastián Katzer
517dc364e8 Release v0.7.1 2015-04-23 09:25:56 +02:00
Sebastián Katzer
9d054714cd Remove unused import 2015-04-23 09:24:07 +02:00
Sebastián Katzer
39893d0689 Update changelog 2015-04-22 23:36:23 +02:00
Sebastián Katzer
49db6c50d8 Update doc for printerId: 2015-04-22 23:26:30 +02:00
Sebastián Katzer
496174f530 Missing brackets 2015-04-22 23:24:57 +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
1c5b0314e7 Update README.md 2014-10-13 23:32:32 +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
ca51a0712c Update change log 2014-10-03 12:51:22 +02:00
Sebastián Katzer
59b705cc73 Exec isAvailble on separate thread 2014-10-02 16:02:20 +02:00
Sebastián Katzer
1be8b958ce Bump to next dev cycle 0.7.1-dev 2014-10-02 16:01:50 +02:00
Sebastián Katzer
fb77141140 Some small cleanup 2014-10-02 16:01:12 +02:00
Sebastián Katzer
7d29d01ff3 Update gitignore 2014-10-02 15:56:54 +02:00
Sebastián Katzer
b5c7bcd812 Link to example branch 2014-09-12 17:09:13 +02:00
Sebastián Katzer
8b4ad227a2 Update plugin.xml 2014-09-12 12:09:10 +02:00
Sebastián Katzer
ad955a82ef Update plugin.xml 2014-09-12 12:08:04 +02:00
Sebastián Katzer
d58eed516f Update plugin.xml 2014-09-12 12:04:37 +02:00
Sebastián Katzer
6deaafe554 Release version 0.7.0 2014-09-12 11:47:55 +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
51c73a6ba4 Update README.md 2014-09-12 11:28:52 +02:00
Sebastián Katzer
b6f13a695c Change name and description in plugin spec 2014-09-12 11:03:14 +02:00
Sebastián Katzer
423aba70a7 AirPrint support was there before 2014-09-12 10:57:09 +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
15870f8a4e Styling 2014-09-12 10:41:44 +02:00
Sebastián Katzer
2fbb039cd4 Some styling 2014-09-12 10:35:54 +02:00
Sebastián Katzer
4be468dc9d Update README.md
Fix html issue
2014-09-11 23:39:21 +02:00
Sebastián Katzer
887edb94b1 Update CHANGELOG.md 2014-09-11 23:29:35 +02:00
Sebastián Katzer
9017b62b04 Update README about the URL feature 2014-09-11 23:27:17 +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
6053b1f83a Add ChangeLog 2014-09-08 09:32:54 +02:00
Sebastián Katzer
cdd721d24b Update README.md 2014-09-08 09:31:14 +02:00
Sebastián Katzer
c54a18a5a2 Rename isServiceAvailable to isAvailable 2014-09-07 23:05:25 +02:00
Sebastián Katzer
b903683486 Update plugin spec 2014-09-07 22:53:04 +02:00
Sebastián Katzer
33b4c14557 Update js 2014-09-07 22:52:47 +02:00
Sebastián Katzer
43625bd313 Update ios 2014-09-07 22:52:36 +02:00
Sebastián Katzer
125f2e6828 Clean up not existing source 2014-09-07 22:35:05 +02:00
Sebastián Katzer
86689d9942 Remove not needed dependencies 2014-09-07 22:34:38 +02:00
Sebastián Katzer
43bd2ff428 Fix unknown class error 2014-09-07 22:32:50 +02:00
Sebastián Katzer
10c1238e64 Release v0.5.3 2014-07-13 14:23:17 +02:00
Sebastián Katzer
b829872179 Add missing changelog file 2014-07-13 13:22:11 +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
aa22e1c060 Update doc 2014-07-13 13:06:01 +02:00