Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate the source base to Kotlin #1099

Closed
wants to merge 6 commits into from
Closed

Migrate the source base to Kotlin #1099

wants to merge 6 commits into from

Commits on Jul 2, 2021

  1. Update all dependencies

    azlekov committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    6d7f5c6 View commit details
    Browse the repository at this point in the history
  2. Newer java features and code optimization

    - Replace all anonymous classes with lambdas where possible.
    - Make all fields final where possible
    - Internal classes as static where possible
    - Replace test assertions with context ones
    - Use diamond <> where possible
    - Use method references where possible
    - Imports re-arrange
    azlekov committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    083850f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7b1f7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d53e6ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6cd865 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Configuration menu
    Copy the full SHA
    ae99b52 View commit details
    Browse the repository at this point in the history