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

Kotlin Multiplatform support #116

Merged
merged 52 commits into from
Aug 20, 2023
Merged

Kotlin Multiplatform support #116

merged 52 commits into from
Aug 20, 2023

Commits on Jun 14, 2023

  1. Move build file to kts

    prof18 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    d33fe13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f710f20 View commit details
    Browse the repository at this point in the history
  3. First JVM version

    prof18 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b85bf56 View commit details
    Browse the repository at this point in the history
  4. First iOS version

    prof18 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    2c7bda5 View commit details
    Browse the repository at this point in the history
  5. Multiplatform sample setup

    prof18 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    a71c6f7 View commit details
    Browse the repository at this point in the history
  6. Implement sample

    prof18 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    f56591f View commit details
    Browse the repository at this point in the history
  7. Create api dump

    prof18 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b3cee70 View commit details
    Browse the repository at this point in the history
  8. Setup for dev publishing

    prof18 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    3ee1817 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Fix settings and copy task

    prof18 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    311374c View commit details
    Browse the repository at this point in the history
  2. Fix publish

    prof18 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    a505aff View commit details
    Browse the repository at this point in the history
  3. Setup basic iOS client

    prof18 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9058b7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06c5bd7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2877820 View commit details
    Browse the repository at this point in the history
  6. Create new packages

    prof18 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ce2aa17 View commit details
    Browse the repository at this point in the history
  7. Change model name

    prof18 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    35310d3 View commit details
    Browse the repository at this point in the history
  8. Clean up

    prof18 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    5700cb6 View commit details
    Browse the repository at this point in the history
  9. Update dependencies

    prof18 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e80ffda View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aecce2e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3388f1a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    99c1d3b View commit details
    Browse the repository at this point in the history
  13. New dev version

    prof18 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    2434e6e View commit details
    Browse the repository at this point in the history
  14. Update API

    prof18 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f2a57e7 View commit details
    Browse the repository at this point in the history
  15. Rename getChannel function

    prof18 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    50a62e8 View commit details
    Browse the repository at this point in the history
  16. Add parsing from string

    prof18 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    d57de5f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d558b5e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Add Atom support on JVM

    prof18 committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    33f1776 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Add Atom support on iOS

    prof18 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    5648612 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Test refactor

    prof18 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    5549289 View commit details
    Browse the repository at this point in the history
  2. Formatting clean-up

    prof18 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    f5a0594 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Rewritten docs

    prof18 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    25d9748 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Fix Atom parser

    prof18 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    b9722d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    e5931b5 View commit details
    Browse the repository at this point in the history
  2. Fix api dump

    prof18 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5ab4aaf View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    157e017 View commit details
    Browse the repository at this point in the history
  2. Version bump

    prof18 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    8a365a9 View commit details
    Browse the repository at this point in the history
  3. Update README

    prof18 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    f5399b6 View commit details
    Browse the repository at this point in the history
  4. Improve CI

    prof18 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    28edc79 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Apply suggestions from code review

    Co-authored-by: István Juhos <stewemetal@gmail.com>
    prof18 and stewemetal committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    ac5610c View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Co-authored-by: István Juhos <stewemetal@gmail.com>
    prof18 and stewemetal committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    9ca2e7e View commit details
    Browse the repository at this point in the history
  3. Improve README

    prof18 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    1888440 View commit details
    Browse the repository at this point in the history
  4. Update to Kotlin 1.9

    prof18 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    3e7ce6d View commit details
    Browse the repository at this point in the history
  5. Update deps

    prof18 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    839767c View commit details
    Browse the repository at this point in the history
  6. Update deps

    prof18 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    3ba2d70 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    46ab96e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41252f7 View commit details
    Browse the repository at this point in the history
  3. Bump version

    prof18 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a283008 View commit details
    Browse the repository at this point in the history
  4. Update api dump

    prof18 committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    3143d6f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Improve image extraction logic

    prof18 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    69bdc62 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Improve CI

    prof18 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    b6884a3 View commit details
    Browse the repository at this point in the history
  2. Improve CI

    prof18 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    8d65d44 View commit details
    Browse the repository at this point in the history
  3. Version bump

    prof18 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    c5f9351 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    prof18 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    bbe0f18 View commit details
    Browse the repository at this point in the history