Giter Site home page Giter Site 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

13amp icon 13amp

Userspace CRAM-to-BAM translation virtual filesystem

3rdparty icon 3rdparty

:battery: 3rd party libraries that are needed to run Nextcloud

addons icon addons

Third-party plugins for Gramps genealogy program

adler icon adler

Rust crate for computing Adler-32 checksums

afero icon afero

A FileSystem Abstraction System for Go

amazon-ec2-user-guide icon amazon-ec2-user-guide

The open source version of the Amazon EC2 User Guide for Linux. To submit feedback or requests for changes, submit an issue or make changes and submit a pull request.

amazon-ssm-agent icon amazon-ssm-agent

An agent to enable remote management of your EC2 instances, on-premises servers, or virtual machines (VMs).

andronix-website-base icon andronix-website-base

We have a new website 👀, built with NuxtJS and Tailwind CSS, it's fast! Uses Cypress and Mocha for testing and is automated with GH Actions.

api-example-flask icon api-example-flask

An example Python app on 23andMe's genome API using the flask microframework.

apollo icon apollo

Genome annotation editor with a Java Server backend and a Javascript client that runs in a web browser as a JBrowse plugin.

app-market-api icon app-market-api

Bootstrap code for authenticating and communicating using Sequencing.com's App Market API to add apps to Sequencing.com's DNA App Store

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.