Bug 89705

Summary: android: Make the hyperlinks clickable
Product: LibreOffice Reporter: Jared <jared.meidal>
Component: Android ViewerAssignee: Siqi LIU <me>
Status: RESOLVED FIXED    
Severity: normal CC: jared.meidal, jmadero.dev, kendy, me, michael.meeks
Priority: medium    
Version: 4.5.0.0.alpha0+ Master   
Hardware: Other   
OS: Android   
Whiteboard:
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 84726    

Description Jared 2015-02-27 04:49:28 UTC
The More Info screen under Settings has URLS of:
http://libreofficefromcollabora.com/apps/ab-bug

I believe this should be changed to:
https://libreoffice-from-collabora.com/apps/ab-bug
Comment 1 Joel Madero 2015-02-27 05:48:54 UTC
Interesting - both work but I suspect you're right. Marking as NEW.
Comment 2 Jared 2015-02-27 15:05:28 UTC
These hyperlinks are also not clickable for me on my Samsung S4 Active, Android 4.4.2
Comment 3 Michael Meeks 2015-02-27 15:20:14 UTC
Siqi - can you have a look at this one ? ;-) should be rather trivial; thanks.
Comment 4 Jan Holesovsky 2015-02-27 17:18:28 UTC
Well - not too good to report 2 completely different problems in one bug :-(  While the one from comment 0 is a matter of 2 minutes (I just fixed the document that I'm adding to releases, and it will be part of the next release), the one from comment 2 is a more substantial work.

I'm changing the bug to actually address the problem from comment 2.

Siqi - we need to extend LibreOfficeKit to provide areas with the hyperlinks, and also the Java part to actually follow the link when clicked.  Not a prio now, need you to get more familiar with the app code first :-)  Let's sync on IRC when you are done with the swipe.
Comment 5 Jan Holesovsky 2015-03-05 12:35:54 UTC
Just for the record: there's an easier way that will be implemented - LibreOffice (the native part) will consume the click, and callback to the Java part with the URL that will be handled there via an intent.
Comment 6 Jan Holesovsky 2015-04-20 08:17:33 UTC
This is now implemented in master - thanks! :-)  It will appear in the Viewer shortly.