Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS app: can't understand the version without opening a file #808

Closed
baffclan opened this issue Nov 28, 2020 · 5 comments
Closed

iOS app: can't understand the version without opening a file #808

baffclan opened this issue Nov 28, 2020 · 5 comments
Labels
bug Something isn't working ios Specific to the Collabora Office iOS app, or to online accessed from i(Pad)OS devices

Comments

@baffclan
Copy link
Contributor

Describe the bug
Collabora Office has not "about Collabora Office" menu item in the first window.
To know the version number, you have to open a file.

To Reproduce
Steps to reproduce the behavior:

  1. Tap a Collabora Office icon
  2. Collabora Office opens
  3. Recent files list are displayed

Expected behavior
There is a "About Collabora Office" menu item,
and you can see the version.

Actual behavior
No "about Collabora Office" menu item.
Therefore, I don't know the version.

Smartphone (please complete the following information)

  • Device: iPhoneXS
  • OS: iOS14.2

Additional context
Collabora Office:
LOOLWSD
6.4.1 (git hash: 465deeb)

LOKit
Clooabora Office 6.4-14 (git hash: 4d0464d)

@baffclan baffclan added bug Something isn't working unconfirmed labels Nov 28, 2020
@baffclan
Copy link
Contributor Author

This issue is a migration from TDF#137405.
https://bugs.documentfoundation.org/show_bug.cgi?id=137405

@thebearon thebearon added ios Specific to the Collabora Office iOS app, or to online accessed from i(Pad)OS devices and removed unconfirmed labels Nov 30, 2020
@tml1024
Copy link
Contributor

tml1024 commented Nov 30, 2020

The document broswer is a system control, and it is not really possible to add own buttons (even less menus) to it. [Edit: wrong, see my later comment.]

@tml1024 tml1024 closed this as completed Nov 30, 2020
@baffclan
Copy link
Contributor Author

baffclan commented Dec 1, 2020

The document broswer is a system control, and it is not really possible to add own buttons (even less menus) to it.

I thought the iOS version, like the Android version, had its own file browser.

@tml1024
Copy link
Contributor

tml1024 commented Dec 1, 2020

Nope, it is a UIDocumentBrowserViewController

@tml1024
Copy link
Contributor

tml1024 commented Dec 1, 2020

But yeah, using https://developer.apple.com/documentation/uikit/uidocumentbrowserviewcontroller/2874180-additionaltrailingnavigationbarb?language=objc it would apparently be possible to add more buttons, fort instance to show the version. I don't really think that is very high priority, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ios Specific to the Collabora Office iOS app, or to online accessed from i(Pad)OS devices
Projects
None yet
Development

No branches or pull requests

3 participants