|
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 |
|
|
206694b621
|
ui: Fix displaying server information
|
2022-08-07 20:41:21 +02:00 |
|
|
c3bf0b5c8e
|
ui: Align checkboxes on the same vertical axis
|
2022-08-07 20:17:12 +02:00 |
|
|
66e5758fb5
|
ui: Remove the 'Server Features' expander
|
2022-08-07 16:54:12 +02:00 |
|
|
e94e48bad6
|
xmpp: Add a test for SCRAM-SHA-256
|
2022-08-07 15:41:48 +02:00 |
|
|
d8ce793d81
|
service: Disable SCRAM-SHA256 and SCRAM-SHA512
|
2022-08-07 13:12:08 +02:00 |
|
|
24504aecda
|
xmpp: Reset pending ack counter when resetting state
|
2022-08-07 12:13:47 +02:00 |
|
|
0d135c043e
|
build: Bump Gradle and Android version
|
2022-08-07 12:09:40 +02:00 |
|
|
06d36aa98f
|
flake: Use the newest JDK version
|
2022-08-07 11:23:29 +02:00 |
|
|
950b904b96
|
xmpp: Give the resource binding IQ an id
|
2022-08-07 11:14:46 +02:00 |
|
|
8ab2c976a8
|
xmpp: Remove AckRequestTimeoutEvent
|
2022-08-07 11:08:50 +02:00 |
|
|
6a22a32724
|
ui: Fix the conversation's back button not working
When opening a new conversation from the NewConversationPage,
the navigation stack would be empty.
|
2022-08-06 20:44:37 +02:00 |
|
|
76aba2815c
|
service,xmpp: Fix other clients no picking up the new avatar
|
2022-08-06 18:33:00 +02:00 |
|
|
d58c937815
|
xmpp: React to stream errors earlier in stream processing
|
2022-08-06 15:37:57 +02:00 |
|
|
ed617f3f03
|
xmpp: Attempt to prevent two reconnections running at the same time
|
2022-08-06 15:32:16 +02:00 |
|
|
ee2ca8d444
|
xmpp: Expect socket closure on reconnection
|
2022-08-04 12:13:58 +02:00 |
|
|
236de4c37f
|
test: Fix tests
|
2022-08-03 20:12:28 +02:00 |
|
|
787d16349b
|
xmpp: Fix a socket closure triggering a reconnection
|
2022-08-03 20:03:50 +02:00 |
|
|
7ec2f9681f
|
ui: Implement scroll to bottom button
|
2022-08-01 11:22:35 +02:00 |
|
|
9d6f0526d4
|
docs: Remove note of unmerged code
|
2022-07-31 22:54:43 +02:00 |
|
|
bc4fd25392
|
ui: Add a stubbed 'jump to bottom' button
|
2022-07-31 22:51:46 +02:00 |
|
|
9ad2745dc6
|
ui: Invalidate background image's cache entry
|
2022-07-31 19:29:24 +02:00 |
|
|
418a9d71bf
|
ui: Do all image cropping and blurring in a different isolate
|
2022-07-31 17:36:23 +02:00 |
|
|
2e2834e9db
|
ui: Improve the background image cropper
|
2022-07-31 17:18:04 +02:00 |
|
|
7594752ee0
|
ui: Invalidate the old background image's cache entry
|
2022-07-31 13:12:29 +02:00 |
|