Arctic

493 readers
1 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
53
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
 
 

In contrast to the Liked Posts, Disliked Posts, Liked Comments, and Disliked Comments options, which don't appear to work yet, the Hidden Posts option (on both one's own user profile and other user profile) simply displays the contents of the All feed below the user page header.

4
 
 

For some reason, this post shows the url text in the main feed, but the image when opened.

https://feddit.uk/post/24957879

5
 
 

Trying logging in with my account, it only shows my subscription and activity but can’t load my profile page It also appear when I tap on the profile page

Example log: [2025-03-01 10:16:47 +0000] [error] [arctic] [fetchUserDetails(person_id:username:)] Error loading user details: lemmyError(message: Optional("couldnt_find_person"), code: 400)

6
 
 

Tried moving the video forward while watching this Peertube livestream in Arctic, but the app crashed instead. The app crashed again when trying to do so again, but didn't crash when attempting to do the same with a pre-recorded Peertube video.

7
 
 

When viewing the instance list in Lemmy Explorer, enabling the Hide NSFW option hides 490 of the 567 listed instances. On the reduced list of 77 instances, feddit.cl, feddit.uk, and aussie.zone are listed as the largest SFW instances.

Unless I'm misunderstanding how the NSFW instance sorting function works, it seems to be a mistake for so many instances, including lemmy.world, lemm.ee, and most other major instances, to be categorized as NSFW.

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

Not sure if it's possible with instances too, or just communities, but it'd be useful to be able to sort the Lemmy Explorer list by creation date.

Having widdled down my unblocked community count to just below 1,000, I can tell when there's new communities for me to review for keeping or blocking by the community count, but would find an option to sort by date founded useful for speeding up the process of finding new ones.

Another use case would be to have an easy means of finding recently-established communities to support and promote across Lemmy.

9
 
 

If any text is entered in the search box on the search tab screen and subsequently cleared with the 'x' icon or 'cancel' text, the app crashes.

10
 
 

Hey there! How much work would it be to add the ability to select a font to use for Arctic that’s installed on the device? For instance, I use the Atkinson Hyperlegible Next font for everything that I possibly can (it works wonders for my dyslexia).

11
 
 

I would love a feature that allows me to ignore new replies to a post or comment I make. Apollo had this feature for Reddit and I found it really helpful to not get notifications to threads I wasn't interested in continuing for whatever reason (maybe it was getting a lot of off topic replies, or someone was arguing and I didn't want to continue to engage, etc.). Essentially it would just disable notifications from a chosen post, ideally triggered as an option in the three dot overflow menu on that post/comment.

12
 
 

After blocking several instances, my Instance Block List in Lemmy Explorer didn't update to reflect the newly-blocked instances until I restarted the app. It also seems to affect the UI that displays the "Block Instance" option, as it doesn't switch to "Unblock Instance" either.

On a related note, perhaps it would be helpful for consistency purposes to add the "Block Instance" option to the community page too.

13
 
 

Not sure if it applies to anywhere else, but although the Block swipe action successfully turned into the Unblock swipe action after blocking a community in Lemmy Explorer, the Unblock swipe action did not switch to a Block swipe action in the same manner, despite being able to block the community by going to its page manually and blocking it in the standard manner.

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

[Edit] Per the comment below, the suggested feature is already possible via the custom theme creator (Appearance Settings > App Theme).

For anyone else looking to replicate Reddit's arrow colors, upvote on mobile is #ff4500, while downvote is #7193ff. Now that I'm trying it, I think I actually prefer the default due to the subtler contrast of the blue, but being able to change it is definitely a helpful option to have.

Something that I think has been missing from most Lemmy UIs is distinct upvote and downvote colors, versus the red upvotes and blue downvotes present on the standard Reddit interface.

Although I personally wouldn't feel the need to customize my upvote/downvote colors beyond that, given that others might want colors other than red and blue, I think implementing such a feature with an assortment of default colors customizable for each button would maximize its usefulness. Implementing it with a color wheel or a hex color input option would maximize options even further, though might not make for a very clean UI.

Thanks for implementing my prior suggestions! Have more suggestions on my list, but I'll keep to posting two at a time at most to let others have their share in suggesting ideas too. 👍

15
 
 

While I don't make use of the gesture functionality in my regular usage of Lemmy, my extensive usage of Lemmy Explorer made me think that swipe actions would be useful there too, whether it be to block communities as I typically use the list for, or subscribe or favorite communities for those who make frequent use of those functions.

Seeing today that Lemmy Explorer indeed has gestures implemented for it, my revised suggestion is that these gestures be mappable as is the case for other feeds in the app, as to make the gestures work from the left or right and have the option of disabling unused gesture actions.

16
2
submitted 1 week ago by th3dogcow to c/arctic
 
 

I have my font size set to S. After the recent updates (including the latest one today), the font size seems irregular unless it is set to system size. Toggling system size on then off temporarily fixes the problem. But the next time the app launched (after it has been killed), the problem returns. Attached are screenshots of before and after toggling.

Again thank you for all the awesome work. before 1 before 2 after 1 after 2

17
 
 

Not sure if anyone else is seeing this, but it seems to be happening on all accounts. Currently on 4.5.11, wasn't seeing this issue until today.

18
 
 

The community could be peeked but not popped 🤡 jokes aside I can't even click on it to get to the community in question. But long pressing worked to get the preview.

19
 
 

After uploading images or videos I can't watch them until I have posted the post. I guess a preview of the uploaded media would be sweet. Maybe also an preview of the whole post.

20
 
 

Uploading any media is being blocked by the upload popup. I think it would be much better if the uploading indicator would not be blocking, instead just put somewhere an activity indicator.

21
 
 

After a post has been deleted by a mod it will no longer appear in my history. Could you add make them still appear in my "timeline", and mark them accordingly?

It deals kind of odd when the post just disappear, and I am sometimes questioning my memory.

While I understand it is maybe a backend topic, could you nevertheless add also a notification that the post has been moderated. Maybe also add a direct link between this notification and the modlog.

22
 
 

When creating a new post the post will be published but also the post will be drafted.

23
24
 
 

(Copied from the in-app documentation.)

25
 
 

Had Arctic open in the background, with 4 unread messages and the corresponding icon on my Inbox tab, when my phone ran out of charge earlier today. When I recharged the phone and returned to Arctic (opened it with the 'currently open app list' UI), the icon was missing, but returned after I went to the Inbox tab and opened the unread messages menu.

view more: next ›