Tiny Tiny RSS is no browser

REPRODUCIBILITY (% or how often): 100%
BUILD ID = OS VERSION (Settings > About product): 4.3.0.12
HARDWARE (XA2, X10, X10 II, …): XA2
UI LANGUAGE: German
REGRESSION: (compared to previous public release: Yes, No, ?): Yes

DESCRIPTION:

When Tiny Tiny RSS is installed, clicking a bookmark opens a selection box for browser to be. But ttrss is no browser. And: There is no persistance in the selection then.

PRECONDITIONS:

Install Tiny Tiny RSS from f-droid

STEPS TO REPRODUCE:

  1. Open browser
  2. Enter some web page
  3. Browser Menu “Add to app grid”
  4. Close browser
  5. Open the new bookmark icon in app grid

EXPECTED RESULT:

Browser opens and shows page

ACTUAL RESULT:

Popup menu to select the browser:

  • Standard Browser
  • Tiny Tiny RSS <— but this is no browser

ADDITIONAL INFORMATION:

(Please ALWAYS attach relevant data such as logs, screenshots, etc…)

Ok fixed it:

  • Uninstalled ttrss
  • as devel su: find all files directories for ttrss still on the system and delete them
  • installed ttrss

Got it again: ttrss is selectable for browser.

Maybe this
How fix a borked MIME handler for links? helps?

A search with ‘mime browser’ will bring up many more topics…

For ttrss not, I needed

cd /home/.android
for i in $(find . -name "*ttrss*"); do rm -rf $i; done

after deinstalling ttrss. Reinstalling ttrss after this worked without the browser selection menu. And I did not find any mime stuff in ~/.local/share/applications - that was my first try when the problem occured.

This looks to me like it’s probably a bug with Tiny Tiny RSS, but I’ve logged it internally so we can check it. I’ve tagged it as “tracked” and will feedback anything relevant here.