mpcjanssen / simpletask-android

GNU General Public License v3.0
545 stars 124 forks source link

Unable to print to Google cloud print #134

Closed dougedmunds closed 10 years ago

dougedmunds commented 10 years ago

I can print from wunderlist, but when I try to print from simpletask, it reports 0 pages sent. Nothing is printed. Asus ME302c tablet. Canon mf4700 printer

mpcjanssen commented 10 years ago

How do you print to google cloud print? I have cloud print installed and configured, but I can't share to it.

mpcjanssen commented 10 years ago

I think 971b3e741cea3e7f1259e6ec112ed2e2e2dc449f caused this. I will investigate. Problem is either bluetooth sharing or printing works and printing like this only works if your task list is small enough.

mpcjanssen commented 10 years ago

It could be that setting both the EXTRA_TEXT and EXTRA_STREAM in the code is confusing cloud print.I will check with only EXTRA_STREAM

mpcjanssen commented 10 years ago

btw seems that wunderlist doesn't use the share mechanism to print. They use a print dialog.

mpcjanssen commented 10 years ago

Two questions:

  1. What is the wunderlist behavior when you try to use Share to print.
  2. Do you have a KitKat device. It seems the printing is using a 4.4 feature.
dougedmunds commented 10 years ago

Here is another screenshot when trying to remove the simpletask print job . Much odd and conflicting info.

DAE On Aug 29, 2014 1:13 AM, "Mark Janssen" notifications@github.com wrote:

Two questions:

1) What is the wunderlist behavior when you try to use 'Share' to print. 2) Do you have a KitKat device. It seems the printing is using a 4.4 feature.

— Reply to this email directly or view it on GitHub https://github.com/mpcjanssen/simpletask-android/issues/134#issuecomment-53848709 .

mpcjanssen commented 10 years ago

Issue is the mix of using EXTRA_STREAM and EXTRA_TEXT when sharing the tasks. I will revert to the old behavior where EXTRA_TEXT is used for smaller lists and EXTRA_STREAM for larger lists. This will break sharing with some broken bluetooth apps but so be it. I find printing more important than bluetooth sharing because sharing by mail works fine.