Merge branch '171-screens' of gitnex/GitNex into master
19
README.md
|
@ -19,7 +19,7 @@ No trackers are used and source code is available here for anyone to audit.
|
|||
[<img alt='Download APK' src='https://gitnex.com/img/download-apk.png' height="80"/>](https://gitea.com/gitnex/GitNex/releases)
|
||||
|
||||
## Note about Gitea version
|
||||
Please make sure that you are on Gitea **1.9.x** stable release or later. Below this may not work as one would expect because of the newly added objects to the API at later versions. Please consider updating your Gitea server.
|
||||
Please make sure that you are on Gitea **1.10.x** stable release or later. Below this may not work as one would expect because of the newly added objects to the API at later versions. Please consider updating your Gitea server.
|
||||
|
||||
Check the versions [compatibility page](https://gitea.com/gitnex/GitNex/wiki/Compatibility) which lists all the supported versions with compatibility ratio.
|
||||
|
||||
|
@ -29,12 +29,12 @@ 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
|
||||
- My Repositories
|
||||
- Repositories list
|
||||
- Organizations list
|
||||
- Create repository
|
||||
- Create organization
|
||||
- File and directory browser
|
||||
- Create files
|
||||
- Explore repositories
|
||||
- Issues list
|
||||
- Pull requests
|
||||
- Merge pull request
|
||||
- [MANY MORE](https://gitea.com/gitnex/GitNex/wiki/Features)
|
||||
|
||||
## Contributing
|
||||
|
@ -83,6 +83,11 @@ Open source libraries
|
|||
- Abumoallim/android-multi-select-dialog
|
||||
- Pes/materialcolorpicker
|
||||
- Hendraanggrian/socialview
|
||||
- Fython/BreadcrumbsView
|
||||
- HamidrezaAmz/BreadcrumbsView
|
||||
- Chrisbanes/PhotoView
|
||||
- Pddstudio/highlightjs-android
|
||||
- Apache/commons-io
|
||||
- Caverock/androidsvg
|
||||
- Droidsonroids.gif/android-gif-drawable
|
||||
|
||||
[Follow me on Fediverse - mastodon.social/@mmarif](https://mastodon.social/@mmarif)
|
||||
|
|
|
@ -7,7 +7,7 @@ android {
|
|||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 80
|
||||
versionName "2.3.0-dev"
|
||||
versionName "2.3.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -28,7 +28,7 @@ dependencies {
|
|||
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation "androidx.appcompat:appcompat:1.1.0"
|
||||
implementation "com.google.android.material:material:1.2.0-alpha01"
|
||||
implementation "com.google.android.material:material:1.2.0-alpha02"
|
||||
implementation "androidx.constraintlayout:constraintlayout:1.1.3"
|
||||
implementation "androidx.legacy:legacy-support-v4:1.0.0"
|
||||
testImplementation "junit:junit:4.12"
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
2.3.0
|
||||
New: Login via token
|
||||
New: Images support in file viewer
|
||||
New: Source code highlight in file viewer
|
||||
New: Offline mode(cache)
|
||||
New: Pull Requests list(open)
|
||||
New: Merge pull request
|
||||
New: Diff view of PR files for public repositories
|
||||
New: Turkish, Ukrainian and Portuguese/Brazilian language support
|
||||
Improvement: Check Gitea for unsupported version at login
|
||||
Improvement: Refreshed color scheme
|
||||
Improvement: Refactor credits and sponsors screens
|
||||
Bugfix: Multiple token creation from upstream API (logout and login is required)
|
||||
|
||||
For more, check the release notes.
|
||||
https://gitea.com/gitnex/GitNex/releases
|
|
@ -2,10 +2,14 @@ GitNex is a free, open-source Android client for Git repository management tool
|
|||
|
||||
# Features
|
||||
|
||||
- File/Directory browser
|
||||
- File and directory browser
|
||||
- File viewer
|
||||
- Create files
|
||||
- Login via Token
|
||||
- Merge pull request
|
||||
- Offline mode(cache)
|
||||
- Explore repositories
|
||||
- Diff view of PR files for public repositories
|
||||
- My repositories
|
||||
- Repositories list
|
||||
- Organizations list
|
||||
|
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 57 KiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 47 KiB |