Skip to main content


Mobile #Diaspora client for Android and iOS needs testers


Jonne Haß has created a mobile client quite more comfortable than Dandelion. It was on f-droid, now he has also put it on the Play Store. Right now he needs testers to get the app approved, so if you'd like to have a really well functioning mobile client, drop him a PM, because he may need to put your email manually into the tester list.

Written on Insporation, the client I wrote about.

N. E. Felibata 👽 reshared this.

in reply to Aladár Mézga

I've joined the beta testers team. Also posting from insporation! Give it a try chaps!
in reply to Aladár Mézga

Working on getting it into the main repo, for now you have to add my custom one: github.com/jhass/insporation/#…
in reply to Aladár Mézga

Cool, thx – iOS client is here: iOS client is here: apps.apple.com/app/insporation…
in reply to Aladár Mézga

Working on getting it into the main repo, for now you have to add my custom one: github.com/jhass/insporation/#…


Got it.

Do you take feature requests? 😃

in reply to Aladár Mézga

@Monkeymind What's on your mind? :D

@Benjamin not sure I'll really care with that anymore, the app's released on the appstore in its latest version.

in reply to Aladár Mézga

What's on your mind? :D


I'm not monkeymind, but... The text input is a bit weird. The window doesn't tell the keyboard when a new sentence starts, so it's always lowercase. Modifying text is a bit tricky, because instead of just placing the cursor somewhere, a lot of text gets selected and it's not easy to deselect everything. Context (after selection) could use a "translate" like Dandelion had. 🫣

in reply to Aladár Mézga

As said, text selection behaves on my phone also sometimes strange. From time to time it isn't possible to get a "standard" cursor for text input without any selections.

But I'm not sure, if this is a more Android specific problem or if the app is causing the problem.

in reply to Aladár Mézga

It's pretty much the standard Flutter text input component as far as I remember, been some years since I touched this. So not sure there's any low hanging fruit to that.
in reply to Aladár Mézga

Monkeymind What's on your mind? :D


First of all, I love the app!

These feature requests are just that, and don't detract from my appreciation. I know some of these are hard and haven't been implemented in the web client either.

  1. Filter out post replies by blocked accounts.
  2. Mute coounts I follow, so I can still send them messages but don't see their posts. Bonus points if this feature has granularity so I can mute their posts but still see comments by them in replies to other's posts.
  3. A "reply to comment" button, which fills out a comnent with a link to the original commenter's profile and puts the comment in a quote section, so I don't have to copy-paste and figure out how to cite the author. Bonus points for a context menu entry if I select part of a comment (or post).
  4. The entries in the notifications menu are less detailed than in the web client, i.e. just "Post by XY". It would be nice to have the web client behavior.
  5. Auto-complete user references, like in the desktop web client.
  6. Preview.
in reply to Aladár Mézga

  1. A "reply to comment" button, which fills out a comnent with a link to the original commenter's profile and puts the comment in a quote section, so I don't have to copy-paste and figure out how to cite the author. Bonus points for a context menu entry if I select part of a comment (or post).


Love this idea

in reply to Aladár Mézga

Yeah, that one sounds good. But...

Filter out post replies by blocked accounts...


I think that would be a Diaspora feature and it should be implemented there. Sounds like a Frequently Requested Feature...

in reply to Aladár Mézga

I neither use nor need an Android or iOS client. I'd prefer more work on the web platform independent web client.
in reply to Aladár Mézga

@Aladár Mézga:

I think that would be a Diaspora feature and it should be implemented there. Sounds like a Frequently Requested Feature...


It's been requested for ages. The common thread in answers has been "use a greasemonkey/user script in yourbrowswr", which makes me believe it is a client-side implementation topic.

But I seriously don't know. Just formulating a wishlist here.

in reply to Aladár Mézga

Client yes, but logic tells me that it's still part of the Diaspora code. We don't see blocked users in some situations, but that should happen all the time... And for the record: Yeah, I'd like that too...
in reply to Aladár Mézga

Yap, blocking logic I would prefer server side. The client currently only stores sessions and that's easily recoverable if lost. The other thing it stores are post/comment drafts, something that can be argued as best effort and not too bad to be lost. So essentially it's fairly stateless so far. So I see introducing things like client side filtering as lot of potential complexity growth, as you then probably will also want a migration/backup path, multi-device syncing of the client configuration etc.


The API currently does not return anything about the post/comment on the notifications endpoint, so previewing that would mean N+1 queries over the network, not sure it's worth the feature to be honest.


Mention autocomplete is difficult since especially for commenting, between the comment input being in a bottom sheet at the moment and the on-screen keyboard there's no real space to display anything. Not sure how you imagine this exactly. -> github.com/jhass/insporation/i…


Will include a first version of message preview in the next release, not very happy about the UI in the end, glad for any suggestions how to improve it.


Will include comment reply in the next release, looks good.

in reply to Aladár Mézga

Ah, btw: Dandelion had a link in shared posts to the original post. Would that be difficult to add?

And a question: I think once upon a time I could mention people (meaning with link created and notification sent) from Dandelion, but that's only possible in the web version now, not mobile. Do you perhaps know the reason for that?

in reply to Aladár Mézga

I’m really glad to see the app get more love and attention from everyone. As an iOS user who (selfishly) prefers apps over PWA, for instance, it’s great to see people discussing it.