diff --git a/README.md b/README.md index 2950f4ae..df1d9b37 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ 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 +- Multiple accounts support - Repositories / issues/ org list - File and directory browser - File viewer @@ -86,9 +87,9 @@ Thanks to all the open source libraries, contributors and donators. - Apache/commons-io - Caverock/androidsvg - Droidsonroids.gif/android-gif-drawable -- Barteksc/AndroidPdfViewer -- Ge0rg/MemorizingTrustManager -- Dimezis/BlurView -- mikaelhg/urlbuilder +- Barteksc/androidPdfViewer +- Ge0rg/memorizingTrustManager +- Dimezis/blurView +- Mikaelhg/urlbuilder [Follow me on Fediverse - mastodon.social/@mmarif](https://mastodon.social/@mmarif) diff --git a/app/build.gradle b/app/build.gradle index 09a30b92..a222556d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.mian.gitnex" minSdkVersion 21 targetSdkVersion 29 - versionCode 308 - versionName "3.1.0-rc2" + versionCode 310 + versionName "3.1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildFeatures { diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index b877a8ef..d2edbc3e 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,8 +1,16 @@ - - Under development + + Multiple accounts support + New Retro theme + Delete OR Edit a file + Repository forks + Markdown support in file viewer + New Progress indicators + Create drafts per edit and improve it's UI + Enhance App UI across all screens + Copy repo / org / issue comment url to clipboard diff --git a/fastlane/metadata/android/en-US/changelogs/310.txt b/fastlane/metadata/android/en-US/changelogs/310.txt new file mode 100644 index 00000000..597ed826 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/310.txt @@ -0,0 +1,13 @@ +3.1.0 + +New: Multiple accounts support +New: New Retro theme +New: Delete OR Edit a file +New: Repository forks +New: Markdown support in file viewer +New: New Progress indicators +New: Copy repo / org / issue comment url to clipboard +New: Create drafts per edit and improve it's UI +New: Enhance App UI across all screens + +Release Notes: https://codeberg.org/gitnex/GitNex/releases \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/001.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/001.png index 2d1261fa..85b81b77 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 81d31dac..55c38cb7 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 e31ebb83..50ca3702 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 6e7017ac..7dcacd9b 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 7ffbdc75..4ef4315f 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 9262f530..8072b892 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 f73aab03..214e57a3 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 41801397..9908f84e 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