tylerbwong / stack

An Android app for browsing Stack Overflow and other Stack Exchange sites.
https://stack.tylerbwong.me
GNU General Public License v3.0
523 stars 36 forks source link

Add more informations to questions #50

Closed victorvicari closed 4 years ago

victorvicari commented 5 years ago

Closes #20

make use of calendar.getInstance() to set properly the dates. For the favorites, use the star icon created at drawables folder. pic_1_stack_app pic_2_stack_app

tylerbwong commented 5 years ago

Hey @victorvicari thanks for the PR! I'm actually still not 100% sure if I want to add all of this information to the main feed since it's getting a little crowded. Let's put this on hold for now. I was also hoping we could format the date like "2 years ago" or "2 minutes ago" instead of the full date.

victorvicari commented 5 years ago

Sure, I'll take another look at it, as you suggested. And, about item view, yes, I had the same impression.

tylerbwong commented 5 years ago

Awesome! Also, I'm in the process of adding favorites in #49 so we probably can remove it from this PR.

tylerbwong commented 4 years ago

Closing for now as we revisit how to format question items.