1
0
Fork
You've already forked GitNex
0
forked from gitnex/GitNex
Android client for Forgejo(https://codeberg.org), Gitea(https://gitea.com) [OR your custom hosted server]
  • Java 100%
2026年05月19日 19:26:46 +02:00
.gitea UI improvements and fixes post 13.0 rc3 ( #1601 ) 2026年05月11日 09:41:06 +02:00
.idea/codeStyles Use Gradle-native formatter ( #1208 ) 2022年09月21日 07:43:00 +02:00
.woodpecker UI revamp and refactors ( #1593 ) 2026年04月20日 11:50:21 +02:00
app Update libs ( #1609 ) 2026年05月19日 19:26:46 +02:00
assets Frontport and updates ( #1429 ) 2025年04月01日 16:36:28 +00:00
fastlane/metadata/android/en-US Prepare 13.0.0 release ( #1607 ) 2026年05月15日 16:49:13 +02:00
gradle Update libs ( #1609 ) 2026年05月19日 19:26:46 +02:00
scripts Fix CI ( #1135 ) 2022年05月15日 19:37:34 +02:00
.editorconfig Format files ( #1179 ) 2022年08月15日 16:26:02 +02:00
.gitattributes Support pdf files in file viewer ( #259 ) 2020年01月30日 18:00:31 +00:00
.gitignore UI-refactors-and-enhancements ( #1582 ) 2026年04月11日 14:37:02 +02:00
APP_STRUCTURE.md Add topics ( #1544 ) 2025年11月09日 16:10:05 +01:00
CHANGELOG.md Format files ( #1179 ) 2022年08月15日 16:26:02 +02:00
crowdin.example.yml Move settings data to db and other improvements ( #1332 ) 2024年03月18日 05:12:24 +00:00
gradle.properties Fixes, updates, refactors and improvements ( #1581 ) 2026年03月14日 17:06:42 +01:00
gradlew Moving ApiInterface, WebInterface and models to different repository. ( #824 ) 2021年02月11日 11:23:35 +01:00
gradlew.bat Moving ApiInterface, WebInterface and models to different repository. ( #824 ) 2021年02月11日 11:23:35 +01:00
LICENSE Fix license ( #584 ) 2020年07月09日 17:42:13 +02:00
README.md UI improvements and fixes post 13.0 rc3 ( #1601 ) 2026年05月11日 09:41:06 +02:00
settings.gradle UI-refactors-and-enhancements ( #1582 ) 2026年04月11日 14:37:02 +02:00

License: GPL v3 Pipeline status Release Crowdin Join the Discord chat at https://discord.gg/FbSS4rf

Become a Patreon

GitNex - Android Client for Forgejo and Gitea

GitNex is a FOSS Android client (available both as gratis & paid) for the Git repository management tools Forgejo and Gitea.

Licensed under the GPLv3 License. Please refer to the LICENSE file for the full text of the license. No trackers are used, and the source code is available here for anyone to audit.

Downloads

Get it on F-Droid Get it on Google Play Download builds and releases Get it on IzzyOnDroid

Note About Forgejo and Gitea Version

For the best experience, please ensure that you are using the latest stable release or later of your Forgejo or Gitea instance.

Build from Source

Option 1: Download the source code, open it in Android Studio, and build it there.

Option 2: Open the terminal (Linux) and navigate to the project directory. Then, run: ./gradlew assembleFree

Features

  • Multiple accounts support
  • File and directory browser
  • File viewer
  • Create files
  • Explore repositories / issues / organizations / users
  • Pull requests
  • Files diff for PRs
  • Notifications
  • Notes
  • Repositories / issues list
  • And much more...

Contributing

We welcome contributions! For information regarding contribution guidelines, please click here.

Translation

We use Crowdin for translations. If you can, please help improve the translation for your language. If your language is not listed, please request to add it to the project here.

Translation Portal: https://crowdin.com/project/GitNex

Screenshots

001.png 002.png 003.png 004.png
005.png 006.png 007.png 008.png

Add a Custom URL Scheme

Starting with version 11.0.0, GitNex supports a custom URL scheme. This feature allows you to seamlessly open links directly in GitNex for issues, pull requests, commits, profiles, and repositories by using third-party apps like URL Check.

How to Configure URL Check

  1. Install the URL Check app from F-Droid or the Google Play Store.
  2. Open the app and tap on Module.
  3. Select Pattern Checker and then tap on Json edit.
  4. Copy and paste the following JSON configuration into the editor. You can customize the regex parameter to add your own instances.
  5. Save your changes.

JSON Configuration:

"GitNex": {
 "regex": "^https?://(?:[a-z0-9-]+\\.)*?(codeberg\\.org|gitea\\.com|.*\\.gitea\\.io)(/.*)",
 "replacement": "gitnex://1ドル2ドル"
}

HTTP Basic Auth

GitNex from version 12.0.0 supports HTTP Basic Authentication for servers behind reverse proxies (nginx, Apache).
Read the Wiki

Self-signed certificates

GitNex supports self-signed certificates. You can read more here.

Thanks

Thank you to all the open source libraries, contributors, and donors who make GitNex possible.

Libraries

Check out the libraries file for a complete list of libraries used by GitNex.

Icon Sets

Social

Follow on social media:

All trademarks and logos are the properties of their respective owners.