e092201030
feat(ui): If possible, decode shared images at a lower resolution
2023-03-21 22:45:04 +01:00
3c14521ca0
feat(service): Log the HTTP status when an upload fails
2023-03-21 20:17:08 +01:00
4b43427bf0
fix(ui): Fix color of block/add buttons
2023-03-21 20:03:40 +01:00
b7f39fe8ed
chore(service): Format the database migrations again
2023-03-21 19:56:20 +01:00
1f64569bc2
fix(service): Fix locking the UI when importing broken sticker packs
...
Fixes #241 .
2023-03-21 19:56:14 +01:00
7c56383601
chore(all): Lint and format tests and migrations
2023-03-21 16:32:34 +01:00
2de50b012b
fix(service): Fix broken migration
2023-03-21 16:17:56 +01:00
1de90e3ce1
feat(docs): Explain the commit message format
2023-03-21 12:18:19 +01:00
64a175819f
chore(meta): Bump moxxmpp
2023-03-21 12:02:36 +01:00
4cc507832c
chore(service): Bump moxxmpp
...
Fixes #248 .
2023-03-20 13:07:15 +01:00
fd1e14e4cd
Merge pull request 'Note to self feature addition' ( #256 ) from ikjot-2605/moxxy:feature_note_to_self into master
...
Reviewed-on: https://codeberg.org/moxxy/moxxy/pulls/256
2023-03-20 11:52:25 +00:00
Ikjot Singh Dhody
a78db354ab
feat(notes): Handle reactions correctly for notes.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-20 13:41:14 +05:30
Ikjot Singh Dhody
a86d83eeba
feat(notes): Fix upload logger.
...
Consistent method for checking note vs chat conversation.
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-19 00:56:45 +05:30
Ikjot Singh Dhody
02e73ade5e
feat(notes): Utilize converation object for notes.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-18 15:33:17 +05:30
9d0a84b317
fix(ui): Fix text overflow when quoting a file
...
Fixes #261 .
2023-03-17 21:28:32 +01:00
Ikjot Singh Dhody
0cf237914b
feat(notes): Update read marker cleaner for notes.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-17 03:58:47 +05:30
Ikjot Singh Dhody
398c23fccb
feat(notes): Remove unneccessary changes.
...
Remove unneccessary "sent" changes in file widgets.
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-17 03:41:52 +05:30
8f68292dfd
fix(ui): Fix UI crash when less than 8 shared media items are available
2023-03-16 17:09:58 +01:00
Ikjot Singh Dhody
8ef62e7ff1
feat(notes): Read/Encrypted Markers for Notes.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-16 00:58:41 +05:30
Ikjot Singh Dhody
99257f4b28
feat(notes): Disable Chat State/File Upload-Notes
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-15 23:51:48 +05:30
ikjot-2605
9f529a3a1c
Merge branch 'master' into feature_note_to_self
2023-03-15 17:00:04 +00:00
8178a0dd8a
fix(ui): Remove the quote *AFTER* sending the message
2023-03-15 12:36:36 +01:00
0f250b6eae
fix(ui): Sending a message does not reset the quoted message
2023-03-15 12:34:04 +01:00
716579cc5e
chore(ui): Remove unused import
2023-03-15 12:33:47 +01:00
25caf3f4a6
fix(ui): Use the filename attribute also in quotes
2023-03-15 12:29:02 +01:00
Ikjot Singh Dhody
1c1b598768
feat(notes): Fix quoted file widget.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-15 02:57:41 +05:30
ikjot-2605
7cbb56dc2c
Merge branch 'master' into feature_note_to_self
2023-03-14 21:25:11 +00:00
7f41ec2aac
fix(ui): Always directly use the filename attribute in media widgets
2023-03-14 21:13:20 +01:00
Ikjot Singh Dhody
ac5fc38de6
feat(notes): Formatting changes.
...
Update file.dart to work when unified filename is used.
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-15 00:45:10 +05:30
1f3c568d0c
chore(ui): Restructure the message widget directory
...
Fixes #257 .
2023-03-14 00:28:20 +01:00
Ikjot Singh Dhody
2a186377df
feat(notes): Add edit note capability.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-13 06:42:42 +05:30
Ikjot Singh Dhody
d529974cd9
feat(notes): Hide forward option for notes.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-13 06:32:28 +05:30
Ikjot Singh Dhody
f378c60bf5
feat(notes): Handle message/note retractions.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-13 06:28:40 +05:30
Ikjot Singh Dhody
e4523a2d33
feat(notes): Handle file upload for notes.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-13 06:24:55 +05:30
Ikjot Singh Dhody
4aacd36c59
feat(notes): Add switch case for helper.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-13 05:18:00 +05:30
Ikjot Singh Dhody
a291d9ab07
feat(notes): Database migration-Conversation type.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-13 04:55:52 +05:30
Ikjot Singh Dhody
9d73fc3a94
feat(notes): Miscellaneous fixes - Review 1.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-13 04:43:20 +05:30
Ikjot Singh Dhody
8a33d88e31
feat(notes): German translation - SpeedDialChild.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-13 00:03:48 +05:30
Ikjot Singh Dhody
6650686d48
feat(notes): Update ConversationTopBar for Notes.
...
For notes, don't show block user, add to contacts row.
For notes, don't give encryption options, and don't allow to block user.
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-12 23:44:47 +05:30
Ikjot Singh Dhody
8570997cb0
feat(notes): Remove moxxmpp implementation - Note.
...
Message stanza not sent for Notes to Self.
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-12 23:15:12 +05:30
Ikjot Singh Dhody
31ee7b919b
feat(notes): Diasble Notification Service for Note
...
Format SpeedDialChild for Conversation.
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-10 13:44:26 +05:30
Ikjot Singh Dhody
30f6ecd2f8
feat(notes): Fix enum decoding - ConversationType.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-10 13:32:19 +05:30
Ikjot Singh Dhody
9e3700001d
feat(notes): Add 'type' argument to Conversation.
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-08 17:50:55 +05:30
Ikjot Singh Dhody
2928602e8d
feat(notes): Remove JAVA_HOME override from gradle
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-07 21:00:31 +05:30
Ikjot Singh Dhody
09fc55d2c7
Merge branch 'master' into feature_note_to_self
...
Signed-off-by: Ikjot Singh Dhody <ikjotsd@gmail.com>
2023-03-07 20:58:44 +05:30
b391425d48
fix(docs): Fix grammar
2023-03-07 12:32:45 +01:00
3b21486647
fix(style): Remove some comprehensions
2023-03-07 12:13:18 +01:00
641ac01b33
fix(docs): Fix formatting of checklist
2023-03-07 12:00:15 +01:00
233370b448
fix(style): Ensure commit message starts with uppercase
2023-03-07 11:55:44 +01:00
45bff04329
feat(docs): Add a contribution document ( #252 )
2023-03-07 11:54:46 +01:00