A SwiftUI Mastodon client
Go to file
2023-01-20 17:41:25 +01:00
.github Update issue templates 2023-01-20 17:41:25 +01:00
ci_scripts Add OpenAI pipeline + some prompts 2023-01-13 18:43:02 +01:00
IceCubesApp Rename option "System Safari" to "System Browser" (#174) 2023-01-20 17:37:50 +01:00
IceCubesApp.xcodeproj Adding Dutch localizations (#162) 2023-01-20 12:35:05 +01:00
IceCubesNotifications Swiftformat 2023-01-17 11:36:01 +01:00
IceCubesShareExtension Added edit history 2023-01-19 21:19:19 +01:00
Images New promo image 2023-01-17 08:30:57 +01:00
Packages Fix compact media for single image 2023-01-20 06:56:02 +01:00
.gitignore Basic mastodon.social timeline as a PoC 2022-11-20 16:39:06 +01:00
.swiftformat Swiftformat 2023-01-17 11:36:01 +01:00
LICENSE Initial commit 2022-11-20 15:10:58 +01:00
PRIVACY.MD Add privacy.md 2022-12-30 08:37:51 +01:00
README.md Fix typo in README.md (#123) 2023-01-19 21:41:44 +01:00

IceCubesApp

You can now download it on the App Store

For contributors and myself, here is a todo list of features that could be added (while giving you a good idea of what's already done if not in this list, the app is quite complete already!)

  • [ ] Editor: Support video types
  • [ ] Editor: Add photos from camera
  • [ ] Editor: Support custom emojis
  • [ ] Edit filters
  • Support IceCubesApp://any mastodon links
  • Translate button / display post language / set post language
  • Widgets

IceCubesApp is an open source application for accessing the decentralized social network Mastodon! It's built entirely in SwiftUI, making it fast, lightweight, and easy to use.

You can connect to any Mastodon instance and browse your timeline, interact with other users, and post updates and media.

The project is split into different Swift Packages to make it easier to manage and maintain the codebase. Each package is focused on a specific aspect of the application, such as the UI, network communication, or data models. This modular approach allows for easier collaboration and ensures that the code is organized and easy to understand.

It's a great starting point for learning SwiftUI. The app covers many of the basic concepts of SwiftUI, such as building layouts, working with data, and handling user interaction. By exploring the code, you can gain a solid understanding of how to use SwiftUI in your daily life. Plus, the open source nature of IceCubesApp means that you can see how real-world applications are built and get a sense of best practices for using SwiftUI.

The architecture is straightforward MVVM for most parts, no redux on this one ;)

Please note that IceCubesApp is currently in an early stage of development and as such, there are many features that are still missing. While the app is functional and can be used to browse and interact with Mastodon, there are still many features that are planned for the future.

Thanks!

Icon