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
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
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
b518ddbfb8
ui: Fix all messages being left aligned ( closes #101 )
2022-08-28 15:24:58 +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
074381ff67
ui: Make going back minimize the app
2022-08-27 19:36:24 +02:00
757e0be5ef
service: Implement a sharing page
2022-08-27 19:32:22 +02:00
bb7adceeb7
ui: Stub out the sharing page
2022-08-26 22:59:17 +02:00
15a401e681
android: Change AppID to org.moxxy.moxxyv2
2022-08-26 20:59:35 +02:00
b3fcbfd4fe
ui: Redirect Youtube and Twitter links
2022-08-26 13:32:47 +02:00
8ae4821bc8
ui: Move privacy.dart into the privacy folder
2022-08-26 13:11:09 +02:00
da767a8981
ui: Fix the redirect settings
2022-08-26 13:09:50 +02:00
ae793f480c
ui: Stub things out
2022-08-25 22:35:51 +02:00
a039954f9e
ui: Migrate away from deprecated flutter_settings_ui
2022-08-25 21:46:55 +02:00
03a775ef1c
ui: Make URLs clickable
2022-08-25 21:12:57 +02:00
d08eada0aa
service: Fix wrong logic
2022-08-25 20:27:32 +02:00
f3c0ae064a
ui: Fix error when trying to quote File Upload Notifications
2022-08-25 20:27:12 +02:00
ac12d48ac0
ui: Add a stubbed audio record button
2022-08-25 15:16:34 +02:00
7f51df97b7
service: Generate Blurhash thumbnail for images on sending
2022-08-25 15:08:19 +02:00
6ef07ba5a2
meta: File Thumbnails -> Extensible File Thumnails
2022-08-25 14:52:41 +02:00
05e48fd279
service: Fix File Upload Notifications vulnerability
2022-08-25 13:45:05 +02:00
652fc28273
service: Replace the message sent attribute with sender
2022-08-25 13:37:44 +02:00
8df6f385fd
ui: Fix not resetting the quoted message on opening a chat
2022-08-25 13:05:00 +02:00
b6f9a79848
xmpp: Move XML code into StatelessFileSharingData
2022-08-25 12:57:55 +02:00
0a63cd2d50
xmpp: Put all XML code into FileMetadataData
2022-08-25 12:54:22 +02:00
33d7b729f7
service: Use all possible mime guess locations
2022-08-25 11:45:31 +02:00
68983e28d4
meta: Fix showing no filename when receiving a File Upload Notification
2022-08-25 11:42:48 +02:00
b696f53127
xmpp: Move File Upload Notifications into their own manager
2022-08-25 11:31:50 +02:00
e68d15f62a
service: Fix FUN replacements not being put in the shared media list
2022-08-23 18:29:09 +02:00
054d5b0df7
service: Handle File Upload Notifications when auto-download is disabled
2022-08-23 18:23:40 +02:00
225bf126dd
service: Implement receiving File Upload Notifications
2022-08-23 18:12:35 +02:00
f521647f96
service: Send File Upload Notifications
2022-08-22 19:42:38 +02:00
fb7868725d
Merge pull request 'Add emoji picker' ( #74 ) from feat/emoji-picker into master
...
Reviewed-on: https://codeberg.org/moxxy/moxxyv2/pulls/74
2022-08-20 18:00:28 +02:00
6f3957fb03
service: Fix reconnection issues (hopefully)
2022-08-20 17:54:53 +02:00