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
@ -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`.
|
Option 2 - Open terminal(Linux) and cd to the project dir. Run `./gradlew build`.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
- Multiple accounts support
|
||||||
- Repositories / issues/ org list
|
- Repositories / issues/ org list
|
||||||
- File and directory browser
|
- File and directory browser
|
||||||
- File viewer
|
- File viewer
|
||||||
@ -86,9 +87,9 @@ Thanks to all the open source libraries, contributors and donators.
|
|||||||
- Apache/commons-io
|
- Apache/commons-io
|
||||||
- Caverock/androidsvg
|
- Caverock/androidsvg
|
||||||
- Droidsonroids.gif/android-gif-drawable
|
- Droidsonroids.gif/android-gif-drawable
|
||||||
- Barteksc/AndroidPdfViewer
|
- Barteksc/androidPdfViewer
|
||||||
- Ge0rg/MemorizingTrustManager
|
- Ge0rg/memorizingTrustManager
|
||||||
- Dimezis/BlurView
|
- Dimezis/blurView
|
||||||
- mikaelhg/urlbuilder
|
- Mikaelhg/urlbuilder
|
||||||
|
|
||||||
[Follow me on Fediverse - mastodon.social/@mmarif](https://mastodon.social/@mmarif)
|
[Follow me on Fediverse - mastodon.social/@mmarif](https://mastodon.social/@mmarif)
|
||||||
|
@ -6,8 +6,8 @@ android {
|
|||||||
applicationId "org.mian.gitnex"
|
applicationId "org.mian.gitnex"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 308
|
versionCode 310
|
||||||
versionName "3.1.0-rc2"
|
versionName "3.1.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
|
@ -1,8 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
|
||||||
<release version="3.1.0-rc2" versioncode="308">
|
<release version="3.1.0" versioncode="310">
|
||||||
<change>Under development</change>
|
<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>
|
</release>
|
||||||
|
|
||||||
</changelog>
|
</changelog>
|
||||||
|
13
fastlane/metadata/android/en-US/changelogs/310.txt
Normal 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
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 144 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 163 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 112 KiB |
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 143 KiB |