MV [Jerboa dev]

  • 22 Posts
  • 85 Comments
Joined 2 years ago
cake
Cake day: July 25th, 2023

help-circle

  • I had also noticed images being rendered in the wrong size lately. They’ll look normal at first, but if you scroll past them, then scroll back up; some images are ~150% size and falling off the edge of screen.

    I haven’t encountered this yet. How recently? Since 84? or on 83 ?



  • I didn’t expect to find this here. You can ask Jerboa stuff in the Jerboa community.

    We used to receive lots of noise regarding “Jerboa not working” due to external factors, i.e not caused by Jerboa. To avoid this and help/inform the user. I created this “verification” system.

    Upon account login/switch or invalidation (like networks calls start failing)

    the active account under goes verification.

    This means Jerboa checks if:

    • phone has internet
    • account still has a valid login token
    • The instance is not down
    • Your account is not banned
    • Your account is not deleted

    Usually this doesn’t take long. I should probably document this somewhere but not sure where.












  • The biggest problem is not the domain registering. We already link all “popular” lemmy instances through a script. The hard part is rather the id of that link is local to the instance. If ur on lemmy.world and click on lemmy.ml post we would need to translate the id of lemmy.ml to the id that it would be on lemmy.world. (This is possible) But a lot of work to hook that in correctly. We would need to intercept the link at the right place. Further if the post hasn’t federated yet. We would need to switch to that instance (lemmy.ml) to then show the post.