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:
@ -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"
|
||||
}
|
||||
|
@ -191,8 +191,6 @@ public class ExploreRepositoriesFragment extends Fragment {
|
||||
|
||||
limit = response.body().getSearchedData().size();
|
||||
|
||||
Log.e("exploreRepos", String.valueOf(limit));
|
||||
|
||||
if(!append) {
|
||||
|
||||
dataList.clear();
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user