Prepare release 5.5.0 (#1359)

Merge
Co-authored-by: M M Arif <mmarif@swatian.com>
Co-committed-by: M M Arif <mmarif@swatian.com>
This commit is contained in:
M M Arif 2024-05-20 11:52:18 +00:00 committed by M M Arif
parent 0c53b5dee8
commit eac9689557
4 changed files with 31 additions and 10 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 23
targetSdkVersion 34
versionCode 545
versionName "5.5.0-dev"
versionCode 550
versionName "5.5.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
compileSdk 34
@ -57,10 +57,10 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.compose.material3:material3:1.2.1'
implementation 'androidx.compose.material3:material3-window-size-class:1.2.1'
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta02'
implementation 'androidx.viewpager2:viewpager2:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "androidx.legacy:legacy-support-v4:1.0.0"
implementation "androidx.lifecycle:lifecycle-viewmodel:2.7.0"

View File

@ -246,7 +246,7 @@
<string name="settingsEnableCommentsDeletionText">Enable Drafts Deletion</string>
<string name="settingsEnableCommentsDeletionHintText">Delete comment draft when comment is posted</string>
<string name="settingsGeneralHeader">General</string>
<string name="generalHintText">Home screen, drafts, crash reports</string>
<string name="generalHintText">Home screen, crash reports, custom tabs</string>
<string name="generalDeepLinkDefaultScreen">Default Link Handler</string>
<string name="generalDeepLinkDefaultScreenHintText">Choose what screen should be loaded if the app cannot handle external links. It will redirect you automatically.</string>
<string name="linkSelectorDialogTitle">Select Default Link Handler Screen</string>
@ -265,11 +265,11 @@
<string name="restore">Restore</string>
<string name="backupFileSuccess">The backup was successfully created</string>
<string name="backupFileError">An error occurred while creating a data backup</string>
<string name="backupFilePopupText">This action will backup your accounts, settings, drafts, notes, and data related to repositories.\n\nClick the Backup button to download the backup file.</string>
<string name="restoreFilePopupText">You are about to restore from a GitNex-generated backup file. This will restore user accounts, settings, drafts, notes, and data related to repositories.\n\nPlease note this action will overwrite the current database data. Proceed with caution.\n\nClick Restore to start the process.</string>
<string name="backupFilePopupText">This action will backup your accounts, settings, notes, and data related to repositories.\n\nClick the Backup button to download the backup file.</string>
<string name="restoreFilePopupText">You are about to restore from a GitNex-generated backup file. This will restore user accounts, settings, notes, and data related to repositories.\n\nPlease note this action will overwrite the current database data. Proceed with caution.\n\nClick Restore to start the process.</string>
<string name="restoreError">An error occurred while restoring from the backup file.</string>
<string name="restoreFromBackup">Restore from Backup</string>
<string name="restoreFromBackupPopupText">You are about to restore from a GitNex-generated backup file. This will restore user accounts, settings, drafts, notes, and data related to repositories.\n\nClick Restore to start the process.</string>
<string name="restoreFromBackupPopupText">You are about to restore from a GitNex-generated backup file. This will restore user accounts, settings, notes, and data related to repositories.\n\nClick Restore to start the process.</string>
<!-- settings -->
<string name="noMoreData">No more data available</string>

View File

@ -1,8 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="5.5.0-dev" versioncode="545">
<change>Under development</change>
<release version="5.5.0" versioncode="550">
<change>New: Update user avatar</change>
<change>New: New popup screen to add email</change>
<change>New: Insert note to issue/pr/release description</change>
<change>New: New reply/comment UI</change>
<change>Improvement: Hide app contents when biometric is enabled</change>
<change>Bugfix: Fix back button closing the app</change>
<change>Bugfix: Fix profile fields data</change>
<change>Bugfix: Fix text color highlighting</change>
</release>
</changelog>

View File

@ -0,0 +1,14 @@
5.5.0
🎉 Features 🎉
- Update user avatar
- New popup screen to add email
- Insert note to issue/pr/release description
- New reply/comment UI
🚀 Improvements 🚀
- Hide app contents when biometric is enabled
Release Notes: https://codeberg.org/gitnex/GitNex/releases
Release Posts: https://najigram.com/category/gitnex