fix up progress list
This commit is contained in:
parent
5c4135ddb1
commit
27aa4e050a
1 changed files with 8 additions and 4 deletions
12
README.md
12
README.md
|
|
@ -36,14 +36,14 @@ A simple and user-friendly Matrix client made with Flutter and the Matrix Dart S
|
||||||
- [x] Using a text/uri/link
|
- [x] Using a text/uri/link
|
||||||
- [x] Plain text
|
- [x] Plain text
|
||||||
- [x] `matrix:` Uri
|
- [x] `matrix:` Uri
|
||||||
- [ ] Matrix.to link: I just need to fix my regex, I should do this next.
|
- [ ] Matrix.to link: I just need to fix my regex, I should do this soon.
|
||||||
- [ ] From space
|
- [ ] From space
|
||||||
- [ ] Exploring
|
- [ ] Exploring
|
||||||
- [x] Leaving
|
- [x] Leaving
|
||||||
- [x] Subspaces
|
- [x] Subspaces
|
||||||
- [x] Messages
|
- [x] Messages
|
||||||
- [x] Encryption
|
- [x] Encryption
|
||||||
- [x] Restoring crypto identity from passphrase/key or verification
|
- [x] Restoring crypto identity from a recovery passphrase/key
|
||||||
- [x] Sending
|
- [x] Sending
|
||||||
- [x] Plain text
|
- [x] Plain text
|
||||||
- [x] HTML/Markdown
|
- [x] HTML/Markdown
|
||||||
|
|
@ -62,6 +62,8 @@ A simple and user-friendly Matrix client made with Flutter and the Matrix Dart S
|
||||||
- [ ] Jump to original message
|
- [ ] Jump to original message
|
||||||
- [x] Edits
|
- [x] Edits
|
||||||
- [x] Attachments
|
- [x] Attachments
|
||||||
|
- [x] Unencrypted
|
||||||
|
- [ ] Encrypted
|
||||||
- [x] Blurhashing
|
- [x] Blurhashing
|
||||||
- [ ] Downloading attachments
|
- [ ] Downloading attachments
|
||||||
- [x] Opening attachments in their own view
|
- [x] Opening attachments in their own view
|
||||||
|
|
@ -84,8 +86,10 @@ A simple and user-friendly Matrix client made with Flutter and the Matrix Dart S
|
||||||
- [ ] Creating
|
- [ ] Creating
|
||||||
- [ ] Threads
|
- [ ] Threads
|
||||||
- [ ] Profile popouts
|
- [ ] Profile popouts
|
||||||
- [x] Copy link to [room, space]
|
- [ ] Copy link to [room, space]
|
||||||
- [x] Reporting
|
- [ ] Reporting
|
||||||
|
- [x] Events
|
||||||
|
- [ ] Rooms
|
||||||
- [ ] Notifications using UnifiedPush
|
- [ ] Notifications using UnifiedPush
|
||||||
- [ ] Group calls using [MSC4195](https://github.com/matrix-org/matrix-spec-proposals/pull/4195)
|
- [ ] Group calls using [MSC4195](https://github.com/matrix-org/matrix-spec-proposals/pull/4195)
|
||||||
- [ ] Invites
|
- [ ] Invites
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue