Pachli

Cooperative social media

Mar 28, 2024

Pachli 2.4.0 released

Pachli 2.4.0 is now available. This version contains improvements for managing lists, modifications to the left-side navigation, new poll features, UI improvements, assorted bug fixes, and continues support for non-Mastodon servers.

Read on for more details about these, and other changes in this release.

Read more...

Feb 28, 2024

Pachli 2.3.0 released

Pachli 2.3.0 is now available. This version contains UI improvements, assorted bug fixes, and continues support for non-Mastodon servers.

Read on for more details about these, and other changes in this release.

Read more...

Feb 17, 2024

Debugging notifications

Pachli started as a fork of Tusky so has inherited some of Tusky’s bugs, which are now being fixed.

One of those is users reporting they never receive Android notifications for Mastodon events; when someone follows you, or replies to one of your posts, or a poll you’ve voted on closes, etc.

The Mastodon notifications still appear in the app, but never as Android notifications.

This has been difficult to fix because it’s not reproducible by the developers. When my account (or the @pachli@mastodon.social account) receives a Mastodon notification it appears as an Android notification on my phone within seconds, exactly as it’s supposed to.

To better understand what’s going on the version of Pachli Current rolling out now – and the next version of Pachli – includes comprehensive information about how Pachli is getting your Mastodon notifications, what you might need to do to improve the situation on your device, and a mechanism to report logs to the developers to help with bug hunting.

Read more...

Jan 29, 2024

Pachli 2.2.0 released

Pachli 2.2.0 is now available. This contains a critical bug fix when interacting with posts, and has initial support for handling features found on non-Mastodon servers like Pleroma, Friendica, GoToSocial, and others.

Read on for more details about these, and other changes in this release.

Read more...

Dec 17, 2023

Pachli 2.1.1 released

Pachli 2.1.1 is now available. This fixes one bug; if you were upgrading to Pachli 2.1, and you included trending tags, links, or posts in your tabs, Pachli 2.1 would crash when starting, and you had to remove and re-install the app.

Thanks to Rainer Müller for the detailed bug report. This was fixed in #330

Download Pachli 2.1.1 from Google Play, F-Droid, or the GitHub release page.

Dec 15, 2023

Pachli 2.1.0 released

Pachli 2.1.0 is now available. This is primarily a bug fix release ahead of planned work next year to extend and improve the translation support that landed in 2.0.0.

This should be the last Pachli release of 2023, with development work resuming early in 2024.

Read on for more details about this, and other changes in this release.

Read more...

Dec 12, 2023

Opt-in crash reporting

If Pachli Current crashes it’s very helpful if the developers can see exactly where it crashed. Sometimes that’s obvious from bug reports, or the problem is easy for the developers to reproduce. And reproducing a problem is the first step to fixing it.

And sometimes the information is just not available to the user, or the problem is not easy to reproduce.

For example, bug report #306.

To make this easier the most recent release of Pachli Current catches crashes, records concrete information about where the crash occurred and what was happening at the time, and allows you to opt-in to sending it to the developers.

No information is ever sent to the developers without your express permission. The crash-handling code is not present in the regular Pachli application.

Read more...

Nov 23, 2023

Pachli 2.0.0 released

Pachli 2.0.0 is now available, and can translate posts for you. This uses your server’s support for translation (if enabled by your server administrators).

Improving translation is the through-line for the Pachli 2.x releases. Future releases in the 2.x line will support translation whether or not it is enabled on your server by carrying out privacy-preserving translation on your device.

Read on for more details about this, and other changes in this release.

Read more...

Nov 16, 2023

Governance model update

In the last governance update I mentioned starting the application process with the Nivenly Foundation.

As announced in their Updates for October and November blog post the Pachli application process is underway.

There are two Q&A discussions currently happening in their forums:

If you have questions please do come along and ask.

Nov 14, 2023

Supporting server translation

Edit: This feature is now also available in Pachli 2.0.0.

Pachli Current (on Google Play) now supports server-side translation of posts.

This means the translation does not happen on your device. Instead (and if your Mastodon provider is configured to support it) Pachli asks your Mastodon provider to translate the post, and they, in turn, typically contact a third-party translation service (often DeepL.com) to do the actual translation. Then a copy of the translation is sent back to Pachli.

This comes with a few caveats and additional details.

Read more...

Nov 10, 2023

Pachli 1.4.0 released

Pachli 1.4.0 is now available.

Assuming things go to plan this will be the final release in the 1.x series. The 2.x series will be released soon, featuring support for translating posts.

The significant changes in this release are:

Read more...

Oct 25, 2023

Pachli 1.3 released

Pachli 1.3 is now available.

This is the first release that includes changes from other contributors.

  • Eryk Michalak updated the Polish translation
  • sanao contributed two PRs (see below), and updated the Japanese translation

Thank you to both of them.

The significant changes in this release are:

Read more...

Oct 11, 2023

Pachli Current

Pachli aims to put out a new major or minor release approximately once a month. But there’s a lot of code that can change in that time, and only so many problems that automated testing can catch.

The wide range of devices running Android, differences in supported hardware, and customisations made by different device vendors make this even more difficult. Code that runs with no problems on a developer’s device may fail or perform in unexpected ways on other devices.

Enter Pachli Current.

Read more...

Oct 5, 2023

Pachli 1.2 released

Pachli 1.2 – and 1.2.1 and 1.2.2 – are now available.

This took a little longer to release than planned. 1.2 was submitted to the Google Play store last week, and was rejected because of an unspecified issue with the Pachli Privacy Policy.

This policy, and how it was displayed in the app, had not changed in the Pachli 1.0 or 1.1 releases, and the Google app review staff do not provide specifics about what needs to change.

Reading the tea leaves I made changes in 1.2.1 and 1.2.2, neither of which satisfied the reviewers.

What did work was changing the link to the privacy policy from https://github.com/pachli/pachli-android/blob/main/PRIVACY.md to https://pachli.app/privacy/.

As best as I can tell the reviewers think that using GitHub as the canonical location for the privacy policy makes it “editable

The significant changes are:

Read more...

Sep 29, 2023

Accessible fonts

To improve accessibility Pachli allows the user to change the font used in the UI.

The feature originated from work I was doing on the Tusky client. I had seen occasional user requests asking for different fonts, either to improve overall legibility, or specifically to assist people with dyslexia.

I put together a proof-of-concept using Atkinson Hyperlegible from the Braille Institute and OpenDyslexic as they are both freely available and claim to be helpful.

This allowed me to experiment with the UX and identify any issues that might make adopting this difficult.

This is not an accessibility issue I currently have to contend with, so I approached the user community for feedback and recommendations for additional fonts, asking:

Read more...

Sep 27, 2023

Governance model update

When the project launched About Pachli described the goals for Pachli-the-association, and noted that:

At the time of writing it is undecided whether Pachli-the-association will exist as a separate entity, or whether those goals can be met under the wing of an organisation like the Software Freedom Conservancy, Software in the Public Interest, or the Nivenly Foundation.”

Read on for update on that process.

Read more...

Sep 18, 2023

Pachli 1.1 released

Pachli 1.1 is now available.

This is a bug-fix release, with fixes including:

  • Fix crash on entering MainActivity on tablets (#25)
  • Ensure refreshing does not create a gap in the timeline (#43)
  • Restore the user’s home timeline position (#44)
  • Show the FAB according to the user’s preferences (#29)
  • Fix toolbar flickering when scrolling lists (#26)

Download Pachli from Google Play or the GitHub release page (availability on F-Droid is dependant on the F-Droid volunteers approving merge request #13682).

Read on for more details about the changes in this release.

Read more...

Sep 6, 2023

hello, #pachli

Pachli is an application (now) and an association (aspirational).

Pachli-the-application is a best-in-class open source Android application for Mastodon and Mastodon-like servers. If you’re familiar with Tusky then you’ll love Pachli.

Get Pachli on Google Play or F-Droid, carry on reading to learn more about the application, or head to the About page to see what we’re all about.

Read more...