Skip to content

Commit 4237a73

Browse files
committed
Release 2.0.2
1 parent dd7e490 commit 4237a73

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#Changelog
22

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

67
#2.0.1 (28/01/2014)
78
- Throw exception on passing null into `CalligraphySpan`

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ Calligraphy
55

66
Custom fonts in Android an OK way.
77

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

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

1212
##Getting started
1313

1414
### Dependency
1515

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

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

3434
### Installation
3535

calligraphy/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
POM_NAME=Calligraphy
55
POM_ARTIFACT_ID=calligraphy
6-
POM_PACKAGING=jar
6+
POM_PACKAGING=aar

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
# org.gradle.parallel=true
1919

2020
GROUP=uk.co.chrisjenx
21-
VERSION_NAME=2.0.1
22-
VERSION_CODE=17
21+
VERSION_NAME=2.0.2
22+
VERSION_CODE=18
2323

24-
POM_PACKAGING=jar
24+
POM_PACKAGING=aar
2525
POM_URL=https://github.com/chrisjenx/Calligraphy
26-
POM_DESCRIPTION=A modern implementation of the pull-to-refresh for Android
26+
POM_DESCRIPTION=Custom Font injection through styles and attributes.
2727
POM_SCM_URL=https://github.com/chrisjenx/Calligraphy
2828
POM_SCM_CONNECTION=scm:[email protected]:chrisjenx/Calligraphy.git
2929
POM_SCM_DEV_CONNECTION=scm:[email protected]:chrisjenx/Calligraphy.git

0 commit comments

Comments
 (0)