Skip to content

Commit

Permalink
#175: Version 1.26 ; Updating gradle is a problem with f-droid
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed Dec 24, 2021
1 parent 2de6970 commit e6e704d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "fr.ralala.hexviewer"
minSdkVersion 23
targetSdkVersion 30
versionCode 27
versionName "1.25"
versionCode 28
versionName "1.26"
}

compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.3'
classpath 'com.android.tools.build:gradle:4.2.2'


// NOTE: Do not place your application dependencies here; they belong
Expand Down
23 changes: 23 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/28.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit e6e704d

Please sign in to comment.