avelon Avelon App Posting this from Voyager
Jump
  • evgiz evgiz 8 months ago 80%

    Most of my time last update was spent on push notifications, takes a while to set up a dedicated server, APNS integration and all that stuff. With holidays and other work on my plate I havent had the time to work on Avelon all that much. Apollo was a full time project years in the making, hopefully Lemmy will grow to eventually support that kind of full time work

    6
  • avelon Avelon App NSFW filter disappeared?
    Jump
  • evgiz evgiz 9 months ago 50%

    It's not shown unless you've enabled NSFW on your Lemmy account, and it acts as an app-only override in that case. Did it this way due to Apple guidelines which require you to enable these sorts of things through a third party

    0
  • avelon
    Avelon App evgiz 10 months ago 98%
    Avelon 1.0.8 - push notifications, lots of fixes, performance improvements, and some nice-to-have features! apps.apple.com

    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!

    49
    7
    avelon Avelon App Unable to login to instance
    Jump
  • evgiz evgiz 10 months ago 85%

    I think there was another breaking change in the v19 RC after the one I added support to, looking into it!

    5
  • avelon Avelon App Won’t stay logged in
    Jump
  • evgiz evgiz 10 months ago 66%

    Did it work? The account should be saved automatically, so not sure what's going on here

    1
  • avelon Avelon App Pure black theme makes some of the text (ie number of upvotes, messages, community name etc) unreadable
    Jump
  • evgiz evgiz 10 months ago 50%

    Thanks, yeah you're right that it's a bit hard to read. I can increase the contrast a bit

    0
  • avelon Avelon App Push notifications - open beta!
    Jump
  • evgiz evgiz 11 months ago 50%

    Hi, yeah this is expected unfortunately. Basically since the App Store version doesn't support notifications it doesn't know to lower the badge count when you open a reply, but the badge is still increased by iOS when it receives a notification. Best solution atm is disabling the badge in settings until the update is out!

    0
  • avelon Avelon App Push notifications - open beta!
    Jump
  • evgiz evgiz 11 months ago 50%

    Turned out the TF environment and dev environment arent compatible, so just had to switch that for all the notifications to come through! Not diagnostics atm, might be a good idea to add that tho. Some kind of metrics would also be pretty insightful..

    0
  • avelon Avelon App [bug] editing a comment twice, the second edit doesn’t reflect the changes from the first edit.
    Jump
  • evgiz evgiz 11 months ago 80%

    Nice catch, thanks! Avelon caches a fair bit of stuff to reduce the number of server requests, but seems like the cache isn't updated properly after editing. Will fix!

    3
  • avelon Avelon App Push notifications - open beta!
    Jump
  • evgiz evgiz 11 months ago 100%

    Seems like I missed some details about how push notifications work in testflight, should be good now if you enable it and allow in system settings. Did you get this notification? If you didn't, you might have to toggle it off and on again in the app!

    1
  • avelon Avelon App Push notifications - open beta!
    Jump
  • evgiz evgiz 11 months ago 100%

    Yeah, I think there's a slight issue with TF tokens atm, but only happens in some situations it seems. Has worked for me for the last week or so, so probably just a minor thing. Looking into it!

    2
  • avelon Avelon App Push notifications - open beta!
    Jump
  • evgiz evgiz 11 months ago 100%

    Hey, thanks for the heads up! Its only supposed to ask when you try to turn it on, but guess there's an issue with the logic for when it should ask for permission. I'll definitely get that sorted out before release.

    2
  • avelon Avelon App Push notifications - open beta!
    Jump
  • evgiz evgiz 11 months ago 100%

    Is it working? :D

    1
  • avelon Avelon App Push notifications - open beta!
    Jump
  • evgiz evgiz 11 months ago 100%

    Here is fine, thanks! Should be fixed now

    2
  • avelon
    Avelon App evgiz 11 months ago 88%
    Push notifications - open beta!

    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](https://testflight.apple.com/join/IzB0ZiBO) - 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!**

    27
    25
    avelon Avelon App [Feature Request] Block accounts/bots
    Jump
  • evgiz evgiz 11 months ago 100%
    1
  • avelon Avelon App [Feature Request] Block accounts/bots
    Jump
  • evgiz evgiz 11 months ago 100%

    No problem! Check out Settings/Content Filters/Insances

    2
  • avelon Avelon App [Feature Request] Block accounts/bots
    Jump
  • evgiz evgiz 11 months ago 75%

    If you long press/tap the "..." button on comments/posts there's an option to block users and communities. For posts you might have to open it first to block the user. Filtering bot posts is a cool idea, might add that

    2
  • avelon Avelon App [bug] No dm messages
    Jump
  • evgiz evgiz 11 months ago 100%

    It's pretty close to what I'm thinking, except I don't want another step to see you inbox so I'll place it under the account tab instead. PMs arent looked at nearly as often as replies, so I think it's a good tradeoff

    2
  • avelon Avelon App [Feature Request] Show Usernames in Feed
    Jump
  • evgiz evgiz 11 months ago 100%

    I'll add this in 1.0.8!

    5
  • avelon Avelon App [bug] No dm messages
    Jump
  • evgiz evgiz 11 months ago 75%

    Yeah. I'm thinking I'll probably do a separate page under "account" with a per-user chat, similar to most messaging apps. Mixing up everything in the inbox would get a bit messy I think

    2
  • avelon Avelon App Family shareable pro option
    Jump
  • evgiz evgiz 11 months ago 100%

    Hi, sorry for the late reply. Don't have a plan for this atm, but I'll look into it

    3
  • avelon Avelon App [Bug] All YouTube links are embed links
    Jump
  • evgiz evgiz 11 months ago 100%

    Thanks for all the info! You're right, this is a result of the youtube embed feature. Even with the option disabled, the app still does some preprocessing to get embedded links so you don't have to reload everything in case you turn it on. I'll look into converting the links back if you open them directly in the browser

    4
  • avelon Avelon App [Feature request] Ability to change color of headings and text.
    Jump
  • evgiz evgiz 11 months ago 100%

    Do you mean the upvote/comment labels and stuff like that? Titles should only be gray if the posts are read. Could perhaps add an accessibility setting that uses only pure white/pure black fonts, but I don't think fully custom text colors would work very well with all the themes. It'd be pretty much impossible to ensure that the colors are legible on all kinds of backgrounds.

    1
  • avelon Avelon App [Feature Request] add “reload/refresh” button for posts in top nav bar
    Jump
  • evgiz evgiz 11 months ago 100%

    Hmm, IMO that'd get a bit cluttered and would be easy to hit accidentally. The quickest way to refresh right now is probably tapping the top and doing a quick pull-to-refresh.

    2
  • avelon Avelon App [bug] Subscriptions list is empty. No Group.
    Jump
  • evgiz evgiz 11 months ago 100%

    Thank you - this is pretty much the best bug report ever. Are you a dev by any chance? :p

    Didn't even know about the "pending" subscription type, I'm sure other lemmy app devs are also unaware. The lemmy api is not super well documented atm, so it requires a fair bit of poking around in the code to figure out how stuff works.

    2
  • avelon Avelon App [Bug] Context menu opens while scrolling
    Jump
  • evgiz evgiz 11 months ago 100%

    This seems to happen only if you hold the icon for a little while. It's the default behavior for iOS (it enables you to swipe to select an option) so not sure it's possible to avoid unfortunately.

    1
  • avelon Avelon App [Bug] NBSP Not Rendered Correctly
    Jump
  • evgiz evgiz 11 months ago 100%

    I've noticed this for ampersands too, but wasn't sure if it was an issue on my end or some encoding thing in other input forms or the backend itself. Seems to be the same in the regular web frontend for instance. Hmmm

    1
  • avelon Avelon App [bug] Subscriptions list is empty. No Group.
    Jump
  • evgiz evgiz 11 months ago 100%

    Hmm, that's weird. How many subscriptions do you have? Works consistently for all my accounts, so not sure what could cause this. Please let me know if the issue persists!

    1
  • avelon Avelon App Avelon 1.0.7 out now - adds text selection, tweaks to the free tier, new pro features and lots of QOL improvements
    Jump
  • evgiz evgiz 11 months ago 100%

    Have you checked out the "reduce white point" option in accessibility settings? Does that improve things or is there still too much contrast?

    2
  • avelon Avelon App Avelon 1.0.7 out now - adds text selection, tweaks to the free tier, new pro features and lots of QOL improvements
    Jump
  • evgiz evgiz 11 months ago 100%

    Hmm, yeah would probably be useful to have it there too, but don't wanna remove the markdown highlighting either. I'll have to think about how it could be implemented in a nice way. You can always just swipe the reply sheet down and then select what you need since the draft will be saved meanwhile

    6
  • avelon Avelon App Avelon 1.0.7 out now - adds text selection, tweaks to the free tier, new pro features and lots of QOL improvements
    Jump
  • evgiz evgiz 11 months ago 84%

    IMO the most important thing by far is making the core app experience as solid as possible. Things like post feeds, comment sections, posting, sharing, image viewers, inboxes, replying, editing, text selection, user profiles, swipe gestures, searching, font settings, sorting options, display options, hiding read posts and everything else you'd expect takes a lot of time to develop, maintain and polish. The vast majority of my development time is spent on improvements, bug fixes and new features for everyone, and I really do care a lot about creating a great experience that can help improving Lemmy overall. Offering some more niche nice-to-have features on top of that is a good way to support everything else.

    I'm not going to add a higher tier - as I briefly mentioned in an earlier comment my goal is rather the opposite. If Lemmy keeps growing, Avelon Pro could at some point make sense as a $5-or-something one-time upgrade. Unfortunately that's just not the case right now.

    13
  • avelon Avelon App Avelon 1.0.7 out now - adds text selection, tweaks to the free tier, new pro features and lots of QOL improvements
    Jump
  • evgiz evgiz 11 months ago 85%

    I posted a reply to your post about that, its a bug with an accessibility setting in iOS. Forgot to include the fix in 1.0.7, but you can resolve it for now by disabling "Button Shapes" in the iOS accessibility settings.

    10
  • avelon Avelon App Failed to add account (cannot log into any instance)
    Jump
  • evgiz evgiz 11 months ago 100%

    This issue should be resolved now in 1.0.7!

    1
  • avelon Avelon App Copy comments
    Jump
  • evgiz evgiz 11 months ago 100%

    I've added a text selection tool now, available in 1.0.7!

    2
  • avelon Avelon App [bug] manually typing link
    Jump
  • evgiz evgiz 11 months ago 100%

    Yeah this bug was pretty weird. Fixed now in 1.0.7!

    1
  • avelon Avelon App Creating posts and replies to posts in iOs…
    Jump
  • evgiz evgiz 11 months ago 100%

    Yeah you're right. Forgot to include this fix in 1.0.7 (sorry!), but will include with next version. For now the issue can be fixed by disabling "Button Shapes" in the iOS accessibility settings.

    3
  • avelon
    Avelon App evgiz 11 months ago 91%
    Avelon 1.0.7 out now - adds text selection, tweaks to the free tier, new pro features and lots of QOL improvements apps.apple.com

    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](https://lemm.ee/comment/4854190). 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

    74
    43
    avelon Avelon App Can’t connect to specific instance with Avelon
    Jump
  • evgiz evgiz 11 months ago 75%

    Looks like discuss.online is using Lemmy v19 RC2 (which is still in beta) so if there are breaking changes there, that could be why. I've already added support for v19, but that support was based on RC 1.

    You could try to remove and add the account again if you haven't tried that yet, but if it still fails I'd recommend using a stable v18 instance for now. I'll take a look at adding better error messages to the login screeen to make it a bit easier to find out what's happening.

    2
  • avelon Avelon App [Feature Request] Block Touch top to scroll to beginning
    Jump
  • evgiz evgiz 11 months ago 100%

    I'm not sure how this feature works internally, might be difficult to disable since it's a basic iOS feature. I'd like to implement a way to tap the top again to scroll back to where you were though, and if I end up finding a way to disable it at the same time I'll throw in an option in settings too

    1
  • avelon Avelon App Feat Req: Set max post age for feeds
    Jump
  • evgiz evgiz 11 months ago 100%

    Hmm, not sure how I'd combine something like this with the existing hide read posts feature, sorting and everything else while keeping the app intuitive to use. Wouldn't make sense with "top 6H" sorting for instance, and it should be easy to toggle. Any suggestions?

    2
  • avelon Avelon App Avelon 1.0.6 - community groups, GIF scrubbing, app themes, filtering tools, custom app icons and much more
    Jump
  • evgiz evgiz 11 months ago 100%

    Thank you so much, really appreciate it! I've started to look at better full screen landscape support whilst keeping the portrait feeds, but yeah it's more tricky to do than you'd think. For sure something I'd like to do eventually!

    1
  • avelon Avelon App [Feature Request] Mod Tools
    Jump
  • evgiz evgiz 11 months ago 100%

    That'd be pretty cool actually, I'll look into it! Would be pretty nice to have for link previews as well

    2
  • avelon
    Avelon App evgiz 12 months ago 91%
    Avelon 1.0.6 - community groups, GIF scrubbing, app themes, filtering tools, custom app icons and much more apps.apple.com

    Hey everyone! For more than a month now I've been working hard on the biggest update to Avelon so far. Today I'm really excited to announce that it's finally out on the App Store! The update includes a whole bunch of cool new features for people who want that little extra and QOL improvements all-around. Some of the highlights of this update include: - Community groups - App themes - Right-edge swipe-to-go-forward gesture - Custom app icons - GIF/video scrubbing - Advanced filtering tools, including keywords & instances - Fixes to a bunch of iOS 17 related issues - New markdown editor tools - Smart comment jump button - Ability to manage and clear app cache - Support for Lemmy 0.19RC - Lots of bug fixes & improvements all around I really appreciate everyone who has helped with beta testing during the 1.0.6 cycle, you guys are honestly great!! It's super motivating to hear so many people enjoying the app, and as always I'm open to suggestions and feedback. I hope you find the Pro-model I've landed on a fair/decent way to run the app. I've tried my best to consider all factors like affordability, development, as well as the quality & quantity of what Pro offers - and I hope I've found a good middle ground. As for the future: for 1.0.7 I'm thinking I'm gonna focus primarily on performance, stability & bug fixes, but I'll probably throw in some more QOL features as well. Just let me know if you're missing anything or if you find any pesky bugs or nuisances. Hope you enjoy the update! ~~**Edit:** Seems to be a slight issue with upgrading to pro, working on it 😅~~ **Edit:** Fixed!

    71
    67
    avelon
    Avelon App evgiz 1 year ago 90%
    The highest upvoted image reply will become the first custom app icon (no matter how bad it is) https://imgur.com/HpGb6GH.png

    It's about time to get some custom icons for Avelon, so I'm hosting this chill little competition to pick the very first one! To join, simply reply to this post with your icon suggestion. The highest upvoted image by the end of this week will be added to the app as the very first community icon. Anyone can join - no need for artistic skills! To keep the competition fair (and Apple-compliant), there's just a feeew rules: ### Icon Competition Rules - **One image per comment** - If you have multiple suggestions, post each in a separate comment - Max 3 suggestions per person - **No NSFW/questionable content** - If the icon is rejected by Apple I'll try the next most upvoted one - **Icons must be original works** - No brand lookalikes etc. as I don't wanna get in trouble. I need the rights to use it for the app! - **No comment-edits** - The images people vote on must remain the same from the time you post it Remember that icons must be squares with no transparency or "drawn" rounded corners. I'll also need a 1024x1024 resolution version if you win! **The competition ends this Sunday (September 24th) at 21:00 UTC (5PM ET)!** ### Naming Competition I recommend joining even if you're not a great artist, but if you can't draw and still wanna join there's also a naming competition. - **Reply to any icon with a name suggestion to join** - No profane/nsfw names or names longer than a few words - The highest upvoted name suggestion for the winner will appear underneath the icon in the App! - The creator of an icon can't also suggest a name - that'd be no fun Looking forward to seeing what you guys come up with! Good luck!

    58
    19
    avelon
    Avelon App evgiz 1 year ago 98%
    Avelon for Lemmy 1.0.5 is now out! Includes posting, a better GIF player in the feed, and even better performance https://i.imgur.com/IvKQG9j.png

    Hey guys! Another week and another Avelon update! The biggest feature in this version is posting (so you can finally post in this community without using the webui!) and a better native GIF player! The feed should also be even more buttery smooth (unless you doomscroll for 2 hours straight, or so I've heard). **Changelog** - Added posting! - Supports link posts, image posts and text posts - Automatic uploading of images to Imgur! - (No way to edit posts just yet) - Much nicer GIF video player - GIFs can now be paused - GIFs show progress just like videos - Added pull to refresh inside posts - Videos with audio now play nicer with background music - Improved autoplay behavior for videos and GIFs - Inline images with a name/alias now show the name as well as the image itself - Improved layout on small devices with large fonts - Performance improvements (should be even smoother now!) - Squashed some pesky bugs If you enjoy the app, consider leaving a review on the app store as it helps out a lot! And tell all your friends plz Hope you enjoy the update & let me know what you think! (Posted from Avelon)

    79
    11
    avelon
    Avelon App evgiz 1 year ago 97%
    Avelon for Lemmy 1.0.4 - search functionality, new in-app browser, better video player and lots of requested features! apps.apple.com

    Hi everyone! A new update for Avelon is now out on the app store! This update adds a lot of requested features, including new search functionality, a brand new in-app browser with reader mode, a better video player, user/community instances & lots more. It also fixes all the major bugs reported. Let me know what you think! **Full Changelog** - Added search! - Find posts, users, communities, comments... - Supports both filtering & sorting - Support for searching inside communities - Brand new in-app browser - Reader-mode support - Swipe to dismiss - Better video player - Fixed bug where videos would immediately pause background audio - Videos now keep track of where you were if you open a post - Hidden mute buttons for videos without sound - No more black bars around videos (unless they are too tall to fit on screen!) - Added option to show community/user instances - Added bio to profile pages - Added option to disable haptic feedback - Added swipe to dismiss for in-app notifications - Improved quicksearch performance and design (the one shown when tapping the feed title) - Compact posts now use the same font size as large posts - If you preferred the old look, there's a new setting to reduce the compact font size - The account switcher now shows instances if you have multiple accounts with the same name - Fixed bug where battery could sometimes drain in the background - Fixed bug where posts/comments would sometimes get stuck mid-swipe-gesture when you scroll - Fixed bug where thumbnail position setting wouldn't be saved - Fixed bug where subscriptions page could sometimes get stuck loading - Fixed bug where comments would sometimes be at the wrong depth after tapping "show parent comment" - Fixed bug with image cache where it could grow indefinitely - Cleaned up context menus a bit - Improved & cleaned up settings a bit - Other minor bug fixes & improvements

    44
    7
    lemmyapps
    Lemmy Apps evgiz 1 year ago 96%
    Avelon for Lemmy is now on the App Store! apps.apple.com

    cross-posted from: https://lemm.ee/post/4709002 Hi everyone! It's been quite the journey, but Avelon is finally on the App Store! ### [Click here to download!](https://apps.apple.com/us/app/avelon-for-lemmy/id6450952178) The app is includes a lot of awesome features requested by the community, including: - Sleek design that fits right in on iOS & iPadOS - Highly customizable look & behavior - Mark read on scroll & hide read posts - Customizable swipe gestures - Multiple account support - Smart link previews in posts and comments - Support for videos, gifs, photos & other media - Custom font support - Write replies with markdown highlighting - Privacy focused - the app has no tracking of any kind - Gallery mode + hide bars on scroll = full immersion ... and a lot more! ### Screenshots Here's some cool app store screenshots of the app: ![](https://lemm.ee/pictrs/image/fcbeb1b2-e421-4210-8105-3129e268d2b1.webp) ![](https://lemm.ee/pictrs/image/f810b659-32b4-47d0-9ae6-a2a7d4a3e71a.webp) ![](https://lemm.ee/pictrs/image/9f190594-25a0-4fa7-845c-96e9c03748dd.webp) ![](https://lemm.ee/pictrs/image/355c5851-ade8-4a7f-9275-e420faffb944.webp) ![](https://lemm.ee/pictrs/image/d41c538f-c419-422e-abf9-7661a344e4bb.webp) Developing this app has been one of the best development experiences I've had, and I feel very privileged and happy to have been able to contribute to Lemmy in this way. Nothing is more motivating than seeing so many people already enjoying the app and providing suggestions and feedback. I really hope you enjoy Avelon, and I'm looking forward to hearing more about what everyone thinks. Keep the feedback coming! Thank you, Sigve Rokenes

    170
    37
    avelon
    Avelon App evgiz 1 year ago 95%
    Avelon for Lemmy is now on the App Store! apps.apple.com

    Hi everyone! It's been quite the journey, but Avelon is finally on the App Store! ### [Click here to download!](https://apps.apple.com/us/app/avelon-for-lemmy/id6450952178) The app is includes a lot of awesome features requested by the community, including: - Sleek design that fits right in on iOS & iPadOS - Highly customizable look & behavior - Mark read on scroll & hide read posts - Customizable swipe gestures - Multiple account support - Smart link previews in posts and comments - Support for videos, gifs, photos & other media - Custom font support - Write replies with markdown highlighting - Privacy focused - the app has no tracking of any kind - Gallery mode + hide bars on scroll = full immersion ... and a lot more! ### Screenshots Here's some cool app store screenshots of the app: ![](https://lemm.ee/pictrs/image/fcbeb1b2-e421-4210-8105-3129e268d2b1.webp) ![](https://lemm.ee/pictrs/image/f810b659-32b4-47d0-9ae6-a2a7d4a3e71a.webp) ![](https://lemm.ee/pictrs/image/9f190594-25a0-4fa7-845c-96e9c03748dd.webp) ![](https://lemm.ee/pictrs/image/355c5851-ade8-4a7f-9275-e420faffb944.webp) ![](https://lemm.ee/pictrs/image/d41c538f-c419-422e-abf9-7661a344e4bb.webp) Developing this app has been one of the best development experiences I've had, and I feel very privileged and happy to have been able to contribute to Lemmy in this way. Nothing is more motivating than seeing so many people already enjoying the app and providing suggestions and feedback. I really hope you enjoy Avelon, and I'm looking forward to hearing more about what everyone thinks. Keep the feedback coming! Thank you, Sigve Rokenes

    201
    46
    lemmyapps
    Lemmy Apps evgiz 1 year ago 96%
    Avelon update - iPad support, image carousels, smart link previews, user links and more!

    cross-posted from: https://lemm.ee/post/4073656 Heyo everyone, This update brings a few cool new features, most notably: - Smart link previews - Now shown in comments and posts - Previews for communities, users and regular links - Image carousels - For posts with lots of images! - iPad support - Layout/ui tweaks - Bug fixes and other improvements [Download on Testflight](https://testflight.apple.com/join/IzB0ZiBO) Check out this image gallery in the latest build to see how it works: ![](https://lemm.ee/pictrs/image/2ec39cc2-33c9-47a5-b325-6836d918f377.webp) ![](https://lemm.ee/pictrs/image/1e97851f-45c9-42f8-a26a-a4c81af7dfe2.webp) ![](https://lemm.ee/pictrs/image/87cc8dcc-73bc-435c-9b45-fb3d2a15ff15.webp) ![](https://lemm.ee/pictrs/image/42e6b852-ff41-4ed4-b314-174fe00c4752.webp) *(just scroll through it!)* I figured (like some other devs) that *some* iPad support is better than none. Though the layout is not built from the ground up for iPad, it now fills the whole screen and pushes in some content. This is similar to how other apps like Apollo did it, and it looks much nicer than than a scaled up phone app. I haven't had time to test this version much, so please let me know if you discover any weird stuff. The update also introduces a custom markdown rendering system that enables me to add things like link previews and image carousels. Seems to work pretty well now, but could definitely be some bugs with it for certain posts - if you find any, let me know! Hope you enjoy the update!

    28
    3
    avelon
    Avelon App evgiz 1 year ago 94%
    Avelon update (1.0.2 b24) - iPad support, image carousels, smart link previews, user links and more!

    Heyo everyone, This update brings a few cool new features, most notably: - Smart link previews - Now shown in comments and posts - Previews for communities, users and regular links - Image carousels - For posts with lots of images! - iPad support - Layout/ui tweaks - Bug fixes and other improvements Check out this image gallery in the latest build to see how it works: ![](https://lemm.ee/pictrs/image/2ec39cc2-33c9-47a5-b325-6836d918f377.webp) ![](https://lemm.ee/pictrs/image/1e97851f-45c9-42f8-a26a-a4c81af7dfe2.webp) ![](https://lemm.ee/pictrs/image/87cc8dcc-73bc-435c-9b45-fb3d2a15ff15.webp) ![](https://lemm.ee/pictrs/image/42e6b852-ff41-4ed4-b314-174fe00c4752.webp) *(just scroll through it!)* I figured (like some other devs) that *some* iPad support is better than none. Though the layout is not built from the ground up for iPad, it now fills the whole screen and pushes in some content. This is similar to how other apps like Apollo did it, and it looks much nicer than than a scaled up phone app. I haven't had time to test this version much, so please let me know if you discover any weird stuff. The update also introduces a custom markdown rendering system that enables me to add things like link previews and image carousels. Seems to work pretty well now, but could definitely be some bugs with it for certain posts - if you find any, let me know! Hope you enjoy the update!

    33
    37
    avelon
    Avelon App evgiz 1 year ago 100%
    Avelon update! Custom fonts and text size, mark read on scroll, swipe to collapse threads, reply drafts, community icons and much more!

    Hi guys! This update (version 1.0.2 build 12) brings more sweet features, including: - Custom font support - Text size fully customizable! - Hide read posts - Customizable per-feed or you can manually toggle it - Mark posts read on scroll - **More swipe gestures:** - Collapse comment thread - Mark post as read - Unfinished replies are now saved as drafts - Option to delete your embarassing comments - Body preview for text posts - **More customization options:** - Community icons & user avatars - Large vote buttons - Account avatar in bottom tab - Hide tab labels (super clean!) - Number of lines to show for text posts - Download/share buttons in the image viewer - Ellipsis buttons for posts & comments - Easily access common options - Reworked thread rendering system - Edited comments now has an edited icon - Profile pages now have avatar images - Aaaand of course a bunch of various UI improvements & bug fixes Wanna check it out? Here's the link: [Download on Testflight](https://testflight.apple.com/join/IzB0ZiBO) For you seasoned testers out there, I'd really like some feedback on any bugs you might find, especially for the mark-read-on-scroll and hide-read-posts feature, but of course everything else as well. Some of these systems were a bit tricky to get right, so I might have introduced a few new bugs here and there. Hope you enjoy the update, and let me know what you think!

    46
    39
    lemmyapps
    Lemmy Apps evgiz 1 year ago 100%
    Avelon release 1.0.2 (b10) adds multiple account support, profile pages, favorites, full-width swipe back and more

    cross-posted from: https://lemm.ee/post/2944211 Hi everyone! Thanks for all the feedback so far, lot’s of really great suggestions and useful criticism! I’m very happy to see so many people using the app, nothing is more motivating honestly. This update adds a bunch of requested features, including: - Multiple account support - Hold down the tab-icon to switch! - Profile pages - Tap any user to see their comments, posts and recent activity - Favorite subscriptions - For those of you with just a tad too many communities to keep track of - Share sheet integration for posts & images - Added option to block communities/users - Added new page to view saved comments - Improved the UI for settings Since the last update I’ve also added: - Full-width swipe to go back (super nice for large phones!) - Smarter option to show both downvotes and upvotes only for controversial …in addition to a bunch of bug fixes and improvements all-around. Hope you enjoy the new changes, and let me know what you think!

    39
    4
    avelon
    Avelon App evgiz 1 year ago 100%
    Avelon release 1.0.2 (b10) adds multiple account support, profile pages, favorites, full-width swipe back and more

    Hi everyone! Thanks for all the feedback so far, lot’s of really great suggestions and useful criticism! I’m very happy to see so many people using the app, nothing is more motivating honestly. This update adds a bunch of requested features, including: - Multiple account support - Hold down the tab-icon to switch! - Profile pages - Tap any user to see their comments, posts and recent activity - Favorite subscriptions - For those of you with just a tad too many communities to keep track of - Share sheet integration for posts & images - Added option to block communities/users - Added new page to view saved comments - Improved the UI for settings Since the last update I’ve also added: - Full-width swipe to go back (super nice for large phones!) - Smarter option to show both downvotes and upvotes only for controversial …in addition to a bunch of bug fixes and improvements all-around. Hope you enjoy the new changes, and let me know what you think!

    31
    23
    lemmyapps
    Lemmy Apps evgiz 1 year ago 100%
    Avelon for Lemmy 1.0.2 - customizable swipe gestures, a new inbox & subscriptions page and much more!

    cross-posted from: https://lemm.ee/post/2030083 Hi everyone! First of all thank you for all the amazing feedback I have gotten so far. I was a bit overwhelmed by the response on my first release, but I'm happy to see so many people enjoying Avelon. This update addresses a ton of the most common feedback I have received with a lot of useful new features including swipe gestures, a new inbox and a new subscriptions page. [Download on Testflight](https://testflight.apple.com/join/IzB0ZiBO) Community: !avelon@lemm.ee ### Changelog - **Swipe gestures** for posts and comments - Fully customizable! Head over to the new gestures page in settings - Quickly perform actions such as upvote, downvote, save and reply - Also added swipe gestures to various other parts of the UI - **Inbox** to view your replies - Quickly respond using gestures - Quickly open the relevant post - **New subscriptions page** - More compact, grouped alphabetically - Not a tab any more (reachable by swiping back in posts) - **Community links** now work in-app - Added ability to save comments - No way to see saved comments atm. Coming later! - Added customizability to **thumbnail position** - Add option to enable more sort options (6 hours, 12 hours, 3 months etc.) - Add option to show both upvotes and downvotes - Added ability to save etc. from within a post - Add swipe gestures to the in-app-webview - Add purple accent color (yellow too in previous build) - Reworked navigation system (no longer brings you to a different tab unexpectedly) - Restructured settings a bit (will be more changes here over time) - Fixes issue where your own votes would often be counted twice - Fixed some typos - Fixed alignment issues with tab bar - Fixed overflow issue with some posts (hopefully) - Attempted to temporarily fix ios17 reply crash - Lots of other things I probably should have written down earlier ### Screenshots ![](https://lemm.ee/pictrs/image/fb329507-fa31-4783-99b3-67d5a0806d88.webp) ![](https://lemm.ee/pictrs/image/efd1f8c3-b2ae-4031-b383-58037a73aaa8.webp) ![](https://lemm.ee/pictrs/image/cc079328-a4e6-4982-a6a5-fa0eacff5110.webp) ### Known Issues / Future Features - Adding posts - Viewing profile pages - Viewing saved comments - Blocking/filtering - Multiple accounts - Adjusting text size - And more stuff! Replies have been crashing on the iOS 17 beta and I've added a temporary fix that hopefully resolves this (though it lacks markdown highlighting). I'm not on the beta yet myself so unable to verify or add a proper fix for now, will look at this once I get a device on the beta. Given how many features this update adds, I do expect the build to be a bit less stable than before. If you encounter any bugs/crashes I really appreciate your feedback, either here or through testflight. Hope you enjoy the update, and let me know what you think about all the new features!

    43
    6
    avelon
    Avelon App evgiz 1 year ago 100%
    Avelon for Lemmy 1.0.2 - customizable swipe gestures, a new inbox & subscriptions page and much more!

    Hi everyone! First of all thank you for all the amazing feedback I have gotten so far. I was a bit overwhelmed by the response on my first release, but I'm happy to see so many people enjoying Avelon. This update addresses a ton of the most common feedback I have received with a lot of useful new features including swipe gestures, a new inbox and a new subscriptions page. [Download on Testflight](https://testflight.apple.com/join/IzB0ZiBO) ### Changelog - **Swipe gestures** for posts and comments - Fully customizable! Head over to the new gestures page in settings - Quickly perform actions such as upvote, downvote, save and reply - Also added swipe gestures to various other parts of the UI - **Inbox** to view your replies - Quickly respond using gestures - Quickly open the relevant post - **New subscriptions page** - More compact, grouped alphabetically - Not a tab any more (reachable by swiping back in posts) - **Community links** now work in-app - Added ability to save comments - No way to see saved comments atm. Coming later! - Added customizability to **thumbnail position** - Add option to enable more sort options (6 hours, 12 hours, 3 months etc.) - Add option to show both upvotes and downvotes - Added ability to save etc. from within a post - Add swipe gestures to the in-app-webview - Add purple accent color (yellow too in previous build) - Reworked navigation system (no longer brings you to a different tab unexpectedly) - Restructured settings a bit (will be more changes here over time) - Fixes issue where your own votes would often be counted twice - Fixed some typos - Fixed alignment issues with tab bar - Fixed overflow issue with some posts (hopefully) - Attempted to temporarily fix ios17 reply crash - Lots of other things I probably should have written down earlier ### Screenshots ![](https://lemm.ee/pictrs/image/fb329507-fa31-4783-99b3-67d5a0806d88.webp) ![](https://lemm.ee/pictrs/image/efd1f8c3-b2ae-4031-b383-58037a73aaa8.webp) ![](https://lemm.ee/pictrs/image/cc079328-a4e6-4982-a6a5-fa0eacff5110.webp) ### Known Issues / Future Features - Adding posts - Viewing profile pages - Viewing saved comments - Blocking/filtering - Multiple accounts - Adjusting text size - And more stuff! Replies have been crashing on the iOS 17 beta and I've added a temporary fix that hopefully resolves this (though it lacks markdown highlighting). I'm not on the beta yet myself so unable to verify or add a proper fix for now, will look at this once I get a device on the beta. Given how many features this update adds, I do expect the build to be a bit less stable than before. If you encounter any bugs/crashes I really appreciate your feedback, either here or through testflight. Hope you enjoy the update, and let me know what you think about all the new features!

    33
    64
    apple_enthusiast
    Apple evgiz 1 year ago 97%
    [Self Promo] I've just made Avelon (a native iOS app for Lemmy) available for download!

    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: ![](https://lemm.ee/pictrs/image/b532a3c3-73fc-4f13-b675-7fe3a7d4359b.webp) ![](https://lemm.ee/pictrs/image/df9440bd-0ced-4339-a8c8-32b1a39aa3a3.webp) 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. ![](https://lemm.ee/pictrs/image/d58f0f22-c93a-4448-b085-fb94c7f443ec.webp) [Download Avelon (Testflight)](https://testflight.apple.com/join/IzB0ZiBO) 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](https://lemm.ee/post/1358038) if you wanna check it out. Thanks, let me know what you think!

    583
    129
    lemmydev
    Lemmy App Development evgiz 1 year ago 96%
    Introducing Avelon for Lemmy - Join the open beta! https://lemm.ee/pictrs/image/9f32302e-0470-4850-82af-aac355ac42d3.webp

    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](https://lemm.ee/pictrs/image/458ab93a-747d-4c59-ab2a-705953992fc0.webp) ![Screenshot 2](https://lemm.ee/pictrs/image/bec49d00-a00a-46c6-8dd2-dbb8ce7c28d9.webp) ![Screenshot 3](https://lemm.ee/pictrs/image/d5f74144-7072-4e0f-83aa-9c865fc40d2b.webp) ![Screenshot 4](https://lemm.ee/pictrs/image/1f6690ee-6e25-42c7-aacc-a5e35467ca2d.webp) ### Join the beta The beta is available on testflight through this link (limited to 1000 testers for now): [Join Avelon Beta on Testflight](https://testflight.apple.com/join/IzB0ZiBO) 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

    57
    23
    avelon
    Avelon App evgiz 1 year ago 100%
    Introducing Avelon for Lemmy - Join the open beta!

    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](https://lemm.ee/pictrs/image/458ab93a-747d-4c59-ab2a-705953992fc0.webp) ![Screenshot 2](https://lemm.ee/pictrs/image/bec49d00-a00a-46c6-8dd2-dbb8ce7c28d9.webp) ![Screenshot 3](https://lemm.ee/pictrs/image/d5f74144-7072-4e0f-83aa-9c865fc40d2b.webp) ![Screenshot 4](https://lemm.ee/pictrs/image/1f6690ee-6e25-42c7-aacc-a5e35467ca2d.webp) ### Join the beta The beta is available on testflight through this link (limited to 1000 testers for now): [Join Avelon Beta on Testflight](https://testflight.apple.com/join/IzB0ZiBO) 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

    10
    6