Bug 109028 - support for Ichitaro (.jtt, .jtd)
Summary: support for Ichitaro (.jtt, .jtd)
Status: NEEDINFO
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Android Viewer (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: ARM Android
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
: 111390 (view as bug list)
Depends on:
Blocks: (Android)-Unsupported-formats
  Show dependency treegraph
 
Reported: 2017-07-09 05:01 UTC by vihsa
Modified: 2023-01-17 12:27 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments
test file (45.50 KB, application/x-ole-storage)
2017-07-09 19:10 UTC, raal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vihsa 2017-07-09 05:01:12 UTC
Description:
if the file format Ichitaro (.jtt, .jtd) is not yet supported, i request you to add.

Steps to Reproduce:
i am verifying file formats given https://en.m.wikipedia.org/wiki/LibreOffice in libreoffice viewer.

updating my findings at https://github.com/kr1shnas/qa/projects/24.

i found single reference http://opengrok.libreoffice.org/xref/core/filter/qa/complex/filter/detection/typeDetection/

as of now, i don't know whether libreoffice viewer can read the file. i am unable to find a sample file. if you have a sample file, please provide a link.

if the file format is not yet supported, i request you to add.

Actual Results:  
 

Expected Results:
 


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Android 5.1; Mobile; rv:56.0) Gecko/56.0 Firefox/56.0
Comment 1 raal 2017-07-09 19:10:04 UTC
Created attachment 134563 [details]
test file

I can confirm with Version: 6.0.0.0.alpha0+
Build ID: eda9605
Android 5.0.2
Comment 2 vihsa 2017-07-19 04:48:47 UTC
displatys code only on 5.3
does not open on 6.0

verified

version: 5.3.0.0.alpha1+
build ID: 4136757

version: 6.0.0.0.alpha0+
Build ID: 643da8ec4e721d33dfdf8d78bedd50a915f1188d TinderBox: Android-ARM@24-Bytemark-Hosting, Branch: Master, Time: June 26, 2017 01:29:17

device: lyf flame 3 [ ls-4001 ]
os: android 5.1
Comment 3 Xisco Faulí 2017-08-07 13:23:01 UTC
*** Bug 111390 has been marked as a duplicate of this bug. ***
Comment 4 Michael Weghorn 2023-01-17 12:27:25 UTC
Is this issue still relevant?
Supporting more file formats presumably also means that the size of the APK will increase (due to more services that will have to be included), so I tend to suggest focusing on those that are particularly relevant.

In addition, the mechanism to open a file in Android Viewer currently depends on the Android system identifying the proper MIME type, which probably isn't the case for most of the proprietary and not so frequently used file types. (So supporting these might need some "open any file, ignore file type" handling instead (possibly hidden behind a setting?).)