Commit graph

421 commits

Author SHA1 Message Date
dependabot-preview[bot]
cfaf9e622b
Bump retrofit from 2.5.0 to 2.6.0 (#6) 2019-06-14 16:02:49 +00: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
a8e4bbf410
Update api 2019-06-08 14:26:32 +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
e480455e58
Version 0.9.1 2019-06-04 02:40:51 +02:00
Mikołaj Pich
e5e9554ae4
Version 0.9.0 2019-06-03 17:37:30 +02:00
Mikołaj Pich
2e4c76f671
Update api 2019-06-03 00:59:50 +02:00
Mikołaj Pich
2949500ee5 Update lib name 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
Mikołaj Pich
5fe5f3ba1e
Version 0.8.3 2019-05-20 00:05:54 +02:00
Mikołaj Pich
8c4d3f3a09
Version 0.8.2 2019-05-15 19:09:31 +02:00
dependabot[bot]
59c3861ac5 Bump threetenbp from 1.3.8 to 1.4.0 (#20)
Bumps [threetenbp](https://github.com/ThreeTen/threetenbp) from 1.3.8 to 1.4.0.
- [Release notes](https://github.com/ThreeTen/threetenbp/releases)
- [Changelog](https://github.com/ThreeTen/threetenbp/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/ThreeTen/threetenbp/compare/v1.3.8...v1.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-15 10:27:28 +02:00
Mikołaj Pich
cc1e7d1174
Add tests for getRouteByToken 2019-05-03 15:00:03 +02:00
Mikołaj Pich
b241430a47
Add hybrid registration 2019-05-01 17:42:58 +02:00
dependabot[bot]
800a6cd37a
Bump org.jetbrains.kotlin.jvm from 1.2.71 to 1.3.31
Bumps org.jetbrains.kotlin.jvm from 1.2.71 to 1.3.31.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-01 05:30:54 +00:00
Mikołaj Pich
f9c6c999dc
Version 0.8.1 2019-04-30 19:06:36 +02:00
Mikołaj Pich
10f09012c4
Version 0.8.0 2019-04-29 20:29:17 +02:00
dependabot[bot]
f43b17e7b7 Bump ktlint from 0.31.0 to 0.32.0 (#19) 2019-04-23 10:38:34 +02:00
Mikołaj Pich
3335bd6ed9
Use no-tzdb version of threetenbp on compile time 2019-04-18 01:47:16 +02:00
Mikołaj Pich
bd236391f2
Version 0.7.6 2019-04-07 11:04:27 +02:00
Mikołaj Pich
ef9d6dd313
Version 0.7.5 2019-04-06 00:07:35 +02:00
Mikołaj Pich
e3a8c82d2c
Version 0.7.4 2019-03-30 19:32:48 +01:00
Mikołaj Pich
bf3dcbb0f5
Version 0.7.3 2019-03-26 19:42:44 +01:00
Mikołaj Pich
d032a0e10b
Version 0.7.2 2019-03-24 20:27:34 +01:00
Mikołaj Pich
1084335727
Version 0.7.1 2019-03-20 20:04:59 +01:00
Mikołaj Pich
82528df4e0
Version 0.7.0 2019-03-17 21:09:25 +01:00
dependabot[bot]
31cf7ae19b Bump ktlint from 0.30.0 to 0.31.0 (#13)
Bumps [ktlint](https://github.com/shyiko/ktlint) from 0.30.0 to 0.31.0.
<details>
<summary>Release notes</summary>

*Sourced from [ktlint's releases](https://github.com/shyiko/ktlint/releases).*

> ## 0.31.0
> ### Added
> - `dot-spacing` rule ([#293](https://github-redirect.dependabot.com/shyiko/ktlint/issues/293)).
> - `experimental/indent` rule ([#338](https://github-redirect.dependabot.com/shyiko/ktlint/issues/338)).  
>   Use `ktlint --experimental` to enable. 
> 
> ### Fixed
> - Spacing check around `<` & `>` operators.
> 
> ### Changed
> - `no-multi-spaces` rule (horizontal alignment of comments is no longer allowed) ([#269](https://github-redirect.dependabot.com/shyiko/ktlint/issues/269)).
> - `colon-spacing` rule (`:` must not appear at the beginning of the line).
> - `package-name` rule (disabled until [#208](https://github-redirect.dependabot.com/shyiko/ktlint/issues/208) is resolved).
> - `--print-ast` to output [com.github.shyiko.ktlint.core.ast.ElementType.*](https://github.com/shyiko/ktlint/blob/master/ktlint-core/src/main/kotlin/com/github/shyiko/ktlint/core/ast/ElementType.kt) as `node.elementType`, e.g. 
> ```
> $ echo 'fun f() {}' | ./ktlint/target/ktlint --print-ast --color --stdin
> 1: ~.psi.KtFile (FILE)
> 1:   ~.psi.KtPackageDirective (PACKAGE_DIRECTIVE) ""
> 1:   ~.psi.KtImportList (IMPORT_LIST) ""
> 1:   ~.psi.KtScript (SCRIPT)
> 1:     ~.psi.KtBlockExpression (BLOCK)
> 1:       ~.psi.KtNamedFunction (FUN)
> 1:         ~.c.i.p.impl.source.tree.LeafPsiElement (FUN_KEYWORD) "fun"
> 1:         ~.c.i.p.impl.source.tree.PsiWhiteSpaceImpl (WHITE_SPACE) " "
> 1:         ~.c.i.p.impl.source.tree.LeafPsiElement (IDENTIFIER) "f"
> 1:         ~.psi.KtParameterList (VALUE_PARAMETER_LIST)
> 1:           ~.c.i.p.impl.source.tree.LeafPsiElement (LPAR) "("
> 1:           ~.c.i.p.impl.source.tree.LeafPsiElement (RPAR) ")"
> 1:         ~.c.i.p.impl.source.tree.PsiWhiteSpaceImpl (WHITE_SPACE) " "
> 1:         ~.psi.KtBlockExpression (BLOCK)
> 1:           ~.c.i.p.impl.source.tree.LeafPsiElement (LBRACE) "{"
> 1:           ~.c.i.p.impl.source.tree.LeafPsiElement (RBRACE) "}"
> 1:       ~.c.i.p.impl.source.tree.PsiWhiteSpaceImpl (WHITE_SPACE) "\n"
> 
>    format: <line_number:> <node.psi::class> (<node.elementType>) "<node.text>"
>    legend: ~ = org.jetbrains.kotlin, c.i.p = com.intellij.psi
> ```
> 
> - `kotlin-compiler` version to 1.3.21 (from 1.3.20).
> 
> ### Removed 
> - Dependency on JCenter ([#349](https://github-redirect.dependabot.com/shyiko/ktlint/issues/349)).
</details>
<details>
<summary>Changelog</summary>

*Sourced from [ktlint's changelog](https://github.com/shyiko/ktlint/blob/master/CHANGELOG.md).*

> ## [0.31.0] - 2019-03-10
> 
> ### Added
> - `dot-spacing` rule ([#293](https://github-redirect.dependabot.com/shyiko/ktlint/issues/293)).
> - `experimental/indent` rule ([#338](https://github-redirect.dependabot.com/shyiko/ktlint/issues/338)).  
>   Use `ktlint --experimental` to enable. 
> 
> ### Fixed
> - Spacing check around `<` & `>` operators.
> 
> ### Changed
> - `no-multi-spaces` rule (horizontal alignment of comments is no longer allowed) ([#269](https://github-redirect.dependabot.com/shyiko/ktlint/issues/269)).
> - `colon-spacing` rule (`:` must not appear at the beginning of the line).
> - `package-name` rule (disabled until [#208](https://github-redirect.dependabot.com/shyiko/ktlint/issues/208) is resolved).
> - `--print-ast` to output [com.github.shyiko.ktlint.core.ast.ElementType.*](https://github.com/shyiko/ktlint/blob/master/ktlint-core/src/main/kotlin/com/github/shyiko/ktlint/core/ast/ElementType.kt) as `node.elementType`, e.g. 
> ```
> $ echo 'fun f() {}' | ./ktlint/target/ktlint --print-ast --color --stdin
> 1: ~.psi.KtFile (FILE)
> 1:   ~.psi.KtPackageDirective (PACKAGE_DIRECTIVE) ""
> 1:   ~.psi.KtImportList (IMPORT_LIST) ""
> 1:   ~.psi.KtScript (SCRIPT)
> 1:     ~.psi.KtBlockExpression (BLOCK)
> 1:       ~.psi.KtNamedFunction (FUN)
> 1:         ~.c.i.p.impl.source.tree.LeafPsiElement (FUN_KEYWORD) "fun"
> 1:         ~.c.i.p.impl.source.tree.PsiWhiteSpaceImpl (WHITE_SPACE) " "
> 1:         ~.c.i.p.impl.source.tree.LeafPsiElement (IDENTIFIER) "f"
> 1:         ~.psi.KtParameterList (VALUE_PARAMETER_LIST)
> 1:           ~.c.i.p.impl.source.tree.LeafPsiElement (LPAR) "("
> 1:           ~.c.i.p.impl.source.tree.LeafPsiElement (RPAR) ")"
> 1:         ~.c.i.p.impl.source.tree.PsiWhiteSpaceImpl (WHITE_SPACE) " "
> 1:         ~.psi.KtBlockExpression (BLOCK)
> 1:           ~.c.i.p.impl.source.tree.LeafPsiElement (LBRACE) "{"
> 1:           ~.c.i.p.impl.source.tree.LeafPsiElement (RBRACE) "}"
> 1:       ~.c.i.p.impl.source.tree.PsiWhiteSpaceImpl (WHITE_SPACE) "\n"
> 
>    format: <line_number:> <node.psi::class> (<node.elementType>) "<node.text>"
>    legend: ~ = org.jetbrains.kotlin, c.i.p = com.intellij.psi
> ```
> 
> - `kotlin-compiler` version to 1.3.21 (from 1.3.20).
> 
> ### Removed 
> - Dependency on JCenter ([#349](https://github-redirect.dependabot.com/shyiko/ktlint/issues/349)).
</details>
<details>
<summary>Commits</summary>

- [`fb31f9f`](fb31f9f497) Updated refs to latest (0.31.0) release
- [`e8cdf60`](e8cdf60a7b) Bumped ktlint to 0.31.0 (ktlint-ruleset-template)
- [`abc2880`](abc2880637) Added 0.31.0 release notes
- [`a606d80`](a606d80377) Removed isPartOfRawMultiLineString from core.ast
- [`fcc2ff7`](fcc2ff7aff) Forced open quotes (of multi-line raw string) to be a separate line
- [`cdf93a9`](cdf93a9943) Fixed indentation of EQ COMMENT LF BLOCK
- [`8def3c8`](8def3c8531) Fixed : indentation when put on a separate line
- [`fe2f5ee`](fe2f5eec60) Changed colon-spacing rule to remove newline between colon and prev element
- [`8e4d16e`](8e4d16eca7) Fixed spacing check around <,> op
- [`b91ae6c`](b91ae6c4a3) Enabled --experimental ruleset as part of Maven verify phase
- Additional commits viewable in [compare view](https://github.com/shyiko/ktlint/compare/0.30.0...0.31.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=com.github.shyiko:ktlint&package-manager=gradle&previous-version=0.30.0&new-version=0.31.0)](https://dependabot.com/compatibility-score.html?dependency-name=com.github.shyiko:ktlint&package-manager=gradle&previous-version=0.30.0&new-version=0.31.0)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
2019-03-12 18:06:04 +01:00
dependabot[bot]
61e8c51020 Bump ktlint from 0.29.0 to 0.30.0 (#8)
Bumps [ktlint](https://github.com/shyiko/ktlint) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/shyiko/ktlint/releases)
- [Changelog](https://github.com/shyiko/ktlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/shyiko/ktlint/compare/0.29.0...0.30.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-05 09:55:33 +01:00
Mikołaj Pich
ec8622eade
Add ktlint 2019-01-27 20:10:29 +01:00
Mikołaj Pich
7eb6421f5c
Version 0.6.6 2019-01-25 21:25:22 +01:00
Mikołaj Pich
609e3365c4
Version 0.6.6 2019-01-25 21:21:57 +01:00
Mikołaj Pich
3e2f55b7cf
Version 0.6.4 2019-01-20 15:28:16 +01:00
Mikołaj Pich
1a0f3625d2
Version 0.6.3 2019-01-09 21:07:47 +01:00
Mikołaj Pich
58ee280cf7
Version 0.6.2 2019-01-07 13:10:10 +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
863073bfc2
Update okhttp, fix tests 2018-12-24 00:59:40 +01:00
Mikołaj Pich
b061a5e324
Version 0.6.0 2018-12-16 18:10:29 +01:00
Mikołaj Pich
65f2f4eac8
Merge branch 'master' into dependabot/gradle/com.squareup.okhttp3-logging-interceptor-3.12.0 2018-11-19 16:23:58 +01:00
Mikołaj Pich
40ef948a82
Merge branch 'master' into dependabot/gradle/retrofit 2018-11-19 16:18:04 +01:00
dependabot[bot]
ad51c168a3
Bump retrofit from 2.4.0 to 2.5.0
Bumps `retrofit` from 2.4.0 to 2.5.0.

Updates `retrofit` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/square/retrofit/releases)
- [Changelog](https://github.com/square/retrofit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/retrofit/compare/parent-2.4.0...parent-2.5.0)

Updates `converter-gson` from 2.4.0 to 2.5.0

Updates `adapter-rxjava2` from 2.4.0 to 2.5.0

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-19 05:44:43 +00:00
dependabot[bot]
1f6c867885
Bump logging-interceptor from 3.11.0 to 3.12.0
Bumps logging-interceptor from 3.11.0 to 3.12.0.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-19 05:44:38 +00:00
dependabot[bot]
0374b1001c
Bump okhttp3 from 3.11.0 to 3.12.0
Bumps `okhttp3` from 3.11.0 to 3.12.0.

Updates `logging-interceptor` from 3.11.0 to 3.12.0

Updates `okhttp-urlconnection` from 3.11.0 to 3.12.0
- [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.11.0...parent-3.12.0)

Updates `mockwebserver` from 3.11.0 to 3.12.0
- [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.11.0...parent-3.12.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-19 05:35:11 +00:00
dependabot[bot]
fb69e05bd0
Bump retrofit from 2.4.0 to 2.5.0
Bumps `retrofit` from 2.4.0 to 2.5.0.

Updates `converter-gson` from 2.4.0 to 2.5.0

Updates `retrofit` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/square/retrofit/releases)
- [Changelog](https://github.com/square/retrofit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/retrofit/compare/parent-2.4.0...parent-2.5.0)

Updates `adapter-rxjava2` from 2.4.0 to 2.5.0

Updates `converter-scalars` from 2.4.0 to 2.5.0

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-19 05:35:06 +00:00
Mikołaj Pich
a80b8e550c
Provide back-compatibility in school discover 2018-11-17 12:21:21 +01:00
Mikołaj Pich
a17bf079a6
Workaround error with bad entity certificate decoding 2018-11-13 00:09:04 +01:00
Mikołaj Pich
bca971e4b8 Update kotlin plugin 2018-11-01 22:18:17 +01:00
dependabot[bot]
cb313b9d8f
Bump threetenbp from 1.3.7 to 1.3.8
Bumps [threetenbp](https://github.com/ThreeTen/threetenbp) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/ThreeTen/threetenbp/releases)
- [Changelog](https://github.com/ThreeTen/threetenbp/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/ThreeTen/threetenbp/compare/v1.3.7...v1.3.8)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-29 06:20:49 +00:00
Mikołaj Pich
85b1e8ad5a
Use wulkanowy.signer 2018-10-14 00:57:02 +02:00
Mikołaj Pich
e084982ac2
Refactor signer 2018-10-10 23:28:57 +02:00
Mikołaj Pich
07201a487a
Use LocalDate when possible 2018-09-30 11:55:38 +02:00
Mikołaj Pich
ea7b2794ef
Update kotlin to 1.2.70 2018-09-14 17:59:55 +02:00
Mikołaj Pich
0db7c813dc
Use reauth call adapter instead login interceptor 2018-09-09 00:52:16 +02:00
Mikołaj Pich
9f0c152657
Add messages (read only) 2018-08-31 21:42:03 +02:00
Mikołaj Pich
09637dbca2
Remodel login and register tests 2018-08-31 01:27:40 +02:00
Mikołaj Pich
f1f2e17822
Update dependencies 2018-08-30 17:22:28 +02:00
Mikołaj Pich
f6b0f2482f
Print output while executing tests 2018-08-30 16:27:49 +02:00
Mikołaj Pich
7a17286577
Use MockWebserver in tests 2018-08-30 12:13:52 +02:00
Mikołaj Pich
6b95b9b15e
Build sources jar 2018-08-25 19:10:16 +02:00
Mikołaj Pich
e0f6db2a8f
Fix ci config 2018-08-25 01:06:50 +02:00
Mikołaj Pich
2e81916ecf
Add logger 2018-08-21 14:09:34 +02:00
Mikołaj Pich
4437f978b3
Enable xml jacoco report 2018-08-20 21:15:53 +02:00
Mikołaj Pich
1b8c34677f
Configure ci 2018-08-20 21:10:40 +02:00
Mikołaj Pich
08869f2896
Add login interceptor 2018-08-20 18:34:07 +02:00
Mikołaj Pich
b4e902bb5d
Add snp repo with notes 2018-08-20 15:03:14 +02:00
Mikołaj Pich
293d25faa9
Add base files 2018-08-17 17:10:29 +02:00
Mikołaj Pich
07b53b5180
Add jacoco 2018-07-12 17:19:45 +02:00
Mikołaj Pich
abb11b7348
Update kotlin lib 2018-07-11 13:47:01 +02:00
Mikołaj Pich
d2d19796f3 Add register api 2018-06-27 16:21:09 +02:00
Mikołaj Pich
2d7abcfc6a Add base files 2018-06-26 17:28:48 +02:00