diff --git a/README.md b/README.md index 1c69f16f..2950f4ae 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 38fa983f..8d2d6f90 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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') diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 1a4f41d6..1fbb9cf3 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,8 +1,25 @@ - - Under development + + 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 + New: Redesigned milestones screen + New: Redesigned releases screen + New: Quote and reply on issue comment or copy it to clipboard + New: Delete draft when comment is posted (enable/disable in settings) + New: Change tabs of issues to filters(closed/open) + New: Add/remove member from a team diff --git a/fastlane/metadata/android/en-US/changelogs/300.txt b/fastlane/metadata/android/en-US/changelogs/300.txt new file mode 100644 index 00000000..dd2eebea --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/300.txt @@ -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 \ 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 3991d9ae..2f2c2eb9 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -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 diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/001.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/001.png index 2beffe7c..2d1261fa 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 a1dd34c1..81d31dac 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 1718e708..e31ebb83 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 d1c411a8..6e7017ac 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 9794eeb7..7ffbdc75 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 e209948e..9262f530 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 508c1981..f73aab03 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 ef1304f3..41801397 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