Skip to content

Commit

Permalink
Merge pull request #447 from auth0/prepare-release
Browse files Browse the repository at this point in the history
Release 2.8.0
  • Loading branch information
lbalmaceda authored Oct 19, 2017
2 parents 7f84d31 + 332bff8 commit 75bad67
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [2.8.0](https://github.com/auth0/Lock.Android/tree/2.8.0) (2017-10-19)
[Full Changelog](https://github.com/auth0/Lock.Android/compare/2.7.0...2.8.0)
**Closed issues**
- Cannot navigate social login buttons using gamepad on Android TV [\#443](https://github.com/auth0/Lock.Android/issues/443)

**Added**
- Add RTL support [\#445](https://github.com/auth0/Lock.Android/pull/445) ([lbalmaceda](https://github.com/lbalmaceda))

**Fixed**
- Fix ValidatedInputView border color on focus change [\#446](https://github.com/auth0/Lock.Android/pull/446) ([lbalmaceda](https://github.com/lbalmaceda))
- Fix non touchscreen navigation [\#444](https://github.com/auth0/Lock.Android/pull/444) ([lbalmaceda](https://github.com/lbalmaceda))

## [2.7.0](https://github.com/auth0/Lock.Android/tree/2.7.0) (2017-07-19)
[Full Changelog](https://github.com/auth0/Lock.Android/compare/2.6.0...2.7.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Android API Level 15+ is required in order to use Lock's UI.
Lock is available both in [Maven Central](http://search.maven.org) and [JCenter](https://bintray.com/bintray/jcenter). To start using *Lock* add these lines to your `build.gradle` dependencies file:

```gradle
compile 'com.auth0.android:lock:2.7.0'
compile 'com.auth0.android:lock:2.8.0'
```

## Usage
Expand Down

0 comments on commit 75bad67

Please sign in to comment.