[Libreoffice-bugs] [Bug 89860] Ability to print from Android ...

2018-10-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89860

Mert Tumer  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89860] Ability to print from Android ...

2018-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89860

--- Comment #7 from Commit Notification 
 ---
Mert Tumer committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=6ede90a790ce08330af58f81474c103ee1ca438f

tdf#89860 ability to print from Android Viewer

It will be available in 6.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89860] Ability to print from Android ...

2018-08-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89860

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89860] Ability to print from Android ...

2017-08-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89860

--- Comment #6 from Gautam Prajapati  ---
Update: We probably have some services on Android side missing to implement
this feature right now. It's almost complete, just need to identify missing
implementation in the native code.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89860] Ability to print from Android ...

2017-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89860

--- Comment #5 from Gautam Prajapati  ---
Hi Michael

I'm working on this feature. As you said the best approach would be to stream
the file to PDF and push it to Print API. I have gone through the documentation
of Print API of Android, have already written code for printing a PDF document. 

I'm a bit new to JNI. I found the lokandroid.cxx and went through the code. I
can see the methods to get document type, sizes. I'd appreciate some inputs on
how can I go ahead and use those methods to push relevant data into the filter
options.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89860] Ability to print from Android ...

2016-08-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89860

--- Comment #4 from Michael Meeks  ---
Hi Rosen; I guess you'll need to experiment. The LibreOfficeKit API - which
you'll want to expose the file format conversion pieces (to PDF I guess) in:
desktop/source/lib/lokandroid.cxx - and ensure that the relevant page / paper
sizes are pushed into the filter options somehow (I guess). And invoke those in
the Java in android/ at the right place.

Since the easy hack was filed the android code moved to:

android/source/src/java/org/libreoffice/

in the source tree. I imagine that streaming direct to PDF and pushing that to
the Android print API is by far the best approach; which would mean you can
ignore the vcl/source/gdi/pdfwriter* code pointers.

Thanks !

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89860] Ability to print from Android ...

2016-08-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89860

--- Comment #3 from Rosen Silva  ---
I would like to add the printing option to the android Viewer, can someone
please give me the code pointers and also some starting guide to how to use PDF
printing API to this Android Viewer.
Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89860] Ability to print from Android ...

2016-04-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89860

jan iversen  changed:

   What|Removed |Added

 Whiteboard|ToBeReviewed|

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89860] Ability to print from Android ...

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89860

jan iversen  changed:

   What|Removed |Added

 Whiteboard||ToBeReviewed

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89860] Ability to print from Android ...

2015-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89860

Michael Meeks michael.me...@collabora.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 Whiteboard||EasyHack
   ||DifficultyInteresting
   ||SkillCpp SkillJava
   ||TopicCleanup

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs