Commit graph

1310 commits

Author SHA1 Message Date
Mikołaj Pich
701016eda2 Update dependencies 2022-11-16 10:48:49 +01:00
dependabot[bot]
868009a3e6
Bump com.google.devtools.ksp from 1.7.20-1.0.6 to 1.7.20-1.0.7 (#140) 2022-11-03 16:59:04 +00:00
dependabot[bot]
07a05b0db1
Bump kotlinx-serialization-json from 1.4.0 to 1.4.1 (#141) 2022-11-03 16:51:42 +00:00
Mikołaj Pich
497f4f5910 Fix parsing recipient with special name
Fixes #132
2022-10-02 20:03:14 +02:00
Mikołaj Pich
7745db956c Add readBy/unreadBy field to message meta objects 2022-10-02 19:50:07 +02:00
dependabot[bot]
588d8b3022
Bump org.jlleitschuh.gradle.ktlint from 10.3.0 to 11.0.0 (#131) 2022-10-02 14:42:03 +00:00
dependabot[bot]
0169e7ace5
Bump slf4j from 1.7.36 to 2.0.3 (#135) 2022-10-02 14:40:45 +00:00
dependabot[bot]
4bfd823e39
Bump moshi from 1.13.0 to 1.14.0 (#137) 2022-10-02 14:34:41 +00:00
dependabot[bot]
f65faabbd7
Bump mockk from 1.12.5 to 1.13.2 (#134) 2022-10-02 14:34:04 +00:00
Mikołaj Pich
ba6e403d21 Update kotlin 2022-10-02 16:25:41 +02:00
Mikołaj Pich
2840d9d6d0 Use null to indicate invalid grade value instead of 0 2022-09-28 23:00:05 +02:00
Mikołaj Pich
f3acb5df18 Use empty string instead of 0 to indicate no average available for subject 2022-09-28 22:48:18 +02:00
Mikołaj Pich
bc21110445 Don't expect MessageDetails response from markMessageAsRead method 2022-09-17 11:34:48 +02:00
Mikołaj Pich
0d43710ac6 Return empty states from some methods when diaryId == 0 2022-09-08 21:33:37 +02:00
Mikołaj Pich
f1340f1696 Add attendance records endpoint method 2022-09-08 21:22:20 +02:00
Mikołaj Pich
459faf2932 Version 1.7.5 2022-09-02 20:49:12 +02:00
Mikołaj Pich
dcd8bd8b19 Filter out units where there is no student or parent ids in auth info 2022-09-02 19:06:21 +02:00
Mikołaj Pich
c8e3e4f9fd Update gradle wrapper 2022-09-01 17:10:33 +02:00
Mikołaj Pich
2749540049 Version 1.7.4 2022-09-01 17:08:34 +02:00
Mikołaj Pich
4d591f2672 Add log stmt to studentSchools links 2022-09-01 17:04:38 +02:00
Mikołaj Pich
43f462c49d Add log stmt to error from mark message as read 2022-09-01 16:55:15 +02:00
Mikołaj Pich
0e00d4d2ac Version 1.7.3 2022-08-31 18:59:45 +02:00
Mikołaj Pich
006a238bda Use organizationName property over unit.name 2022-08-31 16:01:15 +02:00
Mikołaj Pich
e92e696725 Use permissions property instead of extract school id from DOM 2022-08-31 14:59:30 +02:00
Mikołaj Pich
21e4d75e1b Add missing headers to mark message as read request 2022-08-31 12:16:17 +02:00
Mikołaj Pich
047c1f83c8 Try to mark message as read only if message not already read 2022-08-31 11:57:18 +02:00
Mikołaj Pich
2a7743f56f Add flag to mark message as read 2022-08-31 11:37:06 +02:00
Mikołaj Pich
ca19c41b04 Version 1.7.2 2022-08-30 12:13:23 +02:00
Mikołaj Pich
a1bf69486b Add support for another datetime format in custom date adapter 2022-08-30 10:56:01 +02:00
Mikołaj Pich
09e5215894 Deploy snapshot verion on each push to master 2022-08-29 22:35:42 +02:00
Mikołaj Pich
a19f3c8648 Update dependencies 2022-08-29 22:26:26 +02:00
Mikołaj Pich
8485454de4 Fix HTTP_CONFLICT handling 2022-08-29 22:21:02 +02:00
Mikołaj Pich
12ffe47326 Trim student name, add studentId as a fallback of userLoginId 2022-08-29 21:26:56 +02:00
Mikołaj Pich
cad9b16a5f Add support for another datetime format in custom date adapter 2022-08-24 09:26:15 +02:00
Mikołaj Pich
4ca1b6bcea Fix message date formatting 2022-08-23 20:20:20 +02:00
Mikołaj Pich
925ff6e157 Version 1.7.0 2022-08-22 14:53:55 +02:00
Mikołaj Pich
e26ab8ccf6
Merge pull request #128 from wulkanowy/feature/messages-plus
Add support for new messages module
2022-08-22 14:52:27 +02:00
Mikołaj Pich
dbe87aac67 Update get sent messages tests 2022-08-20 14:01:54 +02:00
Mikołaj Pich
b78b1c1efb Update get message replay details test 2022-08-20 13:53:22 +02:00
Mikołaj Pich
40ad359073 Add option to remove messages pernamently 2022-08-20 13:48:07 +02:00
Mikołaj Pich
d90ba40e55 Update send message test 2022-08-20 13:36:04 +02:00
Mikołaj Pich
af0ec25114 Update delete messages test 2022-08-20 13:18:55 +02:00
Mikołaj Pich
bc76d18427 Update deleted messages method test 2022-08-20 13:13:37 +02:00
Mikołaj Pich
c38f2734fc Add MailboxType to Recipient and Mailbox pojos 2022-08-19 23:48:16 +02:00
Mikołaj Pich
985d751fc3 Add missing type to Mailbox pojo 2022-08-19 23:30:34 +02:00
Mikołaj Pich
8b21629478 Add user/full names to Mailbox pojo 2022-08-19 23:27:17 +02:00
Mikołaj Pich
90687bdc3d Add some missing fields in pojos 2022-08-19 22:52:17 +02:00
Mikołaj Pich
09965f5965 Add missing headers to send message method 2022-08-19 22:34:48 +02:00
Mikołaj Pich
2a14fd19b7 Fix sendMessage and deleteMessage response types 2022-08-19 00:18:34 +02:00
Mikołaj Pich
19dd28401d Add missing headers to remove messages method 2022-08-18 23:21:40 +02:00