this post was submitted on 04 Jul 2023
1 points (100.0% liked)

Technology

37603 readers
512 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

cross-posted from: https://zemmy.cc/post/79525

I currently have 4 different Android clients for Lemmy installed on my phone and none of them are what I'm looking for. Additionally I've tried 3 different PWA's and they're still not what I want out of a browsing experience.

So I've decided if nobody else is going to make what I'm looking for I'll have to do it myself. This is an early preview of the current unnamed client I'm working on.

It will be a PWA supporting Android and iOS, though I don't own any Apple products so support will be in so far as they don't do dumb stuff to break PWA standards. It's open source and will be free to use.

Currently the dev environment is hardcoded to my personal instance as CORS support is restricted in the Lemmy server until a future release. This means all PWA's are actually proxying your requests through their server in order to rewrite the origin header. I don't intend to release this until CORS support is fully resolved which should be soon.

I need help with a name! I was considering Infinity since I'm using that for the loading symbol, but there's already a reddit client with that name and I don't want to poach it if they decided to transition to Lemmy.

top 3 comments
sorted by: hot top controversial new old
[–] ashtrix@lemmy.ca 0 points 1 year ago (1 children)

One feature I miss that I haven't found for lemmy is "mark as read" on scroll. Any chance that might be added? As for a name, how about Loop so the infinity symbol would still work?

[–] Zetaphor@zemmy.cc 1 points 1 year ago* (last edited 1 year ago) (1 children)

I currently have it marking read on comment view, which is the default behavior of the current interface, however it shouldn't be a problem to add that option

Edit: I actually quite like the name Loop 🤔

[–] ashtrix@lemmy.ca 1 points 1 year ago

Awesome. I'll follow the project on GitHub