Prepare release (#599)

update  feature list in readme

Merge branch 'master' into 480-update-screenshots

update desc for f-droid

update screenshots, add changelogs

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/599
Reviewed-by: 6543 <6543@noreply.codeberg.org>
This commit is contained in:
M M Arif 2020-07-23 19:35:46 +02:00
parent a29011c6a2
commit 0928e936d7
13 changed files with 55 additions and 22 deletions

View File

@ -24,12 +24,15 @@ 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
- Repositories / issues/ org list
- File and directory browser
- File viewer
- Create files
- Explore repositories
- Issues list
- Pull requests
- Merge pull request
- Files diff for PRs
- Notifications
- Drafts
- [MANY MORE](https://codeberg.org/gitnex/GitNex/wiki/Features)
## Contributing

View File

@ -6,8 +6,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 21
targetSdkVersion 29
versionCode 297
versionName "3.0.0-rc3"
versionCode 300
versionName "3.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {
@ -38,7 +38,7 @@ configurations {
dependencies {
def lifecycle_version = "2.3.0-alpha05"
def markwon_version = "4.4.0"
def work_version = "2.3.4"
def work_version = "2.4.0"
def acra = "5.5.0"
implementation fileTree(include: ['*.jar'], dir: 'libs')

View File

@ -1,8 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="3.0.0-rc3" versioncode="297">
<change>Under development</change>
<release version="3.0.0" versioncode="300">
<change>New: Notifications</change>
<change>New: Delete comments</change>
<change>New: New file downloader (no permission required)</change>
<change>New: Drafts for comments</change>
<change>New: New icons set</change>
<change>New: Switch branches in File Browser</change>
<change>New: Close/open filter Milestones</change>
<change>New: New settings screen</change>
<change>New: New diff view for PR files</change>
<change>New: Cite code in PR diff and comment on it by long press</change>
<change>New: Clear cache, configure cache size (settings)</change>
<change>New: Delete branch after merge</change>
<change>New: Redesigned milestones screen</change>
<change>New: Redesigned releases screen</change>
<change>New: Quote and reply on issue comment or copy it to clipboard</change>
<change>New: Delete draft when comment is posted (enable/disable in settings)</change>
<change>New: Change tabs of issues to filters(closed/open)</change>
<change>New: Add/remove member from a team</change>
</release>
</changelog>

View File

@ -0,0 +1,15 @@
- New: Notifications
- New: Delete comments
- New: New file downloader (no permission required)
- New: Drafts for comments
- New: New icons set
- New: Switch branches in File Browser
- New: Close/open filter Milestones
- New: New settings screen
- New: New diff view for PR files
- New: Cite code in PR diff and comment on it by long press
- New: Clear cache, configure cache size (settings)
- New: Delete branch after merge
Many more...
https://codeberg.org/gitnex/GitNex/releases

View File

@ -10,22 +10,17 @@ GitNex is a free, open-source Android client for Git repository management tool
- Offline mode(cache)
- Explore repositories
- Diff view of PR files for public repositories
- My repositories
- Repositories list
- Organizations list
- Create new repository
- Create new organization
- Search/filter repositories and organizations
- Create new repository / organization
- Search/filter repositories / organizations / issues etc
- Profile view
- Repository stars, watchers, issues count
- Issues list
- Issue comments
- Comment on issues
- Search issues in issues list
- Create new issue with multiple assignee, labels and add milestone, due date to it
- Create label
- Create labels
- Edit / delete labels
- Repository information
- Milestones list
- Create new milestone
- Branches list
@ -33,14 +28,17 @@ GitNex is a free, open-source Android client for Git repository management tool
- Collaborators view for repository
- Markdown support
- Emoji support
- Settings : Pretty and Normal time format, language change
, issue badge
- Extensive Settings
- Option to access local non-https installs
- Basic HTTP authentication support. Use USERNAME@YOUR-DOMAIN.COM in URL field
- 2FA OTP support. Check the Troubleshoot wiki page for usage
- Create a new user - Admin privilege required
- Closed issues list
- Edit issues
- 2FA OTP support
- Notifications
- Drafts
- Switch branches in File browser
- Repository commits
- Self signed cert support
- Theme auto switcher
- Delete comments
- Configure app cache from settings
More features - https://codeberg.org/gitnex/GitNex/wiki/Features

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 73 KiB