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

chore(SDK-3534) - UI for unity SDK tests #57

Draft
wants to merge 19 commits into
base: develop
Choose a base branch
from

Commits on Dec 19, 2023

  1. chore(SDK-3534) - UI for unity SDK tests

    - Added UI with tests
    PJClevertap committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    3f6528d View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

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

Commits on Dec 21, 2023

  1. Squashed commit of the following:

    commit 0341e53
    Merge: 018ca20 9f4fb98
    Author: milos-clevertap <144123971+milos-clevertap@users.noreply.github.com>
    Date:   Wed Dec 20 17:30:40 2023 +0100
    
        Merge pull request #60 from CleverTap/mj/bugfix/fixing-variable-changed
    
        Fixing sending of variables back to Unity
    
    commit 9f4fb98
    Author: Milos Jakovljevic <milos1290@gmail.com>
    Date:   Wed Dec 20 14:34:37 2023 +0100
    
        Fixing sending of variables back to Unity
    PJClevertap committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    3446e61 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Squashed commit of the following:

    commit a00b3e2
    Author: PJClevertap <144137874+PJClevertap@users.noreply.github.com>
    Date:   Fri Dec 22 12:07:30 2023 +0100
    
        chore(SDK-3548) - fix string variables (#61)
    
        - Remove "" from variable if variable is of kind string
    
    commit 0341e53
    Merge: 018ca20 9f4fb98
    Author: milos-clevertap <144123971+milos-clevertap@users.noreply.github.com>
    Date:   Wed Dec 20 17:30:40 2023 +0100
    
        Merge pull request #60 from CleverTap/mj/bugfix/fixing-variable-changed
    
        Fixing sending of variables back to Unity
    
    commit 9f4fb98
    Author: Milos Jakovljevic <milos1290@gmail.com>
    Date:   Wed Dec 20 14:34:37 2023 +0100
    
        Fixing sending of variables back to Unity
    PJClevertap committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    e74ffed View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Squashed commit of the following:

    commit dc15ae6
    Author: PJClevertap <144137874+PJClevertap@users.noreply.github.com>
    Date:   Wed Dec 27 04:49:39 2023 +0100
    
        chore(SDK-3553) Additional methods for Variables and fix iOS (#62)
    
        - Added event OnOneTimeVariablesChanged
        - Added StringValue  on Var
        - Added SyncVariables(bool isProduction) for iOS (android will fallback to SyncVariables())
        - Fix JSON validation issue in getVariableValue on iOS
        - Simplified getVariableValue on Android
    
    commit a00b3e2
    Author: PJClevertap <144137874+PJClevertap@users.noreply.github.com>
    Date:   Fri Dec 22 12:07:30 2023 +0100
    
        chore(SDK-3548) - fix string variables (#61)
    
        - Remove "" from variable if variable is of kind string
    
    commit 0341e53
    Merge: 018ca20 9f4fb98
    Author: milos-clevertap <144123971+milos-clevertap@users.noreply.github.com>
    Date:   Wed Dec 20 17:30:40 2023 +0100
    
        Merge pull request #60 from CleverTap/mj/bugfix/fixing-variable-changed
    
        Fixing sending of variables back to Unity
    
    commit 9f4fb98
    Author: Milos Jakovljevic <milos1290@gmail.com>
    Date:   Wed Dec 20 14:34:37 2023 +0100
    
        Fixing sending of variables back to Unity
    PJClevertap committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    8ec3f11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    482e276 View commit details
    Browse the repository at this point in the history
  3. chore(SDK-3554) - Wrappers InApps implementation

    -Added InApps implementation on Android
    -Added InApps implementation on iOS
    PJClevertap committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    a0d218c View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. chore(SDK-3554) - Unity InApps implementation

    - Added InAppsFactory
    - Added CleverTapPlatformInApps
    - Added CleverTapPlatformInApps for Android and iOS
    - Added CleverTapInAppsFetched callback
    - Added mising unity native method for variable
    PJClevertap committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    359a11e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    d31b2fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86b5dbf View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    856c31c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99c4850 View commit details
    Browse the repository at this point in the history
  3. compilation error fixes

    AlokKumar-CT committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    81eb2c2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/SDK-3554_inApps' into feature/SDK-3534/ui_and_t…

    …ests
    
    # Conflicts:
    #	CleverTap/Plugins/iOS/CleverTapBinding.m
    #	CleverTap/Runtime/IOS/IOSDllImport.cs
    #	CleverTap/Runtime/IOS/IOSPlatformVariable.cs
    AlokKumar-CT committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    ad80085 View commit details
    Browse the repository at this point in the history
  5. Added InApps Tab

    Add Fetch InApps and ClearInAppResources Buttons
    AlokKumar-CT committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    232d29b View commit details
    Browse the repository at this point in the history
  6. Update Variables

    nzagorchev committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    fba0c02 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

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

Commits on Apr 17, 2024

  1. Merge branch 'develop' of github.com:CleverTap/clevertap-unity-sdk in…

    …to feature/SDK-3534/ui_and_tests
    nzagorchev committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    11c253f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'temp_develop_v_3.1.0' of github.com:CleverTap/clevertap…

    …-unity-sdk into feature/SDK-3534/ui_and_tests
    nzagorchev committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e3345be View commit details
    Browse the repository at this point in the history