Skip to content

Commit

Permalink
release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nonproto committed May 7, 2020
1 parent d240edb commit e4e697a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ android {
minSdkVersion(24)
targetSdkVersion(29)
applicationId = "tachiyomi.mangadex"
versionCode = 56
versionName = "2.0.3"
versionCode = 57
versionName = "2.0.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled = true
setProperty("archivesBaseName", "Neko")
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/reader_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@

<eu.kanade.tachiyomi.ui.reader.PageIndicatorTextView
android:id="@+id/page_number"
style="@style/TextAppearance.Regular.Caption"
style="@style/Neko.Caption"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center_horizontal"
android:padding="4dp"
android:layout_marginBottom="8dp"
android:textStyle="bold" />

<eu.kanade.tachiyomi.ui.reader.ReaderColorFilterView
Expand Down
17 changes: 17 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion
changeDate=""
versionName="v2.0.4">
<changelogtext>manga details now snack bars when there is no internet and you access things requiring internet</changelogtext>
<changelogtext>add missing chapter count on details view</changelogtext>
<changelogtext>fix bug where [END] was showing oneshots where there were more chapters</changelogtext>
<changelogtext>fix bug where completed manga was being marked wrong in some ocassions</changelogtext>
<changelogtext>cleaned up handling of mdlist and fixed a few bugs related to it</changelogtext>
<changelogtext>Add button undo filter selection in filter group</changelogtext>
<changelogtext>fix chapters not skipping when filtered by group</changelogtext>
<changelogtext>add indicator that groups filter is enabled</changelogtext>
<changelogtext>Fixed bug with follows having decimal</changelogtext>
<changelogtext>Material category hopper</changelogtext>
<changelogtext>remove tablet interface</changelogtext>
<changelogtext>General upstream bug fixes</changelogtext>

</changelogversion>
<changelogversion
changeDate=""
versionName="v2.0.3">
Expand Down

0 comments on commit e4e697a

Please sign in to comment.