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

AAB build and sign support for Android, compile constants support and other improvements #41

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    3bd6061 View commit details
    Browse the repository at this point in the history
  2. Removed double signing of apk file

    Added addition check for "keystore_password" before trying to sign apk
    i-nikityuk committed May 25, 2022
    Configuration menu
    Copy the full SHA
    3fa3928 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Merge pull request #1 from inikityuk/bugfix/add_support_for_multiple_…

    …manifest_files
    
    Making sure we getting AndroidManifest file location exactly from con…
    inikityuk authored May 26, 2022
    Configuration menu
    Copy the full SHA
    771c0cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from inikityuk/bugfix/if_signing_details_provid…

    …ed_no_need_to_sign_with_default_keypass
    
    Removed double signing of apk file
    inikityuk authored May 26, 2022
    Configuration menu
    Copy the full SHA
    9baee4d View commit details
    Browse the repository at this point in the history
  3. Added AAB build support

    Added key-pass support
    Changed naming for signed APK and AAB files (name will be affected, not an extension)
    i-nikityuk committed May 26, 2022
    Configuration menu
    Copy the full SHA
    5b5c6d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7123e42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4bc7b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a2de2f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3 from inikityuk/feature/android_aab_build_support

    Added AAB build support
    inikityuk authored May 26, 2022
    Configuration menu
    Copy the full SHA
    1b403ff View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Added "provision_profile_uuid" property to specify provisioning profi…

    …le to sign with
    
    Added "build_platform" property validation
    i-nikityuk committed May 27, 2022
    Configuration menu
    Copy the full SHA
    19771c5 View commit details
    Browse the repository at this point in the history
  2. Updated readme

    i-nikityuk committed May 27, 2022
    Configuration menu
    Copy the full SHA
    51b599f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from inikityuk/feature/ios_added_property_to_sp…

    …ecify_provisioning_profile_to_sign_with
    
    Added "provision_profile_uuid" property to specify provisioning profi…
    inikityuk authored May 27, 2022
    Configuration menu
    Copy the full SHA
    2f0c4e0 View commit details
    Browse the repository at this point in the history
  4. Updated github readme

    i-nikityuk committed May 27, 2022
    Configuration menu
    Copy the full SHA
    f81d752 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5 from inikityuk/feature/update_github_readme

    Updated github readme
    inikityuk authored May 27, 2022
    Configuration menu
    Copy the full SHA
    790ce9b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    d2663f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from inikityuk/feature/archive_on_build_support

    added ability to create .xcarchive on build for iOS
    inikityuk authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    f8a0cfd View commit details
    Browse the repository at this point in the history
  3. Updated readme

    i-nikityuk committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    a0db094 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9efc23 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Updated build command to match VS

    Updated zipalign - Android
    Updated signing - Android
    i-nikityuk committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    e5cf1d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

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

Commits on Sep 13, 2023

  1. Clean up

    i-nikityuk committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2b8d700 View commit details
    Browse the repository at this point in the history
  2. Updated README

    i-nikityuk committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    59712a4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from inikityuk/feature/NET6_build_support_update

    Feature/net6 build support update
    inikityuk authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1147922 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Update JDK version selection

    Updated APK signing process to use latest build-tools
    i-nikityuk committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4bf1f3e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from inikityuk/feature/NET6_build_support_update

    Update JDK version selection
    inikityuk authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    90b7706 View commit details
    Browse the repository at this point in the history