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

Version 2.0.0 #39

Open
wants to merge 37 commits into
base: dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
94f4412
Rename library module to ckChangeLog-core
cketti Feb 18, 2016
1c3e60e
Extract dialog code to separate module
cketti Feb 18, 2016
8f6183d
Make ReleaseItem a top-level class
cketti Feb 18, 2016
2af8329
Clean up the code a bit
cketti Feb 18, 2016
507d9d2
Remove white spaces and line breaks from changes text.
johnjohndoe Mar 1, 2016
0169c57
Re-use newInstance constuctor.
johnjohndoe Mar 1, 2016
6cd83f6
Extract method to clean text of change item
cketti Mar 24, 2016
111ee98
Merge pull request #37 into version_2
cketti Mar 24, 2016
f97ba78
Merge pull request #38 from johnjohndoe/new-instance
cketti Mar 24, 2016
cd8d027
Update build tools etc.
cketti Jul 14, 2016
0f42533
Extract core functionality into multiple classes
cketti Oct 23, 2016
33da70d
Add tests
cketti Nov 4, 2016
5ff4e47
Make API to get change log nicer
cketti Nov 4, 2016
faab3ed
Make XmlParser more strict
cketti Nov 9, 2016
726a00a
Extract library version to variable
cketti Feb 11, 2017
26d7801
Move POM metadata to root project's build.gradle
cketti Feb 12, 2017
14e3cfa
Dynamically write string resource with library version
cketti Feb 12, 2017
82a42ba
Update copyright notices
cketti Mar 24, 2017
2637881
Move change log from README to separate file
cketti Mar 24, 2017
94eb31c
Extract code to generate the change log HTML to separate class
cketti Mar 24, 2017
3b4f673
Expose the used ChangeLog instance to users of DialogChangeLog
cketti Mar 24, 2017
5cae803
Clean up and add more JavaDoc
cketti Mar 24, 2017
ee69936
Update Change Log with migration instructions
cketti Mar 24, 2017
1752fac
Update README
cketti Mar 24, 2017
e6d9ee8
Add Maven Central snapshot repository
cketti Mar 24, 2017
5e61cbd
Make XmlParser return an unmodifiable list
cketti Nov 9, 2017
30dcb54
Update build tools
cketti Mar 8, 2018
0b40bcf
Update test dependencies
cketti Mar 8, 2018
2af0af4
Change package name to de.cketti.changelog
cketti May 12, 2018
445a0ae
Update dependencies
cketti May 12, 2018
36c48f8
Clean up code to remove some warnings
cketti May 12, 2018
c0db1c4
Move change log files from res/xml/ to res/raw/
cketti May 12, 2018
89238f7
Add "date" attribute
cketti May 12, 2018
ce3de32
Rename ckChangeLog-dialog to ckChangeLog-legacy-dialog
cketti May 12, 2018
7c9f838
Make writeCurrentVersion() update internal state
cketti May 13, 2018
c4ff306
Update copyright headers
cketti May 13, 2018
d483d5d
Update README and CHANGELOG
cketti May 13, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move change log from README to separate file
cketti committed Mar 24, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 263788157a423c163bd4644895840cd8a7674409
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Change Log

### Version 1.2.2 (2015-01-09)
* Added Ukrainian translation

### Version 1.2.1
* Added support for [AboutLibraries](https://github.com/mikepenz/AboutLibraries)
* Fixed build scripts so Javadoc JAR is properly created

### Version 1.2.0
* Made constant `DEFAULT_CSS` public
* Changed internals to make it easier to read the change log from different sources
* Added public method `getChangeLog(boolean)` that returns a list of `ReleaseItem`s
* Changed minSdkVersion to 4
* Switched to Gradle as build system
* Added Greek, Spanish, Polish, and Russian translation

### Version 1.1.0
* Added method `skipLogDialog()`
* Added Slovak and German translation

### Version 1.0.0
* **Breaking change!** Moved master translation from `res/raw/changelog.xml` to `res/xml/changelog_master.xml`
* Added German translation of the sample app

### Version 0.1
* Initial release
29 changes: 0 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -80,35 +80,6 @@ In order to change the labels of the dialog add the following items to your `str
<string name="changelog_show_full">More…</string>
```

## Changelog

### Version 1.2.2 (2015-01-09)
* Added Ukrainian translation

### Version 1.2.1
* Add support for [AboutLibraries](https://github.com/mikepenz/AboutLibraries)
* Fix build scripts so Javadoc JAR is properly created

### Version 1.2.0
* Made constant `DEFAULT_CSS` public
* Changed internals to make it easier to read the change log from different sources
* Added public method `getChangeLog(boolean)` that returns a list of `ReleaseItem`s
* Changed minSdkVersion to 4
* Switched to Gradle as build system
* Added Greek, Spanish, Polish, and Russian translation

### Version 1.1.0
* Added method `skipLogDialog()`
* Added Slovak and German translation

### Version 1.0.0
* **Breaking change!** Moved master translation from `res/raw/changelog.xml` to `res/xml/changelog_master.xml`
* Added German translation of the sample app

### Version 0.1
* Initial release


## Acknowledgments

This library is based on: