![]() |
Re: Quickddit for SailfishOS
Quote:
Quote:
On the other news, reddit recently has some minor changes and unfortunately this break some of the code in Quickddit, which causes you have to re-login everytime starting the app. I will release a fix very soon. |
Re: Quickddit for SailfishOS
Quote:
|
Re: Quickddit for SailfishOS
I'm with szopin in this one. I think it would be by far easiest way to browse subreddits, however if you dont like the idea, so be it.
|
Re: Quickddit for SailfishOS
Sorry for being offtopic here, but what's in the IRC client (great app otherwise) are no horizontal puley menus. Nothing can be selected in them by pulling; it's just an overlay that mimics the look of pulley menus, which is quite confusing (maybe it's just me, but having every side of the screen glowing doesn't sound very intuitive).
The exact same behavior could be done by having pages left and right of the current view. The same applies to this reddit client. I'm with dicksonleong8 here. Why break the silica logic, when you can achieve tthe same thing better using the current guidelines... |
Re: Quickddit for SailfishOS
Quote:
Quote:
(I guess swipe left for page with subreddits would be ok with guidelines and have exactly the same functionality, except silica dot to indicate that you can go right and not the highlighted side, you're not navigating inwards without selecting anything anyway) extra edit just to end my rant: silica guidelines are ok for mobile apps with few choices, try to implement silica/pulleys for QT Creator/Transmission/GIMP, with many choices pulley just sucks or needs workaround to hide all settings under a few choices, for often used options that just doesn't work, just imagine chatting with few people on IRC at the same time having to pulley each time to select 'msg' then to select the guy, not only does the left/right pulley give you info who msged you with colour but removes all that burden (and then add chatting on few channels, SW keyboard is a pain already, but I've been using IRC normally/dektop-like on N900 and with HWKB I expect the same from Jolla) /rant |
Re: Quickddit for SailfishOS
I don't understand why you say it breaks the UI. In sailfish, apps consist of main screen, and other screens that are on the right side, navigated forward by clicking and going back by swiping. There is no action for swiping "back" in first/main screen, or other side in the last screen.
Filling that "empty" slot with having an easily scrollable list or useful items, such as channels in irc or subs in reddit seems really clever and intuitive for me. Whole concept of pulley menus is brilliant so why not extend it for browsing long lists instead of having them in a separate and awkwardlooking page? |
Re: Quickddit for SailfishOS
I think you are talking about 2 different design: one is exactly like the IRC one, which is basically a horizontal pulley menu. Another one is new page by swiping left (as suggested by mikecomputing), indicate by the extra dot at the top left (we call this an "attached page"). The first one is not a good design and violating the UI logic of Sailfish app, while the second one is a perfectly good design.
I'm not able to implement the "attached page" design yet because it is not working properly in emulator (hopefully will be fix in next SDK update). I will try to improve the design so that user can access subreddits much easier, but the horizontal pulley menu is a no go. Finally, I releasing 0.3.1 for fixing the login bug, with some minor bugs fix and improvements. As usual, update from OpenRepos and changelog from GitHub. |
Re: Quickddit for SailfishOS
I understand your point, but disagree with it. For my understanding, apps in sailfish aren't supposed to have any pages to the left while starting it. Either way, as I said Im just stating my opinion and not trying to push anything. :) However, I really like the menus in irc and think they fit sailfish perfectly, and should be a part of the standard UI.
e: Great that you have fixed the login issue! |
Re: Quickddit for SailfishOS
w00t is willing to helpbon the qt/qml bug with pics:
http://talk.maemo.org/showpost.php?p...&postcount=492 |
Re: Quickddit for SailfishOS
If a vertical "pulley" isnt an option, id like to see a few subreddits pinnable in the main pulley
|
Re: Quickddit for SailfishOS
Turns out most tweaks can be done without recompilation. For landscape support just add
Code:
allowedOrientations: Orientation.All how it loads originally http://t.co/ol0FPTH45M after turning sideways and back to portrait http://t.co/D76JcFVexz (if anyone knows better/easier way to post screenshots from jolla pls share) after orientation switching swipe back to comments works without hitches, any suggestions how to make it scale properly from initial load? the only noticeable diffs in the image viéw qml (comparing to veskuh's tweetian) were triple = which did not do the trick |
Re: Quickddit for SailfishOS
Is there a way to save posts? Couldn't find one, and this is an important feature!
|
@szopin that's an interesting discovery. Unfortunately the emulator does not support switching to landscape mode, so I can't test that or create a workaround :(
@thejuz11 on my todo list but not high priority. |
Re: Quickddit for SailfishOS
Quote:
|
Re: Quickddit for SailfishOS
Updated to 0.3.2!
- Add support for viewing image from more formats of Imgur URL - Add support for view, add and remove subreddits for multireddit - Add support for search within a subreddit - Show number of hidden comments (show additional comments is not implemented yet) - Add refresh action for cover - Redesign open link dialog UI - A lot of minor UI fixes - "Front Page" and "Sureddits" options move from "More" to the pull down menu for easier access - Fix image not fit to screen - Fix a possible crash when performing multiple request at startup - Show a message after added/edited/deleted a comment successfully Update from OpenRepos |
Re: Quickddit for SailfishOS
Quote:
I have just two suggestions:
|
Re: Quickddit for SailfishOS
Quote:
With a reddit account you can "save" a thread or a comment, but I have not implement yet (in my todo!). But without an account... Quickddit is design for user with a reddit account so I don't think I will implement that. |
Re: Quickddit for SailfishOS
Quote:
What is the problem with attachedPage? I have used it in some of my apps and it works fine. Just tried it in the emulator as well as on the device and works great on both. You just need to do (replace attachedPageId with the id of your own attached page): Code:
onStatusChanged: { I also forgot about one thing that is quite annoying: Could you please change the color of links (like it was done in Tweetian)? The default blue color is unreadable in Sailfish. Thank you. |
Re: Quickddit for SailfishOS
Do you think to publish quickddit on Harbour?
Thanks |
Re: Quickddit for SailfishOS
Landscape support would be awesome!
|
Re: Quickddit for SailfishOS
@nodevel I managed to implement it correctly, pushed the changes to GitHub, if you wanna test you can built yourself :)
@magullo yes, but only when it is stable and out of beta, which means long way to go. Also, AFAIK, harbour doesn't provide the download statistics yet, so really no incentive to publish to harbour for now. @parasemic emulator does not support landscape yet, so I can't test and enable it for now. You can manually enable it by editing the QML file though (see here). |
Re: Quickddit for SailfishOS
Hi - thanks for this app - I use it almost every day!
I'm not sure if there is still ongoing development, but I have two suggestions / feature requests which I think would be great if they could be included with the next update: 1) Fix image zoom - I think this used to work, but it broke with the Sailfish OS update to Qt 5.2. 2) Support for 'gifv' playback, currently an error message is shown when selecting a imgur link to a 'gifv' file, and it has to be opened in a browser to view it. It would be great to get playback directly in the app, but another workaround would be to just automatically modify the link to strip off the trailing 'v', and load the normal (but larger) 'gif' version instead. |
Re: Quickddit for SailfishOS
Quote:
Code:
Rectangle { (based on this commit by veskuh that fixed tweetian: https://github.com/veskuh/Tweetian/c...77e2483f735113) |
Re: Quickddit for SailfishOS
Quote:
I created a pull request with this patch in too: https://github.com/dicksonleong/Quickddit/pull/12 |
Re: Quickddit for SailfishOS
Unfortunately I still not able to get a Jolla here (Malaysia). I like SailfishOS but I really don't have that much of interest to continue develop an app for a device I don't own. So I apologise for all the users who used my apps and waiting for an update.
Luckily, Quickddit at its current state is still pretty usable with all those basic functions implemented. Maybe someday other developer can take over this project... (remember it is open source!) |
Re: Quickddit for SailfishOS
Quote:
What about setting up a crowdfunding campaign? It worked well for other developers and I think you could be then able to get one from India or EU (using some TMO user or re-shipping services). I don't really miss any functionality in Quickddit, but it's a shame you had to develop it without a device, using only the SDK. Thank you again for such a great app! |
Re: Quickddit for SailfishOS
It is a shame, but things might get better in near future:
Code:
On Thu Apr 16 07:27:46 2015 GMT+0200, Karl Granström wrote: |
Re: Quickddit for SailfishOS
Quote:
But was just that day (Monday 27, my birthday) that I found your app. Really interesting, indeed I already made a fork in github (I'm sure you'll notice it), and well... I'm studying the code to improve the app and continue it in my way :) Ofc, still opensource and will mantain credit to your self. |
Re: Quickddit for SailfishOS
Hi all,
I haven't posted here (much) but I've been a happy user of the N900, N9 and now the Jolla phone. I came across the wonderful Quickddit app made by dicksonleong and to my horror I found out he's not maintaining it anymore! So I decided to pick up development, primarily for the Jolla, since that's my main phone, but also for the N9 because I still have one lying around and porting most features is not too much extra work. I've just made a new release, 0.4.0, that adds the following features: * Load more comments feature implemented * Show author in italics when it has special status (submitter, admin, moderator) * show link flair * focus TextArea automatically in TextAreaDialog * fix UI link voting in comments page * links are now colored according to theme I've published my version here on OpenRepos Edit: when installing the new version, you'll have to log in again because the app (of course) has a different reddit oauth client ID |
Re: Quickddit for SailfishOS
Thank you so much for picking this up! Link coloring was the single most annoying thing for me, you just made my experience a whole lot better :) Kudos to you, good sir, keep up the good work!
|
Re: Quickddit for SailfishOS
Brilliant work, thanks! Are you planning to get it in the harbour?
|
Re: Quickddit for SailfishOS
Yes it's in the QA queue right now
|
Re: Quickddit for SailfishOS
Quote:
Thank you! BTW, just wondering, did you ask dicksonleong before pushing to OpenRepos and Jolla Store? |
Re: Quickddit for SailfishOS
It's now showing up in Jolla Store :)
And since I already posted: I noticed that pressing Play on a finished gifv redownloads it, or so the animation suggests. Could this be fixed? Thanks in advance :) |
Re: Quickddit for SailfishOS
update imminent :)
|
Re: Quickddit for SailfishOS
Thank you sooooo much!!!!! (hint: long press a comment to hide whole circlejerky thread, works so nicely)
Have to ask though, anyone getting images stuck at 0% and never loading. Playing today with network monitor noticed there is bandwidth used in the background, so it looks like quickddit issue (happens rarely fresh after start, then becomes persistent like every second pic won't load, you can retry few times and eventually it will load, open in browser works every time so think it is quickddit bug) |
Re: Quickddit for SailfishOS
Hah, good, you found the long press functionality. I was slightly worried if it was discoverable enough. And I'm not really planning to start writing a manual.
Regarding image and video previews, yes, there's some issues there. I haven't seen exactly what you describe, but I've seen videos playing choppy while showing 0-1% progress, or images not displaying if their size is too big. I'll have to dig a bit deeper in AnimatedImage and related QML types to see if I can poke them in a better way. |
Re: Quickddit for SailfishOS
The black issue on big images throws this I believe:
Code:
[W] qt_png_warning:499 - libpng warning: iCCP: known incorrect sRGB profile |
Re: Quickddit for SailfishOS
Thanks very much for the updates!
One issue I've noticed (just a small annoyance really), is that whichever network connection is in use when the app is first run becomes the only connection that the app will attempt to use. If I have the app running, and leave home, and the phone switches from WLAN to mobile data, I have to quit and reload before the fetching of any network resources (comments/images/posts etc.) works again. |
Re: Quickddit for SailfishOS
Quote:
Currently, it's a choice between showing a static image always, or animated image always but with big picture bugged. That, or fetching the image first, analyze it, and show one of Image/AnimatedImage. In other words, it's hard to work around, it should be fixed in AnimatedImage. Quote:
|
All times are GMT. The time now is 09:13. |
vBulletin® Version 3.8.8