Commit Graph

1756 Commits

Author SHA1 Message Date
2bfcd52c8e service: Store the media dimensions in a less stupid way 2022-09-08 21:28:00 +02:00
95075c1664 android: Declare external storage permissions 2022-09-08 20:45:35 +02:00
55e639a61c meta: Remove the iOS folder as the iOS 'support' is non-existent 2022-09-08 20:20:46 +02:00
fb414c4764 xmpp: Replace MessageAckedEvent with StanzaAckedEvent 2022-09-08 20:12:17 +02:00
2a53238cad xmpp: Remove the transmitted attribute of stanza sending 2022-09-08 19:39:50 +02:00
59dfb606ad xmpp: Ignore socket closures at the socket level 2022-09-08 19:34:27 +02:00
e1271419eb service: Fix message acking not sending an event 2022-09-08 14:45:16 +02:00
a6faa103b6 service: Check the roster item when creating a new chat 2022-09-08 14:19:00 +02:00
72de6a4fb5 Merge pull request 'Replace isar with sqflite' (#124) from rework/sqflite into master
Reviewed-on: https://codeberg.org/moxxy/moxxyv2/pulls/124
2022-09-08 14:17:36 +02:00
5c7de2406a meta: Remove isar dependency 2022-09-08 14:04:04 +02:00
a6ccc2cc24 service: Set a database password 2022-09-08 13:55:21 +02:00
7a132d96ca shared: Move preferences.dart into models/ 2022-09-08 13:39:02 +02:00
1e2fcf98c7 service: Fix SQL issue 2022-09-08 13:29:39 +02:00
8fc3df0672 service: Migrate preferences to database 2022-09-08 13:25:31 +02:00
930370c1b5 service: Prepare storing preferences in the database 2022-09-08 13:02:40 +02:00
25677c028e service: Fix shared media 2022-09-08 12:27:17 +02:00
6444e9f1d5 ui: Fix text padding if message is a bit longer 2022-09-08 11:59:32 +02:00
94f9474e2a service: Deduplicate some code 2022-09-08 11:59:19 +02:00
392606e165 service: Fix quotes 2022-09-07 23:15:24 +02:00
f8950d9fb3 service: Migrate the basics to sqflite 2022-09-07 22:10:55 +02:00
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