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

#12: Implement ToolCommandlet for Android Studio #299

Open
wants to merge 28 commits into
base: main
Choose a base branch
from

Commits on Apr 17, 2024

  1. devonfw#12: added Android Studio IDE

    added Android Studio IdeToolCommandlet with first runIde implementation for Windows and Mac
    added symlink creation
    jan-vcapgemini committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    686f27a View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    fe6feae View commit details
    Browse the repository at this point in the history
  2. fixed line endings

    jan-vcapgemini committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    136a20d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c252306 View commit details
    Browse the repository at this point in the history
  4. devonfw#12: added test + resources

    added parameterized installation test
    jan-vcapgemini committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f4171e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    590a40d View commit details
    Browse the repository at this point in the history
  6. devonfw#12: removed symlink creation

    added testAndroidStudioRun test
    removed postInstall
    added simulated studio64.exe
    jan-vcapgemini committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    46ce1f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. devonfw#12: cleanup

    removed unnecessary JDK installation (already included in SDK)
    removed unnecessary readme files and folders
    added javadocs
    added studio64.exe to .gitattributes to be handled as text file
    jan-vcapgemini committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a32cb19 View commit details
    Browse the repository at this point in the history
  2. devonfw#12: added proper MacOS implementation

    added test resources for MacOS run test
    added old bash script creation (WIP probably not needed at all)
    jan-vcapgemini committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4acb2e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. devonfw#12: fixed extractDmg

    changed FileCopyMode from default to overwrite tree
    jan-vcapgemini committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c4f32a3 View commit details
    Browse the repository at this point in the history
  2. devonfw#12: cleanup and fix open

    replaced faulty tool path with open command for MacOS
    removed postInstall method
    jan-vcapgemini committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e135fda View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Merge branch 'main' into feature/12-implement-androidstudio-commandlet

    # Conflicts:
    #	cli/src/main/java/com/devonfw/tools/ide/commandlet/CommandletManagerImpl.java
    jan-vcapgemini committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d6ada24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b48221 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    eedf62a View commit details
    Browse the repository at this point in the history
  2. devonfw#12: implemented requested change

    changed runAndroidStudio method to private
    jan-vcapgemini committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8d26469 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. devonfw#12: applied optimizations

    replaced runIde with runTool
    removed runAndroidStudio method
    adjusted test
    jan-vcapgemini committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2efa498 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    170c834 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aae698d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into feature/12-implement-androidstudio-commandlet

    # Conflicts:
    #	.gitattributes
    jan-vcapgemini committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b50ed40 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 8, 2024

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

Commits on May 17, 2024

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

Commits on May 21, 2024

  1. Merge branch 'main' into feature/12-implement-androidstudio-commandlet

    # Conflicts:
    #	cli/src/main/resources/nls/Ide.properties
    #	cli/src/main/resources/nls/Ide_de.properties
    jan-vcapgemini committed May 21, 2024
    Configuration menu
    Copy the full SHA
    434bb4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09952d6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    b6396e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2639f51 View commit details
    Browse the repository at this point in the history