cxw42 / TabFern

Google Chrome extension for saving and restoring sets of tabs, and for switching between windows and tabs from a vertical, grouped list.
https://cxw42.github.io/TabFern/
Other
172 stars 29 forks source link

TF Stand-alone Android app? #190

Open philiprhoades opened 5 years ago

philiprhoades commented 5 years ago

TF is Central to how I deal with jobs / projects now and this works very well when I am home on my workstation (WS) but I would like better access to my TF tab tree when I am travelling or just out for a while. When I am travelling and have time to use my laptop, I import my WS exported TF tree from Google Docs - and that works reasonably well (I don't usually need to make changes and re-save) but it would be nice to have an Android app that I could import the TF tree into, and from there navigate and open individual tabs or windows in my default browser - currently the DuckDuckGo Android app. I am guessing this a lot of work - how much of the existing code could be re-used for an Android app?

philiprhoades commented 5 years ago

Actually, now that I think about it - it would be good to have TFs on multiple devices that can read and write shared data from the cloud.

cxw42 commented 5 years ago

@philiprhoades Glad to hear TF continues to work for you! Interesting idea!

philiprhoades commented 5 years ago

Chris,

Thanks for the fast response again! - see inline comments:

On 2019-10-01 12:12, Chris White wrote:

@philiprhoades [1] Glad to hear TF continues to work for you! Interesting idea!

  • Cloud backup/restore is open as #76 [2].

OK, I will check that out - I think I am still on an old version of TF from source - I had hassles getting TF working on my laptop when I was away but have since been messing around with containerised apps on Fedora SilverBlue on the laptop when I get time . . so getting TF working there stopped being a high priority . .

  • I have not written any Android apps myself. I know you can use embedded Web controls in an Android app, but I don't know if they support the Chrome extension API.

Right - I have always been on the verge of trying to get an Android app working . . but never quite making it . .

  • Android does have a built-in expandable list view which would work until #34 [3] is implemented.

Ah right - yes #34 would be good to get going too . .

I found an article [4] about it.

Hmm . . interesting . . I wonder if this would be a good intro project for me . .

A standalone app that just loaded a TF backup file and gave you that view, with the ability to fire activities to open pages, would probably not be too hard (as far as apps go).

Yes, I wonder . .

Regards,

Phil. -- Philip Rhoades

PO Box 896 Cowra NSW 2794 Australia E-mail: phil@pricom.com.au

cxw42 commented 5 years ago

If you do decide to make it an intro project, let me know! I would be happy to help test.

76 is not yet implemented, so don't worry - you're not missing anything there.