Commit graph

418 commits

Author SHA1 Message Date
Mikołaj Pich
1671abc5d4
Add basic impl of getLuckyNumber() to work with homepage after 19.06 update 2019-08-12 22:21:33 +02:00
Mikołaj Pich
d95867e200
Treat the unexpected error on homepage endpoints as not logged in 2019-08-11 19:40:30 +02:00
Mikołaj Pich
e0e12226ab
Change Maybe.just(-1) to empty() 2019-08-09 12:45:39 +02:00
Mikołaj Pich
dcb13bed91 Add new endpoints from homepage 2019-08-08 19:24:47 +02:00
dependabot-preview[bot]
c66bae553e
Bump retrofit from 2.6.0 to 2.6.1 (#32) 2019-08-01 12:25:45 +00:00
dependabot-preview[bot]
d7cc9268f2
Bump ktlint from 0.34.0 to 0.34.2 (#31) 2019-07-23 11:30:01 +00:00
dependabot-preview[bot]
06d5ed8663
Bump ktlint from 0.33.0 to 0.34.0 (#30) 2019-07-17 11:31:00 +00:00
Mikołaj Pich
46339ec560
Update cs settings 2019-07-17 13:27:04 +02:00
dependabot-preview[bot]
08abc3837a Bump org.jetbrains.kotlin.jvm from 1.3.40 to 1.3.41 (#29)
Bumps org.jetbrains.kotlin.jvm from 1.3.40 to 1.3.41.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-04 11:34:33 +02:00
Mikołaj Pich
6be7f47130
Move homework mapper to separate file 2019-06-24 23:57:58 +02:00
Mikołaj Pich
6a72c435a3
Move grade summary and statistics mapper to separate file 2019-06-24 23:55:40 +02:00
Mikołaj Pich
762676dcb6
Move timetable mapper to separate file 2019-06-24 23:39:35 +02:00
Mikołaj Pich
8039a63115
Move grades mapper to separate file 2019-06-24 23:33:05 +02:00
Mikołaj Pich
efb291620a
Move exams mapper to separate file 2019-06-24 23:20:58 +02:00
Mikołaj Pich
398b3ea0f8
Move attendance mapper to separate file 2019-06-23 23:10:43 +02:00
Mikołaj Pich
f9c08258a0
Remove explicit type arguments 2019-06-23 22:47:41 +02:00
dependabot-preview[bot]
614bd599f2
Bump org.jetbrains.kotlin.jvm from 1.3.31 to 1.3.40 (#27) 2019-06-20 15:28:17 +00:00
Mikołaj Pich
fb7b4650bc
Version 0.9.3 2019-06-15 00:57:23 +02:00
Mikołaj Pich
157874bb35
Allow capital letters in certificate's symbols 2019-06-14 17:59:30 +02:00
Mikołaj Pich
e99237d8b3
Fix early filter invalid symbols during register 2019-06-10 22:46:22 +02:00
Mikołaj Pich
dbbeb0c31f
Handle more different exceptions 2019-06-10 18:34:02 +02:00
Mikołaj Pich
467637c55d
Optimize DateDeserializer 2019-06-10 18:05:22 +02:00
Mikołaj Pich
8f1a33787e
Bump okhttp3 from 3.12.1 to 3.12.3 2019-06-10 17:53:38 +02:00
Mikołaj Pich
165eb3da5a
Fix date deserializer parsing issue due to no thread safety 2019-06-10 17:23:21 +02:00
Mikołaj Pich
1f30f93e77
Add missing checkout in circleci conf 2019-06-10 15:58:59 +02:00
Mikołaj Pich
8408b7b118
Add missing cache path in circle conf 2019-06-10 15:46:43 +02:00
Mikołaj Pich
d25853072c
Add circleci bintray deploy config 2019-06-10 15:42:54 +02:00
Mikołaj Pich
c558eb1822
Version 0.9.2 2019-06-08 11:16:20 +02:00
dependabot-preview[bot]
79eec8f05f
Bump retrofit from 2.5.0 to 2.6.0 (#23) 2019-06-07 22:03:45 +00:00
Mikołaj Pich
deff3fb99a
Use error handler transformer in start and register repo 2019-06-07 23:38:13 +02:00
Mikołaj Pich
b824257296
Use error handler transformer in messages repo 2019-06-07 23:36:03 +02:00
Mikołaj Pich
c2adbb0576
Change error handler transformer to return full api response 2019-06-07 23:35:27 +02:00
Mikołaj Pich
d89c9d5a7f
Reformat student repo code 2019-06-07 22:49:53 +02:00
Mikołaj Pich
109dfb9411
Add global error handling to completed lessons 2019-06-07 22:46:09 +02:00
Mikołaj Pich
1a12cb197a
Add global api response error handler 2019-06-07 22:09:46 +02:00
Mikołaj Pich
69f67f31b9
Split getLoginService() creds check 2019-06-07 20:21:44 +02:00
Mikołaj Pich
d6f80b6823
Handle exceptions in date deserializer 2019-06-07 20:17:56 +02:00
Mikołaj Pich
a9f262b8f3
Add error handler to sendAdfs() 2019-06-07 20:12:29 +02:00
Mikołaj Pich
508b97d8f6
Reorder api methods 2019-06-04 19:43:34 +02:00
Mikołaj Pich
e480455e58
Version 0.9.1 2019-06-04 02:40:51 +02:00
Mikołaj Pich
eeef698d06
Better exception matching for completed lessons errors 2019-06-04 02:38:01 +02:00
Mikołaj Pich
e5e9554ae4
Version 0.9.0 2019-06-03 17:37:30 +02:00
Mikołaj Pich
d08b71b533
Add qrCodeImage field to token response 2019-06-01 02:40:35 +02:00
Mikołaj Pich
c84356fec9 Add missing finalPoints to grade summary 2019-05-31 01:27:39 +02:00
Kacper Ziubryniewicz
22d7f90f5e Add excusable attribute to attendance (#22) 2019-05-30 00:20:24 +02:00
Mikołaj Pich
1c86dc0b96
Don't normalize symbol with digits 2019-05-29 23:28:02 +02:00
Mikołaj Pich
2949500ee5 Update lib name 2019-05-29 18:00:23 +02:00
Mikołaj Pich
9afd60b224 Add missing fields to grade summary 2019-05-29 18:00:23 +02:00
dependabot-preview[bot]
b99a0b9701
Bump ktlint from 0.32.0 to 0.33.0 (#21) 2019-05-29 07:02:18 +00:00
Mikołaj Pich
6f5ba45f98
Version 0.8.4 2019-05-27 17:37:59 +02:00