Release 2.2.2 (#170)
This commit is contained in:
parent
2cba285076
commit
5999b8ed4a
@ -6,8 +6,8 @@ android {
|
|||||||
applicationId "org.mian.gitnex"
|
applicationId "org.mian.gitnex"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 71
|
versionCode 72
|
||||||
versionName "2.2.1"
|
versionName "2.2.2"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
19
fastlane/metadata/android/en-US/changelogs/72.txt
Normal file
19
fastlane/metadata/android/en-US/changelogs/72.txt
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
2.2.2
|
||||||
|
- Bug fix: My repositories when login via email
|
||||||
|
|
||||||
|
2.2.1
|
||||||
|
- Bug fix: Crash on empty repository
|
||||||
|
|
||||||
|
2.2.0
|
||||||
|
- New: Explore repositories
|
||||||
|
- New: Files and directory browser (Require Gitea 1.9)
|
||||||
|
- New: Basic file viewer
|
||||||
|
- New: Filter files/directories
|
||||||
|
- New: Star/unstar a repository
|
||||||
|
- New: Watch/unwatch a repository
|
||||||
|
- Improvement: Added Corwdin for translation
|
||||||
|
- Improvement: Bottomsheet scroll and line dividers
|
||||||
|
- Improvement: New languages support
|
||||||
|
|
||||||
|
For more, check the release notes.
|
||||||
|
https://gitea.com/gitnex/GitNex/releases
|
@ -2,8 +2,9 @@ GitNex is a free, open-source Android client for Git repository management tool
|
|||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
|
- File/Directory browser
|
||||||
|
- File viewer
|
||||||
- Create files
|
- Create files
|
||||||
- File browser
|
|
||||||
- Explore repositories
|
- Explore repositories
|
||||||
- My repositories
|
- My repositories
|
||||||
- Repositories list
|
- Repositories list
|
||||||
@ -28,13 +29,14 @@ GitNex is a free, open-source Android client for Git repository management tool
|
|||||||
- Collaborators view for repository
|
- Collaborators view for repository
|
||||||
- Markdown support
|
- Markdown support
|
||||||
- Emoji support
|
- Emoji support
|
||||||
- Settings : Pretty and Normal time format, language change
, issue badge
|
- Settings : Pretty and Normal time format, language change
|
||||||
|
, issue badge
|
||||||
- Option to access local non-https installs
|
- Option to access local non-https installs
|
||||||
- Basic HTTP authentication support. Use USERNAME@YOUR-DOMAIN.COM in URL field
|
- Basic HTTP authentication support. Use USERNAME@YOUR-DOMAIN.COM in URL field
|
||||||
- 2FA OTP support. Check the Troubleshoot wiki page for usage
|
- 2FA OTP support. Check the Troubleshoot wiki page for usage
|
||||||
- Create a new user - Admin privilege required
|
- Create a new user - Admin privilege required
|
||||||
- Closed issues list
|
- Closed issues list
|
||||||
- Edit issue
s
|
- Edit issues
|
||||||
|
|
||||||
More features - https://gitea.com/gitnex/GitNex/wiki/Features
|
More features - https://gitea.com/gitnex/GitNex/wiki/Features
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user