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

Cloud 2.0.0 Support #10

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Cloud 2.0.0 Support #10

wants to merge 9 commits into from

Commits on Dec 9, 2023

  1. Add mavenLocal() repository and update cloud version

    The mavenLocal() repository has been added to build.gradle.kts for easier local development. Additionally, the cloud library version in settings.gradle.kts has been updated from 1.8.4 to 2.0.0-SNAPSHOT.
    TheMeinerLP committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    7ef7d24 View commit details
    Browse the repository at this point in the history
  2. Simplify annotationParser creation in ClipboardConnect

    Removed redundant lines of code in the instantiation of annotationParser within ClipboardConnect.kt. The modification will make the code cleaner and easier to read without affecting functionality.
    TheMeinerLP committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    3ba2720 View commit details
    Browse the repository at this point in the history
  3. Updated build.gradle.kts dependencies to use implementation

    Further streamlined ClipboardConnect.kt by removing unnecessary imports, and updated dependencies in build.gradle.kts to use implementation instead of paperLibrary for better dependency management. This aims to increase modularity and maintainability of the code.
    TheMeinerLP committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    5777cc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    1648c04 View commit details
    Browse the repository at this point in the history
  2. Add mavenLocal() repository and update cloud version

    The mavenLocal() repository has been added to build.gradle.kts for easier local development. Additionally, the cloud library version in settings.gradle.kts has been updated from 1.8.4 to 2.0.0-SNAPSHOT.
    TheMeinerLP committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    3284685 View commit details
    Browse the repository at this point in the history
  3. Simplify annotationParser creation in ClipboardConnect

    Removed redundant lines of code in the instantiation of annotationParser within ClipboardConnect.kt. The modification will make the code cleaner and easier to read without affecting functionality.
    TheMeinerLP committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    be15539 View commit details
    Browse the repository at this point in the history
  4. Updated build.gradle.kts dependencies to use implementation

    Further streamlined ClipboardConnect.kt by removing unnecessary imports, and updated dependencies in build.gradle.kts to use implementation instead of paperLibrary for better dependency management. This aims to increase modularity and maintainability of the code.
    TheMeinerLP committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    d93af2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b63c885 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Merge branch 'refs/heads/main' into feature/cloud-2.0.0

    # Conflicts:
    #	settings.gradle.kts
    TheMeinerLP committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d59b526 View commit details
    Browse the repository at this point in the history