maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Quickddit for SailfishOS (https://talk.maemo.org/showthread.php?t=92222)

dicksonleong8 2014-05-29 07:08

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).

mattaustin 2015-04-11 08:27

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.

szopin 2015-04-11 11:56

Re: Quickddit for SailfishOS
 
Quote:

Originally Posted by mattaustin (Post 1466362)
1) Fix image zoom - I think this used to work, but it broke with the Sailfish OS update to Qt 5.2.

You can either do the three finger workaround (just place third finger and then zoom, bit wonky but works), or edit /usr/share/harbour-quickddit/qml/ImageViewPage.qml file, after NumberAnimation definition in PinchArea (around line 180 for me) add:
Code:

            Rectangle {
                opacity: 0.0
                anchors.fill: parent
            }

This fixes it for good

(based on this commit by veskuh that fixed tweetian: https://github.com/veskuh/Tweetian/c...77e2483f735113)

mattaustin 2015-04-11 12:17

Re: Quickddit for SailfishOS
 
Quote:

Originally Posted by szopin (Post 1466386)
This fixes it for good

Thanks! That did the trick!

I created a pull request with this patch in too: https://github.com/dicksonleong/Quickddit/pull/12

dicksonleong8 2015-04-15 17:54

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!)

nodevel 2015-04-15 19:34

Re: Quickddit for SailfishOS
 
Quote:

Originally Posted by dicksonleong8 (Post 1467289)
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!)

I am speechless - I didn't even imagine that the author of the most feature-complete app on SailfishOS is not even a Jolla owner.

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!

szopin 2015-04-17 16:43

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:
> Hi,
>
> We are still working hard on it but the tablet support work has been eating our resources from this area. But some good news is that we are planing to launch the donation support in Store in really near future.
>
> Br,
> Karl

Then again the app itself could have donate option even without store support for it (or maybe offer a donation drive, list some features and let people donate for the ones they lack most and every milestone from donations reached implement it? would chip in a tenner for 'hide' of junk comment branches, luckily scrolling got a lot smoother in last update)

JustDevZero 2015-04-28 01:54

Re: Quickddit for SailfishOS
 
Quote:

Originally Posted by dicksonleong8 (Post 1467289)
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!)

My trainer always told me that "someday, is not a day of the week".

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.

accumulator 2015-06-22 08:58

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

tadzik 2015-06-22 10:10

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!


All times are GMT. The time now is 19:06.

vBulletin® Version 3.8.8