hhmx.de
pachli@mastodon.social
pachli@mastodon.social

Pachli

(@pachli@mastodon.social)

Do 31.08.2023

Beiträge: 764Folgt: 19Folgende: 821

A full-featured Android Mastodon client, developed under cooperative principles

mastodon.social · mastodon · 2025-05-05 18:01:02

Föderation EN So 04.05.2025 17:53:29

It's been a rainy day in Zurich, so I had a free hour to prototype some changes to how media is attached to posts in .

What do we think?

Medien: 1

Föderation EN Do 01.05.2025 16:17:36

While I'm waiting for 2.12.0 to go through the Google review process I'm working on a significant quality-of-life improvement.

If you follow a moderately popular account you've probably seen the following situation.

1. They post something popular.
2. You see it on your timeline.
3. For the next 48 hours other people you follow boost it, which means it keeps spamming your timeline.

No fault of the original author, or the people boosting it, this is just how Mastodon works.

Föderation EN Mi 30.04.2025 17:07:19

# 2.12.0 is released

## New features include

- Backup and restore
- Improved admin notifications
- "Tab tap" preference graduates from labs

## Fixes include

- Translated media descriptions show in threads
- Fixed "Record not found" errors
- Crashes with admin notifications

## Updated translations

- Finnish, Irish, Latvian, Polish, Slovak, Spanish

More details at pachli.app/pachli/2025/04/30/2

Föderation EN Di 08.04.2025 19:00:27

@me github.com/superseriousbusines

That's why disables the feature. Otherwise your scheduled posts would be sent immediately.

Föderation EN Di 08.04.2025 18:17:01

You can now **export** and **import** your settings from . Rolling out in Pachli Current now, this will be in the next release at the end of the month.

This is available in **Preferences > Lab experiments**. Tap **Export settings** and you'll be prompted to choose a location and filename for the saved preferences. The settings are saved as JSON, if you want to inspect the contents.

Tap **Import settings** to chose a file to import settings from.

Föderation EN Do 03.04.2025 12:43:06

Do you use to install Android apps?

If so, good news:

1. Current now has its own release page on GitHub, which means you can install it using Obtainium. pachli.app/2025/04/03/obtainiu has details, with screenshots.
2. The Pachli download page (pachli.app/download/) includes Obtainium links for both Pachli and Pachli Current.

Föderation EN Mo 31.03.2025 17:49:00

# 2.11.0 is released

## New features include

- Support translation throughout the app
- Experimental Markdown support
- Content filters default to all contexts

## Fixes include:

- Toot button accessibility
- Grammar fixes
- Report UI updates
- Content filter updates
- Fewer crashes

## Updated translations

- Finnish, Indonesian, Irish, Latvian, Norwegian Nynorsk, Polish, Slovak, Spanish

More details at pachli.app/pachli/2025/03/31/2.

Föderation EN Di 25.03.2025 23:22:31

Are you getting spam messages from ?

account filters let you block notifications and conversations from accounts you don't follow, or that have been created very recently.

pachli.app/pachli/2025/02/28/2 has details and examples.

Föderation EN Mi 05.03.2025 14:22:04

If you use and want to try Current I'm experimenting with a new distribution mechanism suggested by @TheDragon.

Open Obtainium, tap "**Add App**" and use github.com/pachli/pachli-andro as the "**App Source URL**".

If this turns out to be helpful then I'll document it over at pachli.app

Föderation EN Mi 05.03.2025 13:52:11

# Markdown in Current

Current now has experimental support for rendering Markdown in posts.

Markdown is a mechanism for including simple formatting while still being understandable as plain text. The first line of this post is a heading, **this is in bold**, *this is italic*, `this is monospace`.

> This is how you quote something.

```kotlin
val msg = "Adding code is easy"
```

- So is
- bullet lists

1. Or...
2. Numbered lists

markdownguide.org/cheat-sheet/ has more.