Kick start 5.4 development (#1326)
Kick start 5.4 development Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1326 Co-authored-by: M M Arif <mmarif@swatian.com> Co-committed-by: M M Arif <mmarif@swatian.com>
@ -8,8 +8,8 @@ android {
|
||||
applicationId "org.mian.gitnex"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 34
|
||||
versionCode 530
|
||||
versionName "5.3.0"
|
||||
versionCode 535
|
||||
versionName "5.4.0-dev"
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
compileSdk 34
|
||||
@ -58,8 +58,8 @@ dependencies {
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||
implementation 'com.google.android.material:material:1.11.0'
|
||||
implementation 'androidx.compose.material3:material3:1.2.0-beta02'
|
||||
implementation 'androidx.compose.material3:material3-window-size-class:1.2.0-beta02'
|
||||
implementation 'androidx.compose.material3:material3:1.2.0'
|
||||
implementation 'androidx.compose.material3:material3-window-size-class:1.2.0'
|
||||
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta02'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
implementation "androidx.legacy:legacy-support-v4:1.0.0"
|
||||
|
@ -1,16 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
|
||||
<release version="5.3.0" versioncode="530">
|
||||
<change>New: Upload attachments to an issue and pr</change>
|
||||
<change>New: Show/download attachments for issues/pr and comments</change>
|
||||
<change>New: Redesigned most of the app layouts</change>
|
||||
<change>Improvement: Make issue and pr text selectable</change>
|
||||
<change>Improvement: Ask to enable notifications if disabled</change>
|
||||
<change>Improvement: Make info tabs clickable in user profile detail screen</change>
|
||||
<change>Improvement: Improve version check crashes</change>
|
||||
<chnage>Bugfix: Fix notifications</chnage>
|
||||
<chnage>Bugfix: Fix crash on reviews in PR timeline</chnage>
|
||||
<release version="5.4.0-dev" versioncode="535">
|
||||
<change>Under development</change>
|
||||
</release>
|
||||
|
||||
</changelog>
|
||||
|
Before Width: | Height: | Size: 553 KiB After Width: | Height: | Size: 364 KiB |
Before Width: | Height: | Size: 558 KiB After Width: | Height: | Size: 316 KiB |
Before Width: | Height: | Size: 671 KiB After Width: | Height: | Size: 211 KiB |
Before Width: | Height: | Size: 822 KiB After Width: | Height: | Size: 355 KiB |
Before Width: | Height: | Size: 483 KiB After Width: | Height: | Size: 335 KiB |
Before Width: | Height: | Size: 727 KiB After Width: | Height: | Size: 315 KiB |
Before Width: | Height: | Size: 606 KiB After Width: | Height: | Size: 257 KiB |
Before Width: | Height: | Size: 401 KiB After Width: | Height: | Size: 254 KiB |