-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add readme and logo, make app load to home, remove kbd hints, mobile …
…adapt SpotlightSearch,UserSettings
- Loading branch information
octospacc
committed
Dec 28, 2023
1 parent
5b7606e
commit a966f3c
Showing
11 changed files
with
45 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Spaccamient | ||
|
||
This is a project striving for a mobile-first [Matrix] client that doesn't compromise on stability or features. | ||
Tracking code from Element Web's latest stable branch, and adding mobile-specific user experience and performance patches, we can maybe finally achieve the goal of a truly working mobile [Matrix] client. | ||
|
||
![](./assets/logo.svg) | ||
|
||
## Try it | ||
|
||
Keep in mind that this project is currently in a very early phase and may go from working perfectly, to being completely broken just an hour later. In any case, feel free to open issues or PRs. | ||
To simplify and speed up development, we currently only use a single development branch and release in a rolling fashion, as well as keep all parts of our project (even if entirely separate software components) in this single monorepo. | ||
|
||
* Online (website and PWA): <https://spacc-inc.github.io/Spaccamient/> | ||
* Installable apps (currently only an APK for Android, which is just a WebView): <https://github.com/Spacc-Inc/Spaccamient/releases/latest> | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kbd { | ||
display: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters