evgiz

joined 2 years ago
MODERATOR OF
 

Hi everyone!

This update adds push notifications, a bunch of fixes and a few requested improvements. It also turned out that the second RC for Lemmy v19 broke a lot of things in the API, so those issues are fixed in this update too.

Here's the changelog:

Avelon 1.0.8

  • Added push notifications
  • Added support for Lemmy version 19
  • Added option to always show post authors
  • Removed karma/upvote counts for user profiles
  • Fixed issue with page animations not showing properly on iOS 17.1+ and some other 17.1 issues
  • Fixed API issue with some accounts that could greatly reduce performance
  • Fixed a rare hang in the subscriptions page
  • Fixed crash when tapping enter after writing an emoji
  • Fixed a crash caused by certain corrupted images
  • Fixed UI layout issues in some rare scenarios
  • Fixed performance issues with some posts
  • Fixed a rare crash triggered by some feed types
  • Various other bugfixes and improvements

Apologies for the slow communication lately, I've been in a busy period and haven't had as much time to put into Lemmy as usual.

Hope you enjoy the update!

 

Hi everyone,

For the past weeks I've been working hard on a push notification service for Avelon that is finally ready for open beta! This feature involves a completely new cloud service that automatically notifies you whenever someone replies to your posts/comments, and it simultaneously supports multiple accounts you might have. Although the app itself doesn't change much with this new Testflight build, there's a lot of stuff happening in the background to make push notifications happen.

My goal with the open beta is to test the service with many more users to see how it scales under heavier load. I'm not sure how powerful of a server it'll need - and as many of you might know cloud compute isn't exactly cheap. The service isn't quite done yet, so while I keep working on it you should expect downtime and occasionally delayed notifications.

How to join

  • Download the latest 1.0.8 testflight build
  • Open Avelon and go to Settings/Notifications
  • Enable notifications for the accounts you wanna use

When you're testing, I'm especially interested in verifying that you're not getting any duplicate notifications and that you're receiving notifications for all the accounts you've enabled. Also, please share any bugs you might find or thoughts about how to improve things!

Notifications should still work if you go back to the App Store version without deleting the app, but notifications won't open the post and the notification badge will probably not behave properly. This is just a result of the previous version not supporting notifications yet, and will ofc be resolved with the official release!

Technical stuff for those interested

The push notification service is written in Rust, which is a pretty awesome language. This is my first time using it for a complete solution, but I must say I'm already sold on the features the language offers. Ensuring performance and security was a breeze compared to many other languages I've used. For those unaware, Lemmy itself is also written in Rust.

I've prioritized making sure the service scales well with many users, whilst not being heavier than necessary on the Lemmy servers. All traffic from the Avelon service is properly tagged to make it easy for instance owners to verify that the traffic is legit, and not some kind of DOS attack. If the traffic turns out to be a bit heavy for any instance owners, please don't hesitate to contact me to discuss how I can tweak the service to be less demanding on your server.

With the addition of push notifications I'll also update the privacy badge on the App Store to include (opt-in) collection of device identifiers. This is just a practical necessity to know which device to send notifications to. Apple continuously shuffles these random IDs, and they are the only ones who know who each one belongs to. The Avelon service simply sends a notification with the ID to Apple, and they figure out which device to forward it to. And of course, if you disable push notifications in the app all your info is immediately deleted from the notification server.

Thanks for reading & helping me test!

 

Hi everyone,

First of all, thanks so much for everyone using Avelon and everyone who've decided to support the development by upgrading, it really means a lot! All the feedback in the post following the release of pro was definitely insightful. If you're unaware, I recommend reading the post as well as my reply here.

I've decided to push towards a 1.0.7 release a bit earlier than planned to address everyone's feedback. My goal with these changes is to provide a wider range of features in a more basic free variant, whilst offering more extensive customization options and an even better experience as an optional upgrade. This way everyone gets to try out more stuff for free, and if you want the full capabilities you can feel confident that the features work as you'd expect. This setup is more in line with other apps as well as the feedback from all of you.

In addition to tweaks to the free tier, the update contains a new text selection tool, a new dark theme, the ability to lock the app with FaceID, more filtering options + lots of QOL improvements and bug fixes.

Full Changelog

Adjustments to the free/pro tiers

  • Added a basic jump button to the free version
    • The smart jump button with extra settings and customisation remains pro
  • Everyone now has access to a limited number of custom filters for free
    • The pro version includes unlimited filters and new filtering options
  • The maximum number of profiles in the free tier is now three (guest + 2 custom accounts)
    • This change does not affect any accounts you've already added
    • The pro version has unlimited accounts
  • Added a free 7 day trial option to enable everyone test out the pro features
  • Added various descriptions to pro settings to more clearly explain what they do
  • Replaced the groups “pro” tag in subscriptions with a link to a more details about the feature

New pro features

  • Added ability to lock the app with FaceID
  • Added new dark theme ‘Hacker man’
  • Added option to place the smart jump button anywhere, not just around the edges
  • Added ability to filter independently on either the post title or post body

New features, QOL improvements and bug fixes

  • Added tool to select text from comments & posts
  • Added ability to delete your own posts
  • Added share option to links and comments
  • Improved prioritizations for swipe gestures
    • This should prevent accidental downvotes when you’re trying to swipe back!
  • Fixed issue where editing markdown links would sometimes show weird characters and symbols
  • Limited the maximum number of smart link previews in posts
    • This should keep “link aggregation” posts from being unnecessarily long
  • Fixed issue where adding accounts would sometimes fail
  • Fixed issue where swipe-to-go-forward could sometimes break after tapping the navbar to go back
  • Removed option to report/block yourself
  • Lots of minor bug fixes and improvements
 

Hi there fellow Apple enthusiasts!

Yesterday I announced that my native iOS app for Lemmy called Avelon is finally ready for testing, and I figured some people here might also be interested in checking it out!

My focus for the app has been performance, design and ease of use. As you can probably tell I got a lot of inspiration from Apollo and other iOS-first apps - but I think I've added my own cool spin on both the design and functionality.

Here's a couple screenshots of the app:

If you wanna try it out I'd greatly appreciate any feedback/suggestions so I know what to focus on next! I think the core experience is pretty solid already, but the app still lacks some important features such as adding new posts.

Download Avelon (Testflight)

Avelon is developed in Swift using almost enitrely SwiftUI. For those unfamiliar, SwiftUI is the newest UI library by Apple intended to replace things like UIKit over time. SwiftUI is cross platform, so Avelon also runs on macOS actually, though the UI is not tweaked to fit mac just yet. The tech is really great to work with, and it makes it super easy to fit right into iOS. I posted some more details about the project over on the community page for the app here if you wanna check it out.

Thanks, let me know what you think!

 

cross-posted from: https://lemm.ee/post/1358038

Hi everyone! I'm happy to announce that my iOS Lemmy app "Avelon" is finally ready for beta testing! I've been working tirelessly on the app lately and I think it is turning into a quite solid experience now. I'm very excited to hear what you think and gather more feedback before I move towards an App Store release.

My focus for Avelon has been to polish the base functionality as much as possible to ensure that the day-to-day browsing feels as good as possible. I've also done things a bit differently to make it easier for new people to try out the Fediverse. Rather than requiring new users to look through a complicated list of instances the first time, the app automatically shuffles a list of preset instances so you don't need to think about it until later when you register. This will hopefully also reduce the load on individual servers.

Features

Avelon already supports quite a few cool features:

  • Posts and feeds
    • Clean UI to explore all your feeds
    • A pretty nice comment view
    • Support for images, GIFs, videos, youtube
    • See community feeds and sidebars
    • Quick search communities and subscriptions
  • Login to your account
    • Reply to posts/comments (with markdown highlighter!)
    • View and edit your old comments
    • Upvote comments and posts
    • View/manage your followed communities
  • Design & customization
    • Dark and light mode with customizable accent color
    • Compact posts, large posts and gallery view
    • Footer/header bars automatically hide for a cleaner experience
    • Change behavior such as tap to collapse, default sorting etc.
    • Long press actions for a less cluttered interface

..and probably some other things I can't remember just now.

Screenshots

Check these out!

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

Join the beta

The beta is available on testflight through this link (limited to 1000 testers for now):

Join Avelon Beta on Testflight

The app is supported on all iPhones with iOS 16 and higher (worked ok on my old iPhone X!). I'd love to hear what you think about the overall user experience, design, functionality, stability as well as any bugs or issues you might find. A few important features are still missing, most notably adding new posts. I'd love to hear what additions you are most interested in me looking at first:

  • Creating posts
  • Viewing users comments/posts
  • Saving posts/comments
  • Report/mod tools
  • Multiple accounts
  • Themes/more customization
  • Improved image/video viewer
  • Anything else?

Thank you & future plans

First, I'd like to thank Christian Selig (the developer of the Apollo app) for creating a really amazing app that I've been using every day for the last several years. As you can tell, Avelon is definitely inspired by Apollo (though I think I've put my own personal spin on the design and functionality!).

If people enjoy Avelon I'd like to spend more of my free time working on it and improving the app over time. In the spirit of transparency, I'd like to mention that I might do some kind of "pro" version at some point later on to support the project. All the base functionality people need will of course be free, but pro features could be additional "nice-to-have" features like themes or advanced tools etc. I'm not planning to do anything paid just yet though, just wanted to mention it. Right now my focus is to provide a great experience and to help build the Lemmy platform into something even better.

Finally I'd like to thank the Lemmy developers as well as everyone using the platform. Everyone contributing is making this platform the amazing place it is turning into. I personally haven't browsed the site-that-should-not-be-named since the API shut down - I decided to spend all that time on developing this app instead. And I'm really excited to see what Lemmy becomes over the years.

Sigve Røkenes

/evgiz