From 48ff2f328fd2fe64c0aae5f2b717f3f4331e2935 Mon Sep 17 00:00:00 2001 From: tom5079 Date: Sat, 24 Oct 2020 23:55:50 +0900 Subject: [PATCH] search bug fix --- README.md | 2 +- app/build.gradle | 4 ++-- app/release/output-metadata.json | 2 +- app/src/main/AndroidManifest.xml | 3 ++- app/src/main/java/xyz/quaver/pupil/ui/MainActivity.kt | 8 ++++++-- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 77370d52..786bdb4f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *Pupil, Hitomi.la viewer for Android* ![](https://img.shields.io/github/downloads/tom5079/Pupil/total) -[![](https://img.shields.io/github/downloads/tom5079/Pupil/5.1.6-hotfix5/Pupil-v5.1.6-hotfix5.apk?color=%234fc3f7&label=DOWNLOAD%20APP&style=for-the-badge)](https://github.com/tom5079/Pupil/releases/download/5.1.6-hotfix5/Pupil-v5.1.6-hotfix5.apk) +[![](https://img.shields.io/github/downloads/tom5079/Pupil/5.1.6-hotfix6/Pupil-v5.1.6-hotfix6.apk?color=%234fc3f7&label=DOWNLOAD%20APP&style=for-the-badge)](https://github.com/tom5079/Pupil/releases/download/5.1.6-hotfix6/Pupil-v5.1.6-hotfix6.apk) [![](https://discordapp.com/api/guilds/610452916612104194/embed.png?style=banner2)](https://discord.gg/Stj4b5v) # Features diff --git a/app/build.gradle b/app/build.gradle index e7ba13b3..4b3d9b06 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,7 +38,7 @@ android { minSdkVersion 16 targetSdkVersion 30 versionCode 63 - versionName "5.1.6-hotfix5" + versionName "5.1.6-hotfix6" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true } @@ -123,7 +123,7 @@ dependencies { implementation "ru.noties.markwon:core:3.1.0" - implementation "xyz.quaver:libpupil:1.8.14" + implementation "xyz.quaver:libpupil:1.8.15" implementation "xyz.quaver:documentfilex:0.4-alpha02" implementation "xyz.quaver:floatingsearchview:1.0.7" diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json index 3cefc1c4..822e1d10 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -11,7 +11,7 @@ "type": "SINGLE", "filters": [], "versionCode": 63, - "versionName": "5.1.6-hotfix5", + "versionName": "5.1.6-hotfix6", "outputFile": "app-release.apk" } ] diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index d96312dc..c6549cc8 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -25,7 +25,8 @@ android:theme="@style/AppTheme" android:networkSecurityConfig="@xml/network_security_config" tools:replace="android:theme" - tools:ignore="UnusedAttribute"> + tools:ignore="UnusedAttribute" + android:largeHeap="true">