From cd8d638aa6a303049d49d20d219c0c626d5106e7 Mon Sep 17 00:00:00 2001 From: LooKeR Date: Fri, 28 Feb 2025 19:26:04 +0530 Subject: [PATCH] Release 0.6.5 --- app/build.gradle.kts | 4 ++-- metadata/en-US/changelogs/650.txt | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 metadata/en-US/changelogs/650.txt diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a899a146..c717280a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -12,7 +12,7 @@ plugins { } android { - val latestVersionName = "0.6.4" + val latestVersionName = "0.6.5" namespace = "com.looker.droidify" buildToolsVersion = "35.0.0" compileSdk = 35 @@ -20,7 +20,7 @@ android { minSdk = 23 targetSdk = 35 applicationId = "com.looker.droidify" - versionCode = 640 + versionCode = 650 versionName = latestVersionName vectorDrawables.useSupportLibrary = false testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/metadata/en-US/changelogs/650.txt b/metadata/en-US/changelogs/650.txt new file mode 100644 index 00000000..e4538903 --- /dev/null +++ b/metadata/en-US/changelogs/650.txt @@ -0,0 +1,24 @@ +Added: +- Progress Bar on Sync +- IronFox Repo +- Video to Screenshots list +- Dialog to notify shizuku permission issues +- Target SDK in Release Item + +Fixed: +- Persistent install notification +- Donation Link Parsing +- Updates when signature check skipped +- Adding repository adds a suffix +- Screenshots for password protected repo + +Changed: +- Shizuku permission no longer reverts on permission loss +- Progress Bar animation + +Improvements: +- All-around performance improvement +- Edit Repository UI + +Removed: +- Unused dependencies