Stephen Paul Weber
a8e9e6ed40
Fix saving/renaming decrypted file
...
(cherry picked from commit 748eab370779617ac4349c0f8d667c56f405090b)
2023-10-04 00:26:10 +02:00
Arne
d2350c188a
fix "Show whisper info even when there is no message body"
2023-10-04 00:25:53 +02:00
Stephen Paul Weber
f7d45df9b5
Don't save a 0 file size when we can't read the file
2023-10-04 00:23:06 +02:00
Stephen Paul Weber
cb26574dc4
Show thread selector when only leading mentions are present
...
(cherry picked from commit 80a6a578c47dcb30825485bb0bbf8e96489ad46c)
2023-10-04 00:19:38 +02:00
Stephen Paul Weber
a0d8e751dd
Show whisper info even when there is no message body
...
(cherry picked from commit 7ef9d8efc0e40bbff45dcc3f7b61088d86597793)
2023-10-04 00:19:31 +02:00
Stephen Paul Weber
07f379b5a2
Make sure to turn selection back on when recycled
...
(cherry picked from commit 532c1ccabd9b3e365bd3f934d77ad8dc38c87129)
2023-10-04 00:19:17 +02:00
Arne
a0d3e35883
prepare toolbar background
2023-10-04 00:14:54 +02:00
Arne
b40cdb09a3
remove unused background reference
2023-10-03 23:22:24 +02:00
Arne
339adccc14
update build.gradle
2023-10-03 13:53:19 +02:00
Arne
2967dbb88b
adding dark cursor for search field
2023-10-03 13:51:59 +02:00
Arne
28526e5b74
outline emoji button
2023-10-03 13:24:25 +02:00
Arne
ca4efa81c7
adding white emoji button for dark themes
2023-10-03 13:07:31 +02:00
Arne
8daf666a9f
hide emoji2 picker again when emotion button is clicked
2023-10-03 12:43:27 +02:00
Arne
dd128a9204
default to show enter button in keyboard
2023-10-03 12:39:06 +02:00
Arne
ac387fcc17
little adjustment of emoji2 picker
2023-10-03 12:30:48 +02:00
Arne
6573e9b942
hide emoji2-picker when touch outside
2023-10-03 11:52:57 +02:00
Arne
ee9df9c027
step2 emoji2-picker
2023-10-03 10:48:14 +02:00
Arne
800dfe4891
prepare emoji2 picker
2023-10-03 01:48:33 +02:00
Arne
f6a22f6cf0
remove message encryption type from input field
2023-10-02 20:08:18 +02:00
Arne
2424867ec1
prepare emoji button in input field
2023-10-02 19:57:05 +02:00
Arne
88a5feebe0
change cancel button to meet theme
2023-10-02 13:09:59 +02:00
Arne
bf0a51f38d
remove dismail from xmpp providers list
2023-10-02 12:02:43 +02:00
Arne
776efb2fe3
Revert "remove participants from three dot menu since it redundant"
...
This reverts commit 241b6d8c14
.
2023-10-02 11:56:18 +02:00
Arne
64a2e1c6b8
Revert "remove participants from three dot menu since it redundant finished"
...
This reverts commit a68684252e
.
2023-10-02 11:56:14 +02:00
Pirujo
45a59fa985
Merge pull request 'master' ( #55 ) from Arne/monocles_chat:master into master
...
Reviewed-on: https://codeberg.org/Pirujo/monocles_chat_translate/pulls/55
2023-10-02 07:44:33 +00:00
Arne
3300e98770
update translations
2023-10-01 22:49:49 +02:00
Arne
a68684252e
remove participants from three dot menu since it redundant finished
2023-10-01 22:19:39 +02:00
Arne
241b6d8c14
remove participants from three dot menu since it redundant
2023-10-01 22:14:17 +02:00
Arne
9d4af1fee7
adjust and improve comment bubble
2023-10-01 22:03:04 +02:00
Arne
9046948370
adjust record voice message position
2023-10-01 21:43:42 +02:00
Arne
3e4786e507
little round bubble corner and better message comment box
2023-10-01 21:38:30 +02:00
Arne
9a1d6f8c4b
round transparent input and comment field
2023-10-01 21:13:36 +02:00
Arne
5234edd3ff
add background for text send button too
2023-10-01 19:57:59 +02:00
Daniel Gultsch
b52fde575e
JMI: send 'ringing' and receipts only for contacts
...
fixes #110
(cherry picked from commit 0dca7f8a5a6e543da81cd3730793a0162dbc1cb5)
2023-10-01 19:42:25 +02:00
Daniel Gultsch
33c5ceab4b
fix stun url generation
...
(cherry picked from commit ac3ce93c566911262f8ee18c54361e954483e755)
2023-10-01 19:42:20 +02:00
Daniel Gultsch
133e54af1d
add more logging to unroutable jingle messages
...
(cherry picked from commit c9b80254e46d6393111a42ef76210b5f1474629f)
2023-10-01 19:42:16 +02:00
Daniel Gultsch
d5c88dea24
support per-app language settings
2023-10-01 19:42:00 +02:00
Daniel Gultsch
0d9ff542ba
jingle: trim media attribute values
...
Movim has trailing whitespace around some of their media attributes
<source ssrc="1892824964" xmlns="urn:xmpp:jingle:apps:rtp:ssma:0">
<parameter name="msid" value="{a98821d7-b298-4130-925a-ff6c510734c0} {f45dfc5c-2fa7-42b4-85e5-935e786b3feb} " xmlns="urn:xmpp:jingle:apps:rtp:ssma:0"/>
<parameter name="cname" value="{63b1042b-5cb5-4411-b2a5-bdff92ae45be}" xmlns="urn:xmpp:jingle:apps:rtp:ssma:0"/>
</source>
our WebRTC doesn’t like that. We trim the value even though this seems to be a Movim bug.
(cherry picked from commit 6660877bcf455e4db8dffc696cb30926a7215f5d)
2023-10-01 19:39:34 +02:00
Arne
51af65eb54
fix text input hin position
2023-10-01 19:14:10 +02:00
Arne
7a574fa82a
fix settings hide record voice message
2023-10-01 19:13:42 +02:00
Pirujo
5504715906
Merge pull request 'master' ( #54 ) from Arne/monocles_chat:master into master
...
Reviewed-on: https://codeberg.org/Pirujo/monocles_chat_translate/pulls/54
2023-10-01 08:02:11 +00:00
Arne
fbc72d3d14
slightly smaller background image size
2023-10-01 08:03:59 +02:00
Arne
d6943bf8f9
round quote bubble
2023-10-01 07:51:34 +02:00
Arne
187f7ff7b3
better hint circle for threads
2023-10-01 07:02:57 +02:00
Arne
02e82c4c5a
adding hint squircle for threads
2023-10-01 06:31:54 +02:00
Arne
9eda42de03
let record voice message disappear when writing
2023-10-01 06:19:56 +02:00
Arne
e73b8fa88e
microphone right
2023-10-01 05:17:16 +02:00
Arne
9247693574
put thread in message input box
2023-10-01 04:46:29 +02:00
Arne
dea3a8b0b5
Starting to beautify input field + add Glide.skipMemoryCache(true)
2023-10-01 04:31:09 +02:00
Arne
8c454861e9
improved background image converter to respect alpha channels
2023-09-30 21:30:34 +02:00