Konheko

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

About

This is a small matrix client for SailfishOS using the same library as the Nheko desktop client.

It is intended to replace my use of Riot via the Android Emulation on my phone. Currently it is still very much WIP and you probably shouldn't use it yet.

Missing features and known major issues

  • No persistence of the message cache -> It uses a lot of RAM and the initial opening needs to do a full sync -> slow.
  • No E2EE support
  • No lazy loading of members
  • No settings at all
  • Invites look like rooms and can't be accepted
  • No way to create rooms
  • No markdown/html message support
  • No stability testing yet. There are a few known causes of crashes still.
  • And a lot more

Basically it currently only allows very limited viewing of (unencrypted) messages and basic plain text messaging.

Matrix room for discussions: https://matrix.to/#/#konheko:neko.dev

Screenshots: 
Application versions: 
AttachmentSizeDate
File harbour-konheko-0.0.1-1.armv7hl.rpm818.51 KB16/10/2020 - 15:22
File harbour-konheko-0.0.2-1.armv7hl.rpm819.11 KB19/10/2020 - 15:38
File harbour-konheko-0.0.3-1.armv7hl.rpm829.02 KB19/11/2020 - 04:51
File harbour-konheko-0.0.4-1.armv7hl.rpm827.03 KB05/02/2021 - 21:11
File harbour-konheko-0.0.5-0.armv7hl.rpm834.07 KB19/04/2021 - 22:40
File harbour-konheko-0.0.6-0.armv7hl.rpm1012.43 KB23/05/2021 - 19:31
File harbour-konheko-0.0.6-0.aarch64.rpm1.03 MB23/05/2021 - 19:31
Changelog: 

* Sun May 23 2021 Nicolas Werner <nicolas.werner@hotmail.de> - 0.0.6
- [konheko] Build for armv7hl and aarch64
- [konheko] Workaround for crashes on login on aarch64
- [konheko] Fix compilation for aarch64
- [konheko] Fix media menu making scrolling weird in rooms without send permissions
- [konheko] Adjustment the icons for a better look on the Roomsview

* Mon Apr 19 2021 Nicolas Werner <nicolas.werner@hotmail.de> - 0.0.5
- [konheko] Fix application launch via desktop file when already running in background
- [konheko] Show current version in about page

* Thu Feb 04 2021 Nicolas Werner <nicolas.werner@hotmail.de> - 0.0.4
- [konheko] Show room avatar in notifications
- [konheko] Fix compatibility with 4.0.1

* Wed Nov 18 2020 Nicolas Werner <nicolas.werner@hotmail.de> - 0.0.3
- [konheko] Implement redactions
- [konheko] Hide message area, if powerlevel is not enough
- [konheko] Allow copying text messages and similar bodies
- [konheko] Add scheme to links, if it is missing
- [konheko] urlify plain text links
- [konheko] Use Label everywhere

* Mon Oct 19 2020 Nicolas Werner <nicolas.werner@hotmail.de> - 0.0.2
- [konheko] Send read receipt more easily
- [konheko] Fix some login page flow issues

* Fri Oct 16 2020 Nicolas Werner <nicolas.werner@hotmail.de> - 0.0.1
- [konheko] Show file messages and allow some basic downloads
- [konheko] Open room, when clicking notification
- [konheko] Add basic audio player and improve video player
- [konheko] Add sending files, video and audio
- [konheko] Align send button with bottom and fix events without username
- [konheko] Reverse timeline internally to make messages stick to the bottom properly
- [konheko] fix compatibility with new sdk and clean up validator issues