Arctic v0.2.7 is out

Arctic v0.2.7 is out on TestFlight. This update is focused on backend optimization and push notification features.

Community Notifications

You can now setup notifications for individual communities. Notifications can by filtered by post keywords, post author, and post score. In the coming releases I will add support for more filtering options. To list a few, filter by phrase rather than keyword, upvote/downvote rather than just score, multiple authors, comment count, pinned(stickied) posts, etc. I’ll also be adding support for temporary notifications,community notifications that will automatically expire after a set amount of time.

Account Notification Options

Account notifications can now be toggled by type, you can toggle notifications for: badges, replies, mentions, and messages. This also adds support for mods/admins. You can enable mod notifications for new post/comment reports, and admin notifications for new user registration applications. note that user application cannot currently be viewed within Arctic.

Community Jump

You can now tap the title in any posts feed and quickly jump to a different community using the community selector.

Backend Improvements

Arctics Lemmy API wrapper has now been extracted into a swift package (Swimmy) for improved maintainability and so it can be utilized as a shared code base for Arctics Push Notification server. In doing so, I also added support for Combine allowing for improved error handling with the API.

Arctics Server

I’ve migrated Arctics notification server to a new hosting provider. With the new provider, I may be able to offer all notification options as a free service provided I can sustain off of small donations. This would be ideal, as I never wanted to paywall any features in Arctic. I’ve also setup getarctic.app a new home for Arctic. The website is quite barebones at the moment, but I will be updating it as my time allows.

As always, thank you to everyone for helping test Arctic, and providing feedback. I know new features have slowed in the last few releases. Going forward I’ll be working on polishing the current feature set in hopes of an AppStore release in the next couple of weeks.

v0.2.7 full change-log

  • Added Community Notifications
    • Setup notifications for any community
    • Configure filtering options (author, keywords, score, more filters coming soon)
    • Add unlimited watchers
  • Added support for granular account notification options
    • Badges (Application notification badge)
    • Replies (Comment and Post replies)
    • Mentions (User mentions)
    • Reports (Moderator reports)
    • Applications (Admin user registration applications) (Arctic does not currently support showing applications in the app)
  • Updated the community selector to default to subscribed communities
  • Added typing suggestions when searching communities in the community selector
  • Added support for displaying thumbnails in push notifications
  • Added support for stripping markdown elements in push notifications
  • Added community jump to the Posts Feed, tap the title in the navigation bar to quickly jump between communities
  • Added Changelog to settings
  • Migrated API backend to a package (Swimmy) shared between Arctic and Arctic’s push notification server
  • Fixed issue on iOS 15 where the Post feed search bar could overlap elements of the navigation bar**

Links

Previews:

Notifications Preview Notification Settings Account Notification Settings Community Notification Settings Community Notification Settings

  • CreatureSurvive@lemmy.worldOPM
    link
    fedilink
    arrow-up
    2
    ·
    7 months ago

    Glad you like the update!

    What I would like to do is allow the user to create templates that would allow them to setup pre-configured notifications that could be quickly applied to any community. These templates would be available from the ellipse menu allowing quick access to community notifications. I’m also working on allowing community notifications editing, so you can tweak notifications after creating them.

    I’ll also be looking into Thread Notifications to allow subscribing to notifications about new comments on a post, or a specific comment thread.

    I hadn’t considered multi-device notifications. I should be able to allow for this though. I’ll have to do some restructuring of the notification server. That’s a great idea though.

    • slin@feddit.de
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      7 months ago

      I love the update, community jumper is also a nice addition.

      Btw, I am unable to enable notifications, is this server related?

      https://imgur.com/a/TcPJ4ns

      Edit: Enabling notifications now worked after a restart, strange.

      • CreatureSurvive@lemmy.worldOPM
        link
        fedilink
        arrow-up
        2
        ·
        7 months ago

        I’ve found myself using the community jumper a lot since adding it. Glad you like it.

        As for the issue enabling notifications, I haven’t encountered that in my testing. I’ve added basic error handling in the notification settings, but I forgot to add error alerts to notify the user of any errors. Unfortunately that means i can’t determine what the issue was.

        I’ll add some proper error handling in the next update so I can debug better, and the user can tell there was an issue.

        Thanks for letting me know.