SFOS Meetings

Rating: 
5
Your rating: None Average: 5 (9 votes)

SFOS Meetings - Sailfish OS Meeting Logs Viewer

Source: https://github.com/nicosouv/sailfishos-meeting

New versions of SFOS Meetings (2.x and up) are built by a human developer with the help of AI (Claude, Mistral Vibe) 

If you don't want to use it, feel free not to use it :)

Browse and read Sailfish OS community meeting logs directly from your device. Access the complete archive of community meetings from irclogs.sailfishos.org with a native Silica UI.

Features:

  • Browse meetings by year (2020 onwards)
  • View meeting summaries with topics, participants, and action items
  • Read full IRC conversation logs with colorized usernames
  • Slack-style message display with user avatars
  • Track read/unread meetings
  • Bookmark favorite meetings
  • Search messages by content or username
  • Jump to specific topics within logs
  • Meeting statistics (message count, participants, duration, top contributors)
  • Native Sailfish OS interface with pull-down menus
  • Support for all device orientations

The app fetches meeting data directly from the official Sailfish OS IRC logs server, providing easy access to community discussions, decisions, and development updates.

Perfect for community members who want to stay informed about Sailfish OS development!

Screenshots: 

Keywords:

Application versions: 
AttachmentSizeDate
File sailfishos-meetings-1.4.1-1.aarch64.rpm160.88 KB12/11/2025 - 14:21
File sailfishos-meetings-1.4.1-1.armv7hl.rpm156.49 KB12/11/2025 - 14:21
File sailfishos-meetings-1.4.1-1.i486.rpm163.63 KB12/11/2025 - 14:21
File sailfishos-meetings-1.5.0-1.aarch64.rpm167.15 KB13/11/2025 - 14:00
File sailfishos-meetings-1.5.0-1.armv7hl.rpm162.32 KB13/11/2025 - 14:00
File sailfishos-meetings-1.5.0-1.i486.rpm171.03 KB13/11/2025 - 14:00
File sailfishos-meetings-2.0.0-1.aarch64.rpm183.1 KB06/07/2026 - 18:59
File sailfishos-meetings-2.0.0-1.armv7hl.rpm177.09 KB06/07/2026 - 18:59
File sailfishos-meetings-2.0.0-1.i486.rpm188.6 KB06/07/2026 - 18:59
Changelog: 

v2.0.0:

Features

  • Global search across all meetings of a year, with per-meeting grouped results
  • Action items view aggregating #action / #agreed decisions across a year
  • Offline reading: previously loaded meetings are served from the disk cache when the network is unavailable
  • Meeting years are auto-detected from the server index (pre-2020 archives included)
  • Filter log messages by participant (tap an avatar or username)
  • "My nick" setting to highlight messages mentioning you in meeting logs
  • Calendar export now includes a reminder 30 minutes before the meeting
  • Agenda forum link shown next to the next meeting date
  • Copy meeting link from the log and summary pages
  • French translation added, German translation reworked

Fixes

  • Markup injection: IRC content is now escaped before being rendered in the log view
  • Memory leak: parsed meetings, messages and statistics are now released when pages are closed
  • Summary page no longer parses log content when both pages are stacked
  • Stale next meeting date is cleared once the announced date has passed
  • ICS file is written to the app cache directory instead of a hardcoded path

Performance

  • Favorites and read status cached in memory (no more QSettings reads per delegate)
  • Network disk cache with conditional requests (304 served from cache)
  • Search input debounced; regex compilation hoisted out of parsing loops

v1.5.1:

  • Add next meeting date detection and display
  • Add calendar integration to add meetings to calendar
  • Improved logging for debugging