Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjenx committed Mar 5, 2015
1 parent dd7e490 commit 4237a73
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#Changelog

#2.0.2 (WIP)
#2.0.2 (05/01/2015)
- Fixed `CalligraphyConfig.Builder` missing return statements.
- Fixed `createView()` getting the wrong parent context, Fixed: #135, #120

#2.0.1 (28/01/2014)
- Throw exception on passing null into `CalligraphySpan`
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ Calligraphy

Custom fonts in Android an OK way.

Are you fed up of Custom views to set fonts? Or traversing the ViewTree to find TextViews? Yeah me too.
Are you fed up of Custom Views to set fonts? Or traversing the ViewTree to find TextViews? Yeah me too.

![alt text](https://github.com/chrisjenx/Calligraphy/raw/master/screenshot.png "ScreenShot Of Font Samples")

##Getting started

### Dependency

Include the dependency [Download (.aar)](http://search.maven.org/remotecontent?filepath=uk/co/chrisjenx/calligraphy/2.0.1/calligraphy-2.0.1.aar) :
Include the dependency [Download (.aar)](http://search.maven.org/remotecontent?filepath=uk/co/chrisjenx/calligraphy/2.0.2/calligraphy-2.0.2.aar) :

```groovy
dependencies {
compile 'uk.co.chrisjenx:calligraphy:2.0.1'
compile 'uk.co.chrisjenx:calligraphy:2.0.2'
}
```
### Add Fonts
Expand All @@ -29,7 +29,7 @@ Add your custom fonts to `assets/` all font definitions are relative to this pat
```xml
<TextView fontPath="fonts/MyFont.ttf"/>
```
**Note: The missing namespace, this __IS__ intention.**
**Note: The missing namespace, this __IS__ intentional.**

### Installation

Expand Down
2 changes: 1 addition & 1 deletion calligraphy/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

POM_NAME=Calligraphy
POM_ARTIFACT_ID=calligraphy
POM_PACKAGING=jar
POM_PACKAGING=aar
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
# org.gradle.parallel=true

GROUP=uk.co.chrisjenx
VERSION_NAME=2.0.1
VERSION_CODE=17
VERSION_NAME=2.0.2
VERSION_CODE=18

POM_PACKAGING=jar
POM_PACKAGING=aar
POM_URL=https://github.com/chrisjenx/Calligraphy
POM_DESCRIPTION=A modern implementation of the pull-to-refresh for Android
POM_DESCRIPTION=Custom Font injection through styles and attributes.
POM_SCM_URL=https://github.com/chrisjenx/Calligraphy
POM_SCM_CONNECTION=scm:git@github.com:chrisjenx/Calligraphy.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:chrisjenx/Calligraphy.git
Expand Down

0 comments on commit 4237a73

Please sign in to comment.