diff --git a/app/build.gradle b/app/build.gradle
index 300f192f..405f8ae2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -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"
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 4627dada..55a9062f 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -246,7 +246,7 @@
Enable Drafts Deletion
Delete comment draft when comment is posted
General
- Home screen, drafts, crash reports
+ Home screen, crash reports, custom tabs
Default Link Handler
Choose what screen should be loaded if the app cannot handle external links. It will redirect you automatically.
Select Default Link Handler Screen
@@ -265,11 +265,11 @@
Restore
The backup was successfully created
An error occurred while creating a data backup
- This action will backup your accounts, settings, drafts, notes, and data related to repositories.\n\nClick the Backup button to download the backup file.
- 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.
+ This action will backup your accounts, settings, notes, and data related to repositories.\n\nClick the Backup button to download the backup file.
+ 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.
An error occurred while restoring from the backup file.
Restore from Backup
- 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.
+ 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.
No more data available
diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml
index 19b57570..36279af1 100644
--- a/app/src/main/res/xml/changelog.xml
+++ b/app/src/main/res/xml/changelog.xml
@@ -1,8 +1,15 @@
-
- Under development
+
+ New: Update user avatar
+ New: New popup screen to add email
+ New: Insert note to issue/pr/release description
+ New: New reply/comment UI
+ Improvement: Hide app contents when biometric is enabled
+ Bugfix: Fix back button closing the app
+ Bugfix: Fix profile fields data
+ Bugfix: Fix text color highlighting
diff --git a/fastlane/metadata/android/en-US/changelogs/550.txt b/fastlane/metadata/android/en-US/changelogs/550.txt
new file mode 100644
index 00000000..ab9df38b
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/550.txt
@@ -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
\ No newline at end of file