diff --git a/README.md b/README.md index 87e59de2..bbdbc7f1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ No trackers are used and source code is available here for anyone to audit. [Download APK](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) diff --git a/app/build.gradle b/app/build.gradle index 118beb5a..6548a4e1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" diff --git a/fastlane/metadata/android/en-US/changelogs/80.txt b/fastlane/metadata/android/en-US/changelogs/80.txt new file mode 100644 index 00000000..a22f89b3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/80.txt @@ -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 \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 08958746..5f1e40a0 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -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 diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/001.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/001.png index 79baa3b1..bab753a3 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/001.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/001.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/002.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/002.png index 86657904..9268a0d9 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/002.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/002.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/003.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/003.png index 3b86ad6a..70dc07e4 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/003.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/003.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/004.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/004.png index 648fdce7..62a1a1ec 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/004.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/004.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/005.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/005.png index 57254b9e..24f0edc8 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/005.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/005.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/006.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/006.png index c8f3c45b..9962d8ba 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/006.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/006.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/007.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/007.png index 2df9c5ca..e56b9a43 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/007.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/007.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/008.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/008.png index c3964115..2c379652 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/008.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/008.png differ