Skip to content

Commit

Permalink
release 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed Mar 4, 2020
1 parent 22040a2 commit 924b864
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 25 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
minSdkVersion(21)
targetSdkVersion(29)
applicationId = "tachiyomi.mangadex"
versionCode = 45
versionName = "1.6.3"
versionCode = 46
versionName = "1.6.4"
multiDexEnabled = true
setProperty("archivesBaseName", "Neko")
buildConfigField("String", "BUILD_TIME", "\"${BUILD_TIME}\"")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@ import eu.kanade.tachiyomi.util.getUriCompat
import eu.kanade.tachiyomi.util.snack
import eu.kanade.tachiyomi.util.toast
import eu.kanade.tachiyomi.util.truncateCenter
import java.io.File
import java.text.DecimalFormat
import java.text.SimpleDateFormat
import java.util.Date
import java.util.Locale
import jp.wasabeef.glide.transformations.CropSquareTransformation
import jp.wasabeef.glide.transformations.MaskTransformation
import kotlinx.android.synthetic.main.main_activity.*
import kotlinx.android.synthetic.main.manga_info_controller.*
import timber.log.Timber
import uy.kohesive.injekt.injectLazy
import java.io.File
import java.text.DecimalFormat
import java.text.SimpleDateFormat
import java.util.Date
import java.util.Locale

/**
* Fragment that shows manga information.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ import eu.kanade.tachiyomi.data.download.DownloadManager
import eu.kanade.tachiyomi.source.Source
import eu.kanade.tachiyomi.ui.base.presenter.BasePresenter
import eu.kanade.tachiyomi.util.DiskUtil
import java.io.File
import java.io.FileOutputStream
import java.io.OutputStream
import java.util.Date
import kotlinx.coroutines.CoroutineExceptionHandler
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.GlobalScope
Expand All @@ -25,10 +29,6 @@ import rx.android.schedulers.AndroidSchedulers
import rx.schedulers.Schedulers
import uy.kohesive.injekt.Injekt
import uy.kohesive.injekt.api.get
import java.io.File
import java.io.FileOutputStream
import java.io.OutputStream
import java.util.Date

/**
* Presenter of MangaInfoFragment.
Expand Down
61 changes: 47 additions & 14 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion
changeDate=""
versionName="v1.6.4">
<changelogtext>Added recommendations tab in manga info (alpha) Requires download a json and
loading it manually for now
</changelogtext>
<changelogtext>add setting to manage notifications</changelogtext>
<changelogtext>refresh webtoon adapter on image property changes</changelogtext>
<changelogtext>minor code cleanup</changelogtext>
</changelogversion>
<changelogversion
changeDate=""
versionName="v1.6.3">
<changelogtext>Added setting to use low quality covers in browse/search</changelogtext>
<changelogtext>Added setting to to use non logged in network for chapter downloads to prevent marking website chapter as read</changelogtext>
<changelogtext>Fix bug with mdlist where unfollowing a manga was not resetting the chapter count</changelogtext>
<changelogtext>Fix bug with mdlist where switching status then refreshing was showing the old status</changelogtext>
<changelogtext>Fix bug with mdlist where reading a chapter was updating the tracking tab for unfollowed manga</changelogtext>
<changelogtext>Fix bug where external link title was replacing the EDIT button for untracked manga</changelogtext>
<changelogtext>Added setting to to use non logged in network for chapter downloads to
prevent marking website chapter as read
</changelogtext>
<changelogtext>Fix bug with mdlist where unfollowing a manga was not resetting the chapter
count
</changelogtext>
<changelogtext>Fix bug with mdlist where switching status then refreshing was showing the
old status
</changelogtext>
<changelogtext>Fix bug with mdlist where reading a chapter was updating the tracking tab for
unfollowed manga
</changelogtext>
<changelogtext>Fix bug where external link title was replacing the EDIT button for untracked
manga
</changelogtext>
</changelogversion>
<changelogversion
changeDate=""
versionName="v1.6.2.1">
<changelogtext>Fix saved file name swapping chapter and volume so saved files are always in correct chapter order</changelogtext>
<changelogtext>Fix saved file name swapping chapter and volume so saved files are always in
correct chapter order
</changelogtext>
</changelogversion>
<changelogversion
changeDate=""
Expand All @@ -29,13 +51,17 @@
<changelogtext>Filter out tmp folders from download badges</changelogtext>
<changelogtext>Moved the follows screen into the browse screen</changelogtext>
<changelogtext>Moved edit categories into library settings</changelogtext>
<changelogtext>Removed ability to set cover since it gets overridden on manga refresh</changelogtext>
<changelogtext>Removed ability to set cover since it gets overridden on manga refresh
</changelogtext>
</changelogversion>
<changelogversion
changeDate=""
versionName="v1.6.1">
<changelogtext>Add automatic Mangadex List in tracking, note you must be following a manga for chapters to update</changelogtext>
<changelogtext>Added external links from mangadex for animeplanet and mangaupdates</changelogtext>
<changelogtext>Add automatic Mangadex List in tracking, note you must be following a manga
for chapters to update
</changelogtext>
<changelogtext>Added external links from mangadex for animeplanet and mangaupdates
</changelogtext>
<changelogtext>Renamed tracking tab to external</changelogtext>
<changelogtext>Removed Shikimori tracker</changelogtext>
<changelogtext>Removed display/sorting mode dialog and made them submenus</changelogtext>
Expand Down Expand Up @@ -74,7 +100,9 @@
versionName="v1.5.4">
<changelogtext>Switched back to .org urls</changelogtext>
<changelogtext>fix some dialog bugs where ok button was missing</changelogtext>
<changelogtext>fix dialog bug where you couldnt select no category to add to default category</changelogtext>
<changelogtext>fix dialog bug where you couldnt select no category to add to default
category
</changelogtext>
<changelogtext>adjust splashscreen for neko</changelogtext>
<changelogtext>use cache to complete downloads</changelogtext>
<changelogtext>recently read goes back 50 years</changelogtext>
Expand All @@ -90,7 +118,8 @@
<changelogtext>switched to long press select between like j2k</changelogtext>
<changelogtext>new splash screen</changelogtext>
<changelogtext>changed some images to webp</changelogtext>
<changelogtext>lower rate limit to 3 per a second to help reduce load on mangadex</changelogtext>
<changelogtext>lower rate limit to 3 per a second to help reduce load on mangadex
</changelogtext>
<changelogtext></changelogtext>
<changelogtext></changelogtext>
</changelogversion>
Expand All @@ -109,8 +138,11 @@
<changelogversion
changeDate=""
versionName="v1.5.0">
<changelogtext>Updated domain to .cc since most of the old chapters now work!</changelogtext>
<changelogtext>added ability to sync read and reread follows from mangadex into your library</changelogtext>
<changelogtext>Updated domain to .cc since most of the old chapters now work!
</changelogtext>
<changelogtext>added ability to sync read and reread follows from mangadex into your
library
</changelogtext>
<changelogtext>minor clean up of code</changelogtext>
</changelogversion>
<changelogversion
Expand All @@ -119,7 +151,8 @@
<changelogtext>Enhanced Notifications for library updates</changelogtext>
<changelogtext>android 10 style share images/ share manga page</changelogtext>
<changelogtext>split general settings into general and library</changelogtext>
<changelogtext>fix bug where marked as read was not updating the DOWNLOADED text</changelogtext>
<changelogtext>fix bug where marked as read was not updating the DOWNLOADED text
</changelogtext>
<changelogtext>improved loading speeds when skipping pages in a chapter</changelogtext>
<changelogtext>file format changes</changelogtext>
<changelogtext>fix bug in custom downloads dialog for amoled</changelogtext>
Expand Down

0 comments on commit 924b864

Please sign in to comment.