-
Notifications
You must be signed in to change notification settings - Fork 722
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #329 from codetoart/master
Preparing for v0.5.3
- Loading branch information
Showing
199 changed files
with
23,675 additions
and
15,865 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Change Log | ||
|
||
## 0.5.3 | ||
|
||
- FolioReader migrated to AndroidX. | ||
- Search API calls made asynchronous. | ||
|
||
### Bugs Fixed | ||
|
||
- FolioReader/FolioReader-Android#190 | ||
- FolioReader/FolioReader-Android#276 | ||
- FolioReader/FolioReader-Android#239 | ||
- FolioReader/FolioReader-Android#308 | ||
- FolioReader/FolioReader-Android#284 | ||
- FolioReader/FolioReader-Android#298 | ||
|
||
## 0.5.2 (Unreleased) | ||
|
||
- 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. | ||
|
||
## 0.5.1 | ||
|
||
- 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Known Issues | ||
|
||
This is a list of major known issues. For the latest list of all issues see the | ||
[Github Issues page](https://github.com/FolioReader/FolioReader-Android/issues) | ||
|
||
## Errors on API 21 and 22 with Webview lower than version 44 | ||
|
||
FolioReader might not work properly on API 21 and 22 Emulator images. | ||
As these images have Android System Webview lower than version 44. | ||
Devices or Emulator of API 21 and 22 with Google Play Store will be | ||
able to run FolioReader without any error after updating Android System | ||
Webview to version 44+ | ||
|
||
## Media Overlay | ||
|
||
From version 0.5.1, Media Overlay would not work as the streamer implementation is not done yet in r2-streamer-kotlin. | ||
|
||
## TTS | ||
|
||
From version 0.5.2, TTS is disabled. | ||
In previous versions, sentences were formed by changing the DOM structure. | ||
To implement TTS without changing DOM would require NLP to extract sentences. | ||
As of now, no major reading systems other than Google Play Books implements TTS bug free. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Migration | ||
|
||
## 0.5.2 | ||
|
||
- Developer now don't need to add network_security_config.xml explicitly. | ||
|
||
## 0.4.1 | ||
|
||
- Developer now don't need to specify permissions and FolioActivity tag in AndroidManifest.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
ViewPager/src/main/java/com/ryanharter/viewpager/PagerAdapter.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.