4315e6f305
This change makes select/deselect menu items invisible on fragments where they should be invisible. To do this, first was needed to "split" two different "select all" actions into different ones, so they are not overlapped. For that, one of them was changed from "action_select_all" to "action_select_all_action_menu". Second, in method filter() that decides which menu items are visible, "inSingleFileFragment" bool is pushed. This is how we decide are we under some listing, or showing single file (either details or any preview fragment). |
||
---|---|---|
.tx | ||
androidTest | ||
automationTest | ||
doc | ||
drawable_resources | ||
gradle/wrapper | ||
libs | ||
res/xml | ||
scripts/lint | ||
src | ||
tests | ||
third_party/touch-image-view | ||
user_manual | ||
.drone.yml | ||
.gitignore | ||
.gitmodules | ||
.pullapprove.yml | ||
build.gradle | ||
CHANGELOG.md | ||
checkstyle.xml | ||
CONTRIBUTING.md | ||
findbugs-filter.xml | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
ICONS.txt | ||
issue_template.md | ||
LICENSE.txt | ||
lint.xml | ||
pmd-ruleset.xml | ||
proguard.cfg | ||
README.md | ||
settings.gradle | ||
SETUP.md | ||
suppressions.xml | ||
THIRD_PARTY.txt | ||
wait_for_emulator.sh |
Nextcloud Android app
Please stay tuned while we get all the repositories up ☕
Meanwhile check out https://nextcloud.com and follow us on https://twitter.com/nextclouders
How to contribute
If you want to contribute to Nextcloud, you are very welcome:
- on our IRC channels #nextcloud
(irc://#nextcloud@freenode.net)
and #nextcloud-mobile(irc://#nextcloud-mobile@freenode.net)
on freenode - our forum at https://help.nextcloud.com
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.
If you want to join the Github organization team, just let us know and we’ll add you! :)
This is by the community, for the community. Everyone is welcome! 🤗
Start contributing
Make sure you read SETUP.md and CONTRIBUTING.md before you start working on this project. But basically: fork this repository and contribute back using pull requests to the master branch. Easy starting points are also reviewing pull requests and working on starter issues.
Getting debug info via logcat
With a computer:
- connect the device via USB
- open command prompt/terminal
- enter
adb logcat > logcatOutput.txt
to save the output to this file
Note: You must have adb installed first!
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
or
Note: Your device needs to be rooted for this approach!
Development version
License
New contributions are added under AGPLv3.
Google Play and the Google Play logo are trademarks of Google Inc.