Skip to content

Commit

Permalink
Merge pull request #336 from codetoart/master
Browse files Browse the repository at this point in the history
Add KNOWN_ISSUES and CHANGELOG reference to README
  • Loading branch information
Mahavir Jain committed Jan 10, 2019
2 parents 5b9fffb + 929243a commit 8701a23
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

## 0.5.3

- FolioReader migrated to AndroidX.
- FolioReader migrated to AndroidX. You will have to migrate your project to AndroidX. Read more about it here - [Migrating to AndroidX](https://developer.android.com/jetpack/androidx/migrate)
- Search API calls made asynchronous.

### Bugs Fixed
Expand All @@ -16,6 +16,8 @@

## 0.5.2 (Unreleased)

- Developer now don't need to add network_security_config.xml explicitly.
- Android Min SDK raised to API 21 as Chrome is stuck on version 30 on API 19.
- ReadPosition replaced with ReadLocator using CFI.
- TTS feature temporarily disabled, see KNOWN_ISSUES.md for more information.
- SearchQueryResults and SearchItem replaced with SearchLocator using CFI.
Expand All @@ -24,4 +26,8 @@

- r2-streamer-java replaced with r2-streamer-kotlin and r2-shared-kotlin
- WebViewMarker replaced with Native text selection popup.
- Media Overlay feature temporarily unavailable, see KNOWN_ISSUES.md for more information.
- Media Overlay feature temporarily unavailable, see KNOWN_ISSUES.md for more information.

## 0.4.1

- Developer now don't need to specify permissions and FolioActivity tag in AndroidManifest.xml
9 changes: 0 additions & 9 deletions MIGRATION.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Expand Up @@ -101,6 +101,7 @@ folioReader.openBook(R.raw.adventures);

## Reporting Issue

See [KNOWN_ISSUES](https://github.com/FolioReader/FolioReader-Android/blob/master/KNOWN_ISSUES.md) and [CHANGELOG](https://github.com/FolioReader/FolioReader-Android/blob/master/CHANGELOG.md) first before reporting any issue. <br />
Please follow [Issue Template](https://github.com/FolioReader/FolioReader-Android/blob/master/.github/ISSUE_TEMPLATE.md) to report any issue.

## Share your application
Expand Down

0 comments on commit 8701a23

Please sign in to comment.