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

v3.5.0 #361

Merged
merged 6 commits into from
Jun 13, 2024
Merged

v3.5.0 #361

merged 6 commits into from
Jun 13, 2024

Commits on May 3, 2024

  1. [MOBL-1809] AGP version updated to 7.4.2 and enabled Kotlin (version …

    …1.9.0) for the android-sdk module (#355)
    rahulrvp committed May 3, 2024
    Configuration menu
    Copy the full SHA
    c382e7c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. [MOBL-1811] Gradle = 8.6, AGP = 8.4.0, Kotlin = 1.9.23, targetSdkVers…

    …ion = 34 (#356)
    
    * [MOBL-1811] Gradle = 8.6, AGP = 8.4.0, Kotlin = 1.9.23, targetSdkVersion = 34
    
    * Reverting an unwanted version change
    rahulrvp committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e6254f0 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. [MOBL-1821] Addressed a significant UI lag introduced in v3.4.6. (#358)

    * app version check made testable
    
    * removed unwanted whitespace
    
    * added newline at the end for BlueshiftTest
    rahulrvp committed May 30, 2024
    Configuration menu
    Copy the full SHA
    840a4be View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. [MOBL-1776] Improved security by replacing SharedPreferences with Enc…

    …ryptedSharedPreferences to store UserInfo (#357)
    
    * [MOBL-1811] Gradle = 8.6, AGP = 8.4.0, Kotlin = 1.9.23, targetSdkVersion = 34
    
    * Reverting an unwanted version change
    
    * first draft of encrypted shared pref implementation is ready
    
    * Added tests for the get and save methods
    
    * Added code for migration when needed.
    
    * Added test cases to make sure the new preference is backward compatible
    
    * Deprecated the clear(context) method
    
    * Added additional test case
    
    * Added configuration variable to opt in for encryption feature
    rahulrvp committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    b631c90 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. [MOBL-1831] The Gradle script for publishing the library is now updat…

    …ed to support AGP 8.4.0 (#359)
    rahulrvp committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8d1488a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. [MOBL-1834] Remove the cached email from SharedPreferences (#360)

    * Renamed encrypted preference file to have the blueshift package name
    
    * Removed the check for email address change to fire identify event
    
    * Fixed the confusion regarding naming
    
    * Fixed the confusion regarding naming of the flag
    
    * Fixed the tests wit additional test case and naming corrections
    rahulrvp committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c1cfbd4 View commit details
    Browse the repository at this point in the history