File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
src/main/java/com/starry/myne/ui/screens/reader/composables
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ android {
2727 applicationId " com.starry.myne"
2828 minSdk 26
2929 targetSdk 34
30- versionCode 340
31- versionName " 3.4 .0"
30+ versionCode 350
31+ versionName " 3.5 .0"
3232
3333 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
3434 vectorDrawables {
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ private fun ChapterLazyItemItem(
9191) {
9292 val epubBook = state.epubBook
9393 val paragraphs = remember { chunkText(chapter.body) }
94- val targetFontSize = (state.fontSize / 10 ) * 2.1f
94+ val targetFontSize = (state.fontSize / 10 ) * 2.0f
9595 val fontSize by animateFloatAsState(
9696 targetValue = targetFontSize,
9797 animationSpec = tween(durationMillis = 300 ),
Original file line number Diff line number Diff line change 1+ - Now you can import external EPUB books in your library!
2+ - Bunch of fixes and improvements in epub parser to make it more stable and reliable.
3+ - Some minor UI improvements and bug fixes.
You can’t perform that action at this time.
0 commit comments