|
7768277552
|
xmpp: Do not bounce result IQs
|
2022-08-17 19:28:32 +02:00 |
|
|
dae5933e1d
|
ui: Fix light theme (closes #73)
|
2022-08-17 18:20:21 +02:00 |
|
|
98ec6cac52
|
service: Fix style issue
|
2022-08-17 17:51:10 +02:00 |
|
|
ecbee9b2f7
|
ui: Fix edges around the hero animation
|
2022-08-17 17:50:42 +02:00 |
|
|
cdf2edfbf3
|
ui: Hopefully make logging out work (closes #52)
|
2022-08-17 17:37:15 +02:00 |
|
|
e6e9870789
|
style: Fix typo
|
2022-08-17 17:36:17 +02:00 |
|
|
ab5d630e7f
|
xmpp: Reduce ping timer to 3 minutes (Conversations does it)
|
2022-08-17 17:07:18 +02:00 |
|
|
1f65397be0
|
shared: Replace lock extension with a safeSynchronized function
|
2022-08-17 17:01:02 +02:00 |
|
|
58d99195d1
|
service: Prevent having a displayName of null
|
2022-08-17 16:29:42 +02:00 |
|
|
f1391ca352
|
meta: Update bloc
|
2022-08-17 16:28:49 +02:00 |
|
|
86c5e81485
|
service: Fix issue with 'malformed' base64 due to spaces and co
|
2022-08-17 16:28:37 +02:00 |
|
|
529a148254
|
service: Fix disroot login
Also fixes
- Reconnections happening after failed authentication
- Failed authentications not being displayed in the UI
|
2022-08-17 15:52:13 +02:00 |
|
|
7312c190ca
|
service: Deactivate reconnection during login
|
2022-08-17 15:30:25 +02:00 |
|
|
d35be0824b
|
ui: Split the shared media by date
|
2022-08-16 20:01:36 +02:00 |
|
|
b90b6ddccd
|
ui: Fix background image not getting evicted from cache
|
2022-08-16 19:17:55 +02:00 |
|
|
4a56efc463
|
service: Stop the timer more often
|
2022-08-16 18:55:11 +02:00 |
|
|
8d78c522f4
|
flake: Switch back to nixpkgs-unstable
|
2022-08-16 18:51:51 +02:00 |
|
|
822e0ff565
|
service: Do not restart the timer on regaining network connectivity
|
2022-08-15 19:52:20 +02:00 |
|
|
38cb61102a
|
service: Fix error with notification ids when showing a warning
|
2022-08-15 19:48:16 +02:00 |
|
|
e1b1ae91a4
|
release: Tag 0.2.1
|
2022-08-14 22:29:42 +02:00 |
|
|
ae5cece27b
|
style: Remove empty line
|
2022-08-14 20:11:49 +02:00 |
|
|
6f9ced6d24
|
ui: Add a simple way to scale the background image
|
2022-08-14 17:51:21 +02:00 |
|
|
888b3e3e2e
|
ui: Use a GestureDetector
|
2022-08-14 17:21:49 +02:00 |
|
|
5eeea2ba77
|
ui: Increase contrast with the progress indicator
|
2022-08-14 16:31:18 +02:00 |
|
|
023e81b6e0
|
ui: Speed up loading of the background image in the cropper
Do not use image's decodeImage to retrieve the images width
and height as decodeImage is very expensive to call. Use
image_size_getter to do that.
|
2022-08-14 16:27:27 +02:00 |
|
|
9798609b65
|
ui: Fix the listview throwing away messages too early
|
2022-08-14 15:30:23 +02:00 |
|
|
1886bf7ecc
|
ui: Remove the ThumbnailService for images
|
2022-08-14 13:25:17 +02:00 |
|
|
58bccc1d83
|
ui: Immediately update the UI when sharing/unsharing online status
|
2022-08-14 12:46:47 +02:00 |
|
|
4c8ee4f0c7
|
ui: Make the backdrop transparency consistent
|
2022-08-14 12:38:53 +02:00 |
|
|
cc77135959
|
ui: Give the progress indicator a backdrop
|
2022-08-14 12:35:31 +02:00 |
|
|
e9123c9302
|
ui: Make image and video use the generic file widget
Closes #63.
|
2022-08-14 12:34:51 +02:00 |
|
|
5cc9de2c74
|
xmpp: Flush stanza queue when connected
|
2022-08-13 22:09:30 +02:00 |
|
|
5b957a384c
|
ui: Move the presence sharing switch into a modal
|
2022-08-13 13:43:19 +02:00 |
|
|
f01081e44e
|
ui: Make files look like images
|
2022-08-13 13:11:26 +02:00 |
|
|
13e1d655af
|
xmpp: Detect being stuck in connecting
|
2022-08-13 12:16:43 +02:00 |
|
|
9eb94583f2
|
service: Show a notification if we are not connected for 30 minutes
|
2022-08-13 12:08:09 +02:00 |
|
|
8eb4351d81
|
test: Test the reconnection a bit more
|
2022-08-12 18:59:04 +02:00 |
|
|
b2eabdc8f1
|
style: Fix linter warnings
|
2022-08-12 18:39:01 +02:00 |
|
|
47212fdc40
|
service: Immediately reconnect when we regain connectivity
|
2022-08-12 18:36:49 +02:00 |
|
|
97244a067a
|
service: Use random backoff instead
|
2022-08-12 18:34:10 +02:00 |
|
|
51279e491c
|
Merge pull request 'File Transfer Rework' (#61) from feat/file-transfer-rework into master
Reviewed-on: https://codeberg.org/moxxy/moxxyv2/pulls/61
|
2022-08-11 19:17:38 +02:00 |
|
|
9d5577cdc5
|
service: Add an error attribute to each message
|
2022-08-11 19:10:25 +02:00 |
|
|
7a74b5d2c5
|
service: Implement uploading
|
2022-08-11 18:33:56 +02:00 |
|
|
bc47b4effa
|
service: Make the download work
|
2022-08-11 18:15:53 +02:00 |
|
|
3565b4b464
|
meta: Add accidentally not commited change
|
2022-08-09 21:29:44 +02:00 |
|
|
d000c7b7b1
|
service: Begin moving code over into the HttpFileTransferService
|
2022-08-09 21:28:59 +02:00 |
|
|
b87da625b5
|
meta: Move moxxy packages to gitea
|
2022-08-09 14:28:00 +02:00 |
|
|
9153eb767f
|
refactor: Move AppearancePage into ui/pages/settings/appearance/
|
2022-08-08 22:15:00 +02:00 |
|
|
218caaae18
|
style: Fix indentation
|
2022-08-08 22:13:41 +02:00 |
|
|
5779b317d7
|
ui: Replace icon with rounded button
|
2022-08-08 22:13:30 +02:00 |
|