M M Arif 2019-06-04 08:24:21 +00:00
parent 4646b0b210
commit 6c17287fe7
1 changed files with 3 additions and 3 deletions

6
FAQ.md

@ -3,19 +3,19 @@
**A-** Yes, it's free and open source.
**Q- How can I install it?**
**A-** Download the APK from the [releases](https://gitlab.com/mmarif4u/gitnex/releases) page and run it in your preferred Android device OR install directly from [F-droid](https://f-droid.org/en/packages/org.mian.gitnex/). It is also available in the [Google Play store](https://play.google.com/store/apps/details?id=org.mian.gitnex).
**A-** Download the APK from the [releases](https://gitea.com/mmarif/GitNex/releases) page and run it in your preferred Android device OR install directly from [F-droid](https://f-droid.org/en/packages/org.mian.gitnex/). It is also available in the [Google Play store](https://play.google.com/store/apps/details?id=org.mian.gitnex).
**Q- What are the requirements?**
**A-** So far not much except you should have Android LOLLIPOP(Android 5.0) OS at a minimum. Below this version may not work.
**Q- What Gitea version I need?**
**A-** 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.
**A-** 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://gitea.com/mmarif/GitNex/wiki/Compatibility) which lists all the supported versions with compatibility ratio.
**Q- Will it work with other applications similar to Gitea like Gogs?**
**A-** It's not tested and may not work because of the difference in API endpoints. But if the APIs are the same it would definitely work.
**Q- I want to help translate it to my language**
**A-** That's great to hear. 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. Check the [contributing guide](https://gitlab.com/mmarif4u/gitnex/blob/master/CONTRIBUTING.md).
**A-** That's great to hear. 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 Merge Request with your changes. Check the [contributing guide](https://gitea.com/mmarif/GitNex/src/branch/master/CONTRIBUTING.md).
**Q- How can I help?**
**A-** You can help in many ways, for example, using the app and reporting issues you encounter. Contributing via code and translations. If that are not your things you can help via [donations](https://gitnex.com/donate/) to get the development going and help in infrastructure costs.