update master #436

Merged
mmarif merged 2 commits from update-master into master 2020-04-22 05:05:49 +00:00
8 changed files with 43 additions and 6 deletions

View File

@ -17,7 +17,7 @@ No trackers are used and source code is available here for anyone to audit.
## Downloads
[<img alt='Get it on F-droid' src='https://gitlab.com/fdroid/artwork/raw/master/badge/get-it-on.png' height="80"/>](https://f-droid.org/en/packages/org.mian.gitnex/)
[<img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' height="80"/>](https://play.google.com/store/apps/details?id=org.mian.gitnex)
[<img alt='Download APK' src='https://gitnex.com/img/download-apk.png' height="80"/>](https://gitnex.com/download/)
[<img alt='Download APK' src='https://gitnex.com/img/download-apk.png' height="80"/>](https://cloud.swatian.com/s/QoDFzMxmnf2FfYw)
Download latest build from master: [https://cloud.swatian.com/s/Cq592xGEfnsGAAW](https://cloud.swatian.com/s/Cq592xGEfnsGAAW)

View File

@ -6,8 +6,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 21
targetSdkVersion 29
versionCode 104
versionName "2.5.0-rc4"
versionCode 295
versionName "3.0.0-dev"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {

View File

@ -1,9 +1,46 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="2.5.0-rc4" versioncode="104">
<change>Release notes will be published with the stable release.</change>
<change>In the mean time check the milestone 2.5.0 for pull requests and issues that are merged/closed.</change>
<release version="3.0.0-dev" versioncode="295">
<change>Under development</change>
</release>
<release version="2.5.0" versioncode="250">
<change>New: Share issues, repositories, comments</change>
<change>New: Changelog popup</change>
<change>New: Show size of files in Files tab</change>
<change>New: Repository commits</change>
<change>New: Self signed certificates support</change>
<change>New: Counter badges for PR and Releases</change>
<change>New: Subscribe/unsubscribe to issue</change>
<change>New: Redesign repo info screen</change>
<change>New: Close / Reopen milestone</change>
<change>New: Theme auto switcher (choose from settings)</change>
<change>New: Merge open and closed issues under one tab</change>
<change>New: Integrate crash reporting</change>
<change>Improvement: Better detection of internet connection on login screen</change>
<change>Improvement: Token login is now prioritized (login via token is recommended)</change>
<change>Improvement: Focus on input and trigger keyboard</change>
<change>Improvement: Create repo from organization</change>
<change>Improvement: Show useful message for reserved keywords</change>
<change>Improvement: Placeholder for images</change>
<change>Improvement: Bottomsheets instead of popup menus</change>
<change>Improvement: Caching images for offline mode</change>
<change>Improvement: FAB button to comment on issue</change>
<change>Improvement: Snackbar (login screen)</change>
<change>Improvement: Refactor Issues tabs</change>
Review

Did you already mention #362 ?

Did you already mention #362 ?
Review

check line 16

<change>New: Redesign repo info screen</change>

check line 16 `<change>New: Redesign repo info screen</change>`
Review

Oh, okay. I missed that one.

Oh, okay. I missed that one.
<change>Improvement: Multiple merge options like web UI</change>
<change>Improvement: Manrope as default font</change>
<change>Improvement: Remember login type</change>
<change>Improvement: Improve labels</change>
<change>Improvement: Hide collaborators tab for non admins</change>
<change>Bugfix: Use correct protocol when open repo in browser</change>
<change>Bugfix: Can't choose token selector when internet is Off</change>
<change>Bugfix: Empty repositories screen on new logins</change>
<change>Bugfix: Issues search bug</change>
<change>Bugfix: Crash on version API when REQUIRE_SIGNIN_VIEW is set to true</change>
<change>Bugfix: Milestone desc and due date disappreance bug</change>
<change>Bugfix: Date/time in issue comments bug</change>
</release>
</changelog>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 KiB

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 67 KiB