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

feat: update all dependencies and modernize the source base #1095

Merged
merged 28 commits into from
Oct 9, 2021
Merged

feat: update all dependencies and modernize the source base #1095

merged 28 commits into from
Oct 9, 2021

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 8, 2021

  1. Configuration menu
    Copy the full SHA
    42ddfc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09cf1fb View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. Configuration menu
    Copy the full SHA
    12771e5 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    azlekov committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    5dad62c View commit details
    Browse the repository at this point in the history
  3. Update ci.yml

    azlekov committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    3c1e015 View commit details
    Browse the repository at this point in the history
  4. Update ci.yml

    azlekov committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    da30907 View commit details
    Browse the repository at this point in the history
  5. Update compatibility versions

    Specify kotlin and java compatibility versions all over the place
    azlekov committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    9143532 View commit details
    Browse the repository at this point in the history
  6. Update ci.yml

    Android 4.2 enforce Java 11
    azlekov committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    cb7afde View commit details
    Browse the repository at this point in the history
  7. Update ci.yml

    Add codecov report generation
    azlekov committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    1d07965 View commit details
    Browse the repository at this point in the history
  8. Update min sdk version to 15

    Required by Facebook SDK 6.3
    azlekov committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    c49accc View commit details
    Browse the repository at this point in the history
  9. Update min sdk version to 16

    Required by Firebase messaging version 22
    azlekov committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    67d3d13 View commit details
    Browse the repository at this point in the history
  10. Update ci.yml

    Run codecov
    azlekov committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    2e065d8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    daf8d58 View commit details
    Browse the repository at this point in the history
  12. Fix jacoco test coverage

    azlekov committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    f89d7e8 View commit details
    Browse the repository at this point in the history
  13. Update .codecov.yml

    Set minimum coverage of 65% instead of 45%
    azlekov committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    3c4302b View commit details
    Browse the repository at this point in the history
  14. Update ci.yml

    azlekov committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    cacca27 View commit details
    Browse the repository at this point in the history
  15. Charset and locales fixes

    Remove explicit chartsets and locales because requires newer SDK version
    azlekov committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    a4e9dac View commit details
    Browse the repository at this point in the history
  16. Organize imports

    azlekov committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    ddc550b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f3d714d View commit details
    Browse the repository at this point in the history
  18. Update CHANGELOG.md

    azlekov committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    e1cc2f7 View commit details
    Browse the repository at this point in the history
  19. refactor changelog

    mtrezza committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    9632fa5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a2b61f9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b9f7a89 View commit details
    Browse the repository at this point in the history