From 2de697094239bbaf71ae7c48008a1f4f82375359 Mon Sep 17 00:00:00 2001 From: "Keidan (K. Billonneau)" Date: Wed, 22 Dec 2021 16:32:17 +0100 Subject: [PATCH] #165: Version 1.25 --- README.md | 2 ++ app/build.gradle | 4 ++-- .../metadata/android/en-US/changelogs/27.txt | 23 +++++++++++++++++++ 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/27.txt diff --git a/README.md b/README.md index 4753f5e1..ba87021c 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ _Caution: Opening files that are too large seriously degrades application perfor **WARNING:** This application cannot open files larger than ~20 MB on recent smartphones and less for older smartphones. +:star2: A special thanks to [@OmlineEditor](https://github.com/OmlineEditor) for her patience and help :pray:, without her this application would not be at this level :blush:. + ## Instructions Download the software : diff --git a/app/build.gradle b/app/build.gradle index 932a32a1..da80f197 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "fr.ralala.hexviewer" minSdkVersion 23 targetSdkVersion 30 - versionCode 26 - versionName "1.24" + versionCode 27 + versionName "1.25" } compileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/27.txt b/fastlane/metadata/android/en-US/changelogs/27.txt new file mode 100644 index 00000000..b7c7827d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/27.txt @@ -0,0 +1,23 @@ +* In the recent files view it is now possible to see the start and end size in hexadecimal (only for partially opened files). +* Fix regression with opening files of ~320kb or more. +* Fix a bug when deleting rows in the edit mode. +* Fix a bug where the text in the line edit did not take into account the new font size when loading the activity. +* Fix a bug where the title of the result field in the line edit did not follow the width of the line number. +* Fix a regression when opening some files from the system file manager. +* Fix a bug where opening a partial file followed by opening from recent files would redisplay the partial opening window. +* Now, if a partial opening is requested but the whole file is opened, it will be considered as a normal opening (can be disabled in the settings). +* Fix a bug when the file was partially opened but the file size was modified by an external program and became smaller than the maximum size saved in the application. +* When editing a line in a partially opened file, information about the number of bytes entered is now available. +* Removal of the concept of abbreviation in the parameters and modification of the management of the title bar. +* Fix the text in the progress window during recording that was set to "Loading" instead of "Saving". +* Fix a bug where the keyboard remained displayed while opening a file. + +Please note that new text additions are mostly translated via DeepL (German+Spanish). + +Translations: +* Chinese: @sr093906 +* English: @Keidan +* French: @Keidan +* German: @iNtEgraIR2021 +* Russian: @OmlineEditor +* Spanish: @sguinetti