(iOS | Web | Unity3D) Developer

the more you get, the less you are.

  • 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle
  • I’m not sure about Avelon specifically, but I am the developer of Arctic and since I’ve seen several posts about this issue in several clients with no developer responses, I thought I would chime in.

    Most clients (mine included) rely heavily on opengraph metadata for generating link previews, and presenting in-line content. This includes information like titles, descriptions, direct image/video links, etc. RedGifs serves opengraph data on all of their webpages and this is how (i’d assume) most clients retrieve the video link for displaying the media in-app.

    Well recently (in the last few weeks) RedGifs made some changes. They still serve all the same metadata, however the video link they provide will not load unless accessed via their API. Well this is kind of silly, why provide the link if it cannot be used. Anyway, due to these changes, I decided to apply for a client key for their API. They do have some restrictions as to what type of clients can use their API, but Lemmy apps on apple/google storefronts should fit their guidelines. However it has been several weeks since I applied for the API key, and I have received no response. I’m not sure if other clients have had similar issues or not, but I though I’d share my own experience with attempting to resolve this in my client.






  • That’s great, glad your liking it so far! I definitely plan on adding a lot more customization options going forward. Right now there is not much in terms of customization, I’ve primarily been focusing on making sure all the core features of Lemmy are supported before transitioning to appearance settings.

    Arctic is at a point now where virtually everything except for Admin tools are supported, so I am planning to start adding more customization options, and detail adjustments in the next couple of releases. I try to push at least one update a week with new features and fixes.

    I’m always open to suggestions so if you have any feedback, don’t hesitate to ask.


  • Great question! No information is provided by TestFlight to the developer by joining a test group. When submitting feedback such as crash reports, or screenshots, then only anonymous device information is provided such as iOS version, device type, connection type, time zone, battery level, free disk space, and screen size. Optionally users can also provide their email address when submitting feedback so the developer can contact them, but this is not required.

    There are also private TestFlight groups where you need to share your email with the developer so they can specifically add you to the test group, but that is the only difference between private and public groups.

    So you can rest easy, you’ve not been sharing any information just by joining a public TestFlight.






  • Thank you!

    I implemented collapsible comment chains in v0.2.1 which should be out within the next day or two. I added settings as well to choose between (tap|swipe|both|disabled) for the feature. I’ve been testing it for a few days and it seems to be working great.

    I’m also working on a feature to automatically collapse low score chains when opening a post, though that needs some work and likely won’t be included in this next release.

    Thanks for the feedback!