Remmel is a native iOS client (and macOS version too!) for the Lemmy Federation! It supports Multi-Account & Multi-Instance, creating posts/communities, commenting, posting, editing, messaging and other features. And I’ve implemented changing icon to white/black theme ☺️.
Added:
- App now feels much faster, we’ve changed websocket connection.
- You can now edit your post or comment!
- Toast messages for some actions like comment posting or saving posts.
- Star feature on post/comment added.
Changed:
- Update to v0.9.9 API
- Copy/Paste feature
- Ability to change instance right from App Info screen
- Link parsers now parse only current instance
Fixed:
- Finally ship with working inline images in post/comment
- Fixed a bug where some posts not showing url
You can download it in AppStore
If you have some issues, please report it here
Please star the app on Github and subscribe to !remmel@lemmy.ml
congrats! Out of curiosity, what changed from the technical standpoint of your websocket implementation that improved performance?
Remmel now doesn’t create a new websocket connection for every request, instead it now send websocket messages and receive messages on the same connection whenever possible. Just see lemmy-ui and remmel