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
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
Mon, 2021/11/15 - 20:05
Permalink
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
Tue, 2021/11/16 - 10:57
Permalink
It seems that last update solved (at least my) problem. I appreciate your efforts and quick reaction. Thumb up.
kettcar64
Sun, 2021/11/14 - 19:12
Permalink
Starts up, tap on thread, got loop (Xperia X 4.3.0.12)
szopin
Sun, 2021/11/14 - 20:29
Permalink
Just tap Logout once, it should populate the key value with default, need to do it autmatically if it's missing oops
szopin
Sun, 2021/11/14 - 19:57
Permalink
Can you try running with qml-scene from terminal and pasting output?
TMavica
Sun, 2021/11/14 - 19:09
Permalink
Login > could not load page
szopin
Sun, 2021/11/14 - 19:57
Permalink
Can you try running with qml-scene from terminal and pasting output?
TMavica
Mon, 2021/11/15 - 01:29
Permalink
Sailfish crypto module is not install
TMavica
Mon, 2021/11/15 - 01:40
Permalink
Sailfish secret too
TMavica
Mon, 2021/11/15 - 01:48
Permalink
Aftee install those packages, it said 'no such cryptographic service provider plugin exists' when i click Login
szopin
Mon, 2021/11/15 - 05:11
Permalink
Try 1.0.2 I've added hopefully all the crypto/secrets needed in Requires
TMavica
Mon, 2021/11/15 - 06:29
Permalink
Same. No such cryptographic service provider plugin
szopin
Mon, 2021/11/15 - 06:46
Permalink
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
Mon, 2021/11/15 - 14:50
Permalink
After reboot, it show 'Begin public key.............End public key' , nothing happen
szopin
Mon, 2021/11/15 - 14:58
Permalink
Hmm, are there any errors in terminal? which sfos version are you using?
TMavica
Mon, 2021/11/15 - 16:10
Permalink
Do push:134 Warning: cannot push while transition is in progress
szopin
Mon, 2021/11/15 - 16:40
Permalink
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
Mon, 2021/11/15 - 17:47
Permalink
Dont understand...sorry. Whats should i type before those line?
szopin
Mon, 2021/11/15 - 19:06
Permalink
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
Mon, 2021/11/15 - 17:58
Permalink
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
Mon, 2021/11/15 - 17:43
Permalink
The output is Dopush:134
TMavica
Mon, 2021/11/15 - 16:11
Permalink
4.3.0.12
inte
Sat, 2021/01/30 - 14:54
Permalink
Great thank you very much that is absolutely amazing!!
inte
Mon, 2021/01/25 - 12:15
Permalink
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
Thu, 2021/01/28 - 22:42
Permalink
Out in 0.9.9
szopin
Mon, 2021/01/25 - 12:43
Permalink
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
Sat, 2021/01/23 - 14:53
Permalink
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
Sun, 2021/01/24 - 22:35
Permalink
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
Thu, 2020/12/31 - 01:45
Permalink
Hi, i've recently noticed that all categories under Latest and Top buttons are no longer accessible, the waiting spinner runs forever.
szopin
Thu, 2020/12/31 - 20:29
Permalink
Should be fixed in 0.9.7
Pages