Skip to content

Commit

Permalink
widget preview
Browse files Browse the repository at this point in the history
  • Loading branch information
konradrenner committed Apr 5, 2017
1 parent 6099495 commit 0df6b6b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .idea/gradle_extensions.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

You can also have a look on the GitHub release page: https://github.com/konradrenner/kolabnotes-android/releases

## [2.7.0] - 2017-04-05
### Added
- Implemented issue 158 ("New note" app shortcut on Android >= 7.1 devices)
### Updated
- App icon (issue 159)

## [2.6.0] - 2017-03-18
### Added
- Implemented issue 147 (preview of note description in overview)
Expand Down Expand Up @@ -71,7 +77,8 @@ You can also have a look on the GitHub release page: https://github.com/konradre
### Fixed
- First stable release, support for all major features of the Kolab notes format

[Unreleased]: https://github.com/konradrenner/kolabnotes-android/compare/2.6.0...HEAD
[Unreleased]: https://github.com/konradrenner/kolabnotes-android/compare/2.7.0...HEAD
[2.7.0]: https://github.com/konradrenner/kolabnotes-android/compare/2.6.0...2.7.0
[2.6.0]: https://github.com/konradrenner/kolabnotes-android/compare/2.5.0...2.6.0
[2.5.0]: https://github.com/konradrenner/kolabnotes-android/compare/2.4.0...2.5.0
[2.4.0]: https://github.com/konradrenner/kolabnotes-android/compare/2.3.5...2.4.0
Expand Down
9 changes: 0 additions & 9 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -78,23 +78,14 @@
<sourceFolder url="file://$MODULE_DIR$/src/test/shaders" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/assets" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/blame" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/builds" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/classes" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental-classes" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental-runtime-classes" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental-safeguard" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental-verifier" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/instant-run-resources" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/instant-run-support" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/reload-dex" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/restart-dex" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/shaders" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/split-apk" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.4.0-alpha3'
classpath 'com.android.tools.build:gradle:2.4.0-alpha4'
}
}

Expand Down

0 comments on commit 0df6b6b

Please sign in to comment.