this post was submitted on 08 Jul 2023
5 points (100.0% liked)

Fennec for Lemmy

100 readers
1 users here now

new home: [email protected]

Small and simple android (for now) client for Lemmy, built with React-Native and Expo.

Currently in beta stage.

Last version: (new community)[https://lemmy.world/c/arctius]

Latest build is always in the github repo

founded 1 year ago
MODERATORS
 

I think, at this point, app is pretty stable and useable, I'm even planning to submit it to Google Play Store for private testing (mostly for the convenience of updating the app).

If you tried this or previous versions, hows your experience was so far? Don't be afraid to share your opinions, requests and spotted issues. My phone is pretty large and its the only way I test my own app, so maybe I'm missing something design wise? Are the lists (comments, posts) working fine and fast?

And, as usual, I'll be glad to have some contributions.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (2 children)

The app is going pretty well! It's pretty smooth and quick. There's just a few things I'd like to see addressed:

  • the time and date for each post is way off. I'm guessing it's using a certain timezone instead of my local time
  • show the instance for each post. For example, I can't tell if a post is on beehaw.org/c/technology or lemmy.ml/c/technology because it's just shown as "c/technology"
  • the username and time in the header can overlap as seen here
  • open links in Custom Tabs
  • the list of followed communities should also have their instance shown
  • EDIT: a button to jump to next parent comment

And some other minor things that would be nice to have but not urgent

  • option for a dark theme/background (not AMOLED black)
  • ability to change font size. At the moment it is fine (thank you for not picking super small fonts like a lot of others!) but I'm sure it'll be beneficial for others requiring more accessibility
  • the list of followed communities is not in alphabetical order so it's hard to navigate

Thanks for all your work so far!

[–] delirium 2 points 1 year ago

What a comprehensive list, thank you. I'll add everything to my to do list so I won't miss anything :)

[–] delirium 2 points 1 year ago

Fixed few issues in new update, but sorting communities will be quite a chore to be honest, since API gives us ability to sort same as posts only (activity, top X, hot, new, old etc) but not by subscription date or alphabetically. Don't want to spam them with multiple requests to grab all apis, but I'll consider raising and issue on their github. :)