Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/0.0.3' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Aug 5, 2018
2 parents 27801ce + 8843fd1 commit 9a4cbbb
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 13 deletions.
22 changes: 17 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,24 @@ Optional intro comment.

## [Unreleased] - 2018-xx-xx




## [0.0.3] - 2018-08-05

- Added: add default text for empty title ([#38](https://github.com/JonasWanke/com.jonaswanke.calendar/pull/38)), fixes [#36](https://github.com/JonasWanke/com.jonaswanke.calendar/issues/36)
- Added: add getter for cached weeks ([#33](https://github.com/JonasWanke/com.jonaswanke.calendar/pull/33)), fixes [#30](https://github.com/JonasWanke/com.jonaswanke.calendar/issues/30)
- Changed: make event an interface ([#29](https://github.com/JonasWanke/com.jonaswanke.calendar/pull/29)), fixes [#26](https://github.com/JonasWanke/com.jonaswanke.calendar/issues/26)
- Fixed: don't overlap events ([#32](https://github.com/JonasWanke/com.jonaswanke.calendar/pull/32)), fixes [#2](https://github.com/JonasWanke/com.jonaswanke.calendar/issues/2)
- Fixed: setting new events gives flash ([#31](https://github.com/JonasWanke/com.jonaswanke.calendar/pull/31)), fixes [#25](https://github.com/JonasWanke/com.jonaswanke.calendar/issues/25)
- Fixed: event spacing on left side missing ([#21](https://github.com/JonasWanke/com.jonaswanke.calendar/pull/21)), fixes [#20](https://github.com/JonasWanke/com.jonaswanke.calendar/issues/20)
- Fixed: day zoom not working after reset ([#](https://github.com/JonasWanke/com.jonaswanke.calendar/pull/)), fixes [#23](https://github.com/JonasWanke/com.jonaswanke.calendar/issues/23)
- Fixed: day zoom sometimes jumps ([#](https://github.com/JonasWanke/com.jonaswanke.calendar/pull/)), fixes [#24](https://github.com/JonasWanke/com.jonaswanke.calendar/issues/24)
- Fixed: PR template doesn't close issue ([#](https://github.com/JonasWanke/com.jonaswanke.calendar/pull/))
- Fixed: day zoom not working after reset ([#27](https://github.com/JonasWanke/com.jonaswanke.calendar/pull/27)), fixes [#23](https://github.com/JonasWanke/com.jonaswanke.calendar/issues/23)
- Fixed: day zoom sometimes jumps ([#28](https://github.com/JonasWanke/com.jonaswanke.calendar/pull/28)), fixes [#24](https://github.com/JonasWanke/com.jonaswanke.calendar/issues/24)
- Fixed: PR template doesn't close issue ([#22](https://github.com/JonasWanke/com.jonaswanke.calendar/pull/22))
- Fixed: typo in changelog ([#22](https://github.com/JonasWanke/com.jonaswanke.calendar/pull/22)), fixes [#19](https://github.com/JonasWanke/com.jonaswanke.calendar/issues/19)


## [0.0.2] - 2018-xx-xx
## [0.0.2] - 2018-07-30

- Added: support support scroll and zoom for days ([#15](https://github.com/JonasWanke/com.jonaswanke.calendar/pull/15)), closes [#6](https://github.com/JonasWanke/com.jonaswanke.calendar/issues/6)
- Added: add readme and changelog ([#18](https://github.com/JonasWanke/com.jonaswanke.calendar/pull/18)), closes [#5](https://github.com/JonasWanke/com.jonaswanke.calendar/issues/5)
Expand All @@ -43,5 +54,6 @@ Optional intro comment.
Initial release supporting week view.


[Unreleased]: https://github.com/JonasWanke/com.jonaswanke.calendar/compare/v0.0.2...dev
[Unreleased]: https://github.com/JonasWanke/com.jonaswanke.calendar/compare/v0.0.3...dev
[0.0.3]: https://github.com/JonasWanke/com.jonaswanke.calendar/compare/v0.0.2...0.0.3
[0.0.2]: https://github.com/JonasWanke/com.jonaswanke.calendar/compare/v0.0.1...v0.0.2
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# CalendarView

[![GitHub version](https://img.shields.io/github/release/JonasWanke/com.jonaswanke.calendar/all.svg?colorB=4c1)](https://github.com/JonasWanke/com.jonaswanke.calendar/releases)
[![GitHub version](https://img.shields.io/github/commits-since/JonasWanke/com.jonaswanke.calendar/latest.svg?colorB=4c1)](https://github.com/JonasWanke/com.jonaswanke.calendar/releases)
[![Bintray](https://img.shields.io/bintray/v/jonaswanke/maven/calendar.svg)](https://bintray.com/jonaswanke/maven/calendar)

[![Apache 2.0 license](https://img.shields.io/badge/License-Apache%202.0-green.svg?colorB=4c1)](http://www.apache.org/licenses/LICENSE-2.0)
[![Apache 2.0 license](https://img.shields.io/badge/license-Apache%202.0-green.svg?colorB=4c1)](http://www.apache.org/licenses/LICENSE-2.0)
[![Awesome Badges](https://img.shields.io/badge/badges-awesome-green.svg?colorB=4c1)](https://github.com/Naereen/badges)


Expand All @@ -26,7 +26,7 @@ This library provides a Material Design CalendarView for Android (week view; mor
1. Import the library

```groovy
implementation 'com.jonaswanke.calendar:calendar:0.0.2'
implementation 'com.jonaswanke.calendar:calendar:0.0.3'
```

2. Add CalendarView in you layout
Expand Down
6 changes: 3 additions & 3 deletions calendar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 27
versionCode 2
versionName "0.0.2"
versionCode 3
versionName "0.0.3"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down Expand Up @@ -54,7 +54,7 @@ ext {
gitUrl = 'https://github.com/JonasWanke/com.jonaswanke.calendar.git'
githubRepository = 'JonasWanke/com.jonaswanke.calendar'

libraryVersion = '0.0.2'
libraryVersion = '0.0.3'

developerId = 'JonasWanke'
developerName = 'Jonas Wanke'
Expand Down
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.jonaswanke.calendar.example"
minSdkVersion 16
targetSdkVersion 27
versionCode 2
versionName "0.0.2"
versionCode 3
versionName "0.0.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 9a4cbbb

Please sign in to comment.