Commit graph

2017 commits

Author SHA1 Message Date
AsamK
a754eb6faf Better logging for registration failure 2023-05-21 11:15:49 +02:00
AsamK
c9082a63f0 Update user agent version 2023-05-21 11:05:59 +02:00
AsamK
314b3cafbb Refactor selfNumber in send command 2023-05-20 13:01:54 +02:00
AsamK
91700ce995 Implement textStyles for sending and receiving
Fixes #1250
2023-05-20 12:49:57 +02:00
AsamK
145a2f1179 Fix json deserialization in legacy stores
Fixes #1248
2023-05-18 11:08:57 +02:00
AsamK
6e61bc2000 Update dependencies 2023-05-18 11:00:22 +02:00
AsamK
9da6f3a702 Include all libsignal-client libs in native build
Fixes #1237
2023-05-17 19:51:57 +02:00
AsamK
760934d5a5 Fix deleting old unregistered recipient
Fixes #1242
2023-05-16 23:09:07 +02:00
AsamK
a3bc754e80 Fix migration of legacy recipient storage 2023-05-16 22:50:27 +02:00
AsamK
ae652b1294 Update graalvm buildtools 2023-05-16 22:49:59 +02:00
AsamK
ab01867235 Switch CI to temurin distribution 2023-05-11 20:20:51 +02:00
AsamK
6b0b36a555 Bump version to 0.11.10 2023-05-11 19:36:26 +02:00
AsamK
ee63a27fe9 Use Java 20 in CI build 2023-05-11 19:19:09 +02:00
AsamK
5f0c49d653 Update dependencies 2023-05-11 19:18:48 +02:00
AsamK
8a31b7f2c1 Implement editing of previous messages 2023-05-11 19:10:29 +02:00
AsamK
72390e595d Update libsignal-service-java 2023-05-11 17:45:23 +02:00
AsamK
e0e8e11443 Validate incoming messages before handling them 2023-04-23 19:57:06 +02:00
AsamK
f7f882e834 Use modern switch syntax 2023-04-23 19:55:23 +02:00
AsamK
60ad582012 Store envelopes using envelope proto 2023-04-23 19:39:36 +02:00
AsamK
f6aebb5917 Bump version to 0.11.9.1 2023-04-23 10:19:25 +02:00
AsamK
3a4ad96a00 Fix build with java 20
- previous fix required a jdk 17 to be installed as well
2023-04-22 19:19:00 +02:00
AsamK
e0ed651e53 Bump version to 0.11.9 2023-04-22 17:54:49 +02:00
AsamK
c703644dbe Fix build with java 20 2023-04-22 12:44:42 +02:00
AsamK
da4cc7dc6b Announce support for gift badges if linked device
Fixes #1226
2023-04-16 21:19:17 +02:00
AsamK
842f13b2fc Update libsignal-service-java 2023-04-16 21:19:17 +02:00
AsamK
d2251ccd14 Remove old libzkgroup fallback code 2023-04-16 21:09:24 +02:00
AsamK
6a3ebfd4c8 Update graalvm buildtools native 2023-04-13 18:08:52 +02:00
AsamK
ff803eaf45 Update gradle wrapper 2023-04-13 18:08:01 +02:00
AsamK
c93480692c Bump version to 0.11.8 2023-04-05 11:40:13 +02:00
AsamK
542a3f36a4 Fix issue with unknown identity serviceId
Fixes #1215
2023-04-05 11:25:53 +02:00
AsamK
24a8c528d0 Filter null from db result 2023-04-05 11:22:43 +02:00
AsamK
780c69d804 Reduce use of unknown serviceIds 2023-04-05 11:10:46 +02:00
AsamK
22c948166a Add labels to Containerfile 2023-04-04 12:02:24 +02:00
AsamK
64436bc9ab Refresh username after registering 2023-04-04 11:43:50 +02:00
AsamK
6106e1878b Update README.md 2023-04-03 19:00:56 +02:00
AsamK
c788c5a40e Add capabilities and read receipt handling to provisioning 2023-04-03 19:00:27 +02:00
AsamK
9f60ed534a Implement support for usernames 2023-04-03 19:00:05 +02:00
AsamK
03f193b34c Fix deleting old group in dbus mode
Fixes #1192
2023-04-02 19:25:49 +02:00
signals-from-outer-space
db42f61cbb Added missing file attachment attributes in JsonAttachment output
Closes #1217
Fixes #1216
2023-04-02 18:49:42 +02:00
exquo
49591aedb4
Document accepting group invitations (#1218) 2023-04-02 17:58:54 +02:00
AsamK
21aa2b2a7f Update dependencies 2023-04-01 12:35:46 +02:00
AsamK
276ecef300 Update libsignal-service-java
- Use session based number verification and registration
2023-04-01 12:19:53 +02:00
AsamK
20b3563f21 Update gradle wrapper 2023-03-18 21:06:59 +01:00
cedb
15630356e1 Change content-type check to check contains
So far it was doing an equals check, but a string like "application/json; charset=utf-8"
is similarly valid. And some clients like OkHttp actually automatically add the
charset.

Closes #1152
2023-03-03 18:11:56 +01:00
AsamK
f1fd528483 Fix sending large text messages to multiple recipients
Fixes #1177
2023-03-03 18:06:31 +01:00
AsamK
75d7270d5a Add verbose exception log for send error 2023-03-03 17:58:02 +01:00
AsamK
3206639778 Scrub E164 in dbus path
Related #1189
2023-02-19 20:18:05 +01:00
AsamK
2e63c3b4f7 Update CHANGELOG.md 2023-02-19 16:05:14 +01:00
AsamK
d63405d170 Bump version 2023-02-19 14:59:33 +01:00
AsamK
91e0db185c Fix remove recipient method
Fixes #1183
2023-02-19 14:21:16 +01:00