Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Konheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
Konheko
Commits
62380000
Commit
62380000
authored
4 years ago
by
Nicolas Werner
Browse files
Options
Downloads
Patches
Plain Diff
update README
parent
8adec94f
No related branches found
Branches containing commit
Tags
0.0.1
Tags containing commit
No related merge requests found
Pipeline
#141
passed
4 years ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-21
6 additions, 21 deletions
README.md
with
6 additions
and
21 deletions
README.md
+
6
−
21
View file @
62380000
...
...
@@ -9,37 +9,22 @@ still very much WIP and you probably shouldn't use it yet.
*
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 support for sending or saving media
*
No lazy loading of members
*
The search bar looses focus after every typed character
*
No settings at all
*
The timeline is pending a rewrite to make it look nice and load older messages correctly
*
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.
# Building
start mersdk
connect to mersdk:
ssh -p 2222 -i ~/SailfishOS/vmshare/ssh/private_keys/engine/mersdk mersdk@localhost
building:
mb2 -t SailfishOS-3.3.0.14-armv7hl build
Building using docker:
docker run -it -d --name sailsdk --mount type=bind,source="$(pwd)",target=/home/nemo/build sailsdk:latest /bin/bash
# or
docker start sailsdk
docker exec sailsdk mb2 -t SailfishOS-3.3.0.14-armv7hl build
Install the sailfish sdk an run (assuming the sdk is in your PATH):
```
sfdk config target=SailfishOS-3.4.0.22EA-armv7hl
sfdk build
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment