Commit Graph

1208 Commits

Author SHA1 Message Date
0e768e7768 feat(service): Figure out the correct error type (Fixes #56) 2022-11-22 22:54:03 +01:00
d59a37f185 feat(service): React to messages of type error 2022-11-22 22:21:05 +01:00
f0c6713d76 refactor(shared): isWarning and isError should just be properties 2022-11-22 22:04:05 +01:00
0eeac949ea feat(ui): Show errors 2022-11-22 21:58:55 +01:00
04c0c1c0e2 feat(ui): Show filesize for media (Fixes #129) 2022-11-22 20:39:28 +01:00
03011d107f feat(service): Delete file on retraction
Fixes #163.
2022-11-22 20:27:22 +01:00
c88003bea1 feat(service): Remove shared media entry on message retraction
Also: Fix some ordering oddities with the shared media widget and page.
2022-11-22 19:51:28 +01:00
6c83373d72 fix(ui): Make the BorderRadius const 2022-11-22 18:53:28 +01:00
888a1cf296 fix(ui): Maybe fix the shared media display not updating 2022-11-22 18:51:56 +01:00
ed6c01243d feat(service): Link shared media to their message (Fixes #152) 2022-11-22 18:45:48 +01:00
5945f78e97 feat(ui): Round the corners of the QR code 2022-11-21 22:31:47 +01:00
c58fca395b fix(ui): Popup messages have corners 2022-11-21 22:23:58 +01:00
9203905ed8 feat(service): Remove thumbnail data on retraction 2022-11-21 21:05:08 +01:00
259e0dacd0 feat(ui): Remove the QR code's dialog 2022-11-21 18:46:47 +01:00
0acd13f0f0 feat(ui): Use curves for bettwe animations 2022-11-21 18:37:14 +01:00
cfdb948372 feat(ui): Make the longpress vibration stronger 2022-11-21 18:24:03 +01:00
9b3130f363 feat(ui): Animate a transition between chat state and no chat state 2022-11-21 18:19:58 +01:00
d10efc274c fix(service): Every download is marked as verification failed 2022-11-21 17:52:02 +01:00
2e1b7fab53 Merge pull request 'Implement message retraction' (#161) from feat/message_retraction into master
Reviewed-on: https://codeberg.org/moxxy/moxxyv2/pulls/161
2022-11-21 16:28:42 +00:00
91b92b2cc4 fix(ui): Make colors more readable 2022-11-21 17:23:46 +01:00
6e3ab111f3 feat(service): Set isMedia to false when retracting 2022-11-21 17:23:32 +01:00
7de0b1c00e fix(meta): Bump moxxmpp 2022-11-21 16:08:18 +01:00
8107743af2 fix(ui): Retract messages had no padding 2022-11-21 16:02:08 +01:00
aeff82f625 fix(service): Fix images being retracted 2022-11-21 15:48:32 +01:00
935cb1c38b feat(ui): Render all retracted messages as a text message 2022-11-21 14:05:24 +01:00
acd5b7706b fix(ui): Make showConfirmationDialog more like Flutter 2022-11-21 12:40:54 +01:00
0b111d1012 feat(ui): Indicate retracted messages in the overview 2022-11-21 12:22:44 +01:00
211d8f37d8 feat(service): Store if a last message is retracted 2022-11-21 11:59:17 +01:00
e2517a7786 feat(ui): Show a 'show warning' button 2022-11-21 11:13:57 +01:00
aaf5b4fecc refactor(ui): Move some functions into the message model 2022-11-21 10:56:47 +01:00
173e251e9f fix(ui): Images cannot be long pressed 2022-11-21 10:45:04 +01:00
3c0891e069 feat(meta): Update DOAP 2022-11-20 23:44:16 +01:00
2dc3de43d1 fix(ui): Only allow sending retractions on our own messages 2022-11-20 23:41:55 +01:00
1b332b5b3b feat(service): Tell the service to send the retraction 2022-11-20 23:40:22 +01:00
6ef34afc6d fix(i18n): Translate the new strings 2022-11-20 22:52:49 +01:00
1cd6b63f1e feat(ui): Implement a message selection menu 2022-11-20 22:33:18 +01:00
6fd17ee70e fix(ui): Prevent quoting retracted messages 2022-11-20 17:45:27 +01:00
050d151c67 fix(service): Ensure only the original sender can retract a message 2022-11-20 17:38:37 +01:00
25ec569cd8 fix(i18n): Translate the retracted message 2022-11-20 17:33:34 +01:00
2dd9847566 feat(service): Handle message retraction 2022-11-20 17:30:32 +01:00
ef108f2e4a Merge pull request 'Make Moxxy translatable' (#158) from feat/i18n into master
Reviewed-on: https://codeberg.org/moxxy/moxxyv2/pulls/158
2022-11-20 11:56:06 +00:00
4894c2d627 feat(i18n): Give each translation a name 2022-11-20 12:52:57 +01:00
f0861a9a62 fix(service): Store the system's default language in the service 2022-11-20 12:07:44 +01:00
221cf89d10 feat(service): Tell the foreground service the systems default locale 2022-11-20 00:11:26 +01:00
c54ef9b84a feat(meta): Make the default language configurable 2022-11-19 23:56:38 +01:00
7aad272316 feat(service): Make login errors translatable 2022-11-19 22:54:14 +01:00
1f43353360 fix(service): Adjust to moxxmpp changes 2022-11-19 22:40:20 +01:00
5b54566c89 feat(shared): Make the message emoji messages translatable 2022-11-18 22:41:22 +01:00
a9e3d331fc feat(service): Make service strings translatable 2022-11-18 22:29:47 +01:00
192086546a feat(ui): Translate the entire UI 2022-11-17 23:25:05 +01:00