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

v253.241203.0 Add iOS in-app ratings & minor features&bugfixes #8075

Merged
merged 6 commits into from
Dec 3, 2024

Commits on Dec 3, 2024

  1. update translations

    jenkins build server committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    3e9c428 View commit details
    Browse the repository at this point in the history
  2. v253.241203.0

    jenkins build server committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    f385815 View commit details
    Browse the repository at this point in the history
  3. Add iOS in-app rating mechanism

    - Own dialog, then, if user is happy, open native iOS in app rating dialog
    - Triggers:
    -- After using the app for minimum 7 days, we can show the dialog after the user created three events / after three mails
    -- When the user did 10 activities within a 28-day period. (sending and email creating event. )
    -- After succeeding the paywall
    - Use device config to store data needed to trigger the dialog
    - Added tests
    - Added method to get the native app's installation date (Android & iOS)
    - Added comment about `SKStoreReviewController.requestReview()` deprecation
    
    Co-authored-by: arm <[email protected]>
    Co-authored-by: jat <[email protected]>
    3 people committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    9a686a5 View commit details
    Browse the repository at this point in the history
  4. Fix Swift formatting

    Co-authored-by: arm <[email protected]>
    Co-authored-by: Jamie Turner <[email protected]>
    Co-authored-by: jug <[email protected]>
    4 people committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    d64befc View commit details
    Browse the repository at this point in the history
  5. Remove duplicate lang keys

    jgoedde committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    5ae627f View commit details
    Browse the repository at this point in the history
  6. [android] Fix missing function in AndroidMobileSystemFacade

    Co-authored-by: jug <[email protected]>
    Co-authored-by: arm <[email protected]>
    3 people committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    c4d1b27 View commit details
    Browse the repository at this point in the history