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

Fixes #3191 Make the username along with the rewards icon clickable in the Navigation Drawer #3283

Closed
wants to merge 4 commits into from

Commits on Dec 7, 2019

  1. Merge pull request #1 from commons-app/master

    Click on user name open AchievmentsActivity
    ajuancer authored Dec 7, 2019
    Configuration menu
    Copy the full SHA
    d48e839 View commit details
    Browse the repository at this point in the history
  2. Implementing call to AchievementsActivity.java

    When TextView username is clicked
    ajuancer authored Dec 7, 2019
    Configuration menu
    Copy the full SHA
    14dddb4 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

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

Commits on Dec 9, 2019

  1. Making makeClickable() more generic

    Now it can change to any activity, not just AchievementsActivity. For this reason, startYourself() of AchievmentsActivity should be deleted.
    ajuancer authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    3fbcf03 View commit details
    Browse the repository at this point in the history