Kacper Ziubryniewicz
|
9451ddc133
|
[Feature] Sending messages (#5)
## Description
Added sending messages and new data classes:
- SendMessageRequest
- Incomming
- Sender
```kotlin
api.sendMessage(subject: String, content: String, recipients: List<Recipient>)
```
|
2019-01-13 20:54:41 +01:00 |
|
Mikołaj Pich
|
30989bba3d
|
Fix error when there is no reporting units
|
2019-01-12 21:26:59 +01:00 |
|
Mikołaj Pich
|
6ec037c94b
|
Avoid leaking emails addresses in exception messages
|
2019-01-12 20:50:58 +01:00 |
|
Mikołaj Pich
|
f9964f46e7
|
Rewrite grades summary tests
|
2019-01-11 16:53:26 +01:00 |
|
Mikołaj Pich
|
46a1209a8d
|
Fix grades summary if field contains '-'
|
2019-01-11 16:07:17 +01:00 |
|
Mikołaj Pich
|
1a0f3625d2
|
Version 0.6.3
|
2019-01-09 21:07:47 +01:00 |
|
Mikołaj Pich
|
18254728da
|
Make login helper shareable
|
2019-01-09 17:12:24 +01:00 |
|
Mikołaj Pich
|
3f26ec14d6
|
Change exception class for database update error
|
2019-01-09 15:27:09 +01:00 |
|
Mikołaj Pich
|
9a176c6168
|
Fix encoding in ADFSLight's url
|
2019-01-09 13:48:29 +01:00 |
|
Mikołaj Pich
|
541cfecaea
|
Update README [ci skip]
|
2019-01-07 18:58:14 +01:00 |
|
Mikołaj Pich
|
58ee280cf7
|
Version 0.6.2
|
2019-01-07 13:10:10 +01:00 |
|
Mikołaj Pich
|
989c9dcdef
|
Add default empty values to Grade
|
2019-01-07 13:07:43 +01:00 |
|
Mikołaj Pich
|
cbd673db48
|
Add new lesson type to timetable parser
|
2019-01-05 23:05:07 +01:00 |
|
Mikołaj Pich
|
fe371b2fa5
|
Fix jitpack badge image [skip ci]
|
2019-01-01 17:53:29 +01:00 |
|
Mikołaj Pich
|
3aa7a22247
|
Add trello badge [ci skip]
|
2019-01-01 17:41:15 +01:00 |
|
Mikołaj Pich
|
b75c2b3319
|
Use shields.io badge for jitpack [ci skip]
|
2019-01-01 17:02:33 +01:00 |
|
Mikołaj Pich
|
09f06b9dae
|
Update README
|
2018-12-31 20:21:00 +01:00 |
|
Mikołaj Pich
|
2927b2774e
|
Update symbols fallback list
|
2018-12-31 19:48:29 +01:00 |
|
Mikołaj Pich
|
c0432d04fe
|
Use https in adfs without adfscards
|
2018-12-31 19:48:13 +01:00 |
|
Mikołaj Pich
|
3157cfd31d
|
Optimize adfs login
|
2018-12-31 18:58:15 +01:00 |
|
Mikołaj Pich
|
772826b69f
|
Remove unused ADFSLightFormResponse
|
2018-12-31 17:14:23 +01:00 |
|
Mikołaj Pich
|
ada0580bd4
|
Add error404 to ErrorInterceptor
|
2018-12-31 04:38:12 +01:00 |
|
Mikołaj Pich
|
3be5e4f3c2
|
Check login type for current symbol
|
2018-12-31 04:33:10 +01:00 |
|
Mikołaj Pich
|
8d6e12f41d
|
Add default values for date fields in jspoon selectors
|
2018-12-31 04:16:06 +01:00 |
|
Mikołaj Pich
|
b6a33140d6
|
Early remove invalid symbols
|
2018-12-31 04:06:50 +01:00 |
|
Mikołaj Pich
|
dba5c7a653
|
Use long argument syntax on getClient() calls
|
2018-12-31 03:20:14 +01:00 |
|
Mikołaj Pich
|
864c4e9942
|
Workaround too early loggin in
|
2018-12-30 22:03:43 +01:00 |
|
Mikołaj Pich
|
6505da304a
|
Update remote tests
|
2018-12-30 21:32:04 +01:00 |
|
dependabot[bot]
|
01e04ec0b8
|
Bump okhttp3 from 3.12.0 to 3.12.1 (#4)
Bumps `okhttp3` from 3.12.0 to 3.12.1.
Updates `logging-interceptor` from 3.12.0 to 3.12.1
Updates `okhttp-urlconnection` from 3.12.0 to 3.12.1
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/okhttp/compare/parent-3.12.0...parent-3.12.1)
Updates `mockwebserver` from 3.12.0 to 3.12.1
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/okhttp/compare/parent-3.12.0...parent-3.12.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-12-24 19:34:25 +01:00 |
|
Mikołaj Pich
|
52bd3bf1ae
|
Fix password field in ADFSLight
|
2018-12-22 21:28:14 +01:00 |
|
Mikołaj Pich
|
87a6276a63
|
Change ADFSLight login start url
|
2018-12-22 19:05:24 +01:00 |
|
Mikołaj Pich
|
11764b33f0
|
Fix tests
|
2018-12-22 17:16:39 +01:00 |
|
Mikołaj Pich
|
3b97a75a8d
|
Add default symbols as callback if no ClientInstance provided
|
2018-12-22 17:13:56 +01:00 |
|
Mikołaj Pich
|
a1b0b516d3
|
Fix ADFSLight login
|
2018-12-22 17:00:57 +01:00 |
|
Mikołaj Pich
|
c9debf1960
|
Fix outbox recipient matching, when there is no teacher symbol
|
2018-12-20 18:12:33 +01:00 |
|
Mikołaj Pich
|
0e629e0bbc
|
Fix messages outobx in parent accounts
|
2018-12-20 17:50:17 +01:00 |
|
Mikołaj Pich
|
b061a5e324
|
Version 0.6.0
|
2018-12-16 18:10:29 +01:00 |
|
Mikołaj Pich
|
2cc73d001c
|
Add userAgent interceptor
|
2018-12-16 17:20:17 +01:00 |
|
Mikołaj Pich
|
49ecda03e0
|
Revert "Move interceptors declarations to Api"
This reverts commit c30b213ce4 .
|
2018-12-16 17:09:21 +01:00 |
|
Mikołaj Pich
|
8b8c3f87ed
|
Revert "Add useragent interceptor"
This reverts commit c0b9181b80 .
|
2018-12-16 17:09:18 +01:00 |
|
Mikołaj Pich
|
c0b9181b80
|
Add useragent interceptor
|
2018-12-16 16:15:57 +01:00 |
|
Mikołaj Pich
|
c30b213ce4
|
Move interceptors declarations to Api
|
2018-12-16 15:42:13 +01:00 |
|
Mikołaj Pich
|
afc019d0b7
|
Update remote tests
|
2018-12-15 12:01:21 +01:00 |
|
Mikołaj Pich
|
81fc40cb1c
|
Fix login in non-standard login types
|
2018-12-15 11:56:09 +01:00 |
|
Mikołaj Pich
|
88e279e7c0
|
Make symbol of grade nullsafe
|
2018-12-13 23:04:25 +01:00 |
|
Mikołaj Pich
|
99be6f8b99
|
Add missing category types to attendance
|
2018-12-12 21:41:40 +01:00 |
|
Mikołaj Pich
|
424f7e2b80
|
Add attendance from new student module
|
2018-12-12 21:21:02 +01:00 |
|
Mikołaj Pich
|
cdc97c81b9
|
Add notes from new student module
|
2018-12-12 19:15:52 +01:00 |
|
Mikołaj Pich
|
7955ef5d69
|
Add exams from new student module
|
2018-12-12 19:08:52 +01:00 |
|
Mikołaj Pich
|
d960c6632a
|
Filter exams from out of range
|
2018-12-12 18:50:22 +01:00 |
|