SFOS Forum Viewer

Rating: 
4.829785
Your rating: None Average: 4.8 (47 votes)

Native viewer/browser for SFOS Forum

Icon by dseight

Source: https://github.com/szopin/harbour-sfos-forum-viewer

 

Fresh install might need 'systemctl start --user sailfish-secretsd' to load the new plugin for login support

Screenshots: 
Application versions: 
AttachmentSizeDate
File harbour-sfos-forum-viewer-1.10.0-1.noarch.rpm120.65 KB25/08/2024 - 11:07
File harbour-sfos-forum-viewer-1.10.1-1.noarch.rpm120.82 KB25/08/2024 - 12:20
File harbour-sfos-forum-viewer-1.10.2-1.noarch.rpm120.83 KB27/08/2024 - 21:51
File harbour-sfos-forum-viewer-1.10.3-1.noarch.rpm120.86 KB13/10/2024 - 16:52
File harbour-sfos-forum-viewer-1.11.0-1.noarch.rpm121.02 KB17/10/2024 - 19:09
File harbour-sfos-forum-viewer-1.12.0-1.noarch.rpm123.97 KB15/11/2024 - 12:21
File harbour-sfos-forum-viewer-1.12.1-1.noarch.rpm123.9 KB15/11/2024 - 12:43
File harbour-sfos-forum-viewer-1.13.0-1.noarch.rpm124.13 KB18/11/2024 - 12:50
File harbour-sfos-forum-viewer-1.13.1-1.noarch.rpm124.16 KB16/03/2025 - 03:12
File harbour-sfos-forum-viewer-1.13.2-1.noarch.rpm124.14 KB16/03/2025 - 09:59
File harbour-sfos-forum-viewer-1.13.3-1.noarch.rpm125.09 KB16/03/2025 - 11:41
File harbour-sfos-forum-viewer-1.13.4-1.noarch.rpm125.1 KB16/03/2025 - 13:51
File harbour-sfos-forum-viewer-1.13.5-1.noarch.rpm125.09 KB18/03/2025 - 19:16
File harbour-sfos-forum-viewer-1.13.6-1.noarch.rpm125.2 KB27/06/2025 - 20:31
File harbour-sfos-forum-viewer-1.14.0-1.noarch.rpm125.44 KB21/08/2025 - 22:22
File harbour-sfos-forum-viewer-1.14.1-1.noarch.rpm126.16 KB28/09/2025 - 17:34
File harbour-sfos-forum-viewer-1.14.2-1.noarch.rpm126.25 KB02/11/2025 - 13:44
File harbour-sfos-forum-viewer-1.14.3-1.noarch.rpm126.42 KB16/11/2025 - 22:08
File harbour-sfos-forum-viewer-1.14.4-1.noarch.rpm126.65 KB14/12/2025 - 23:59
File harbour-sfos-forum-viewer-1.14.5-1.noarch.rpm128.18 KB16/04/2026 - 01:23
File harbour-sfos-forum-viewer-1.14.6-1.noarch.rpm128.24 KB29/04/2026 - 00:43
Changelog: 

1.14.6 - Mark self-bumped threads as seen rather than untracked, same in cover hopefully

1.14.5 - Norwegian translation (thanks to Frank Paul Silye)

1.14.4 - Distinguish moderators and staff, don't highlight own posts as new and lower number of threads on cover (all thanks to nephros), hopefully handle /t/ type of links

1.14.3 - Show notice on long posts with polls (thanks to nephros), Swedish translation update (thanks to Åke Engelbrektson)

1.14.2 - Colours in cover, likes indicator fixed in logged out mode, revision history should now work in PMs

1.14.1 - Italian translation update (thanks to 247)

1.14.0 - Remorse popups added (thanks to nephros), rework of showing replied to post, uses reply_to chain instead, filter fix

1.13.6 - Poll results sorting (thanks to vige)

1.13.5 - Search page fix

1.13.4 - German translation fix

1.13.3 - Swedish translation update (thanks to Åke Engelbrektson)

1.13.2 - Image upload fix

1.13.1 - More degrees of freedom by nephros

1.13.0 - Error handling improvements (thanks to nephros), don't allow voting on closed polls

1.12.1 - Enable polls on posts (thanks to nephros)

1.12.0 - Add support for polls (thanks to nephros)

1.11.0 - Add Jolla tags to usernames based on staff attribute

1.10.3 - Fix layout and relative sfos release changelog urls (thanks to elros34)

1.10.2 - Update thread params natively skipping reload (thanks to nephros)

1.10.1 - Muted topics added in notifications

1.10.0 - Discourse-based topic tracking support (thanks to nephros)

Comments

szopin's picture

Hmm, that's a new one, will check with @vige on the forum if he can dig out the error and what exactly's the problem, thanks for reporting

flanker's picture

It seems that last update solved (at least my) problem. I appreciate your efforts and quick reaction. Thumb up.

kettcar64's picture

Starts up, tap on thread, got loop (Xperia X 4.3.0.12)

szopin's picture

Just tap Logout once, it should populate the key value with default, need to do it autmatically if it's missing oops

szopin's picture

Can you try running with qml-scene from terminal and pasting output?

TMavica's picture

Login > could not load page

szopin's picture

Can you try running with qml-scene from terminal and pasting output?

TMavica's picture

Sailfish crypto module is not install

TMavica's picture

Sailfish secret too

TMavica's picture

Aftee install those packages, it said 'no such cryptographic service provider plugin exists' when i click Login

szopin's picture

Try 1.0.2 I've added hopefully all the crypto/secrets needed in Requires

TMavica's picture

Same. No such cryptographic service provider plugin

szopin's picture

Try rebooting, when I was troubleshooting this in may had to reboot after installing sailfishsecretsdaemon-cryptoplugins-default, it's in the Requires so maybe restart will help, other than that, out of ideas

TMavica's picture

After reboot, it show 'Begin public key.............End public key' , nothing happen

szopin's picture

Hmm, are there any errors in terminal? which sfos version are you using?

TMavica's picture

Do push:134 Warning: cannot push while transition is in progress

szopin's picture

Doesn't seem to be any line 134 with 'push', maybe it's about 103 in LoginPage.qml, you could try to add right before the 'var dialog = pageStack.push...' line:
pageStack.completeAnimation();
To force closing all pending animations, if it helps will add it to 1.0.3 as no other way to test (and at work atm)

TMavica's picture

Dont understand...sorry. Whats should i type before those line?

szopin's picture

Try 1.0.3, it should force the animation to finish before trying to open the webview for logging in (I am guessing that's what's happening)

szopin's picture

I'll push out 1.0.3 with the extra line when I get back home, it shouldn't break anything and maybe will fix it for you

TMavica's picture

The output is Dopush:134

TMavica's picture

4.3.0.12

inte's picture

Great thank you very much that is absolutely amazing!!

inte's picture

Thank you. Yes, you're right, the webview works but very limited. I wonder if it was possible to even post to the forum if the forum-site would recognize the browser.
Thumbs up for the clipboard-option!

szopin's picture

Out in 0.9.9

szopin's picture

Posting will come in 2.0, I just need some time to sit down and properly get it there (was hoping for the power of open source, but here we are months later, the power is imaginary), webview is way too limited for that (you can see how it works in webcat/webpirate, they have a whole UI around webview)

inte's picture

Hey, first of all, thank you very much for this app. I'm using it frequently and it's just working great!
I have a little request, though: Might it be possible to add an "add link to clipboard" option to the pull down menu (next to, open in browser etc.?). That would be a great feature to link to forum threads directly! :-)
There is also a "open directly" option in the pull-down menu, which is of not much use currently since the forum website complains about the unsupported browser and does not open at all. It might be possible to fake the browser string to access the site? No idea if that would work then...
Thank you again!

szopin's picture

Weird, webview works fine on both my jolla C and in emulator, what device are you using? (there is a msg about unsupported browser, but the thread does render in some kind of mobile view so you can see if some elements rendered incorrectly in the threadview). I'll try to add the clipboard option in next version

Markkyboy's picture

Hi, i've recently noticed that all categories under Latest and Top buttons are no longer accessible, the waiting spinner runs forever.

szopin's picture

Should be fixed in 0.9.7

Pages