Update FAQ
parent
6f74e7cbdd
commit
e287cdae16
11
FAQ.md
11
FAQ.md
|
@ -4,22 +4,25 @@
|
|||
GitNex is a free/paid, open-source Android client for Git repository management tool Forgejo and Gitea. [More here](https://codeberg.org/gitnex/GitNex#gitnex-android-client-for-gitea)
|
||||
|
||||
### Is GitNex free?
|
||||
Yes, it's free and open source. Though it is also available as paid on [play store](https://play.google.com/store/apps/details?id=org.mian.gitnex.pro) to support the development and infrastructure.
|
||||
Yes, it's free and open source. However, it is also available as a paid version on the [Play Store](https://play.google.com/store/apps/details?id=org.mian.gitnex.pro) to support development and infrastructure.
|
||||
|
||||
### How can I install it?
|
||||
You can install GitNex 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.pro) as paid OR download the APK from the [releases](https://codeberg.org/gitnex/GitNex/releases) page and install it in your preferred Android device.
|
||||
|
||||
### No, I want to try the latest build(APK) from main branch
|
||||
### I want to try the latest build(APK) from main branch.
|
||||
Sure, [Download latest signed build from here](https://codeberg.org/gitnex/GitNex#user-content-downloads).
|
||||
|
||||
### What are the requirements?
|
||||
So far none except you should have Android 6.0 OS at a minimum. Below this version may not work.
|
||||
So far none except you should have Android 6.0 OS at a minimum. Versions below this may not work.
|
||||
|
||||
### What Forgejo or Gitea version I need?
|
||||
Please make sure that you are on latest Forgejo or Gitea(last major two stable releases, e.g 1.9 and 1.10) 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 Forgejo or Gitea server. Check the versions [compatibility page](https://codeberg.org/gitnex/GitNex/wiki/Compatibility) which lists all the supported versions with compatibility ratio.
|
||||
|
||||
### Will it work with other applications similar to Forgejo or Gitea like Gogs?
|
||||
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.
|
||||
It's not tested and may not work due to differences in API endpoints. However, if the APIs are the same, it will definitely work.
|
||||
|
||||
### I have installed the APK from the release page, but installing or updating it from F-Droid or the Play Store is throwing an error.
|
||||
Please uninstall the existing app and then install it from your preferred store or location. This is because GitNex uses different keys for end builds, such as release, release CI tag, Play Store, and F-Droid.
|
||||
|
||||
### I want to help translate it to my language
|
||||
That's great to hear. We use [Crowdin](https://crowdin.com/project/gitnex) for translation.
|
||||
|
|
Loading…
Reference in New Issue