technicat, to Pixelfed

First use of platform detection to support both and

if toot.instance?.flavour == .pixelfed {
AllNotificationsPage()
} else {
NotificationsTab()
}

technicat, to mastodon

saw someone asking for indication of followed tags in a post but it’s not as easy as it should be, tags in a post aren’t returned with follow info (I think they used to)

technicat, to fediverse

working on multiple session support

technicat, to mastodon

Playing around with dialog text.

DanielBerezhnoy, to swift

@walleri is finally on the App Store! It's been quite a journey, but I'm so glad it's now available for the whole world to try.

There's still a lot of things I want to improve, but I realized that it's never gonna be perfect and at some point I just have to release it.

Today is that day 🚀

App Store link: https://apps.apple.com/us/app/walleri/id6470121640

tootsdk, to swift
@tootsdk@iosdev.space avatar

A new release of TootSDK - 0.51.0 📣

https://github.com/TootSDK/TootSDK/releases/tag/0.51.0

What's changed:

We’d like to thank everyone who has submitted PRs, raised issues since we released the package publicly.

Community contributions are greatly appreciated 🙌

tootsdk, to swift
@tootsdk@iosdev.space avatar

A new release of TootSDK - 0.57.0 📣

https://github.com/TootSDK/TootSDK/releases/tag/0.57.0

What's changed:

  • fix: rename getLists to getListsContainingAccount @konstantin

We’d like to thank everyone who has submitted PRs, raised issues since we released the package publicly.

Community contributions are greatly appreciated 🙌

tootsdk, to swift
@tootsdk@iosdev.space avatar

A new release of TootSDK - 0.59.0 📣

https://github.com/TootSDK/TootSDK/releases/tag/0.59.0

What's changed:

  • feat: TootClient.setNoteForAccount (sets private note) @technicat

We’d like to thank everyone who has submitted PRs, raised issues since we released the package publicly.

Community contributions are greatly appreciated 🙌

technicat, to Pixelfed

support is getting there. Fixed the favorites feed, was breaking because pixelfed has a max per query limit of 20, while mastodon has 40, and that's what I was using.

pipilo, to iOS
@pipilo@indieapps.space avatar

Version 1.1 of on is out. Pipilo is a unique fediverse app where you view posts one at a time in a horizontal timeline.

New in this update is support for notifications. Following the core idea of the app they are displayed in horizontal groups organized by days.
Premium users can also enable push notifications with quick reply action.

Check it out, share and enjoy!

Full release notes: https://pipilo.thanel.me/changelog
App Store: https://apps.apple.com/pl/app/pipilo/id1584544719

Screenshot of push notification in Pipilo. The notification is expanded and text input field is focused allowing for quick reply.

pipilo,
@pipilo@indieapps.space avatar

Additionally thanks to contributors of which the app uses, it is now verified compatible with Firefish and Sharkey in addition to previously supported Mastodon, Pixelfed, Pleroma, Akkoma, and Friendica.

technicat, to fediverse

cool, my poll ui is working, was able to vote on this one. although the expiration date is wrong.

technicat, to fediverse

my app seems to read calckey accounts just fine

tootsdk, to swift
@tootsdk@iosdev.space avatar

After 69 releases, we decided it’s time to officially name this one 1.0.0 📣🎉!

The SDK started development around a year ago in late 2022, with high ambitions to make it easy for Swift developers to just get building their clients.

Since we released in early 2023, plenty of folk have used TootSDK and participated in its development. To all of you, thank you so much!

Cheers,

@konstantin and @dave 🙌

https://github.com/TootSDK/TootSDK/releases/tag/1.0.0

technicat, to fediverse
@technicat@iosdev.space avatar
technicat, to SwiftUI

reorged the buttons a bit and got the like+boost button in sync. It’s fun, you’ll like it!

walleri, to swift

Today I'm excited to finally introduce @walleri!
Walleri is a Mastodon Client that lets you listen to your timeline instead of reading it!
Here is the TestFlight Link: https://testflight.apple.com/join/kex6mnjV
If you have any feedback - good or bad, don't hesitate to reach out!
#walleri #swift #swiftlang #swiftui #ios #iosdev #iosdevelopment #tootsdk #fedidev #mastodonapi #buildinpublic #mastodev #testflight #xcode #indiedev

tootsdk, to swift
@tootsdk@iosdev.space avatar

A new release of TootSDK - 3.2.0 📣

https://github.com/TootSDK/TootSDK/releases/tag/3.2.0

What's changed:

Community contributions are greatly appreciated 🙌

technicat, to fediverse
@technicat@iosdev.space avatar

#fedicat now recognizes group accounts #tootsdk #fediverse

tootsdk, to swift
@tootsdk@iosdev.space avatar

A new release of TootSDK - 3.4.0 📣

https://github.com/TootSDK/TootSDK/releases/tag/3.4.0

What's changed:

  • Allow setting a list as "exclusive" @technicat

Community contributions are greatly appreciated 🙌

tootsdk, to swift
@tootsdk@iosdev.space avatar

A new release of TootSDK - 3.5.0 📣

https://github.com/TootSDK/TootSDK/releases/tag/3.5.0

What's changed:

  • Added Account.group @technicat

Community contributions are greatly appreciated 🙌

tootsdk, to swift
@tootsdk@iosdev.space avatar

A new release of TootSDK - 3.6.0 📣

https://github.com/TootSDK/TootSDK/releases/tag/3.6.0

What's changed:

  • added optional withSuspended param to TootClient.getRelationships (specifies whether to ignore suspended accounts) @technicat

Community contributions are greatly appreciated 🙌

tootsdk, to swift
@tootsdk@iosdev.space avatar

A new release of TootSDK - 3.8.0 📣

https://github.com/TootSDK/TootSDK/releases/tag/3.8.0

What's changed:

  • Adds Post.editedAt, introduced in Mastodon 4.2 @konstantin

Community contributions are greatly appreciated 🙌

tootsdk, to swift
@tootsdk@iosdev.space avatar

A new release of TootSDK - 3.7.0 📣

https://github.com/TootSDK/TootSDK/releases/tag/3.7.0

What's changed:

  • Adds TootClient.deleteProfileAvatar() and TootClient.deleteProfileHeader() @technicat

Community contributions are greatly appreciated 🙌

tootsdk, to swift
@tootsdk@iosdev.space avatar

A new release of TootSDK - 3.10.0 📣

https://github.com/TootSDK/TootSDK/releases/tag/3.10.0

What's changed:

  • Add report, signup and severed relationship notification types @luckkerr

Community contributions are greatly appreciated 🙌

tootsdk, to swift
@tootsdk@iosdev.space avatar

A new release of TootSDK - 3.9.0 📣

https://github.com/TootSDK/TootSDK/releases/tag/3.9.0

What's changed:

Community contributions are greatly appreciated 🙌

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • everett
  • osvaldo12
  • magazineikmin
  • thenastyranch
  • rosin
  • normalnudes
  • Youngstown
  • Durango
  • slotface
  • ngwrru68w68
  • kavyap
  • DreamBathrooms
  • tester
  • InstantRegret
  • ethstaker
  • GTA5RPClips
  • tacticalgear
  • Leos
  • anitta
  • modclub
  • khanakhh
  • cubers
  • cisconetworking
  • megavids
  • provamag3
  • lostlight
  • All magazines