3.1.0 release (#659)

3.1.0 release

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/659
This commit is contained in:
M M Arif 2020-08-21 18:32:56 +02:00
parent 185bdb863d
commit b60a0e7a92
12 changed files with 30 additions and 8 deletions

View File

@ -24,6 +24,7 @@ Option 1 - Download the source code, open it in Android Studio and build it ther
Option 2 - Open terminal(Linux) and cd to the project dir. Run `./gradlew build`.
## Features
- Multiple accounts support
- Repositories / issues/ org list
- File and directory browser
- File viewer
@ -86,9 +87,9 @@ Thanks to all the open source libraries, contributors and donators.
- Apache/commons-io
- Caverock/androidsvg
- Droidsonroids.gif/android-gif-drawable
- Barteksc/AndroidPdfViewer
- Ge0rg/MemorizingTrustManager
- Dimezis/BlurView
- mikaelhg/urlbuilder
- Barteksc/androidPdfViewer
- Ge0rg/memorizingTrustManager
- Dimezis/blurView
- Mikaelhg/urlbuilder
[Follow me on Fediverse - mastodon.social/@mmarif](https://mastodon.social/@mmarif)

View File

@ -6,8 +6,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 21
targetSdkVersion 29
versionCode 308
versionName "3.1.0-rc2"
versionCode 310
versionName "3.1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {

View File

@ -1,8 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="3.1.0-rc2" versioncode="308">
<change>Under development</change>
<release version="3.1.0" versioncode="310">
<change>Multiple accounts support</change>
<change>New Retro theme</change>
<change>Delete OR Edit a file</change>
<change>Repository forks</change>
<change>Markdown support in file viewer</change>
<change>New Progress indicators</change>
<change>Create drafts per edit and improve it's UI</change>
<change>Enhance App UI across all screens</change>
<change>Copy repo / org / issue comment url to clipboard</change>
</release>
</changelog>

View File

@ -0,0 +1,13 @@
3.1.0
New: Multiple accounts support
New: New Retro theme
New: Delete OR Edit a file
New: Repository forks
New: Markdown support in file viewer
New: New Progress indicators
New: Copy repo / org / issue comment url to clipboard
New: Create drafts per edit and improve it's UI
New: Enhance App UI across all screens
Release Notes: https://codeberg.org/gitnex/GitNex/releases

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 143 KiB