Commit Graph

986 Commits

Author SHA1 Message Date
6ab4b4062c service: Create the tables 2022-09-07 13:01:50 +02:00
31464e5025 service: Move the database service somewhere else 2022-09-07 12:31:30 +02:00
1f166cbc44 Merge pull request 'Hopefully fix background cropper issues' (#122) from debug/image-cropper-issues into master
Reviewed-on: https://codeberg.org/moxxy/moxxyv2/pulls/122
2022-09-07 00:37:51 +02:00
0d8bf8dd12 ui: Move chat background into chat 2022-09-07 00:29:30 +02:00
fdbf2534b7 ui: Remove the debug print statements 2022-09-07 00:09:57 +02:00
8fd69c4d5a ui: Maybe fix the crash issue 2022-09-06 23:57:08 +02:00
94c8224cf8 meta: We don't really care about the version of meta 2022-09-06 14:33:34 +02:00
7bcccd5558 meta: Update moxplatform 2022-09-06 14:32:05 +02:00
bb987ed257 Merge pull request 'Allow muting conversations' (#121) from feat/mute-conversations into master
Reviewed-on: https://codeberg.org/moxxy/moxxyv2/pulls/121
2022-09-06 13:22:58 +02:00
80f4104969 ui: Comment out the subscription button 2022-09-06 13:13:31 +02:00
78ecd57aee ui: Color the tiles according to the system theme 2022-09-06 12:31:33 +02:00
da66c3fc17 ui: Move account settings down 2022-09-06 12:25:20 +02:00
94b75f0eee ui: Add settings page for chat settings 2022-09-06 12:24:51 +02:00
a798b72515 service: Make the default mute state configurable 2022-09-06 12:17:50 +02:00
8bd7ef6cfe ui: Set the tooltip text conditionally 2022-09-06 12:12:26 +02:00
d66a6790f9 service: Don't create a notification if the chat is muted 2022-09-06 12:12:08 +02:00
50f488ae21 ui: Implement muting chats 2022-09-06 12:06:54 +02:00
2a18715f77 xmpp: Update File Metadata Element to 0.2.0 2022-09-05 20:50:22 +02:00
dd39fea3f8 ui: Maybe fix crash when loading a background image 2022-09-05 20:31:42 +02:00
650fcc9215 ui: Replace server info bottom sheet with a new page 2022-09-05 20:06:16 +02:00
c52bdbecf8 service: Make the entrypoint a VM entrypoint
Should help with Flutter optimizing the function away.
Based on
6c353dd4fc.
2022-08-31 12:54:02 +02:00
9171f42d09 android: Fix wakelock issue by updating moxplatform 2022-08-31 12:53:18 +02:00
82885b2bde ui: Fix the TextField having no border 2022-08-30 12:03:05 +02:00
805a701daa service: Use native_imaging to generate blurhash thumbnail
Closes #109.

This should be much faster than before but required a bump
of isar, which means that you need to delete all data of
Moxxy before running it again. This is, however, not that
big a deal as I'm going to replace isar with sqlite
soon(tm) anyway.
2022-08-30 11:52:53 +02:00
691a1efe16 meta: Auto-accepting subscription requests should not be the default 2022-08-29 21:53:10 +02:00
4f39c995e0 docs: Make screenshots smaller 2022-08-29 21:46:52 +02:00
7c5a9bccec docs: Update README screenshots 2022-08-29 21:46:11 +02:00
b8ccbd9722 ui: Fix emoji picker not working if the TextField is not focused 2022-08-29 21:38:17 +02:00
3c8d942c67 ui: Make the scroll to bottom button animated 2022-08-29 21:30:44 +02:00
9ef0b851a9 ui: Fix quotes images looking weird 2022-08-29 21:01:22 +02:00
630da4a9e9 ui: Reset the scroll to bottom button on conversation request 2022-08-29 20:53:22 +02:00
df4bf316fb service: Fix sending File Upload Notifications 2022-08-29 20:49:50 +02:00
dc1a17677e docs: Update IzzyOnDroid link 2022-08-29 20:15:07 +02:00
5ce8f74aa7 release: Bump to 0.2.3 2022-08-28 15:30:04 +02:00
07954bf51b docs: Add a link to IzzyOnDroid's repository 2022-08-28 15:28:48 +02:00
b518ddbfb8 ui: Fix all messages being left aligned (closes #101) 2022-08-28 15:24:58 +02:00
e5aa20a446 meta: Change Android App ID to org.moxxy.moxxyv2 2022-08-28 12:52:48 +02:00
dc08515e1d meta: Update moxplatform 2022-08-28 12:41:33 +02:00
a49bce8292 Merge pull request 'Implement sharing media with Moxxy' (#98) from feat/sharing-intent into master
Reviewed-on: https://codeberg.org/moxxy/moxxyv2/pulls/98
2022-08-28 11:55:46 +02:00
0021d0d84d ui: Make colors a bit better
I was too lazy to move it into its own branch (or master)
2022-08-28 00:08:26 +02:00
b952b73738 ui: Update the ShareSelectionBloc on roster and conversation changes 2022-08-27 23:10:08 +02:00
ec3ed96771 ui: Prevent overflows of the lastMessageBody 2022-08-27 22:44:59 +02:00
d02a2e74b0 ui: Fix weird placement of the FAB
This might be caused due to some weird interaction between
FloatingActionButton and Visibility
2022-08-27 22:37:35 +02:00
40cb344e0d ui: Also allow tapping the checkboxes 2022-08-27 22:29:58 +02:00
8c32e42fe9 service: Allow sharing text with others 2022-08-27 22:26:08 +02:00
cbceab7cff ui: Fix share selection not resetting itself 2022-08-27 21:56:54 +02:00
a0864933de service: Move blurhash thumbnail generation further back 2022-08-27 21:56:40 +02:00
df7bc4aede ui: Set the isLoggedIn in more places 2022-08-27 21:33:24 +02:00
009ce28c04 ui: Prevent sharing being accepted before a login 2022-08-27 21:14:39 +02:00
5f087121a3 ui: Replace radio buttons with checkboxes 2022-08-27 19:41:58 +02:00