RedReader icon indicating copy to clipboard operation
RedReader copied to clipboard

Add flair to post

Open ghost opened this issue 6 years ago • 13 comments

Add ability to Add/Change post flair

  • https://mods.reddithelp.com/hc/en-us/articles/360010513191-Post-Flair

ghost avatar Apr 28 '19 16:04 ghost

Any progress on flair support? Now many sub-reddits remove/hide posts if flairs not added by post authors.

ghost avatar Aug 26 '19 13:08 ghost

+1

lawson85 avatar Apr 08 '20 14:04 lawson85

https://github.com/QuantumBadger/RedReader/blob/master/assets/changelog.txt

50/1.8.6.2
Post flair support

This "flair support" was only for display?

ghost avatar Oct 21 '20 13:10 ghost

Any progress on flair support? Now many sub-reddits remove/hide posts if flairs not added by post authors.

Agreed completely. And the numbers of such subreddits is increasing as well. While I find the app to be overall brilliant (especially with the swipe gestures and overall customizable nature) for browsing, it lacks when it comes to posting. Apart from lack of flair support, it also lacks a 'Suggest Title' feature found in many competing apps.

kirk781 avatar Jan 17 '21 05:01 kirk781

@QuantumBadger, This issue should be on high priority, because now mostly all sub-reddits, including those which are related to Android (including /r/FOSSDroid), just remove/hide posts automatically if newly submitted post has no flair.

ghost avatar Feb 05 '21 18:02 ghost

Thanks for the info guys. Adding a flair to submitted posts is a feature I'm planning to put in the next release.

Every time the subreddit field in the post submit activity gets modified, we'll have to:

  • Request the list of possible flairs from the subreddit
  • Check whether a flair is mandatory for that subreddit (hopefully possible using the API) and prevent submission if it's missing
  • Show a UI of some sort to allow the flair to be selected

QuantumBadger avatar Feb 06 '21 18:02 QuantumBadger

Adding a flair to submitted posts is a feature I'm planning to put in the next release.

Thanks, for response. It's really a critical issue for users of such subs as /r/FOSSDroid, where posting without flair is prohibited.

  • https://old.reddit.com/r/fossdroid/comments/l6z1xv/2_great_foss_reddit_clients_for_android/

ghost avatar Mar 15 '21 13:03 ghost

@Symbian9 Don't worry, I'm aware :)

I'm very short on free time at the moment, but I've got a prototype of this locally. The UI still needs a fair bit of work before I can push it though.

QuantumBadger avatar Mar 21 '21 23:03 QuantumBadger

@Symbian9 Don't worry, I'm aware :)

I'm very short on free time at the moment, but I've got a prototype of this locally. The UI still needs a fair bit of work before I can push it though.

Can this be combined with also adding support for showing all award icons since they are probably loaded in a similar way?

japanesephundroid avatar Mar 24 '21 11:03 japanesephundroid

I've now committed the initial implementation of this: https://github.com/QuantumBadger/RedReader/commit/3c21f2c0f17863bcdbf87f781231177eb94ca76e

It's available in Alpha 275: https://redreader.org/alpha/

Things not supported yet:

  • Enforcing that a flair is provided when it's mandatory
  • Adding custom flair text (as opposed to the predefined flairs for the subreddit)

This ended up being a massive change, so if everyone could give the feature plenty of testing in the alpha, that would be much appreciated :) Any problems please let me know!

QuantumBadger avatar Apr 04 '21 22:04 QuantumBadger

Can this be combined with also adding support for showing all award icons since they are probably loaded in a similar way?

@japanesephundroid Unfortunately this uses a different API and would be a separate task. Thanks for the suggestion though :)

QuantumBadger avatar Apr 05 '21 09:04 QuantumBadger

Can this be combined with also adding support for showing all award icons since they are probably loaded in a similar way?

@japanesephundroid Unfortunately this uses a different API and would be a separate task. Thanks for the suggestion though :)

Ok, thanks.

japanesephundroid avatar Apr 05 '21 10:04 japanesephundroid

Is the alpha version still the only way to go?

dekiesel avatar Aug 29 '24 06:08 dekiesel