Release 3.2.0 (#717)

Prepare release 3.2.0

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/717
This commit is contained in:
M M Arif 2020-09-30 21:08:48 +02:00
parent 00cfcbc9cf
commit 996983d7a3
12 changed files with 29 additions and 6 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 21
targetSdkVersion 30
versionCode 317
versionName "3.2.0-rc1"
versionCode 320
versionName "3.2.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -191,8 +191,6 @@ public class ExploreRepositoriesFragment extends Fragment {
limit = response.body().getSearchedData().size();
Log.e("exploreRepos", String.valueOf(limit));
if(!append) {
dataList.clear();

View File

@ -1,8 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="3.2.0-rc1" versioncode="317">
<change>3.2.0 RC1 release brings create pr, repository settings for admins and many more new features</change>
<release version="3.2.0" versioncode="320">
<change>New: Create pull request</change>
<change>New: Edit repository properties (Admins only)</change>
<change>New: Delete repository (Admins only)</change>
<change>New: Transfer repository ownership (Admins only)</change>
<change>New: Notification badge in navigation menu</change>
<change>New: Search issues across all repositories</change>
<change>New: Show issues/pr states in single view mode</change>
<change>New: Explore repositories filter</change>
<change>New: Android 11 support</change>
<change>New: Commits under Files branches</change>
<change>Bugfix: Fix crash when create issue with labels removed</change>
<change>Bugfix: Fix active account selector</change>
</release>
</changelog>

View File

@ -0,0 +1,14 @@
3.2.0
New: Create pull request
New: Edit repository properties (Admins only)
New: Delete repository (Admins only)
New: Transfer repository ownership (Admins only)
New: Notification badge in navigation menu
New: Search issues across all repositories
New: Show issues/pr states in single view mode
New: Explore repositories filters
New: Android 11 support
New: Commits under Files branches
Release Notes: https://codeberg.org/gitnex/GitNex/releases

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

After

Width:  |  Height:  |  Size: 113 KiB