[GH-ISSUE #1650] Syncing tabs doesn't work with Android app #1094

Closed
opened 2026-02-25 22:38:59 +03:00 by kerem · 7 comments
Owner

Originally created by @mvevitsis on GitHub (Jun 16, 2024).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1650

Which version of floccus are you using?

5.2.0

How many bookmarks do you have, roughly?

5 tabs

Are you using other means to sync bookmarks in parallel to floccus?

No

Sync method

Google Drive

Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.

No response

Which version of Nextcloud Bookmarks are you using? (if relevant)

No response

Which version of Nextcloud? (if relevant)

No response

What kind of WebDAV server are you using? (if relevant)

No response

Describe the Bug

If you have a tabs profile (e.g. tabs.xbel) and add it to the android app (e.g. via the export and import feature), and edit it on Android (e.g. share a URL to Floccus Android app and save in your tabs profile) it does not work when you go to desktop and try to pull it down. Instead you get an error, invalid tab.

Another problem is the android app only has a sync button, not pull down and push up buttons as far as I can tell.

Expected Behavior

I was hoping that I could import the tab profile into the android app and then do the following:

  1. Share a URL to tab profile on Android
  2. Sync
  3. Pull down on desktop and have it opened as a tab

In short, I want to share a URL to the android app and then open it as a tab on my PC. Isn't that how it should work?

To Reproduce

Import a tabs profile to Android app, add URL, try pulling it down on desktop

Debug log provided

  • I have provided a debug log file
Originally created by @mvevitsis on GitHub (Jun 16, 2024). Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1650 ### Which version of floccus are you using? 5.2.0 ### How many bookmarks do you have, roughly? 5 tabs ### Are you using other means to sync bookmarks in parallel to floccus? No ### Sync method Google Drive ### Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please. _No response_ ### Which version of Nextcloud Bookmarks are you using? (if relevant) _No response_ ### Which version of Nextcloud? (if relevant) _No response_ ### What kind of WebDAV server are you using? (if relevant) _No response_ ### Describe the Bug If you have a tabs profile (e.g. tabs.xbel) and add it to the android app (e.g. via the export and import feature), and edit it on Android (e.g. share a URL to Floccus Android app and save in your tabs profile) it does not work when you go to desktop and try to pull it down. Instead you get an error, invalid tab. Another problem is the android app only has a sync button, not pull down and push up buttons as far as I can tell. ### Expected Behavior I was hoping that I could import the tab profile into the android app and then do the following: 1. Share a URL to tab profile on Android 2. Sync 3. Pull down on desktop and have it opened as a tab In short, I want to share a URL to the android app and then open it as a tab on my PC. Isn't that how it should work? ### To Reproduce Import a tabs profile to Android app, add URL, try pulling it down on desktop ### Debug log provided - [ ] I have provided a debug log file
Author
Owner

@github-actions[bot] commented on GitHub (Jun 16, 2024):

Hello 👋

Thank you for taking the time to open this issue with floccus. I know it's frustrating when software
causes problems. You have made the right choice to come here and open an issue to make sure your problem gets looked at
and if possible solved.
I'm Marcel and I created floccus and have been maintaining it ever since.
I currently work for Nextcloud which leaves me with less time for side projects like this one
than I used to have.
I still try to answer all issues and if possible fix all bugs here, but it sometimes takes a while until I get to it.
Until then, please be patient.
Note also that GitHub is a place where people meet to make software better together. Nobody here is under any obligation
to help you, solve your problems or deliver on any expectations or demands you may have, but if enough people come together we can
collaborate to make this software better. For everyone.
Thus, if you can, you could also have a look at other issues to see whether you can help other people with your knowledge
and experience. If you have coding experience it would also be awesome if you could step up to dive into the code and
try to fix the odd bug yourself. Everyone will be thankful for extra helping hands!
One last word: If you feel, at any point, like you need to vent, this is not the place for it; you can go to the forum,
to twitter or somewhere else. But this is a technical issue tracker, so please make sure to
focus on the tech and keep your opinions to yourself.

I look forward to working with you on this issue
Cheers 💙

<!-- gh-comment-id:2170982687 --> @github-actions[bot] commented on GitHub (Jun 16, 2024): Hello :wave: Thank you for taking the time to open this issue with floccus. I know it's frustrating when software causes problems. You have made the right choice to come here and open an issue to make sure your problem gets looked at and if possible solved. I'm Marcel and I created floccus and have been maintaining it ever since. I currently work for Nextcloud which leaves me with less time for side projects like this one than I used to have. I still try to answer all issues and if possible fix all bugs here, but it sometimes takes a while until I get to it. Until then, please be patient. Note also that GitHub is a place where people meet to make software better *together*. Nobody here is under any obligation to help you, solve your problems or deliver on any expectations or demands you may have, but if enough people come together we can collaborate to make this software better. For everyone. Thus, if you can, you could also have a look at other issues to see whether you can help other people with your knowledge and experience. If you have coding experience it would also be awesome if you could step up to dive into the code and try to fix the odd bug yourself. Everyone will be thankful for extra helping hands! One last word: If you feel, at any point, like you need to vent, this is not the place for it; you can go to the forum, to twitter or somewhere else. But this is a technical issue tracker, so please make sure to focus on the tech and keep your opinions to yourself. I look forward to working with you on this issue Cheers :blue_heart:
Author
Owner

@marcelklehr commented on GitHub (Sep 6, 2024):

Hey @mvevitsis
Sorry for the long delay.

I will look into this!

<!-- gh-comment-id:2333650472 --> @marcelklehr commented on GitHub (Sep 6, 2024): Hey @mvevitsis Sorry for the long delay. I will look into this!
Author
Owner

@marcelklehr commented on GitHub (Sep 6, 2024):

Instead you get an error, invalid tab.

I could not reproduce this. Is it possible that you tried this with a file: URL? Firefox for example does not allow opening tabs with file: URLs automatically, which is likely the reason for the error you got. In the latest version file: tabs should simply be ignored without errors.

Another problem is the android app only has a sync button, not pull down and push up buttons as far as I can tell.

This is true. For simplicity reasons push and pull are hidden in the profile settings on Android. Could you open a feature request for this?

<!-- gh-comment-id:2333932843 --> @marcelklehr commented on GitHub (Sep 6, 2024): > Instead you get an error, invalid tab. I could not reproduce this. Is it possible that you tried this with a file: URL? Firefox for example does not allow opening tabs with file: URLs automatically, which is likely the reason for the error you got. In the latest version file: tabs should simply be ignored without errors. > Another problem is the android app only has a sync button, not pull down and push up buttons as far as I can tell. This is true. For simplicity reasons push and pull are hidden in the profile settings on Android. Could you open a feature request for this?
Author
Owner

@mvevitsis commented on GitHub (Sep 7, 2024):

I opened a request referencing your comment

<!-- gh-comment-id:2335189805 --> @mvevitsis commented on GitHub (Sep 7, 2024): I opened a request referencing your comment
Author
Owner

@github-actions[bot] commented on GitHub (Dec 7, 2024):

Hello 👋
This issue appears to have had no activity for 3 months. We cannot keep track of whether individual issues
have resolved themselves or still require attention without user interaction. We're thus adding the stale label to this issue to schedule
it for getting closed in 5 days time. If you believe this issue is still valid and should be fixed, you can add a comment
or remove the label to avoid it getting closed.

Cheers 💙

<!-- gh-comment-id:2524804506 --> @github-actions[bot] commented on GitHub (Dec 7, 2024): Hello :wave: This issue appears to have had no activity for 3 months. We cannot keep track of whether individual issues have resolved themselves or still require attention without user interaction. We're thus adding the stale label to this issue to schedule it for getting closed in 5 days time. If you believe this issue is still valid and should be fixed, you can add a comment or remove the label to avoid it getting closed. Cheers :blue_heart:
Author
Owner

@github-actions[bot] commented on GitHub (Dec 12, 2024):

This issue was closed because it has been stalled for 5 days with no activity.

<!-- gh-comment-id:2537594577 --> @github-actions[bot] commented on GitHub (Dec 12, 2024): This issue was closed because it has been stalled for 5 days with no activity.
Author
Owner

@github-actions[bot] commented on GitHub (Dec 13, 2025):

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:3648600398 --> @github-actions[bot] commented on GitHub (Dec 13, 2025): This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1094
No description provided.