Native viewer/browser for SFOS Forum
Icon by dseight
Source: https://github.com/szopin/harbour-sfos-forum-viewer
1.9.4 introduces offline spamcontrol in alpha state as we had a huge influx of schizo trolls/people treating forums as their personal blogs, adding OP works only on first page of topicview, threads are soft-filtered so you can check if any worthwhile users took the bait, highlight of tracked threads where troll is latest poster disabled, posts are hard-filtered, notifications are not filtered (no idea what discourse devs are smoking but they suddenly use usernames for notification endpoints and you need admin api to freely check those lol wtf), but you can mute those even as trust level 1 user (ignore is limited to lvl2 which is why this feature is here, oh and it also doesn't filter threads for whatever reason), no troll-list mgmt as of now, you can only clear the whole thing if you accidentally added someone
From 1.9.0 WorkerScript is used which changes the behaviour for large threads - they will load in steps, if you expect to be taken to a specific post, please just wait for the loading indicator to finish and it should work
Login support is experimental. The authentication token is for now stored in dconf, should be moved to a collection eventually. Logout does not revoke the key, use browser to do that if you suspect someone had access to your device/dconf (relog should overwrite previous key)
Fresh install might need 'systemctl start --user sailfish-secretsd' to load the new plugin (that or rebooting the phone should help), will get that into .spec eventually (should no longer be the case thanks to vige's help with dependencies? have no good way to test it)
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)
1.9.7 - fix for IT translation release
1.9.6 - Italian translation (thanks to 247)
1.9.5 - DE translation fix (thanks to ccontino84)
1.9.4 - Offline spam filter (alpha) added, see description for details/limitations
1.9.3 - Packaging fix for harbour compliance
1.9.2 - Fix enabling/disabling automatic notifications, switch out remaining SilicaWebview to SailfishWebview
1.9.1 - Fix uncensor option missing randomly
1.9.0 - Support for large threads
1.8.4 - Swedish translation update (thanks to Åke Engelbrektson)
1.8.3 - Add option to copy link to specific post to clipboard
1.8.2 - Allow marking threads as read and/or clear tracking from firstpage, german translation update (thanks to nephros)
1.8.1 - Use authenticated requests when possible and tag fix (thanks to nephros)
1.8.0 - Use Sailfish.WebView for login and harbour-compatible dependencies fix (thanks to vige)
1.7.1 - OBS packaging improvements (thanks to nephros), missing category fix
1.7.0 - Subcategories support (thanks to nephros)
1.6.3 - Swedish translation update (thanks to Åke Engelbrektson)
1.6.2 - Allow editing of wikis
1.6.1 - Missing icons in usercard fix
1.6.0 - Proper PM support, avatars/usercards implemented, show marked solutions in threadview, couple bugs squashed
1.5.0 - Automatic checking of notifications, tags support, better internal links support, image uploads now timeout after 20min to give more time to finish a post (discourse downloads local copies after around 5 mins, so there's ~15min to finish after upload completes)
1.4.0 - Editing posts (huge thanks to vige for finding the bug)
1.3.3 - Simple support for group mailbox notifications (thanks to vige)
1.3.2 - Swedish translation update (thanks to Åke Engelbrektson)
1.3.1 - Images on ImgBB side should expire within 10mins of upload, delete_url still stored in dconf just in case
1.3.0 - Experimental image upload support (through ImgBB, they accept base64, discourse doesn't)
1.2.3 - Fix for scrolling to new post, revert on cover reload from in-app, not working as expected
1.2.2 - Fix for copying/quoting in pm threads, mark clicked notifications as read
1.2.1 - badge filter fix
1.2.0 - Better internal link handling, large thread support (up to around ~850ish for now, lazy fix, but whisperfish thread should work now until dynamic generation of xhr gets implemented properly), notifications page (accidental feature: replying to PMs seems to work?)
1.1.0 - Sailjail permissions added, internal links with '#' now handled (though without scrolling to #ed section), images with relative urls should work (there is some extra lag on those, seems like a bug), refresh cover when refresh triggered from in-app
1.0.10 - French translation (thanks to pherjung)
1.0.9 - Spanish translation update (thanks to carlosgonz)
1.0.8 - Swedish translation update (thanks to Åke Engelbrektson) and couple tweaks (quote not added by default when replying to a post, pushupmenu in threadview)
1.0.7 - use http statustext instead of assuming json reply (should fix buggy user feedback on actions)
1.0.6 - error handling also for deletions (barely tested as already hit 23h limit)
1.0.5 - replying to posts (with quote), copy to clipboard uses raw message now, posting new threads (with template support), locked threads support, error page should hopefully catch most errors, user feedback when replying/posting new threads very lacking, manual refresh required for now
1.0.4 - randomized ClientID
1.0.3 - Fix for super fast key gen(?)
1.0.2 - Hopefully fix for secrets/crypto dependencies
1.0.1 - Fix for missing key on first start since 1.0
1.0.0 - Experimental login support, liking/disliking posts (10min time limit, so might not work if you change your mind after that time and thread was not reopened), replying to a topic, delete own posts - no ratelimit support, so if feature is not working as expected it's probably hit a ratelimit, run from console to see exact error msg for now
Comments
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
Markkyboy
Fri, 2021/01/01 - 20:32
Permalink
Thank you, I can now browse all other categories! :)
sashikknox
Mon, 2020/09/28 - 09:00
Permalink
You can use md4c library (compile as static) for full MD support (i test it on my Mattermost application, in next release it replace discount, works well, easy to use, much easer than discount lib )
sashikknox
Mon, 2020/09/28 - 09:09
Permalink
Oh, it fully QML, need some work to make project initialization from C++ and add MD4C .... Maybe when i release this in my app, i'll try add it here )
direc85
Mon, 2020/09/14 - 12:40
Permalink
I didn't even install this yet, but I have a suggestion already: why limit this to only SailfishOS forum? I think this could be rather easily modified to support any forum with the same platform.
Anyway, looks great! Giving it a spin!
szopin
Fri, 2020/09/18 - 21:38
Permalink
Try Discourser, it's the 'generic browser for any discourse forum' spinoff, this one is sfos forum specific so can have tweaks custom for it (and also login support at some point in the future)
danfin
Thu, 2020/08/20 - 07:55
Permalink
why does the Icon not update, when updating the app?
muppis
Thu, 2020/08/27 - 16:19
Permalink
UI caches icons and does refresh that cache only during start up (or when triggered to do so, if that is possible).
nephros
Thu, 2020/08/13 - 23:21
Permalink
Gettin better with every update, thanks!
JacekJagosz
Wed, 2020/08/12 - 00:45
Permalink
This new icon is very beautiful, awesome job dseigh!
carlosgonz
Sun, 2020/08/09 - 23:54
Permalink
Thank you. It looks better than before
kucing
Wed, 2020/08/05 - 01:03
Permalink
Good
TMavica
Tue, 2020/07/28 - 07:47
Permalink
Icon is not sailfish style
malibu
Tue, 2020/07/28 - 12:18
Permalink
Sorry, i made it for me and shared it.
I will change it to exact icon proportions of sailfish soon. Have you some else suggestions ?
Pages