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

overriding display name and adding metrics notifications #161

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

Commits on Jan 25, 2014

  1. added support to override display name property with another property…

    … ARAppName
    Moustafa authored and Moustafa committed Jan 25, 2014
    Configuration menu
    Copy the full SHA
    c5b5388 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature_app_display_name'

    Moustafa authored and Moustafa committed Jan 25, 2014
    Configuration menu
    Copy the full SHA
    091c085 View commit details
    Browse the repository at this point in the history
  3. added notifications for different states / responses to be used for m…

    …etrics
    Moustafa authored and Moustafa committed Jan 25, 2014
    Configuration menu
    Copy the full SHA
    73f0002 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature_metrics'

    Moustafa authored and Moustafa committed Jan 25, 2014
    Configuration menu
    Copy the full SHA
    4477c66 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2016

  1. fix metrics constants to be extern

    Moustafa Hassan committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    122594e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'buxfix_metrics_constants'

    Moustafa Hassan committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    4b61a30 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2018

  1. integrate new iOS 10.3 API for requesting review in app

    when the review is requested, it's assumed the user has rated the app
    Moustafa Hassan committed May 6, 2018
    Configuration menu
    Copy the full SHA
    d49c122 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

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

Commits on Jun 18, 2018

  1. avoid setting status bar type directly because it's deprecated since …

    …iOS 9
    Moustafa Hassan committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    a15d0d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. replace UIAlertView with UIAlertController

    Moustafa Hassan committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    11d938c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    713916d View commit details
    Browse the repository at this point in the history
  3. update readme

    Moustafa Hassan committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    c1985bd View commit details
    Browse the repository at this point in the history
  4. use the class method getRootViewController to display UIAlertControll…

    …er instead of trying to do it manually
    Moustafa Hassan committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    566499d View commit details
    Browse the repository at this point in the history
  5. update readme to render correctly on github

    Moustafa Hassan committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    58b29b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5548a8c View commit details
    Browse the repository at this point in the history