Skip to content

Releases: Lastorder-DC/moshidon

2.3.0+fork.118.occmdm

Choose a tag to compare

Release 118

Add pending mentions tab to Notifications, porting occm server's
"Awaiting reply" feature from the web client. Mentions awaiting a
reply now get their own tab alongside Everything/Mentions, and can
be dismissed from the post's context menu just like on the web.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

2.3.0+fork.117.occmdm

Choose a tag to compare

@github-actions github-actions released this 12 Jul 16:21
9ca8ee2
Release 117


add changelog and change readme/fastlane data to include occm's own functions

2.3.0+fork.116.occmdm

Choose a tag to compare

@github-actions github-actions released this 12 Jul 07:11
7f122bf
Version 116


More moshidon -> OCCM fixes

2.3.0+fork.115.occmdm

Choose a tag to compare

Fix sdkmanager path in fdroid-release.yml (not on PATH by default)

2.3.0+fork.114.occmdm

Choose a tag to compare

Bump version to 114

2.3.0+fork.113.occmdm

Choose a tag to compare

Fix CI crash on missing local.properties, rework nightly workflow

signingConfigs/buildTypes blocks evaluate unconditionally for every
task regardless of which variant is actually being built, so their
local.properties fallback (for CURRENT_DATE and the signing
passwords) was crashing any task - including assembleFdroidRelease,
which never even touches these values - on a checkout that doesn't
have that gitignored file, like F-Droid's buildserver or CI. Guards
the fallback behind a file-exists check instead of assuming it's there.

Also rewrites nightly-builds.yml:
- Fixes the push trigger branch (was "master", a leftover from before
  the fork - this repo's branch is "occm", so the workflow likely
  never actually ran on our own commits).
- Renames the moshidon-nightly.apk references to match this fork's
  actual output filename, occm-nightly.apk.
- Publishes to a rolling "nightly" pre-release instead of an ephemeral
  Actions artifact (which expires and needs a GitHub login to fetch),
  replacing the asset in place on every push, matching the style of
  fdroid-release.yml.

Verified assembleFdroidRelease/assembleNightly locally with
local.properties entirely absent, and confirmed the built APK's
filename matches what nightly-builds.yml now expects.

Nightly build (2026-07-13)

Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Jul 14:07
nightly

Fix nightly/debug/playRelease compile failure without google-services…