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

How about versiondate? #34

Open
silversmurf opened this issue Sep 18, 2015 · 0 comments
Open

How about versiondate? #34

silversmurf opened this issue Sep 18, 2015 · 0 comments

Comments

@silversmurf
Copy link

Do you think about implementing optional property versiondate in release? It doesn't matter which kind of style it is (without terrible datehandling) just treat it as String.

Something like that (diffferent kinds of dates):

<changelog>
    <release version="1.1" versioncode="11" versiondate="2015-02-23">
        <change>Totally new and shiny version</change>
    </release>
    <release version="1.0" versioncode="10" versiondate="02/23/2015">
        <change>Fixed: A bug fix</change>
        <change>Some other changes I can't quite remember</change>
    </release>
    <release version="0.1" versioncode="1" versiondate="23.02.2015">
        <change>First release</change>
    </release>
</changelog>

And an additional method:

public ChangeLog setVersionDatesVisible(boolean visible) {
    mVersionDates = visible;
    return this;
}

And some lines of code on other locations, but nothin difficult.

@cketti cketti mentioned this issue May 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant