Commit Graph

1966 Commits

Author SHA1 Message Date
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
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
976478d5bb Merge pull request 'Privacy Redirects' (#97) from feat/privacy-redirects into master
Reviewed-on: https://codeberg.org/moxxy/moxxyv2/pulls/97
2022-08-26 13:38:34 +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
2b11551451 release: Tag 0.2.2 2022-08-25 20:51:55 +02:00
a82d7693f9 meta: Add fastlane metadata 2022-08-25 20:49:54 +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
bc52ec6fb9 Merge pull request 'Implement File Upload Notifications' (#79) from feat/file-upload-notifications into master
Reviewed-on: https://codeberg.org/moxxy/moxxyv2/pulls/79
2022-08-25 15:15:48 +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