GitNex è un client Android gratuito e open-source per lo strumento di gestione dei repository Gitea. Gitea è una soluzione leggera per l'hosting di codice scritto in Go. Non vengono utilizzati tracker e il codice sorgente è disponibile qui per chiunque. https://gitea.it/
Go to file
qwerty287 8cfd4b6a31 Hide actions if the user can't use them (#977)
closes #919

TODO

- [X] repo and file actions (create release, label...)
	- [X] allow for repo admins
- [x] label actions (edit, delete)
	- [x] allow for repo admins
- [X] issue/pr action that are available for creators (close...)
	- [X] allow for creator
    - [X] allow for repo admins
- [x] pr actions that are allowed when having push access to pr source (there was a bug in Gitea that makes that this was not working and these features were not accessible -> https://github.com/go-gitea/gitea/issues/17181)
    - [x] allow deleting of head branch/updates only if you can do this
- [x] issue/pr action that are available for repo admins (merge)
    - [x] allow for repo admins
- [x] milestone actions (close/reopen)
    - [x] allow for repo admins
- [x] comment actions (delete, edit...)
	- [X] allow for creators
    - [x] allow for repo admins
- [x] org actions (create label, team, repo; req gitea 1.16.0)
- [x] actions when creating/editing issues
- [x] delete head when merging
- [x] All actions available to instance admins? (handled through API)

Maybe as extras:
- [x] Allow close/reopen also for PRs
- [x] Improve handling of these (multiple btns for the same action)

Co-authored-by: qwerty287 <ndev@web.de>
Co-authored-by: M M Arif <mmarif@noreply.codeberg.org>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/977
Reviewed-by: M M Arif <mmarif@noreply.codeberg.org>
Co-authored-by: qwerty287 <qwerty287@noreply.codeberg.org>
Co-committed-by: qwerty287 <qwerty287@noreply.codeberg.org>
2022-02-11 15:27:31 +01:00
.gitea Split issue templates (#999) 2021-10-24 14:55:48 +02:00
.idea/codeStyles Render md in org/repo info (#986) 2021-10-05 17:16:22 +02:00
app Hide actions if the user can't use them (#977) 2022-02-11 15:27:31 +01:00
assets Add bmc button (#1033) 2022-02-09 21:10:19 +01:00
fastlane/metadata/android/en-US Prepare release 4.1.0 (#994) 2021-10-12 18:39:45 +02:00
gradle/wrapper Moving ApiInterface, WebInterface and models to different repository. (#824) 2021-02-11 11:23:35 +01:00
scripts Update CI (#1012) 2021-11-01 09:11:10 +01:00
.drone.yml Moving to 'main' branch (#902) 2021-05-01 20:30:44 +02:00
.editorconfig Notifications (#554) 2020-07-22 21:32:42 +02:00
.gitattributes Support pdf files in file viewer (#259) 2020-01-30 18:00:31 +00:00
.gitignore Add crowdin-cli config template (#827) 2021-02-12 10:30:02 +01:00
.gitlab-ci.yml Update CI (#1011) 2021-11-01 08:00:52 +01:00
CHANGELOG.md Move to CodeBerg (#528) 2020-06-04 17:37:51 +02:00
CONTRIBUTING.md Moving to 'main' branch (#902) 2021-05-01 20:30:44 +02:00
CONTRIBUTORS.md Calculate ImageContrastColor more precise & some doc nits (#544) 2020-06-23 16:54:27 +02:00
LICENSE Fix license (#584) 2020-07-09 17:42:13 +02:00
README.md Add bmc button (#1033) 2022-02-09 21:10:19 +01:00
build.gradle Fix biometric bug in recent apps (#940) 2021-08-03 09:41:40 +02:00
crowdin.example.yml Add crowdin-cli config template (#827) 2021-02-12 10:30:02 +01:00
gradle.properties Implement multi-session notification polling and additional improvements/refactors/cleanups/fixes (#875) 2021-04-13 20:56:50 +02: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
settings.gradle initial push 2019-06-04 02:25:05 +05:00

README.md

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

Become a Patreon Buy me a coffee

GitNex - Android client for Gitea

GitNex is a free/paid, open-source Android client for Git repository management tool Gitea. Gitea is a community managed fork of Gogs, lightweight code hosting solution written in Go.

GitNex is licensed under GPLv3 License. See the LICENSE file for the full license text. No trackers are used and source code is available here for anyone to audit.

Downloads

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

Note about Gitea version

Please make sure that you are on latest stable release or later for better app experience.

Check the versions compatibility page which lists all the supported versions with compatibility ratio.

Build from source

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

Option 2 - Open terminal(Linux) and cd to the project dir. Run ./gradlew assembleFree.

Features

  • Multiple accounts support
  • File and directory browser
  • File viewer
  • Create files
  • Explore repositories
  • Pull requests
  • Files diff for PRs
  • Notifications
  • Drafts
  • Repositories / issues / org list
  • MANY MORE

Contributing

CONTRIBUTING

Translation

Help us translate GitNex to your native language.

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

Link: https://crowdin.com/project/GitNex

Screenshots:

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

Website

Wiki

Troubleshoot Guide

Faq

Release Blog

Thanks

Thanks to all the open source libraries, contributors and donators.

Open source libraries

Icon sets

Follow me on Fediverse - mastodon.social/@mmarif

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