mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-16 15:48:13 +08:00
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:
parent
0c53b5dee8
commit
eac9689557
@ -8,8 +8,8 @@ android {
|
|||||||
applicationId "org.mian.gitnex"
|
applicationId "org.mian.gitnex"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 545
|
versionCode 550
|
||||||
versionName "5.5.0-dev"
|
versionName "5.5.0"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
compileSdk 34
|
compileSdk 34
|
||||||
@ -57,10 +57,10 @@ dependencies {
|
|||||||
|
|
||||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
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:1.2.1'
|
||||||
implementation 'androidx.compose.material3:material3-window-size-class: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.constraintlayout:constraintlayout:2.1.4'
|
||||||
implementation "androidx.legacy:legacy-support-v4:1.0.0"
|
implementation "androidx.legacy:legacy-support-v4:1.0.0"
|
||||||
implementation "androidx.lifecycle:lifecycle-viewmodel:2.7.0"
|
implementation "androidx.lifecycle:lifecycle-viewmodel:2.7.0"
|
||||||
|
@ -246,7 +246,7 @@
|
|||||||
<string name="settingsEnableCommentsDeletionText">Enable Drafts Deletion</string>
|
<string name="settingsEnableCommentsDeletionText">Enable Drafts Deletion</string>
|
||||||
<string name="settingsEnableCommentsDeletionHintText">Delete comment draft when comment is posted</string>
|
<string name="settingsEnableCommentsDeletionHintText">Delete comment draft when comment is posted</string>
|
||||||
<string name="settingsGeneralHeader">General</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="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="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>
|
<string name="linkSelectorDialogTitle">Select Default Link Handler Screen</string>
|
||||||
@ -265,11 +265,11 @@
|
|||||||
<string name="restore">Restore</string>
|
<string name="restore">Restore</string>
|
||||||
<string name="backupFileSuccess">The backup was successfully created</string>
|
<string name="backupFileSuccess">The backup was successfully created</string>
|
||||||
<string name="backupFileError">An error occurred while creating a data backup</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="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, 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="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="restoreError">An error occurred while restoring from the backup file.</string>
|
||||||
<string name="restoreFromBackup">Restore from Backup</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 -->
|
<!-- settings -->
|
||||||
|
|
||||||
<string name="noMoreData">No more data available</string>
|
<string name="noMoreData">No more data available</string>
|
||||||
|
@ -1,8 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
|
||||||
<release version="5.5.0-dev" versioncode="545">
|
<release version="5.5.0" versioncode="550">
|
||||||
<change>Under development</change>
|
<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>
|
</release>
|
||||||
|
|
||||||
</changelog>
|
</changelog>
|
||||||
|
14
fastlane/metadata/android/en-US/changelogs/550.txt
Normal file
14
fastlane/metadata/android/en-US/changelogs/550.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user