GithubHelp home page GithubHelp logo

@ copyright Copyright (c) <2022> [email protected] #Nextcloud

Build Status Codacy Badge Releases

Get it on F-Droid

The F-Droid client for Nextcloud. Easily work with your data on your Nextcloud.

App screenshots

How to contribute 🚀

If you want to contribute to Nextcloud, you are very welcome:

Contribution Guidelines & License 📜

GPLv2. All contributions to this repository from June, 16 2016 on are considered to be licensed under the AGPLv3 or any later version.

Nextcloud doesn't require a CLA (Contributor License Agreement). The copyright belongs to all the individual contributors. Therefore we recommend that every contributor adds following line to the header of a file, if they changed it substantially:

@copyright Copyright (c) <year>,<your name> (<your email address>)

Please read the Code of Conduct. This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.

Please review the guidelines for contributing to this repository.

More information how to contribute: https://nextcloud.com/contribute/

Getting debug info via logcat 🔍

With a linux computer:

  • enable USB-Debugging in your smartphones developer settings and connect it via USB
  • open command prompt/terminal
  • enter adb logcat | grep "$(adb shell ps | awk '/com.nextcloud.client/{print $2}')" > logcatOutput.txt to save the output to this file

Note: You must have adb installed first!

On Windows:

  • download and install Minimal ADB and fastboot
  • enable USB-Debugging in your smartphones developer settings and connect it via USB
  • launch Minimal ADB and fastboot
  • enter adb shell ps | findstr com.nextcloud.client and use the second place of this output (it is the first integer, e.g. 18841) as processID in the following command:
  • adb logcat | findstr <processID> > %HOMEPATH%\Downloads\logcatOutput.txt (This will produce a logcatOutput.txt file in your downloads)
  • if the processID is 18841, an example command is: adb logcat | findstr 18841 > %HOMEPATH%\Downloads\logcatOutput.txt (You might cancel the process after a while manually: it will not be exited automatically.)

On a device (with root) 🔧

  • open terminal app (can be enabled in developer options)
  • get root access via "su"
  • enter logcat -d -f /sdcard/logcatOutput.txt
  • you will have to filter the output manually, as above approach is not working on device

Note: Your device needs to be rooted for this approach!

Development version 🔨

Support ⛑️

If you need assistance or want to ask a question about the Android app, the F-Droid app, identify/correct a bug or have problems with the server/backend, you should ask the Nextcloud server team for help!

Remarks 📜

violethaze74's Projects

appimagelauncher icon appimagelauncher

Helper application for Linux distributions serving as a kind of "entry point" for running and integrating AppImages

appstore icon appstore

:convenience_store: App Store for Nextcloud

appstream icon appstream

Tools and libraries to work with AppStream metadata

autocfg icon autocfg

Automatic cfg for Rust compiler features

aws-cli icon aws-cli

Universal Command Line Interface for Amazon Web Services

aws-organizations-docs icon aws-organizations-docs

The open source version of the AWS Organizations documentation. We welcome and encourage your feedback. You can submit feedback and requests for changes by submitting issues in this repo or by making proposed changes and submitting a pull request.

aws-shell icon aws-shell

An integrated shell for working with the AWS CLI.

bazel icon bazel

a fast, scalable, multi-language and extensible build system

bcbio-nextgen icon bcbio-nextgen

Validated, scalable, community developed variant calling, RNA-seq and small RNA analysis

benchmarking-tools icon benchmarking-tools

Repository for the GA4GH Benchmarking Team work developing standardized benchmarking methods for germline small variant calls

bio-linux-desktop icon bio-linux-desktop

A portable bioinformatics desktop that can be run from a 'live' USB-stick installed to disk

bioblend icon bioblend

A Python library for interacting with Galaxy and CloudMan APIs

biojava icon biojava

:book::microscope::coffee: BioJava is an open-source project dedicated to providing a Java library for processing biological data.

biolinux icon biolinux

cloud server for biolinux debian-ubuntu

bonjour icon bonjour

A Bonjour/Zeroconf protocol implementation in JavaScript

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.