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

Allow programatically setting aboutAppDescription #23

Closed
mwinters-stuff opened this issue Oct 24, 2014 · 1 comment
Closed

Allow programatically setting aboutAppDescription #23

mwinters-stuff opened this issue Oct 24, 2014 · 1 comment
Assignees
Milestone

Comments

@mwinters-stuff
Copy link

I would like to sert the aboutAppDescription from within code, I have in the past built it from multiple strings and a build year which comes from the build scripts..

eg. the following would be handy.

 i.putExtra(Libs.BUNDLE_ABOUT_APP, 
    LicenseHelper.getAboutString(context) + "\n\n" +
            String.format(res.getString(R.string.about2), BuildConfig.buildYear) + "\n\n" +
            res.getString(R.string.about3));
);

Good work by the way, great idea..

@mikepenz mikepenz self-assigned this Oct 24, 2014
@mikepenz mikepenz modified the milestones: 4.0., 4.0.0 Oct 24, 2014
@mikepenz
Copy link
Owner

this would be done already. but i got some issues with the new build-tools and the appCompat library.

can't build anymore ^^ :/

@mikepenz mikepenz modified the milestones: 4.0.1, 4.0.0 Oct 24, 2014
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

2 participants