mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-26 16:04:07 +08:00
Merge branch 'update-repo' of mmarif/GitNex into master
This commit is contained in:
commit
ea7ca64adc
@ -1,2 +1,2 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
[Check out the release notes](https://gitlab.com/mmarif4u/gitnex/releases)
|
[Check out the release notes](https://gitea.com/mmarif/GitNex/releases)
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
Please take a few minutes to read this document to make the process of contribution more easy and healthy for all involved.
|
Please take a few minutes to read this document to make the process of contribution more easy and healthy for all involved.
|
||||||
|
|
||||||
## Merge Requests
|
## Pull Requests
|
||||||
Patches, enhancements, features are always welcome. The MR should focus on the scope of work and avoid many unnecessary commits. Please provide as much detail and context as possible to explain the work submitted.
|
Patches, enhancements, features are always welcome. The MR should focus on the scope of work and avoid many unnecessary commits. Please provide as much detail and context as possible to explain the work submitted.
|
||||||
|
|
||||||
Please ask if you are not sure about the scope of work to be submitted to avoid waste of time spent on the work.
|
Please ask if you are not sure about the scope of work to be submitted to avoid waste of time spent on the work.
|
||||||
|
|
||||||
**How to submit MR**
|
**How to submit MR/PR**
|
||||||
Fork this repository. Pull the forked repository from your namespace to your local machine. Create new branch and work on the bug/feature/enhancement you would like to submit. Push it to your forked version. From there create Merge Request(MR) against **master** branch.
|
Fork this repository. Pull the forked repository from your namespace to your local machine. Create new branch and work on the bug/feature/enhancement you would like to submit. Push it to your forked version. From there create Pull Request(PR) against **master** branch.
|
||||||
|
|
||||||
**IMPORTANT:** By submitting MR, you agree to allow GitNex to license your work under the same license as that used by GitNex.
|
**IMPORTANT:** By submitting MR, you agree to allow GitNex to license your work under the same license as that used by GitNex.
|
||||||
|
|
||||||
@ -24,8 +24,6 @@ In case you want to submit a bug report, please provide as much details as possi
|
|||||||
## Translation
|
## Translation
|
||||||
Help us translate GitNex to your native language.
|
Help us translate GitNex to your native language.
|
||||||
|
|
||||||
Take a look [here](https://gitlab.com/mmarif4u/gitnex/blob/master/app/src/main/res/values/strings.xml) for strings, please ignore the lines with `translatable="false"`. It is recommended to create a Merge Request with your changes.
|
Take a look [here](https://gitea.com/mmarif/GitNex/src/branch/master/app/src/main/res/values/strings.xml) for strings, please ignore the lines with `translatable="false"`. It is recommended to create a Pull Request with your changes.
|
||||||
|
|
||||||
Check the structure of other languages for example [French](https://gitlab.com/mmarif4u/gitnex/blob/master/app/src/main/res/values-fr/strings.xml).
|
Check the structure of other languages for example [French](https://gitea.com/mmarif/GitNex/src/branch/master/app/src/main/res/values-fr/strings.xml).
|
||||||
|
|
||||||
**Note:** Crowdin support will be added soon.
|
|
18
README.md
18
README.md
@ -10,12 +10,12 @@ GitNex is licensed under GPLv3 License. See the LICENSE file for the full licens
|
|||||||
No trackers are used and source code is available here for anyone to audit.
|
No trackers are used and source code is available here for anyone to audit.
|
||||||
|
|
||||||
## Downloads
|
## Downloads
|
||||||
[<img alt='Get it on F-droid' src='https://gitlab.com/fdroid/artwork/raw/master/badge/get-it-on.png' height="80"/>](https://f-droid.org/en/packages/org.mian.gitnex/) [<img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' height="80"/>](https://play.google.com/store/apps/details?id=org.mian.gitnex) [Download APK](https://gitlab.com/mmarif4u/gitnex/releases)
|
[<img alt='Get it on F-droid' src='https://gitlab.com/fdroid/artwork/raw/master/badge/get-it-on.png' height="80"/>](https://f-droid.org/en/packages/org.mian.gitnex/) [<img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' height="80"/>](https://play.google.com/store/apps/details?id=org.mian.gitnex) [Download APK](hhttps://gitea.com/mmarif/GitNex/releases)
|
||||||
|
|
||||||
## Note about Gitea version
|
## Note about Gitea version
|
||||||
Please make sure that you are on Gitea **1.7.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.7.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://gitlab.com/mmarif4u/gitnex/wikis/Compatibility) which lists all the supported versions with compatibility ratio.
|
Check the versions [compatibility page](https://gitea.com/mmarif/GitNex/wiki/Compatibility) which lists all the supported versions with compatibility ratio.
|
||||||
|
|
||||||
## Build from source
|
## Build from source
|
||||||
Option 1 - Download the source code, open it in Android Studio and build it there.
|
Option 1 - Download the source code, open it in Android Studio and build it there.
|
||||||
@ -29,27 +29,25 @@ Option 2 - Open terminal(Linux) and cd to the project dir. Run `./gradlew build`
|
|||||||
- Create repository
|
- Create repository
|
||||||
- Create organization
|
- Create organization
|
||||||
- Issues list
|
- Issues list
|
||||||
- [MANY MORE](https://gitlab.com/mmarif4u/gitnex/wikis/Features)
|
- [MANY MORE](https://gitea.com/mmarif/GitNex/wiki/Features)
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
[CONTRIBUTING](https://gitlab.com/mmarif4u/gitnex/blob/master/CONTRIBUTING.md)
|
[CONTRIBUTING](https://gitea.com/mmarif/GitNex/src/branch/master/CONTRIBUTING.md)
|
||||||
|
|
||||||
## Screenshots:
|
## Screenshots:
|
||||||
[Screenshots](https://gitlab.com/mmarif4u/gitnex/wikis/Screenshots)
|
[Screenshots](https://gitea.com/mmarif/GitNex/src/branch/master/fastlane/metadata/android/en-US/images/phoneScreenshots)
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
[Faq](https://gitlab.com/mmarif4u/gitnex/wikis/FAQ)
|
[Faq](https://gitea.com/mmarif/GitNex/wiki/FAQ)
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
[Website](https://gitnex.com)
|
[Website](https://gitnex.com)
|
||||||
|
|
||||||
[Wiki](https://gitlab.com/mmarif4u/gitnex/wikis/home)
|
[Wiki](https://gitea.com/mmarif/GitNex/wiki/Home)
|
||||||
|
|
||||||
[Website Repository](https://gitlab.com/mmarif4u/gitnex-website)
|
[Website Repository](https://gitlab.com/mmarif4u/gitnex-website)
|
||||||
|
|
||||||
[Troubleshoot Guide](https://gitlab.com/mmarif4u/gitnex/wikis/Troubleshoot-Guide)
|
[Troubleshoot Guide](https://gitea.com/mmarif/GitNex/wiki/Troubleshoot-Guide)
|
||||||
|
|
||||||
[How to](https://gitlab.com/mmarif4u/gitnex/wikis/home#how-to)
|
|
||||||
|
|
||||||
## Thanks
|
## Thanks
|
||||||
Thanks to all the open source libraries, contributors and donators.
|
Thanks to all the open source libraries, contributors and donators.
|
||||||
|
Loading…
Reference in New Issue
Block a user