Arctic

467 readers
7 users here now

Arctic is a Lemmy client for iOS built on pure Swift. It currently supports iOS 15+ and Lemmy v0.17+

Get the latest version on TestFlight, or check it out on the AppStore.

If you would like to support Arctic’s development, feel free to Buy Me A Coffee

founded 2 years ago
MODERATORS
1
29
Arctic v0.4.2.7 is now available (testflight.apple.com)
submitted 2 months ago by CreatureSurvive to c/arctic
 
 

This version addresses a bug introduced in a previous version. It prevented the preloading of content, causing images and links to appear after the content was already displayed. This resulted in poor performance while scrolling.

Action menus have been revamped with a grouped layout on compatible devices, and actions have been reorganized to ensure uniformity throughout the application.

In addition, the media viewer now enables users to select text in images, choose image subjects for stickers, and search for information on various topics such as animals, plants, and locations.

Full Changelog


  • Added support for selecting text and image subjects from the media viewer
  • Fixed an issue preventing prefetching optimizations from working. This resulted in a lot of media and link previews loading in after posts have already been displayed.
  • Updated action menus with support for inline actions (requires iOS 16+)
  • Updated action menu icons and order for consistency

Links

2
52
submitted 4 months ago* (last edited 3 months ago) by CreatureSurvive to c/arctic
 
 

Well, this is no small update like I had planned after the previous update. This is by far the largest update to Arctic so far. I've packed well over a hundred fixes, improvements, and new features into this release. I'm happy I finally had the time to work on some larger features and bug fixes that I have been putting off for a long time.

Arctic Theme Support (beta)

Arctic Theme Previews

I've talked about this for a long time and finally had the chance to implement support for themes in Arctic. This took a lot of work, but it has definitely paid off. I've included 12 default themes to choose from, as well as an editor to design your own custom themes. Rather than attempting to make every color themeable individually, I tried my best to minimize the colors used while still allowing for robust customization. With that said, I am looking for feedback on the theme editor. Themes can be configured for either light or dark mode, so you can mix and match them to your liking, e.g., Sepia during the day and Dracula during the night.

Themes can be imported and exported using a simple JSON file (ATDF “Arctic Theme Definition File"). You can duplicate any theme and edit to your liking, and switch between them with a single tap. I am planning a service for sharing and browsing community themes in the future, but first I would like to get some feedback on theming to finalize the format.

Markdown Improvements

Markdown Improvments

I came across this post about Markdown support in Lemmy apps recently. It highlights many issues with Markdown rendering in a lot of the Lemmy clients that are available. Arctic seems to have scored fairly well with a 9.3/10.

Some of the issues that were highlighted about Arctic were:

  • Images not properly rendering in-line.
  • Headers not working inside spoilers
  • Tables not aligning columns correctly

Well, this motivated me to work on improving markdown support in Arctic. I took some time and fleshed out support for embedded content in Markdown. Images, Videos, Tables, Spoilers are all embedded now which has allowed for many improvements to the rendering system, and more advanced control over the appearance. I've also fixed several issues where markdown rendering did not obey the Common Mark specification.

Media Uploads

Arctic no longer requires permission for selecting media from the photo library. I've also enabled support for uploading videos, and improved error handling to better convey issues with uploading media. Arctic also has support for uploading directly to Catbox.moe, this can be useful if you have a video that is too large for Lemmy or just prefer not to host media on Lemmy. Optionally, you can log in to Catbox so files are uploaded directly to your account and can be deleted later (anonymous uploads can only be deleted by Catbox.moe's admin). As a side note, I developed Catbox-Swift for easily managing Catbox.moe uploads. Please feel free to use this in your projects.

Media APIs

Arctic finally supports playing videos hosted by Lemmy (Picts). This has been a long-time frustration for me, as videos hosted on Lemmy servers seem to have issues playing on all Apple platforms. Well, I finally had the time to track down the issue preventing playback and attributed it to server configuration and Apple oddly not handling this issue well. In addition to Lemmy video, Arctic can now stream videos on PeerTube and Streamable. I've improved support for streaming YouTube videos, and fixed several issues with Reddit, and Imgur media.

Performance and Energy

I've rewritten large portions of Arctic's backend with performance, reliability, and consistency in mind. On average, Arctic now uses about 75% less memory, and significantly less CPU. In rewriting these systems, I was able to make a lot of improvements to caching behavior to reduce network usage, and increase consistency in rendering content. When Arctic is idle, or backgrounded, systems will shut down, and memory will be freed to prevent any energy consumption while the app is not in active use.

v0.4.2.3 Changelog


Arctic Theme Support (Beta)

Theme support is in beta. Please submit any feedback related to improvements or issues

  • Added support for custom themes
  • Separate themes for light and dark mode
  • Automatic theme switching
  • Full theme editor, with live previews
  • Instant switching of themes (some issues with this)
  • Import and export themes
  • Copy themes to customize to your liking
  • 12 default themes to choose from:
    • Arctic Light
    • Arctic Dark
    • Arctic Black
    • GitHub Light
    • GitHub Dark
    • Dracula
    • Alucard
    • Crème
    • Solarized
    • Nebula
    • Verdandi Light
    • Verdandi Dark
Markdown

  • Added support for embedded videos
  • Added support for embedded images in Markdown tables
  • Added support for markdown image links
  • Added rounded corners to embedded media
  • Added optimizations for caching embedded content layout
  • Added support for additional Lemmy link formats /c/<community>@<instance> and /u/<user>@<instance>
  • Added invisible break shortcut to the markdown toolbar for inserting invisible thematic breaks using HTML comment <!-- -->
  • Updated block quote appearance to render full length margin lines for nested quotes
  • Updated markdown parsing with improvements to parsing speed
  • Updated spoiler parsing to improve reliability
  • Updated link detection and handling
  • Updated defaults to enable embedded content by default
  • Fixed HTML rendering using incorrect font and text colors
  • Fixed an issue where spoilers would be parsed inside code blocks
  • Fixed an issue where a Markdown table occurring immediately after a spoiler could break rendering of the spoiler
  • Fixed an issue where inline code may be incorrectly parsed
  • Fixed soft breaks in code blocks having incorrect indentation
  • Fixed block quotes incorrectly allowing soft breaks
  • Fixed an issue where links were not tappable when contained in an embedded Markdown table
  • Fixed some issues with inline images being positioned incorrectly
Link Previews

  • Added support for audio in link previews: e.g. for playing audio previews on Spotify links
  • Added a new network manager for improved control over network requests
  • Added support for fetching the apple-touch-icon from links instead of relying on Google for favicons
  • Rewrote open graph parser to improve reliability and performance
  • Fixed an issue where direct download links could result in Arctic loading large files into memory while attempting to provide a link preview
  • Fixed an issue where link previews could be unnecessarily be reloaded when they are already cached
Media Uploads

  • Uploads no longer require permission for selecting media from the photo library
  • Added support for selecting and uploading videos
  • Added support for uploading media directly to Catbox.moe
  • Added option to select the default upload destination (Lemmy, Catbox, ask each time)
  • Added option to log into Catbox.moe, so uploads will be added to your account
  • Improved logging of errors when uploading media
Media APIs

  • Added support for playing videos hosted on Lemmy. (Videos hosted by Picts have issues playing on Apple platforms due to server configuration, arctic will now detect this and preload the video for playback)
  • Added support for PeerTube videos
  • Added support for Streamable videos
  • Improved support for YouTube videos
  • Improved caching behavior to reduce network usage
Improvements

  • Major overhaul to memory and energy management in Arctic. On average, Arctic now uses 75% less memory, and significantly less CPU and energy. There are some cases where memory and CPU usage may spike, such as views with a high number of animated images. However, Arctic will attempt to listen to system warnings and unload resource intensive tasks when requested.
New Features

  • Added support for additional image formats such as AVIF, and SVG (shields.io)
  • Added an experimental feature to dim media when dark mode is enabled
  • Added support for fetching media from Reddit post and comment links
  • Added a new paging image gallery view, you can choose between paged, or grid appearance in settings
  • Added a new option related to the Post Image Size option to allow scaling images down to fit the full image in the view
  • Added a warning alert when attempting to submit a comment with no content
  • Added support for Haptic Touch on images and videos to allow saving/sharing media
  • Added an overlay for media that failed to load to allow attempting to reload the media
  • Added support for domain filters, You can now filter individual websites from post feeds
  • Added caching of media playback positions, media will now resume at its previous position
  • Added a close button to the changelog popup when launching Arctic
Changes

  • Updated font sizes throughout the app for better consistency.
  • Updated the new comments indicator to subtly add a green (+) icon in the center of the comments icon
  • Updated the indicator used for featured posts
  • Updated avatar image labels to improve performance
  • Updated rendering of inline code that wraps lines
  • Updated the Community Selector appearance
  • Updated link handling to attempt loading all links over HTTPS, Arctic does not allow unsecured network requests
  • Updated crosspost detection to be more lenient. Some clients have slightly different formatting for crossposts, and Arctic will now detect more of these formats
  • Updated open post views to more closely resemble post feed appearance
  • Updated image processing to improve performance and reliability in detecting image formats
  • Updated the video player with modern swift observers removing some legacy code
  • Updated the profile header appearance
  • Updated the progress bar on inline videos
  • Updated the playback controls in the media viewer with an iOS 18 esque appearance
  • Updated the preloading behavior in post feeds, this addresses several issues with inconsistent layout, content disappearing, content failing to load, high memory usage, etc. This has drastically improved performance and reliability within post feeds
  • Updated video thumbnail loading to improve reliability and performance
  • Updated image gallery layout and improved performance
  • Updated the project removing some unused legacy code
  • Updated changelog popup not to show on the first time launching Arctic
Fixes

  • Fixed issue where Arctic would request permission to send notifications on its first launch. Permissions will only be requested when enabling notifications in settings, or adding a Community Notification for the first time.
  • Fixed issue where widget insets would be too large on iOS 17+
  • Fixed issue where Reddit gallery links would not properly load content
  • Fixed issue where some links could incorrectly be treated as YouTube links
  • Fixed issue with some cells appearing clipped when using a notched device in landscape
  • Fixed an issue where changes to the unique notification token for devices would not be synchronized with the notification server
  • Fixed issue where media would not pause when dismissing an open post view
  • Fixed Bar Shadows setting not applying when blurred or default bar styles are enabled
  • Fixed several layout issues that could cause performance drops, and incorrect rendering in some cases
  • Fixed an issue where importing user settings would show a success alert even if the import was canceled
  • Fixed an issue where Arctic may crash when refreshing a profile view
  • Fixed an issue where media in comment cells could continue to play even when it is out of view
  • Fixed an issue where the mod reason composer would show full-screen rather than as a popover
  • Fixed an issue where image gallery's' could cause a crash due to invalid links
  • Fixed an issue where some pages would allow pull to refresh even though it was unused
  • Fixed an issue where widgets would display very low quality images
  • Fixed an issue in private messages where the bottom inset would be incorrect after sending a message
  • Fixed an issue where clearing the search query in the Community Selector could continue to show results for the first letter of the cleared query
  • Fixed an issue where the navigation bar might not reappear when swiping back from search results
  • Fixed an issue where the cancel button would appear on the right-hand side when inserting a link or image using the markdown toolbar
  • Fixed an issue where refreshing a profile, or scrolling would repeat some API requests when they already cached
  • Fixed an issue where multiple API requests to the same endpoint could occur at the same time, duplicate requests will now be batched into one to prevent unnecessary network traffic, and reduce server load
  • Fixed an issue where embedded crossposts could incorrectly show an empty image gallery view
  • Fixed an issue where avatar images would be fetched even if they are disabled in settings
  • Fixed an issue allowing images to be re-downloaded even if they were already cached
  • Fixed an issue where Imgur gifv links would not load, these links are now redirected to the direct media link
  • Fixed an issue where the random community button in the search tab could cause a crash, or load the home feed
  • Fixed an issue where opening a community you are not subscribed to while the listing type is set to Subscribed, would result in an empty feed
  • Fixed an issue where Arctic could crash when scrolling in post feeds, or after reopening Arctic from the background
  • Fixed an issue where video seeking could be inaccurate
  • Fixed a typo in appearance settings
  • Fixed an issue where saving HLS videos would silently fail. Saving HLS streams is unsupported, and an alert will be shown when attempting to save HLS content
iOS 18

  • Fixed a visual glitch when hiding the tab bar on iOS 18 due to an iOS bug
  • Restored tab bar appearance on iOS 18 to use the classic style
MacOS

  • Added support dismissing media previews using the trackpad
  • Added support for building as Optimized For Mac (So much left to fix with this)
  • Added better support for App Nap on Mac by pausing non-essential background activity
  • Added keyboard shortcut (Command + Return) for submitting comments, posts, messages, etc.
  • Fixed an issue where the login controller would be shown off screen when presented from the account quick switcher

Links


3
 
 

Hopefully this is known about as it's hard to describe, but in the main feed I see text post previews in a mid-grey colour, and when opening them I see the full text momentarily in that colour (also with no paragraph spacing), and then it seems the style is applied and the text 'flickers'. Mostly just once, so it's not too bad, but sometimes it flickers back and forth causing quite a visual glitch.

Let me know if this is news and I'll try to record it happening.

4
5
I can’t delete a post (files.catbox.moe)
submitted 4 days ago by [email protected] to c/arctic
 
 

Deleting a post results in this error message

5
 
 

I don't know if this is a Lemmy / instance issue, or Arctic, but I noticed that the video in this post opens as a still image instead of a video. Clicking through onto the original post plays fine.

https://feddit.uk/post/24209346

6
 
 

I have noticed this especially for posts with allot of comments and sub comments. When taping on the notification it won't jump to the right position in the thread anymore.

7
8
submitted 5 days ago* (last edited 5 days ago) by gashead76 to c/arctic
 
 

Is there an app URL scheme that can be used with Arctic? Like if I wanted to open a Lemmy post using the address I could do arctic://openURL/lemmypost.com/postUrlID

I recently started using the newly released Tapestry by The Iconfactory and it allows you to follow rss feeds and all kinds of other things (so Lemmy communities as well). It also lets you define your own custom apps to open for the various feeds and would love to have it open Arctic to the post when I tap the item in Tapestry.

Thanks a bunch for building this fantastic app!

By the way, here is Tapestry’s documentation on how to use the URL schemes, in case you wanna take a look.

https://iconfactory.happyfox.com/kb/article/149-opening-tapestry-timeline-items-in-third-party-apps/

8
 
 

If you touch & hold for the popup on a comment, you can upvote, downvote, save, etc. But it doesn't show the changes until you navigate away and back again.

9
 
 

When you put the cursor somewhere in the middle of the title and type something, it will jump to the end of the text after each character or emoji. I guess that's a bug. 🐞

10
 
 

I guess arctic supports uploading media to other places, like catbox.moe, how to choose it as the destination for my uploads, when creating a post?

Also is there a easy way to extract the media (video or image) location from my links. When I upload a video to pixelfed, I usually end up with the link to the post not directly to the video. And I heated from others, that they can't see the video in their clients directly, but have to open the link, and watch in on pixelfed. It would be handy, if Arctic would detect such links, when creating the post, and asks be if I rather like to use the (MP4,…) source in my post. While arctic can handle such links better then most other clients, and watching videos work even if the link isn't directly pointing to the video, I think it would be nice for others to have such an option.

11
 
 

The request for this post isn't specific to a difference found in the TestFlight version, but rather an adjustment that I think may be useful.

Being an avid user of the block list system to keep my All feed manageable, I'm glad that the functionality is well integrated into Arctic. Although most users' block lists are likely short enough to make a search bar for them unnecessary, lists beyond several hundred entries become more difficult to search. Although at present I accomplish this by going to my user settings page in Safari and using the keyword search tool, an in-app solution would be helpful.

As I sometimes want to review a community's posts before deciding whether or not to remove it from my blocklist, the ability to tap on an entry (user or community) to view its page would also be helpful. The end user could then choose to disable the block from there via the existing UI should they wish to review the content of recent posts, before deciding whether or not to reinstate the block.

12
 
 

Switched to the TestFlight version of Arctic, and was pleased to see the block list filter for Lemmy Explorer in effect, working great! Still have to dig through the settings and use the app a bit more to see any other differences that are in the TestFlight version versus the App Store version, but two things quickly came to mind. Decided to split it into two posts to avoid having an exceedingly long title.

Upon checking my user page in the updated version, I noticed stars next to posts I had made in communities that I'm subscribed to. Although I'm glad the option to mark such posts is there for users wanting to distinguish them, an option to disable the stars and make all posts appear in a uniform manner would allow the end user to choose their preferred display style.

Edit: The feature requested above was already implemented, per the comment below.

13
3
Navigation bug (feddit.uk)
submitted 1 week ago by [email protected] to c/arctic
 
 
  1. Tap and hold account button in bottom bar
  2. Tap currently active account
  3. Swipe main feed from left to access feeds list

The app now shows Feeds at the top, the main feed on the view and freezes.

I guess tapping the current account should dismiss the accounts popup?

14
3
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/arctic
 
 

Apologies for a second feature request so soon after my prior one, though I think this would make Lemmy Explorer far more useful.

As I have a substantial filter list of two dozen instances and hundreds of other communities on the remaining instances, it'd be helpful if there were an option to filter out communities from Lemmy explorer on the basis of one's predefined filter lists.

As many small communities only start appearing in my regular feed after I load their information in Lemmy Explorer first, I sometimes search for such communities, scrolling past communities from instances on my filter list.

It would also be helpful if there were a toggleable sub-option of the "Hide NSFW Content" setting to automatically set the NSFW option in Lemmy Explorer to "Exclude NSFW".

15
 
 

If you use any apps, frontends or bots for Lemmy, please help us out by notifying the developers about this post.

16
 
 

Twice now I've had Arctic get stuck in a mode where only a few posts appear in any given feed, such as All not loading properly, only working properly again after uninstalling and reinstalling the app. To avoid having to reconfigure everything—including multi-communities and custom filters—each time, or if someone wants to share their custom filters or multi-communities with someone else, an option to back up and restore settings configurations, or reset them to their defaults, would be helpful.

17
 
 

Memmy client had this feature and I often used it to quickly peak at content that I wouldn’t want on my screen after I’d seen it. Tap to reveal, tap again to hide. Very useful when out in the world.

18
 
 

Sometimes I post a comment that replies to a different post than I had intended—subsequently deleting it and pasting the message into a new comment—or start a thread in which I ask a question that I then answer myself, so then delete the thread.

In both cases, it'd be helpful to have a toggle the visibility of deleted posts and comments.

As viewing comments of other users that were deleted, but still have replies, is sometimes informative, my suggestion just refers to one's own deleted posts and comments on their profile page tab.

19
 
 

I really love the new share as image feature!

But I would suggest a small improvement, when toggling the configuration for show watermark, or username, make it remember my decision. I guess that would make using it even more enjoyable.

Same for the dark mode switch.

Keep the great work going.

20
 
 

Can someone verify: The Post Feed widget stopped working some weeks ago. It won‘t show subscribed posts. „All“ works, but not „subscribed“.

iPhone 12 18.2 iPad Air2 15.8.3

21
 
 

When opening a post from the main feed and then using the Community menu, the Subscribe entry has the wrong icon, and also doesn’t ‘update’ until you close the post and reopen it (ie it doesn’t show as a toggle, even though it does appear to function as a toggle.

menu

22
 
 

This is a little concerning.

23
 
 

The latest update has been giving me a lot of instability. I mostly notice it with interacting in the comments. When I try to collapse by tapping or the new collapse all gesture the app crashes.

24
 
 

I’ve seen this only done successfully on Voyager and then like Apollo but would rock to be on main feed and swipe the bad suggested posts away via hide.

25
 
 

Is it possible to please add a swipe action to collapse a whole comments thread up to a top most parent? This would really improve the comment section experience. Thank you!

view more: next ›