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

Profile Settings #19

Open
karllindmark opened this issue Mar 21, 2012 · 0 comments
Open

Profile Settings #19

karllindmark opened this issue Mar 21, 2012 · 0 comments

Comments

@karllindmark
Copy link

Current

At the current time being you can't update your profile settings via the app.

Future

The user should be able to update his/her profile settings (presentation and such) via the app.

How

To achieve this, an activity will need to be created to enable the user to update the profile settings. Post fields are declared in Constants.java.

public static final String[] FIELD_NAMES_SETTINGS_PROFILE = new String[] {

        "profile-edit-gravatar", "profile-edit-personaId[]", "profile-edit-picture[]",
        "profile-edit-clantag[]", "profile-edit-clantag-games[]", "profile-edit-name",
        "profile-edit-presentation", "profile-edit-birthyear", "profile-edit-birthmonth",
        "profile-edit-birthday", "profile-edit-location", "profile-edit-dateformat",
        "profile-edit-ampm", "profile-edit-utcoffset", "profile-edit-hidedetails",
        "profile-edit-inactivatefeed", "profile-edit-allowfriendrequests", "post-check-sum"

};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant