SQLi CVE-2019-5454# [Nextcloud](https://nextcloud.com) Android app
[](https://drone.nextcloud.com/nextcloud/android) [](https://www.codacy.com/app/Nextcloud/android?utm_source=github.com&utm_medium=referral&utm_content=nextcloud/android&utm_campaign=Badge_Grade) [](https://github.com/nextcloud/android/releases/latest) [](https://webchat.freenode.net/?channels=nextcloud-mobile)
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"
alt="Download from Google Play"
height="80">](https://play.google.com/store/apps/details?id=com.nextcloud.client)
[<img src="https://f-droid.org/badge/get-it-on.png"
alt="Get it on F-Droid"
height="80">](https://f-droid.org/packages/com.nextcloud.client/)
**The Android client for [Nextcloud](https://nextcloud.com). Easily work with your data on your Nextcloud.**

## How to contribute
If you want to [contribute](https://nextcloud.com/contribute/) to Nextcloud, you are very welcome:
- on our IRC channels [](https://webchat.freenode.net/?channels=nextcloud) and [](https://webchat.freenode.net/?channels=nextcloud-mobile) on freenode
- our forum at https://help.nextcloud.com
- for translations of the app on [Transifex](https://www.transifex.com/nextcloud/nextcloud/android/)
- opening issues and PRs (including a corresponding issue)
## Contribution Guidelines & License
[GPLv2](https://github.com/nextcloud/android/blob/master/LICENSE.txt). 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](https://nextcloud.com/community/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](https://github.com/nextcloud/android/blob/master/CONTRIBUTING.md) to this repository.
More information how to contribute: [https://nextcloud.com/contribute/](https://nextcloud.com/contribute/)
## Start contributing
Make sure you read [SETUP.md](https://github.com/nextcloud/android/blob/master/SETUP.md) and [CONTRIBUTING.md](https://github.com/nextcloud/android/blob/master/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](https://github.com/nextcloud/android/pulls) and working on [starter issues](https://github.com/nextcloud/android/issues?q=is%3Aopen+is%3Aissue+label%3A%22starter+issue%22).
### 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](https://developer.android.com/studio/releases/platform-tools.html) 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
- use [CatLog](https://play.google.com/store/apps/details?id=com.nolanlawson.logcat) or [aLogcat](https://play.google.com/store/apps/details?id=org.jtb.alogcat)
**Note:** Your device needs to be rooted for this approach!
## Development version
- [APK (direct download)](https://download.nextcloud.com/android/dev/latest.apk)
- [F-Droid](https://f-droid.org/repository/browse/?fdfilter=nextcloud&fdid=com.nextcloud.android.beta)
## Support
If you need assistance or want to ask a question about the Android app, you are welcome to [ask for support](https://help.nextcloud.com/c/clients/android) in our Forums or the [IRC-Channel](https://webchat.freenode.net/?channels=nextcloud-mobile). If you have found a bug, feel free to [open a new Issue on GitHub](https://github.com/nextcloud/android/issues). Keep in mind, that this repository only manages the Android app. If you find bugs or have problems with theserver/backend, you should ask the [Nextcloud server team](https://github.com/nextcloud/server) for help!
## Remarks
Google Play and the Google Play logo are trademarks of Google Inc.
[4.0K] /data/pocs/42ae104a90d0a844f2cec6eff649ddb47ca6ed1e
├── [4.0K] androidTest
│ ├── [1.1K] AndroidManifest.xml
│ └── [4.0K] java
│ └── [4.0K] com
│ └── [4.0K] owncloud
│ └── [4.0K] android
│ ├── [4.0K] authentication
│ │ └── [4.9K] AuthenticatorActivityTest.java
│ ├── [4.0K] datamodel
│ │ ├── [5.7K] OCFileUnitTest.java
│ │ └── [2.1K] UploadStorageManagerTest.java
│ └── [4.0K] uiautomator
│ └── [5.5K] InitialTest.java
├── [4.0K] automationTest
│ ├── [2.3K] pom.xml
│ ├── [ 833] README.md
│ ├── [4.0K] resources
│ └── [4.0K] src
│ └── [4.0K] test
│ ├── [4.0K] java
│ │ └── [4.0K] com
│ │ └── [4.0K] owncloud
│ │ └── [4.0K] android
│ │ └── [4.0K] test
│ │ └── [4.0K] ui
│ │ ├── [4.0K] actions
│ │ │ └── [9.0K] Actions.java
│ │ ├── [4.0K] groups
│ │ │ ├── [ 833] FailingTestCategory.java
│ │ │ ├── [5.1K] FlexibleCategories.java
│ │ │ ├── [ 807] IgnoreTestCategory.java
│ │ │ ├── [ 113] InProgressCategory.java
│ │ │ ├── [ 810] NoIgnoreTestCategory.java
│ │ │ ├── [ 832] OtherTestCategory.java
│ │ │ ├── [4.7K] PatternClasspathClassesFinder.java
│ │ │ ├── [ 807] SmokeTestCategory.java
│ │ │ └── [ 838] UnfinishedTestCategory.java
│ │ ├── [4.0K] models
│ │ │ ├── [1.4K] CertificatePopUp.java
│ │ │ ├── [2.7K] ElementMenuOptions.java
│ │ │ ├── [1.9K] FileDetailsView.java
│ │ │ ├── [6.0K] FileListView.java
│ │ │ ├── [1.9K] GmailEmailListView.java
│ │ │ ├── [1.6K] GmailEmailView.java
│ │ │ ├── [1.9K] GmailSendMailView.java
│ │ │ ├── [2.3K] ImageView.java
│ │ │ ├── [3.2K] LoginForm.java
│ │ │ ├── [1.4K] MenuList.java
│ │ │ ├── [1.8K] MoveView.java
│ │ │ ├── [1.9K] NewFolderPopUp.java
│ │ │ ├── [1.5K] NotificationView.java
│ │ │ ├── [2.0K] PassCodeRequestView.java
│ │ │ ├── [2.4K] PassCodeView.java
│ │ │ ├── [1.5K] RemoveConfirmationView.java
│ │ │ ├── [2.9K] SettingsView.java
│ │ │ ├── [1.4K] ShareView.java
│ │ │ ├── [2.0K] UploadFilesView.java
│ │ │ ├── [1.4K] UploadView.java
│ │ │ └── [1.4K] WaitAMomentPopUp.java
│ │ └── [4.0K] testSuites
│ │ ├── [6.3K] Common.java
│ │ ├── [3.1K] CreateFolderTestSuite.java
│ │ ├── [2.8K] DeleteFileTestSuite.java
│ │ ├── [2.9K] DeleteFolderTestSuite.java
│ │ ├── [6.1K] LoginTestSuite.java
│ │ ├── [2.5K] LogoutTestSuite.java
│ │ ├── [4.2K] MoveFileTestSuite.java
│ │ ├── [4.3K] MoveFolderTestSuite.java
│ │ ├── [3.2K] PasscodeTestSuite.java
│ │ ├── [2.3K] RefreshFolderTestSuite.java
│ │ ├── [4.1K] RenameFileTestSuite.java
│ │ ├── [3.8K] RenameFolderTestSuite.java
│ │ ├── [1.6K] RunFailingTests.java
│ │ ├── [ 742] RunInProgressTest.java
│ │ ├── [1.6K] RunNoIgnoreTests.java
│ │ ├── [1.6K] RunSmokeTests.java
│ │ ├── [4.6K] ShareLinkFileTestSuite.java
│ │ └── [ 10K] UploadTestSuite.java
│ └── [4.0K] resources
├── [8.2K] build.gradle
├── [3.8K] CHANGELOG.md
├── [ 210] checkstyle.xml
├── [ 11K] CONTRIBUTING.md
├── [4.0K] doc
│ ├── [ 22K] branching.png
│ ├── [ 36K] branching.svg
│ ├── [ 30K] CodeStyleFormatter.xml
│ ├── [383K] Nextcloud_Android_Screenshots.png
│ ├── [3.2M] oCC2015_Android_workshop.odp
│ ├── [400K] rfc2518-WEBDAV-Spec.html
│ └── [207K] rfc6352-CardDAV-Spec.html
├── [4.0K] drawable_resources
│ ├── [2.7K] alphabetical_asc.svg
│ ├── [2.6K] alphabetical_desc.svg
│ ├── [ 366] arrow-right.svg
│ ├── [ 426] calendar.svg
│ ├── [6.1K] get_it_as_apk_backup.svg
│ ├── [5.8K] get_it_as_apk.svg
│ ├── [1.8K] ic_activity_light_grey.svg
│ ├── [1.8K] ic_activity.svg
│ ├── [1.8K] ic_checkbox_marked.svg
│ ├── [ 492] ic_folder_star.svg
│ ├── [2.2K] ic_list_empty_create_folder.svg
│ ├── [1.7K] ic_list_empty_error.svg
│ ├── [2.0K] ic_list_empty_folder.svg
│ ├── [2.0K] ic_list_empty_home.svg
│ ├── [1.9K] ic_list_empty_image.svg
│ ├── [2.8K] ic_list_empty_recent.svg
│ ├── [2.0K] ic_list_empty_shared.svg
│ ├── [1.8K] ic_list_empty_upload.svg
│ ├── [1.9K] ic_list_empty_video.svg
│ ├── [2.0K] ic_notification_light_grey.svg
│ ├── [1.9K] ic_notification.svg
│ ├── [1.9K] ic_search_light_blue.svg
│ ├── [2.0K] ic_search_light_grey.svg
│ ├── [1.8K] ic_star_light_yellow.svg
│ ├── [ 937] ic_twitter.svg
│ ├── [1.2K] ic_web.svg
│ ├── [ 11K] launcher.svg
│ ├── [2.0K] logout.svg
│ ├── [2.6K] modification_asc.svg
│ ├── [2.6K] modification_desc.svg
│ ├── [3.2K] notification-icon.svg
│ ├── [2.7K] shared_via_link.svg
│ ├── [2.1K] shared_via_users.svg
│ ├── [3.0K] size_asc.svg
│ ├── [3.0K] size_desc.svg
│ ├── [7.5K] whats_new_accounts.svg
│ ├── [ 26K] whats_new_auto_upload.svg
│ ├── [ 22K] whats_new_files.svg
│ ├── [ 27K] whats_new_fingerprint.svg
│ ├── [ 17K] whats_new_notifications.svg
│ ├── [ 50K] whats_new_search.svg
│ └── [ 68K] whats_new_theming.svg
├── [4.0K] fastlane
│ └── [4.0K] metadata
│ └── [4.0K] android
│ ├── [4.0K] de-DE
│ │ ├── [1.1K] full_description.txt
│ │ ├── [ 80] short_description.txt
│ │ └── [ 9] title.txt
│ ├── [4.0K] en-US
│ │ ├── [1.1K] full_description.txt
│ │ ├── [ 79] short_description.txt
│ │ └── [ 9] title.txt
│ ├── [4.0K] is-IS
│ │ ├── [1.4K] full_description.txt
│ │ ├── [ 89] short_description.txt
│ │ └── [ 9] title.txt
│ ├── [4.0K] nl-NL
│ │ ├── [1.1K] full_description.txt
│ │ ├── [ 72] short_description.txt
│ │ └── [ 9] title.txt
│ ├── [4.0K] pt-BR
│ │ ├── [1.2K] full_description.txt
│ │ ├── [ 67] short_description.txt
│ │ └── [ 9] title.txt
│ └── [4.0K] sr-SR
│ ├── [1.9K] full_description.txt
│ ├── [ 151] short_description.txt
│ └── [ 9] title.txt
├── [ 142] findbugs-filter.xml
├── [4.0K] gradle
│ └── [4.0K] wrapper
│ ├── [ 52K] gradle-wrapper.jar
│ └── [ 231] gradle-wrapper.properties
├── [5.0K] gradlew
├── [2.3K] gradlew.bat
├── [4.5K] ICONS.txt
├── [ 657] issue_template.md
├── [ 18K] LICENSE.txt
├── [ 408] lint.xml
├── [1.2K] pmd-ruleset.xml
├── [1.2K] proguard.cfg
├── [5.0K] README.md
├── [4.0K] res
│ └── [4.0K] xml
│ └── [ 203] backup_config.xml
├── [4.0K] scripts
│ ├── [4.0K] lint
│ │ ├── [ 205] getBranchName.sh
│ │ ├── [ 103] lint-results.txt
│ │ ├── [6.4K] lint-up.rb
│ │ └── [ 707] lint-up-wrapper.sh
│ └── [4.0K] metadata
│ └── [3.6K] generate_metadata.py
├── [ 11] settings.gradle
├── [6.4K] SETUP.md
├── [4.0K] src
│ ├── [4.0K] generic
│ │ ├── [ 654] google-services.json
│ │ └── [4.0K] java
│ │ └── [4.0K] com
│ │ └── [4.0K] owncloud
│ │ └── [4.0K] android
│ │ └── [4.0K] utils
│ │ ├── [1.0K] AnalyticsUtils.java
│ │ └── [ 973] PushUtils.java
│ ├── [4.0K] gplay
│ │ ├── [3.2K] AndroidManifest.xml
│ │ ├── [ 654] google-services.json
│ │ ├── [4.0K] java
│ │ │ └── [4.0K] com
│ │ │ └── [4.0K] owncloud
│ │ │ └── [4.0K] android
│ │ │ ├── [4.0K] authentication
│ │ │ │ └── [1.2K] ModifiedAuthenticatorActivity.java
│ │ │ ├── [4.0K] services
│ │ │ │ └── [4.0K] firebase
│ │ │ │ ├── [1.6K] NCFirebaseInstanceIDService.java
│ │ │ │ └── [2.7K] NCFirebaseMessagingService.java
│ │ │ └── [4.0K] utils
│ │ │ ├── [1.2K] AnalyticsUtils.java
│ │ │ ├── [1.8K] GooglePlayUtils.java
│ │ │ └── [ 15K] PushUtils.java
│ │ └── [4.0K] res
│ │ └── [4.0K] values
│ │ └── [ 201] setup.xml
│ ├── [4.0K] main
│ │ ├── [ 13K] AndroidManifest.xml
│ │ ├── [4.0K] java
│ │ │ ├── [4.0K] com
│ │ │ │ ├── [4.0K] afollestad
│ │ │ │ │ └── [4.0K] sectionedrecyclerview
│ │ │ │ │ └── [6.6K] SectionedRecyclerViewAdapter.java
│ │ │ │ ├── [4.0K] ortiz
│ │ │ │ │ └── [4.0K] touch
│ │ │ │ │ ├── [ 921] ExtendedViewPager.java
│ │ │ │ │ └── [ 40K] TouchImageView.java
│ │ │ │ └── [4.0K] owncloud
│ │ │ │ └── [4.0K] android
│ │ │ │ ├── [4.0K] authentication
│ │ │ │ │ ├── [3.4K] AccountAuthenticatorActivity.java
│ │ │ │ │ ├── [ 11K] AccountAuthenticator.java
│ │ │ │ │ ├── [1.2K] AccountAuthenticatorService.java
│ │ │ │ │ ├── [8.9K] AccountUtils.java
│ │ │ │ │ ├── [ 90K] AuthenticatorActivity.java
│ │ │ │ │ ├── [3.9K] AuthenticatorAsyncTask.java
│ │ │ │ │ ├── [4.8K] AuthenticatorUrlUtils.java
│ │ │ │ │ ├── [1.0K] LoginUrlInfo.java
│ │ │ │ │ ├── [2.1K] OAuth2Constants.java
│ │ │ │ │ ├── [5.1K] PassCodeManager.java
│ │ │ │ │ └── [6.9K] SsoWebViewClient.java
│ │ │ │ ├── [4.0K] datamodel
│ │ │ │ │ ├── [9.0K] ArbitraryDataProvider.java
│ │ │ │ │ ├── [6.4K] ExternalLinksProvider.java
│ │ │ │ │ ├── [ 98K] FileDataStorageManager.java
│ │ │ │ │ ├── [7.8K] FilesystemDataProvider.java
│ │ │ │ │ ├── [2.6K] FileSystemDataSet.java
│ │ │ │ │ ├── [1.4K] MediaFolder.java
│ │ │ │ │ ├── [1.4K] MediaFolderType.java
│ │ │ │ │ ├── [ 11K] MediaProvider.java
│ │ │ │ │ ├── [ 19K] OCFile.java
│ │ │ │ │ ├── [2.5K] PushConfigurationState.java
│ │ │ │ │ ├── [3.7K] SyncedFolderDisplayItem.java
│ │ │ │ │ ├── [5.6K] SyncedFolder.java
│ │ │ │ │ ├── [ 14K] SyncedFolderProvider.java
│ │ │ │ │ ├── [ 45K] ThumbnailsCacheManager.java
│ │ │ │ │ ├── [ 24K] UploadsStorageManager.java
│ │ │ │ │ └── [ 975] VirtualFolderType.java
│ │ │ │ ├── [4.0K] datastorage
│ │ │ │ │ ├── [3.8K] DataStorageProvider.java
│ │ │ │ │ ├── [4.0K] providers
│ │ │ │ │ │ ├── [2.3K] AbstractCommandLineStoragePoint.java
│ │ │ │ │ │ ├── [1.5K] AbstractStoragePointProvider.java
│ │ │ │ │ │ ├── [1.9K] EnvironmentStoragePointProvider.java
│ │ │ │ │ │ ├── [1.7K] HardcodedStoragePointProvider.java
│ │ │ │ │ │ ├── [1.4K] IStoragePointProvider.java
│ │ │ │ │ │ ├── [2.3K] MountCommandStoragePointProvider.java
│ │ │ │ │ │ ├── [2.0K] SystemDefaultStoragePointProvider.java
│ │ │ │ │ │ └── [2.6K] VDCStoragePointProvider.java
│ │ │ │ │ ├── [1.4K] StoragePoint.java
│ │ │ │ │ └── [1.8K] UniqueStorageList.java
│ │ │ │ ├── [4.0K] db
│ │ │ │ │ ├── [ 12K] OCUpload.java
│ │ │ │ │ ├── [ 15K] PreferenceManager.java
│ │ │ │ │ ├── [ 13K] ProviderMeta.java
│ │ │ │ │ └── [4.2K] UploadResult.java
│ │ │ │ ├── [4.0K] features
│ │ │ │ │ └── [7.3K] FeatureList.java
│ │ │ │ ├── [4.0K] files
│ │ │ │ │ ├── [1.9K] BootupBroadcastReceiver.java
│ │ │ │ │ ├── [ 14K] FileMenuFilter.java
│ │ │ │ │ └── [4.0K] services
│ │ │ │ │ ├── [ 28K] FileDownloader.java
│ │ │ │ │ ├── [ 53K] FileUploader.java
│ │ │ │ │ └── [7.6K] IndexedForest.java
│ │ │ │ ├── [4.0K] jobs
│ │ │ │ │ ├── [5.0K] AccountRemovalJob.java
│ │ │ │ │ ├── [ 10K] ContactsBackupJob.java
│ │ │ │ │ ├── [4.8K] ContactsImportJob.java
│ │ │ │ │ ├── [9.2K] FilesSyncJob.java
│ │ │ │ │ ├── [1.5K] NCJobCreator.java
│ │ │ │ │ └── [2.7K] NContentObserverJob.java
│ │ │ │ ├── [ 20K] MainApp.java
│ │ │ │ ├── [4.0K] media
│ │ │ │ │ ├── [ 15K] MediaControlView.java
│ │ │ │ │ ├── [5.6K] MediaServiceBinder.java
│ │ │ │ │ └── [ 25K] MediaService.java
│ │ │ │ ├── [4.0K] operations
│ │ │ │ │ ├── [2.2K] CheckCurrentCredentialsOperation.java
│ │ │ │ │ ├── [4.0K] common
│ │ │ │ │ │ └── [5.9K] SyncOperation.java
│ │ │ │ │ ├── [3.2K] CopyFileOperation.java
│ │ │ │ │ ├── [4.5K] CreateFolderOperation.java
│ │ │ │ │ ├── [4.7K] CreateShareViaLinkOperation.java
│ │ │ │ │ ├── [3.9K] CreateShareWithShareeOperation.java
│ │ │ │ │ ├── [5.1K] DetectAuthenticationMethodOperation.java
│ │ │ │ │ ├── [6.9K] DownloadFileOperation.java
│ │ │ │ │ ├── [1.8K] GetCapabilitiesOperarion.java
│ │ │ │ │ ├── [5.4K] GetServerInfoOperation.java
│ │ │ │ │ ├── [3.0K] GetSharesForFileOperation.java
│ │ │ │ │ ├── [2.8K] GetUserProfileOperation.java
│ │ │ │ │ ├── [3.3K] MoveFileOperation.java
│ │ │ │ │ ├── [8.7K] OAuth2GetAccessToken.java
│ │ │ │ │ ├── [ 23K] RefreshFolderOperation.java
│ │ │ │ │ ├── [1.2K] RemoteOperationFailedException.java
│ │ │ │ │ ├── [3.6K] RemoveFileOperation.java
│ │ │ │ │ ├── [7.3K] RenameFileOperation.java
│ │ │ │ │ ├── [ 13K] SynchronizeFileOperation.java
│ │ │ │ │ ├── [ 20K] SynchronizeFolderOperation.java
│ │ │ │ │ ├── [4.2K] UnshareOperation.java
│ │ │ │ │ ├── [4.9K] UpdateOCVersionOperation.java
│ │ │ │ │ ├── [3.6K] UpdateSharePermissionsOperation.java
│ │ │ │ │ ├── [5.3K] UpdateShareViaLinkOperation.java
│ │ │ │ │ └── [ 36K] UploadFileOperation.java
│ │ │ │ ├── [4.0K] providers
│ │ │ │ │ ├── [5.0K] DiskLruImageCacheFileProvider.java
│ │ │ │ │ ├── [7.2K] DocumentsStorageProvider.java
│ │ │ │ │ ├── [ 66K] FileContentProvider.java
│ │ │ │ │ └── [ 11K] UsersAndGroupsSearchProvider.java
│ │ │ │ ├── [4.0K] services
│ │ │ │ │ ├── [4.0K] observer
│ │ │ │ │ │ ├── [ 14K] FileObserverService.java
│ │ │ │ │ │ └── [8.0K] FolderObserver.java
│ │ │ │ │ ├── [ 33K] OperationsService.java
│ │ │ │ │ └── [8.0K] SyncFolderHandler.java
│ │ │ │ ├── [4.0K] syncadapter
│ │ │ │ │ ├── [3.7K] AbstractOwnCloudSyncAdapter.java
│ │ │ │ │ ├── [ 24K] FileSyncAdapter.java
│ │ │ │ │ └── [1.8K] FileSyncService.java
│ │ │ │ ├── [4.0K] ui
│ │ │ │ │ ├── [4.0K] activity
│ │ │ │ │ │ ├── [ 15K] ActivitiesListActivity.java
│ │ │ │ │ │ ├── [9.1K] BaseActivity.java
│ │ │ │ │ │ ├── [1.9K] ComponentsGetter.java
│ │ │ │ │ │ ├── [3.9K] ConflictsResolveActivity.java
│ │ │ │ │ │ ├── [7.1K] ContactsPreferenceActivity.java
│ │ │ │ │ │ ├── [2.8K] CopyToClipboardActivity.java
│ │ │ │ │ │ ├── [ 55K] DrawerActivity.java
│ │ │ │ │ │ ├── [ 11K] ErrorsWhileCopyingHandlerActivity.java
│ │ │ │ │ │ ├── [5.8K] ExternalSiteWebView.java
│ │ │ │ │ │ ├── [ 22K] FileActivity.java
│ │ │ │ │ │ ├── [ 86K] FileDisplayActivity.java
│ │ │ │ │ │ ├── [ 13K] FingerprintActivity.java
│ │ │ │ │ │ ├── [ 21K] FolderPickerActivity.java
│ │ │ │ │ │ ├── [4.4K] GenericExplanationActivity.java
│ │ │ │ │ │ ├── [ 801] HookActivity.java
│ │ │ │ │ │ ├── [9.8K] LogHistoryActivity.java
│ │ │ │ │ │ ├── [ 19K] ManageAccountsActivity.java
│ │ │ │ │ │ ├── [7.1K] ManageSpaceActivity.java
│ │ │ │ │ │ ├── [ 13K] NotificationsActivity.java
│ │ │ │ │ │ ├── [ 980] OnEnforceableRefreshListener.java
│ │ │ │ │ │ ├── [6.7K] ParticipateActivity.java
│ │ │ │ │ │ ├── [ 21K] PassCodeActivity.java
│ │ │ │ │ │ ├── [ 43K] Preferences.java
│ │ │ │ │ │ ├── [ 48K] ReceiveExternalFilesActivity.java
│ │ │ │ │ │ ├── [ 15K] ShareActivity.java
│ │ │ │ │ │ ├── [ 18K] StorageMigration.java
│ │ │ │ │ │ ├── [ 28K] SyncedFoldersActivity.java
│ │ │ │ │ │ ├── [5.5K] ToolbarActivity.java
│ │ │ │ │ │ ├── [ 24K] UploadFilesActivity.java
│ │ │ │ │ │ ├── [ 14K] UploadListActivity.java
│ │ │ │ │ │ ├── [2.9K] UploadPathActivity.java
│ │ │ │ │ │ ├── [ 19K] UserInfoActivity.java
│ │ │ │ │ │ └── [ 13K] WhatsNewActivity.java
│ │ │ │ │ ├── [4.0K] adapter
│ │ │ │ │ │ ├── [7.9K] AccountListAdapter.java
│ │ │ │ │ │ ├── [1.9K] AccountListItem.java
│ │ │ │ │ │ ├── [ 16K] ActivityListAdapter.java
│ │ │ │ │ │ ├── [2.8K] CertificateCombinedExceptionViewAdapter.java
│ │ │ │ │ │ ├── [5.8K] DiskLruImageCache.java
│ │ │ │ │ │ ├── [ 31K] ExpandableUploadListAdapter.java
│ │ │ │ │ │ ├── [ 29K] FileListListAdapter.java
│ │ │ │ │ │ ├── [ 981] FilterableListAdapter.java
│ │ │ │ │ │ ├── [ 992] GroupAdapter.java
│ │ │ │ │ │ ├── [ 13K] LocalFileListAdapter.java
│ │ │ │ │ │ ├── [4.9K] NotificationListAdapter.java
│ │ │ │ │ │ ├── [2.3K] ProgressListener.java
│ │ │ │ │ │ ├── [4.2K] ShareUserListAdapter.java
│ │ │ │ │ │ ├── [5.3K] SslCertificateViewAdapter.java
│ │ │ │ │ │ ├── [2.7K] SslErrorViewAdapter.java
│ │ │ │ │ │ ├── [9.3K] SyncedFolderAdapter.java
│ │ │ │ │ │ ├── [5.6K] UploaderAdapter.java
│ │ │ │ │ │ ├── [3.0K] UserListAdapter.java
│ │ │ │ │ │ ├── [1.0K] ViewType.java
│ │ │ │ │ │ └── [9.3K] X509CertificateViewAdapter.java
│ │ │ │ │ ├── [4.0K] asynctasks
│ │ │ │ │ │ └── [ 11K] CopyAndUploadContentUrisTask.java
│ │ │ │ │ ├── [1.6K] CheckBoxPreferenceWithLongTitle.java
│ │ │ │ │ ├── [4.0K] components
│ │ │ │ │ │ └── [3.8K] CustomEditText.java
│ │ │ │ │ ├── [4.6K] CustomPopup.java
│ │ │ │ │ ├── [4.0K] decoration
│ │ │ │ │ │ └── [1.4K] MediaGridItemDecoration.java
│ │ │ │ │ ├── [4.0K] dialog
│ │ │ │ │ │ ├── [3.9K] ChangelogDialog.java
│ │ │ │ │ │ ├── [6.1K] ConfirmationDialogFragment.java
│ │ │ │ │ │ ├── [4.4K] ConflictsResolveDialog.java
│ │ │ │ │ │ ├── [5.2K] CreateFolderDialogFragment.java
│ │ │ │ │ │ ├── [5.0K] CredentialsDialogFragment.java
│ │ │ │ │ │ ├── [4.9K] ExpirationDatePickerDialogFragment.java
│ │ │ │ │ │ ├── [3.8K] IndeterminateProgressDialog.java
│ │ │ │ │ │ ├── [2.7K] LoadingDialog.java
│ │ │ │ │ │ ├── [3.5K] OwnCloudListPreference.java
│ │ │ │ │ │ ├── [4.0K] parcel
│ │ │ │ │ │ │ ├── [1.5K] MenuItemParcelable.java
│ │ │ │ │ │ │ ├── [1.3K] MenuParcelable.java
│ │ │ │ │ │ │ └── [6.8K] SyncedFolderParcelable.java
│ │ │ │ │ │ ├── [4.9K] RemoveFileDialogFragment.java
│ │ │ │ │ │ ├── [4.8K] RemoveFilesDialogFragment.java
│ │ │ │ │ │ ├── [5.6K] RenameFileDialogFragment.java
│ │ │ │ │ │ ├── [8.8K] SamlWebViewDialog.java
│ │ │ │ │ │ ├── [6.7K] ShareLinkToDialog.java
│ │ │ │ │ │ ├── [5.2K] SharePasswordDialogFragment.java
│ │ │ │ │ │ ├── [ 11K] SortingOrderDialogFragment.java
│ │ │ │ │ │ ├── [9.5K] SslUntrustedCertDialog.java
│ │ │ │ │ │ ├── [ 14K] SslValidatorDialog.java
│ │ │ │ │ │ ├── [1.1K] SsoWebView.java
│ │ │ │ │ │ ├── [ 18K] SyncedFolderPreferencesDialogFragment.java
│ │ │ │ │ │ └── [4.1K] UploadSourceDialogFragment.java
│ │ │ │ │ ├── [4.0K] errorhandling
│ │ │ │ │ │ ├── [1.4K] ErrorShowActivity.java
│ │ │ │ │ │ └── [2.7K] ExceptionHandler.java
│ │ │ │ │ ├── [4.0K] events
│ │ │ │ │ │ ├── [ 961] AccountRemovedEvent.java
│ │ │ │ │ │ ├── [ 925] ChangeMenuEvent.java
│ │ │ │ │ │ ├── [ 882] DummyDrawerEvent.java
│ │ │ │ │ │ ├── [1.2K] FavoriteEvent.java
│ │ │ │ │ │ ├── [1.1K] InitiateSyncedFolder.java
│ │ │ │ │ │ ├── [1.0K] MenuItemClickEvent.java
│ │ │ │ │ │ ├── [1.6K] SearchEvent.java
│ │ │ │ │ │ ├── [ 902] TokenPushEvent.java
│ │ │ │ │ │ └── [ 994] VCardToggleEvent.java
│ │ │ │ │ ├── [2.4K] ExtendedListView.java
│ │ │ │ │ ├── [4.0K] fragment
│ │ │ │ │ │ ├── [4.0K] contactsbackup
│ │ │ │ │ │ │ ├── [ 26K] ContactListFragment.java
│ │ │ │ │ │ │ └── [ 21K] ContactsBackupFragment.java
│ │ │ │ │ │ ├── [ 23K] EditShareFragment.java
│ │ │ │ │ │ ├── [3.1K] ExpandableListFragment.java
│ │ │ │ │ │ ├── [ 37K] ExtendedListFragment.java
│ │ │ │ │ │ ├── [ 27K] FileDetailFragment.java
│ │ │ │ │ │ ├── [5.0K] FileFragment.java
│ │ │ │ │ │ ├── [ 11K] LocalFileListFragment.java
│ │ │ │ │ │ ├── [ 66K] OCFileListFragment.java
│ │ │ │ │ │ ├── [8.4K] SearchShareesFragment.java
│ │ │ │ │ │ ├── [ 39K] ShareFileFragment.java
│ │ │ │ │ │ ├── [1.5K] ShareFragmentListener.java
│ │ │ │ │ │ ├── [2.7K] TaskRetainerFragment.java
│ │ │ │ │ │ └── [5.0K] UploadListFragment.java
│ │ │ │ │ ├── [4.0K] helpers
│ │ │ │ │ │ ├── [ 33K] FileOperationsHelper.java
│ │ │ │ │ │ ├── [2.8K] SparseBooleanArrayParcelable.java
│ │ │ │ │ │ └── [7.8K] UriUploader.java
│ │ │ │ │ ├── [4.0K] interfaces
│ │ │ │ │ │ ├── [ 260] ActivityListInterface.java
│ │ │ │ │ │ └── [1.3K] OCFileListFragmentInterface.java
│ │ │ │ │ ├── [1.7K] NavigationDrawerItem.java
│ │ │ │ │ ├── [4.0K] notifications
│ │ │ │ │ │ └── [2.8K] NotificationUtils.java
│ │ │ │ │ ├── [1.6K] PreferenceWithLongSummary.java
│ │ │ │ │ ├── [4.0K] preview
│ │ │ │ │ │ ├── [ 10K] FileDownloadFragment.java
│ │ │ │ │ │ ├── [5.3K] ImageViewCustom.java
│ │ │ │ │ │ ├── [ 20K] PreviewImageActivity.java
│ │ │ │ │ │ ├── [ 31K] PreviewImageFragment.java
│ │ │ │ │ │ ├── [ 14K] PreviewImagePagerAdapter.java
│ │ │ │ │ │ ├── [ 27K] PreviewMediaFragment.java
│ │ │ │ │ │ ├── [ 15K] PreviewTextFragment.java
│ │ │ │ │ │ └── [8.8K] PreviewVideoActivity.java
│ │ │ │ │ ├── [1.2K] RadioButtonPreference.java
│ │ │ │ │ ├── [1.3K] SquareImageView.java
│ │ │ │ │ ├── [1.3K] SquareLinearLayout.java
│ │ │ │ │ ├── [4.9K] TextDrawable.java
│ │ │ │ │ ├── [3.2K] ThemeableSwitchPreference.java
│ │ │ │ │ └── [4.0K] whatsnew
│ │ │ │ │ └── [3.5K] ProgressIndicator.java
│ │ │ │ ├── [4.0K] utils
│ │ │ │ │ ├── [ 13K] BitmapUtils.java
│ │ │ │ │ ├── [2.5K] ConnectivityUtils.java
│ │ │ │ │ ├── [2.0K] DataHolderUtil.java
│ │ │ │ │ ├── [4.8K] DialogMenuItem.java
│ │ │ │ │ ├── [ 26K] DisplayUtils.java
│ │ │ │ │ ├── [ 20K] ErrorMessageAdapter.java
│ │ │ │ │ ├── [ 13K] FilesSyncHelper.java
│ │ │ │ │ ├── [ 20K] FileStorageUtils.java
│ │ │ │ │ ├── [3.6K] GetShareWithUsersAsyncTask.java
│ │ │ │ │ ├── [4.0K] glide
│ │ │ │ │ │ ├── [1.2K] CustomGlideStreamLoader.java
│ │ │ │ │ │ └── [3.5K] HttpStreamFetcher.java
│ │ │ │ │ ├── [ 826] MimeType.java
│ │ │ │ │ ├── [ 39K] MimeTypeUtil.java
│ │ │ │ │ ├── [1.4K] OwnCloudSession.java
│ │ │ │ │ ├── [2.2K] PermissionUtil.java
│ │ │ │ │ ├── [3.2K] ReceiversHelper.java
│ │ │ │ │ ├── [4.0K] svg
│ │ │ │ │ │ ├── [1.2K] MenuSimpleTarget.java
│ │ │ │ │ │ ├── [1.6K] SvgDecoder.java
│ │ │ │ │ │ ├── [1.2K] SvgDrawableTranscoder.java
│ │ │ │ │ │ └── [1.5K] SvgSoftwareLayerSetter.java
│ │ │ │ │ ├── [ 13K] ThemeUtils.java
│ │ │ │ │ ├── [2.7K] UploadUtils.java
│ │ │ │ │ └── [9.9K] UriUtils.java
│ │ │ │ └── [4.0K] widgets
│ │ │ │ └── [4.7K] ActionEditText.java
│ │ │ ├── [4.0K] org
│ │ │ │ └── [4.0K] nextcloud
│ │ │ │ └── [4.0K] providers
│ │ │ │ └── [4.0K] cursors
│ │ │ │ ├── [2.4K] FileCursor.java
│ │ │ │ └── [2.2K] RootCursor.java
│ │ │ └── [4.0K] third_parties
│ │ │ ├── [4.0K] daveKoeller
│ │ │ │ ├── [4.5K] AlphanumComparator.java
│ │ │ │ └── [ 26K] lgpl-2.1.txt
│ │ │ ├── [4.0K] ezvcard_android
│ │ │ │ ├── [3.4K] AndroidCustomField.java
│ │ │ │ ├── [ 26K] ContactOperations.java
│ │ │ │ └── [ 13K] DataMappings.java
│ │ │ ├── [4.0K] in
│ │ │ │ └── [4.0K] srain
│ │ │ │ └── [4.0K] cube
│ │ │ │ ├── [ 30K] GridViewWithHeaderAndFooter.java
│ │ │ │ └── [ 11K] lapache-2.0.txt
│ │ │ └── [4.0K] michaelOrtiz
│ │ │ └── [ 41K] TouchImageViewCustom.java
│ │ └── [4.0K] res
│ │ ├── [4.0K] drawable
│ │ │ ├── [ 553] actionbar_progress_horizontal.xml
│ │ │ ├── [ 981] actionbar_progress_indeterminate_horizontal.xml
│ │ │ ├── [ 180] backrepeat.xml
│ │ │ ├── [1015] borderless_btn.xml
│ │ │ ├── [ 81] checker_16_16.png
│ │ │ ├── [ 382] fab_label_background.xml
│ │ │ ├── [2.3K] ic_fingerprint.xml
│ │ │ ├── [ 675] ic_share.xml
│ │ │ ├── [ 523] ic_show.xml
│ │ │ ├── [1.2K] indicator_dot_not_selected.xml
│ │ │ ├── [1.2K] indicator_dot_selected.xml
│ │ │ ├── [1.1K] list_selector.xml
│ │ │ ├── [ 324] password_visibility_selector.xml
│ │ │ ├── [ 365] process_dialog_background.xml
│ │ │ ├── [1.1K] progress_small.xml
│ │ │ ├── [ 179] round_bgnd.xml
│ │ │ ├── [1.1K] shared_via_link.xml
│ │ │ ├── [ 787] shared_via_users.xml
│ │ │ ├── [ 627] spinner_inner.png
│ │ │ ├── [ 928] split_action_bg.xml
│ │ │ ├── [ 946] uploader_list_separator.xml
│ │ │ └── [1.0K] whats_new_progress_transition.xml
│ │ ├── [4.0K] drawable-anydpi-v21
│ │ │ └── [1.1K] arrow_right.xml
│ │ ├── [4.0K] drawable-hdpi
│ │ │ ├── [ 347] arrow_right.png
│ │ │ ├── [4.8K] copy_link.png
│ │ │ ├── [4.3K] file_application.png
│ │ │ ├── [2.7K] file_calendar.png
│ │ │ ├── [1.8K] file_code.png
│ │ │ ├── [1.5K] file_doc.png
│ │ │ ├── [2.3K] file_image.png
│ │ │ ├── [1.1K] file_movie.png
│ │ │ ├── [5.6K] file_pdf.png
│ │ │ ├── [1.4K] file.png
│ │ │ ├── [ 904] file_ppt.png
│ │ │ ├── [3.5K] file_sound.png
│ │ │ ├── [1.1K] file_text.png
│ │ │ ├── [4.9K] file_vcard.png
│ │ │ ├── [1.5K] file_xls.png
│ │ │ ├── [ 990] file_zip.png
│ │ │ ├── [2.3K] folder_external.png
│ │ │ ├── [1.0K] folder.png
│ │ │ ├── [3.4K] folder_public.png
│ │ │ ├── [ 718] ic_account_circle.png
│ │ │ ├── [ 573] ic_account_circle_white_18dp.png
│ │ │ ├── [ 657] ic_account_plus.png
│ │ │ ├── [ 631] ic_action_cancel_grey.png
│ │ │ ├── [ 323] ic_action_create_dir.png
│ │ │ ├── [ 481] ic_action_delete_grey.png
│ │ │ ├── [ 565] ic_action_refresh.png
│ │ │ ├── [ 418] ic_action_refresh_white.png
│ │ │ ├── [ 240] ic_action_upload.png
│ │ │ ├── [1.3K] ic_activity_light_grey.png
│ │ │ ├── [ 676] ic_activity.png
│ │ │ ├── [ 526] ic_alert.png
│ │ │ ├── [ 958] ic_alphabetical_asc.png
│ │ │ ├── [ 976] ic_alphabetical_desc.png
│ │ │ ├── [ 147] ic_arrow_back.png
│ │ │ ├── [ 532] ic_available_offline.png
│ │ │ ├── [ 631] ic_cancel.png
│ │ │ ├── [ 376] ic_checkbox_blank_outline.png
│ │ │ ├── [ 572] ic_checkbox_marked.png
│ │ │ ├── [ 432] ic_close.png
│ │ │ ├── [1.0K] ic_cloud_sync_off.png
│ │ │ ├── [ 619] ic_cloud_sync_on.png
│ │ │ ├── [ 500] ic_done_white.png
│ │ │ ├── [ 260] ic_dots_vertical.png
│ │ │ ├── [ 189] ic_down.png
│ │ │ ├── [ 604] ic_email.png
│ │ │ ├── [1.5K] ic_favorite.png
│ │ │ ├── [ 367] ic_folder_open.png
│ │ │ ├── [ 556] ic_folder_star_18dp.png
│ │ │ ├── [ 558] ic_group.png
│ │ │ ├── [ 746] ic_hide.png
│ │ │ ├── [ 587] ic_home.png
│ │ │ ├── [ 432] ic_image_18dp.png
│ │ │ ├── [ 344] ic_import.png
│ │ │ ├── [ 782] ic_link_grey.png
│ │ │ ├── [ 877] ic_list_empty_create_folder.png
│ │ │ ├── [ 841] ic_list_empty_error.png
│ │ │ ├── [ 680] ic_list_empty_folder.png
│ │ │ ├── [ 980] ic_list_empty_home.png
│ │ │ ├── [1.2K] ic_list_empty_image.png
│ │ │ ├── [3.1K] ic_list_empty_recent.png
│ │ │ ├── [2.1K] ic_list_empty_shared.png
│ │ │ ├── [ 610] ic_list_empty_upload.png
│ │ │ ├── [ 741] ic_list_empty_video.png
│ │ │ ├── [ 479] ic_lock_open_white.png
│ │ │ ├── [ 471] ic_lock_white.png
│ │ │ ├── [ 791] ic_map_marker.png
│ │ │ ├── [1.1K] ic_modification_asc.png
│ │ │ ├── [1.1K] ic_modification_desc.png
│ │ │ ├── [1.1K] ic_notification_light_grey.png
│ │ │ ├── [ 623] ic_notification.png
│ │ │ ├── [ 267] ic_ok.png
│ │ │ ├── [ 751] ic_phone.png
│ │ │ ├── [ 195] ic_play_arrow.png
│ │ │ ├── [ 859] ic_search_grey.png
│ │ │ ├── [1.8K] ic_search_light_grey.png
│ │ │ ├── [ 575] ic_search.png
│ │ │ ├── [ 429] ic_select_all.png
│ │ │ ├── [ 226] ic_select_none.png
│ │ │ ├── [1004] ic_settings.png
│ │ │ ├── [1.3K] ic_size_asc.png
│ │ │ ├── [1.3K] ic_size_desc.png
│ │ │ ├── [ 223] ic_sort_variant.png
│ │ │ ├── [2.1K] ic_star_light_yellow.png
│ │ │ ├── [2.3K] ic_synced.png
│ │ │ ├── [2.3K] ic_synchronizing_error.png
│ │ │ ├── [3.2K] ic_synchronizing.png
│ │ │ ├── [ 958] ic_twitter.png
│ │ │ ├── [ 940] ic_unshared.png
│ │ │ ├── [ 211] ic_up.png
│ │ │ ├── [ 539] ic_user.png
│ │ │ ├── [ 336] ic_video_18dp.png
│ │ │ ├── [ 120] ic_view_list.png
│ │ │ ├── [ 109] ic_view_module.png
│ │ │ ├── [ 503] ic_view.png
│ │ │ ├── [ 640] ic_warning.png
│ │ │ ├── [1.2K] ic_web.png
│ │ │ ├── [ 17K] image_fail.png
│ │ │ ├── [6.6K] logo.png
│ │ │ ├── [ 676] nav_activity.png
│ │ │ ├── [ 367] nav_all_files.png
│ │ │ ├── [ 539] nav_contacts.png
│ │ │ ├── [ 840] nav_favorites.png
│ │ │ ├── [ 714] nav_logout.png
│ │ │ ├── [ 623] nav_notifications.png
│ │ │ ├── [ 298] nav_on_device.png
│ │ │ ├── [ 754] nav_participate.png
│ │ │ ├── [ 698] nav_photos.png
│ │ │ ├── [1.4K] nav_recently.png
│ │ │ ├── [1004] nav_settings.png
│ │ │ ├── [ 995] nav_shared.png
│ │ │ ├── [ 772] nav_synced_folders.png
│ │ │ ├── [ 284] nav_uploads.png
│ │ │ ├── [ 450] nav_videos.png
│ │ │ ├── [ 568] no_network.png
│ │ │ ├── [ 697] notification_icon.png
│ │ │ ├── [3.1K] shared_with_me_folder.png
│ │ │ ├── [ 230] view_play.png
│ │ │ ├── [ 30K] whats_new_accounts.png
│ │ │ ├── [108K] whats_new_auto_upload.png
│ │ │ ├── [ 25K] whats_new_files.png
│ │ │ ├── [ 30K] whats_new_fingerprint.png
│ │ │ ├── [8.9K] whats_new_notification.png
│ │ │ ├── [ 39K] whats_new_search.png
│ │ │ └── [ 37K] whats_new_theming.png
│ │ ├── [4.0K] drawable-mdpi
│ │ │ ├── [ 266] arrow_right.png
│ │ │ ├── [2.7K] copy_link.png
│ │ │ ├── [2.8K] file_application.png
│ │ │ ├── [1.9K] file_calendar.png
│ │ │ ├── [1.2K] file_code.png
│ │ │ ├── [1.0K] file_doc.png
│ │ │ ├── [1.5K] file_image.png
│ │ │ ├── [ 853] file_movie.png
│ │ │ ├── [3.7K] file_pdf.png
│ │ │ ├── [ 935] file.png
│ │ │ ├── [ 651] file_ppt.png
│ │ │ ├── [2.4K] file_sound.png
│ │ │ ├── [ 836] file_text.png
│ │ │ ├── [3.2K] file_vcard.png
│ │ │ ├── [1014] file_xls.png
│ │ │ ├── [ 633] file_zip.png
│ │ │ ├── [1.7K] folder_external.png
│ │ │ ├── [ 696] folder.png
│ │ │ ├── [2.3K] folder_public.png
│ │ │ ├── [ 361] ic_account_circle_white_18dp.png
│ │ │ ├── [ 398] ic_account_plus.png
│ │ │ ├── [ 507] ic_action_cancel_grey.png
│ │ │ ├── [ 245] ic_action_create_dir.png
│ │ │ ├── [ 301] ic_action_delete_grey.png
│ │ │ ├── [ 406] ic_action_refresh.png
│ │ │ ├── [ 332] ic_action_refresh_white.png
│ │ │ ├── [ 204] ic_action_upload.png
│ │ │ ├── [ 910] ic_activity_light_grey.png
│ │ │ ├── [ 505] ic_activity.png
│ │ │ ├── [ 343] ic_alert.png
│ │ │ ├── [ 739] ic_alphabetical_asc.png
│ │ │ ├── [ 728] ic_alphabetical_desc.png
│ │ │ ├── [ 113] ic_arrow_back.png
│ │ │ ├── [ 434] ic_available_offline.png
│ │ │ ├── [ 553] ic_cancel.png
│ │ │ ├── [ 237] ic_checkbox_blank_outline.png
│ │ │ ├── [ 382] ic_checkbox_marked.png
│ │ │ ├── [ 311] ic_close.png
│ │ │ ├── [ 722] ic_cloud_sync_off.png
│ │ │ ├── [ 437] ic_cloud_sync_on.png
│ │ │ ├── [ 446] ic_done_white.png
│ │ │ ├── [ 204] ic_dots_vertical.png
│ │ │ ├── [ 169] ic_down.png
│ │ │ ├── [ 456] ic_email.png
│ │ │ ├── [1.2K] ic_favorite.png
│ │ │ ├── [ 278] ic_folder_open.png
│ │ │ ├── [ 413] ic_folder_star_18dp.png
│ │ │ ├── [ 384] ic_group.png
│ │ │ ├── [ 512] ic_hide.png
│ │ │ ├── [ 461] ic_home.png
│ │ │ ├── [ 339] ic_image_18dp.png
│ │ │ ├── [ 256] ic_import.png
│ │ │ ├── [ 470] ic_link_grey.png
│ │ │ ├── [ 672] ic_list_empty_create_folder.png
│ │ │ ├── [ 590] ic_list_empty_error.png
│ │ │ ├── [ 476] ic_list_empty_folder.png
│ │ │ ├── [ 720] ic_list_empty_home.png
│ │ │ ├── [ 839] ic_list_empty_image.png
│ │ │ ├── [2.1K] ic_list_empty_recent.png
│ │ │ ├── [1.4K] ic_list_empty_shared.png
│ │ │ ├── [ 435] ic_list_empty_upload.png
│ │ │ ├── [ 536] ic_list_empty_video.png
│ │ │ ├── [ 304] ic_lock_open_white.png
│ │ │ ├── [ 312] ic_lock_white.png
│ │ │ ├── [ 560] ic_map_marker.png
│ │ │ ├── [ 839] ic_modification_asc.png
│ │ │ ├── [ 836] ic_modification_desc.png
│ │ │ ├── [ 805] ic_notification_light_grey.png
│ │ │ ├── [ 450] ic_notification.png
│ │ │ ├── [ 227] ic_ok.png
│ │ │ ├── [ 541] ic_phone.png
│ │ │ ├── [ 157] ic_play_arrow.png
│ │ │ ├── [ 536] ic_search_grey.png
│ │ │ ├── [1.2K] ic_search_light_grey.png
│ │ │ ├── [ 337] ic_search.png
│ │ │ ├── [ 238] ic_select_all.png
│ │ │ ├── [ 132] ic_select_none.png
│ │ │ ├── [ 646] ic_settings.png
│ │ │ ├── [ 911] ic_size_asc.png
│ │ │ ├── [ 919] ic_size_desc.png
│ │ │ ├── [ 177] ic_sort_variant.png
│ │ │ ├── [1.4K] ic_star_light_yellow.png
│ │ │ ├── [1.5K] ic_synced.png
│ │ │ ├── [1.6K] ic_synchronizing_error.png
│ │ │ ├── [2.1K] ic_synchronizing.png
│ │ │ ├── [ 664] ic_twitter.png
│ │ │ ├── [ 634] ic_unshared.png
│ │ │ ├── [ 171] ic_up.png
│ │ │ ├── [ 394] ic_user.png
│ │ │ ├── [ 318] ic_video_18dp.png
│ │ │ ├── [ 85] ic_view_list.png
│ │ │ ├── [ 84] ic_view_module.png
│ │ │ ├── [ 360] ic_view.png
│ │ │ ├── [ 506] ic_warning.png
│ │ │ ├── [ 761] ic_web.png
│ │ │ ├── [7.8K] image_fail.png
│ │ │ ├── [ 505] nav_activity.png
│ │ │ ├── [ 278] nav_all_files.png
│ │ │ ├── [ 394] nav_contacts.png
│ │ │ ├── [ 576] nav_favorites.png
│ │ │ ├── [ 427] nav_logout.png
│ │ │ ├── [ 450] nav_notifications.png
│ │ │ ├── [ 199] nav_on_device.png
│ │ │ ├── [ 535] nav_participate.png
│ │ │ ├── [ 516] nav_photos.png
│ │ │ ├── [ 984] nav_recently.png
│ │ │ ├── [ 646] nav_settings.png
│ │ │ ├── [ 733] nav_shared.png
│ │ │ ├── [ 537] nav_synced_folders.png
│ │ │ ├── [ 183] nav_uploads.png
│ │ │ ├── [ 360] nav_videos.png
│ │ │ ├── [ 440] no_network.png
│ │ │ ├── [ 466] notification_icon.png
│ │ │ ├── [2.1K] shared_with_me_folder.png
│ │ │ └── [ 203] view_play.png
│ │ ├── [4.0K] drawable-xhdpi
│ │ │ ├── [ 357] arrow_right.png
│ │ │ ├── [4.6K] copy_link.png
│ │ │ ├── [5.8K] file_application.png
│ │ │ ├── [3.8K] file_calendar.png
│ │ │ ├── [2.4K] file_code.png
│ │ │ ├── [2.0K] file_doc.png
│ │ │ ├── [3.0K] file_image.png
│ │ │ ├── [1.5K] file_movie.png
│ │ │ ├── [7.6K] file_pdf.png
│ │ │ ├── [1.8K] file.png
│ │ │ ├── [1.2K] file_ppt.png
│ │ │ ├── [4.8K] file_sound.png
│ │ │ ├── [1.6K] file_text.png
│ │ │ ├── [6.6K] file_vcard.png
│ │ │ ├── [2.0K] file_xls.png
│ │ │ ├── [1.3K] file_zip.png
│ │ │ ├── [3.1K] folder_external.png
│ │ │ ├── [1.4K] folder.png
│ │ │ ├── [4.8K] folder_public.png
│ │ │ ├── [ 632] ic_account_circle.png
│ │ │ ├── [ 684] ic_account_circle_white_18dp.png
│ │ │ ├── [ 677] ic_account_plus.png
│ │ │ ├── [ 661] ic_action_cancel_grey.png
│ │ │ ├── [ 365] ic_action_create_dir.png
│ │ │ ├── [ 407] ic_action_delete_grey.png
│ │ │ ├── [ 716] ic_action_refresh_white.png
│ │ │ ├── [ 271] ic_action_upload.png
│ │ │ ├── [1.8K] ic_activity_light_grey.png
│ │ │ ├── [ 850] ic_activity.png
│ │ │ ├── [ 669] ic_alert.png
│ │ │ ├── [1.3K] ic_alphabetical_asc.png
│ │ │ ├── [1.3K] ic_alphabetical_desc.png
│ │ │ ├── [ 134] ic_arrow_back.png
│ │ │ ├── [ 572] ic_available_offline.png
│ │ │ ├── [ 378] ic_checkbox_blank_outline.png
│ │ │ ├── [ 632] ic_checkbox_marked.png
│ │ │ ├── [ 526] ic_close.png
│ │ │ ├── [1.3K] ic_cloud_sync_off.png
│ │ │ ├── [ 793] ic_cloud_sync_on.png
│ │ │ ├── [ 524] ic_done_white.png
│ │ │ ├── [ 330] ic_dots_vertical.png
│ │ │ ├── [ 199] ic_down.png
│ │ │ ├── [ 737] ic_email.png
│ │ │ ├── [1.7K] ic_favorite.png
│ │ │ ├── [ 289] ic_folder_open.png
│ │ │ ├── [ 636] ic_folder_star_18dp.png
│ │ │ ├── [ 686] ic_group.png
│ │ │ ├── [ 942] ic_hide.png
│ │ │ ├── [ 723] ic_home.png
│ │ │ ├── [ 529] ic_image_18dp.png
│ │ │ ├── [ 404] ic_import.png
│ │ │ ├── [ 876] ic_link_grey.png
│ │ │ ├── [1.0K] ic_list_empty_create_folder.png
│ │ │ ├── [ 958] ic_list_empty_error.png
│ │ │ ├── [ 772] ic_list_empty_folder.png
│ │ │ ├── [1.2K] ic_list_empty_home.png
│ │ │ ├── [1.5K] ic_list_empty_image.png
│ │ │ ├── [4.2K] ic_list_empty_recent.png
│ │ │ ├── [2.8K] ic_list_empty_shared.png
│ │ │ ├── [ 717] ic_list_empty_upload.png
│ │ │ ├── [ 855] ic_list_empty_video.png
│ │ │ ├── [ 561] ic_lock_open_white.png
│ │ │ ├── [ 604] ic_lock_white.png
│ │ │ ├── [ 958] ic_map_marker.png
│ │ │ ├── [1.5K] ic_modification_asc.png
│ │ │ ├── [1.5K] ic_modification_desc.png
│ │ │ ├── [1.5K] ic_notification_light_grey.png
│ │ │ ├── [ 719] ic_notification.png
│ │ │ ├── [ 306] ic_ok.png
│ │ │ ├── [ 893] ic_phone.png
│ │ │ ├── [ 220] ic_play_arrow.png
│ │ │ ├── [ 972] ic_search_grey.png
│ │ │ ├── [2.5K] ic_search_light_grey.png
│ │ │ ├── [ 581] ic_search.png
│ │ │ ├── [ 325] ic_select_all.png
│ │ │ ├── [ 198] ic_select_none.png
│ │ │ ├── [ 604] ic_settings.png
│ │ │ ├── [1.6K] ic_size_asc.png
│ │ │ ├── [1.6K] ic_size_desc.png
│ │ │ ├── [ 198] ic_sort_variant.png
│ │ │ ├── [2.7K] ic_star_light_yellow.png
│ │ │ ├── [2.9K] ic_synced.png
│ │ │ ├── [2.9K] ic_synchronizing_error.png
│ │ │ ├── [4.3K] ic_synchronizing.png
│ │ │ ├── [1.2K] ic_twitter.png
│ │ │ ├── [1.2K] ic_unshared.png
│ │ │ ├── [ 205] ic_up.png
│ │ │ ├── [ 656] ic_user.png
│ │ │ ├── [ 363] ic_video_18dp.png
│ │ │ ├── [ 94] ic_view_list.png
│ │ │ ├── [ 94] ic_view_module.png
│ │ │ ├── [ 629] ic_view.png
│ │ │ ├── [ 477] ic_warning.png
│ │ │ ├── [1.6K] ic_web.png
│ │ │ ├── [ 850] nav_activity.png
│ │ │ ├── [ 289] nav_all_files.png
│ │ │ ├── [ 656] nav_contacts.png
│ │ │ ├── [1.1K] nav_favorites.png
│ │ │ ├── [ 669] nav_logout.png
│ │ │ ├── [ 719] nav_notifications.png
│ │ │ ├── [ 342] nav_on_device.png
│ │ │ ├── [ 910] nav_participate.png
│ │ │ ├── [ 696] nav_photos.png
│ │ │ ├── [1.9K] nav_recently.png
│ │ │ ├── [ 604] nav_settings.png
│ │ │ ├── [1.3K] nav_shared.png
│ │ │ ├── [ 944] nav_synced_folders.png
│ │ │ ├── [ 230] nav_uploads.png
│ │ │ ├── [ 423] nav_videos.png
│ │ │ ├── [ 731] no_network.png
│ │ │ ├── [ 890] notification_icon.png
│ │ │ ├── [4.4K] shared_with_me_folder.png
│ │ │ └── [ 266] view_play.png
│ │ ├── [4.0K] drawable-xxhdpi
│ │ │ ├── [ 497] arrow_right.png
│ │ │ ├── [8.7K] file_application.png
│ │ │ ├── [5.9K] file_calendar.png
│ │ │ ├── [4.4K] file_code.png
│ │ │ ├── [3.1K] file_doc.png
│ │ │ ├── [4.7K] file_image.png
│ │ │ ├── [2.3K] file_movie.png
│ │ │ ├── [ 12K] file_pdf.png
│ │ │ ├── [2.9K] file.png
│ │ │ ├── [1.9K] file_ppt.png
│ │ │ ├── [7.2K] file_sound.png
│ │ │ ├── [2.5K] file_text.png
│ │ │ ├── [ 10K] file_vcard.png
│ │ │ ├── [3.1K] file_xls.png
│ │ │ ├── [2.0K] file_zip.png
│ │ │ ├── [4.8K] folder_external.png
│ │ │ ├── [2.1K] folder.png
│ │ │ ├── [7.5K] folder_public.png
│ │ │ ├── [ 909] ic_account_circle.png
│ │ │ ├── [ 997] ic_account_circle_white_18dp.png
│ │ │ ├── [1.0K] ic_account_plus.png
│ │ │ ├── [ 920] ic_action_cancel_grey.png
│ │ │ ├── [ 503] ic_action_create_dir.png
│ │ │ ├── [ 655] ic_action_delete_grey.png
│ │ │ ├── [1.0K] ic_action_refresh_white.png
│ │ │ ├── [ 325] ic_action_upload.png
│ │ │ ├── [2.7K] ic_activity_light_grey.png
│ │ │ ├── [1.2K] ic_activity.png
│ │ │ ├── [ 921] ic_alert.png
│ │ │ ├── [1.7K] ic_alphabetical_asc.png
│ │ │ ├── [1.7K] ic_alphabetical_desc.png
│ │ │ ├── [ 194] ic_arrow_back.png
│ │ │ ├── [ 685] ic_available_offline.png
│ │ │ ├── [ 556] ic_checkbox_blank_outline.png
│ │ │ ├── [ 872] ic_checkbox_marked.png
│ │ │ ├── [ 632] ic_close.png
│ │ │ ├── [2.0K] ic_cloud_sync_off.png
│ │ │ ├── [1.2K] ic_cloud_sync_on.png
│ │ │ ├── [ 255] ic_done_white.png
│ │ │ ├── [ 486] ic_dots_vertical.png
│ │ │ ├── [ 245] ic_down.png
│ │ │ ├── [1.0K] ic_email.png
│ │ │ ├── [1.7K] ic_favorite.png
│ │ │ ├── [ 442] ic_folder_open.png
│ │ │ ├── [ 955] ic_folder_star_18dp.png
│ │ │ ├── [ 910] ic_group.png
│ │ │ ├── [1.3K] ic_hide.png
│ │ │ ├── [ 950] ic_home.png
│ │ │ ├── [ 742] ic_image_18dp.png
│ │ │ ├── [ 556] ic_import.png
│ │ │ ├── [1.2K] ic_link_grey.png
│ │ │ ├── [1.4K] ic_list_empty_create_folder.png
│ │ │ ├── [1.3K] ic_list_empty_error.png
│ │ │ ├── [1.2K] ic_list_empty_folder.png
│ │ │ ├── [1.7K] ic_list_empty_home.png
│ │ │ ├── [2.2K] ic_list_empty_image.png
│ │ │ ├── [6.4K] ic_list_empty_recent.png
│ │ │ ├── [4.2K] ic_list_empty_shared.png
│ │ │ ├── [1023] ic_list_empty_upload.png
│ │ │ ├── [1.2K] ic_list_empty_video.png
│ │ │ ├── [ 860] ic_lock_open_white.png
│ │ │ ├── [ 926] ic_lock_white.png
│ │ │ ├── [1.5K] ic_map_marker.png
│ │ │ ├── [2.0K] ic_modification_asc.png
│ │ │ ├── [2.0K] ic_modification_desc.png
│ │ │ ├── [2.1K] ic_notification_light_grey.png
│ │ │ ├── [1.0K] ic_notification.png
│ │ │ ├── [ 400] ic_ok.png
│ │ │ ├── [1.4K] ic_phone.png
│ │ │ ├── [ 283] ic_play_arrow.png
│ │ │ ├── [1.4K] ic_search_grey.png
│ │ │ ├── [3.6K] ic_search_light_grey.png
│ │ │ ├── [ 930] ic_search.png
│ │ │ ├── [ 436] ic_select_all.png
│ │ │ ├── [ 269] ic_select_none.png
│ │ │ ├── [ 994] ic_settings.png
│ │ │ ├── [2.3K] ic_size_asc.png
│ │ │ ├── [2.3K] ic_size_desc.png
│ │ │ ├── [ 229] ic_sort_variant.png
│ │ │ ├── [4.1K] ic_star_light_yellow.png
│ │ │ ├── [4.6K] ic_synced.png
│ │ │ ├── [4.3K] ic_synchronizing_error.png
│ │ │ ├── [6.5K] ic_synchronizing.png
│ │ │ ├── [1.8K] ic_twitter.png
│ │ │ ├── [1.9K] ic_unshared.png
│ │ │ ├── [ 239] ic_up.png
│ │ │ ├── [ 972] ic_user.png
│ │ │ ├── [ 436] ic_video_18dp.png
│ │ │ ├── [ 932] ic_view.png
│ │ │ ├── [ 769] ic_warning.png
│ │ │ ├── [2.5K] ic_web.png
│ │ │ ├── [1.2K] nav_activity.png
│ │ │ ├── [ 442] nav_all_files.png
│ │ │ ├── [ 972] nav_contacts.png
│ │ │ ├── [1.6K] nav_favorites.png
│ │ │ ├── [ 936] nav_logout.png
│ │ │ ├── [1.0K] nav_notifications.png
│ │ │ ├── [ 453] nav_on_device.png
│ │ │ ├── [1.3K] nav_participate.png
│ │ │ ├── [1.0K] nav_photos.png
│ │ │ ├── [2.9K] nav_recently.png
│ │ │ ├── [ 994] nav_settings.png
│ │ │ ├── [2.0K] nav_shared.png
│ │ │ ├── [1.4K] nav_synced_folders.png
│ │ │ ├── [ 275] nav_uploads.png
│ │ │ ├── [ 616] nav_videos.png
│ │ │ ├── [1015] no_network.png
│ │ │ ├── [1.2K] notification_icon.png
│ │ │ ├── [ 454] owncloud_progressbar_indeterminate_1.png
│ │ │ ├── [ 456] owncloud_progressbar_indeterminate_2.png
│ │ │ ├── [ 482] owncloud_progressbar_indeterminate_3.png
│ │ │ ├── [ 491] owncloud_progressbar_indeterminate_4.png
│ │ │ ├── [ 452] owncloud_progressbar_indeterminate_5.png
│ │ │ ├── [ 466] owncloud_progressbar_indeterminate_6.png
│ │ │ ├── [ 465] owncloud_progressbar_indeterminate_7.png
│ │ │ ├── [ 456] owncloud_progressbar_indeterminate_8.png
│ │ │ ├── [6.7K] shared_with_me_folder.png
│ │ │ └── [ 320] view_play.png
│ │ ├── [4.0K] drawable-xxxhdpi
│ │ │ ├── [ 15K] apk.png
│ │ │ ├── [ 608] arrow_right.png
│ │ │ ├── [ 83K] background.jpg
│ │ │ ├── [ 15K] fdroid.png
│ │ │ ├── [1.3K] ic_account_circle_white_18dp.png
│ │ │ ├── [ 636] ic_action_create_dir.png
│ │ │ ├── [ 552] ic_action_delete_grey.png
│ │ │ ├── [1.5K] ic_action_refresh.png
│ │ │ ├── [ 397] ic_action_upload.png
│ │ │ ├── [3.7K] ic_activity_light_grey.png
│ │ │ ├── [1.6K] ic_activity.png
│ │ │ ├── [1.1K] ic_alert.png
│ │ │ ├── [2.2K] ic_alphabetical_asc.png
│ │ │ ├── [2.2K] ic_alphabetical_desc.png
│ │ │ ├── [ 199] ic_arrow_back.png
│ │ │ ├── [1.1K] ic_checkbox_marked.png
│ │ │ ├── [2.8K] ic_cloud_sync_off.png
│ │ │ ├── [1.5K] ic_cloud_sync_on.png
│ │ │ ├── [ 717] ic_done_white.png
│ │ │ ├── [ 597] ic_dots_vertical.png
│ │ │ ├── [1.2K] ic_email.png
│ │ │ ├── [2.3K] ic_favorite.png
│ │ │ ├── [1.2K] ic_folder_star_18dp.png
│ │ │ ├── [1.8K] ic_hide.png
│ │ │ ├── [1.2K] ic_home.png
│ │ │ ├── [ 936] ic_image_18dp.png
│ │ │ ├── [1.6K] ic_link_grey.png
│ │ │ ├── [1.7K] ic_list_empty_create_folder.png
│ │ │ ├── [1.8K] ic_list_empty_error.png
│ │ │ ├── [1.5K] ic_list_empty_folder.png
│ │ │ ├── [2.4K] ic_list_empty_home.png
│ │ │ ├── [2.9K] ic_list_empty_image.png
│ │ │ ├── [8.7K] ic_list_empty_recent.png
│ │ │ ├── [5.8K] ic_list_empty_shared.png
│ │ │ ├── [1.4K] ic_list_empty_upload.png
│ │ │ ├── [1.6K] ic_list_empty_video.png
│ │ │ ├── [1.1K] ic_lock_open_white.png
│ │ │ ├── [1.1K] ic_lock_white.png
│ │ │ ├── [2.0K] ic_map_marker.png
│ │ │ ├── [2.6K] ic_modification_asc.png
│ │ │ ├── [2.6K] ic_modification_desc.png
│ │ │ ├── [2.9K] ic_notification_light_grey.png
│ │ │ ├── [1.3K] ic_notification.png
│ │ │ ├── [ 519] ic_ok.png
│ │ │ ├── [1.8K] ic_phone.png
│ │ │ ├── [1.8K] ic_search_grey.png
│ │ │ ├── [5.0K] ic_search_light_grey.png
│ │ │ ├── [1.1K] ic_search.png
│ │ │ ├── [ 559] ic_select_all.png
│ │ │ ├── [ 354] ic_select_none.png
│ │ │ ├── [2.4K] ic_settings.png
│ │ │ ├── [2.9K] ic_size_asc.png
│ │ │ ├── [2.9K] ic_size_desc.png
│ │ │ ├── [ 255] ic_sort_variant.png
│ │ │ ├── [5.8K] ic_star_light_yellow.png
│ │ │ ├── [6.0K] ic_synced.png
│ │ │ ├── [5.9K] ic_synchronizing_error.png
│ │ │ ├── [9.0K] ic_synchronizing.png
│ │ │ ├── [2.4K] ic_twitter.png
│ │ │ ├── [2.5K] ic_unshared.png
│ │ │ ├── [ 460] ic_video_18dp.png
│ │ │ ├── [1.4K] ic_view.png
│ │ │ ├── [3.3K] ic_web.png
│ │ │ ├── [1.6K] nav_activity.png
│ │ │ ├── [2.1K] nav_favorites.png
│ │ │ ├── [1.1K] nav_logout.png
│ │ │ ├── [1.3K] nav_notifications.png
│ │ │ ├── [ 633] nav_on_device.png
│ │ │ ├── [1.8K] nav_participate.png
│ │ │ ├── [1.2K] nav_photos.png
│ │ │ ├── [3.7K] nav_recently.png
│ │ │ ├── [2.4K] nav_settings.png
│ │ │ ├── [2.5K] nav_shared.png
│ │ │ ├── [1.8K] nav_synced_folders.png
│ │ │ ├── [ 360] nav_uploads.png
│ │ │ ├── [ 668] nav_videos.png
│ │ │ ├── [1.3K] no_network.png
│ │ │ ├── [1.7K] notification_icon.png
│ │ │ ├── [ 14K] playstore.png
│ │ │ └── [ 382] view_play.png
│ │ ├── [4.0K] layout
│ │ │ ├── [2.0K] account_action.xml
│ │ │ ├── [4.0K] account_item.xml
│ │ │ ├── [ 715] account_setup_webview.xml
│ │ │ ├── [ 12K] account_setup.xml
│ │ │ ├── [1.3K] accounts_layout.xml
│ │ │ ├── [ 645] activity_list_item_header.xml
│ │ │ ├── [3.1K] activity_list_item.xml
│ │ │ ├── [4.0K] activity_list_layout.xml
│ │ │ ├── [1.8K] activity_manage_space.xml
│ │ │ ├── [1.9K] activity_row.xml
│ │ │ ├── [2.6K] contactlist_fragment.xml
│ │ │ ├── [1.7K] contactlist_list_item.xml
│ │ │ ├── [3.8K] contacts_backup_fragment.xml
│ │ │ ├── [2.7K] contacts_preference.xml
│ │ │ ├── [5.3K] drawer_header.xml
│ │ │ ├── [3.0K] drawer.xml
│ │ │ ├── [1.2K] edit_box_dialog.xml
│ │ │ ├── [4.1K] edit_share_layout.xml
│ │ │ ├── [2.6K] empty_list.xml
│ │ │ ├── [ 366] errorhandling_showerror.xml
│ │ │ ├── [1.9K] externalsite_webview.xml
│ │ │ ├── [1.2K] file_details_empty.xml
│ │ │ ├── [7.9K] file_details_fragment.xml
│ │ │ ├── [1.5K] file_details_share_user_item.xml
│ │ │ ├── [3.0K] file_download_fragment.xml
│ │ │ ├── [3.0K] file_preview.xml
│ │ │ ├── [2.4K] files_folder_picker.xml
│ │ │ ├── [2.3K] files.xml
│ │ │ ├── [2.5K] fingerprintlock.xml
│ │ │ ├── [2.3K] generic_explanation.xml
│ │ │ ├── [3.5K] grid_image.xml
│ │ │ ├── [4.0K] grid_item.xml
│ │ │ ├── [2.6K] grid_sync_item.xml
│ │ │ ├── [ 752] list_footer.xml
│ │ │ ├── [1.2K] list_fragment_expandable.xml
│ │ │ ├── [5.8K] list_fragment.xml
│ │ │ ├── [8.4K] list_item.xml
│ │ │ ├── [1.6K] loading_dialog.xml
│ │ │ ├── [2.9K] log_send_file.xml
│ │ │ ├── [3.5K] media_control.xml
│ │ │ ├── [4.0K] notifications_layout.xml
│ │ │ ├── [9.6K] participate_layout.xml
│ │ │ ├── [3.0K] passcodelock.xml
│ │ │ ├── [1.5K] password_dialog.xml
│ │ │ ├── [1003] preference_widget_radiobutton.xml
│ │ │ ├── [1.5K] preview_image_activity.xml
│ │ │ ├── [2.0K] preview_image_fragment.xml
│ │ │ ├── [2.0K] search_users_groups_layout.xml
│ │ │ ├── [1.1K] share_activity.xml
│ │ │ ├── [ 16K] share_file_layout.xml
│ │ │ ├── [3.0K] share_user_item.xml
│ │ │ ├── [ 12K] sorting_order_fragment.xml
│ │ │ ├── [ 16K] ssl_untrusted_cert_layout.xml
│ │ │ ├── [ 15K] ssl_validator_layout.xml
│ │ │ ├── [ 876] sso_dialog.xml
│ │ │ ├── [3.7K] synced_folders_item_header.xml
│ │ │ ├── [7.2K] synced_folders_layout.xml
│ │ │ ├── [ 18K] synced_folders_settings_layout.xml
│ │ │ ├── [1.7K] text_file_preview.xml
│ │ │ ├── [1.9K] toolbar_standard.xml
│ │ │ ├── [4.4K] toolbar_user_information.xml
│ │ │ ├── [2.7K] uploader_layout.xml
│ │ │ ├── [3.7K] uploader_list_item_layout.xml
│ │ │ ├── [2.0K] upload_file_dialog.xml
│ │ │ ├── [3.4K] upload_files_layout.xml
│ │ │ ├── [ 809] upload_list_group.xml
│ │ │ ├── [4.9K] upload_list_item.xml
│ │ │ ├── [2.6K] upload_list_layout.xml
│ │ │ ├── [ 14K] user_info_layout.xml
│ │ │ ├── [1.0K] video_layout.xml
│ │ │ ├── [3.6K] whats_new_activity.xml
│ │ │ ├── [2.5K] whats_new_element.xml
│ │ │ └── [ 436] whats_new_webview_element.xml
│ │ ├── [4.0K] layout-land
│ │ │ └── [ 12K] account_setup.xml
│ │ ├── [4.0K] menu
│ │ │ ├── [1.2K] contactlist_menu.xml
│ │ │ ├── [5.6K] drawer_menu.xml
│ │ │ ├── [4.7K] file_actions_menu.xml
│ │ │ ├── [2.6K] main_menu.xml
│ │ │ ├── [ 724] navigation_bar_menu.xml
│ │ │ ├── [2.0K] receive_file_menu.xml
│ │ │ ├── [1.9K] upload_files_picker.xml
│ │ │ ├── [1.5K] upload_list_menu.xml
│ │ │ └── [ 339] user_info_menu.xml
│ │ ├── [4.0K] mipmap-hdpi
│ │ │ └── [7.7K] ic_launcher.png
│ │ ├── [4.0K] mipmap-mdpi
│ │ │ └── [4.1K] ic_launcher.png
│ │ ├── [4.0K] mipmap-xhdpi
│ │ │ └── [ 12K] ic_launcher.png
│ │ ├── [4.0K] mipmap-xxhdpi
│ │ │ └── [ 24K] ic_launcher.png
│ │ ├── [4.0K] mipmap-xxxhdpi
│ │ │ └── [ 37K] ic_launcher.png
│ │ ├── [4.0K] raw
│ │ │ ├── [1.0K] changelog.html
│ │ │ └── [ 0] custom_error.html
│ │ ├── [4.0K] raw-de
│ │ │ └── [1.1K] changelog.html
│ │ ├── [4.0K] raw-es
│ │ │ └── [1.1K] changelog.html
│ │ ├── [4.0K] values
│ │ │ ├── [1.1K] attrs.xml
│ │ │ ├── [ 839] bools.xml
│ │ │ ├── [1.9K] colors.xml
│ │ │ ├── [4.6K] dims.xml
│ │ │ ├── [1.1K] oauth2_configuration.xml
│ │ │ ├── [7.8K] setup.xml
│ │ │ ├── [ 52K] strings.xml
│ │ │ └── [ 11K] styles.xml
│ │ ├── [4.0K] values-ar
│ │ │ └── [ 30K] strings.xml
│ │ ├── [4.0K] values-ast
│ │ │ └── [ 32K] strings.xml
│ │ ├── [4.0K] values-bg-rBG
│ │ │ └── [ 33K] strings.xml
│ │ ├── [4.0K] values-ca
│ │ │ └── [ 34K] strings.xml
│ │ ├── [4.0K] values-cs-rCZ
│ │ │ └── [ 52K] strings.xml
│ │ ├── [4.0K] values-da
│ │ │ └── [ 28K] strings.xml
│ │ ├── [4.0K] values-de
│ │ │ └── [ 55K] strings.xml
│ │ ├── [4.0K] values-de-rDE
│ │ │ └── [ 55K] strings.xml
│ │ ├── [4.0K] values-el
│ │ │ └── [ 64K] strings.xml
│ │ ├── [4.0K] values-en-rGB
│ │ │ └── [ 49K] strings.xml
│ │ ├── [4.0K] values-es
│ │ │ └── [ 53K] strings.xml
│ │ ├── [4.0K] values-es-rAR
│ │ │ └── [ 46K] strings.xml
│ │ ├── [4.0K] values-es-rCO
│ │ │ └── [ 54K] strings.xml
│ │ ├── [4.0K] values-es-rCR
│ │ │ └── [ 54K] strings.xml
│ │ ├── [4.0K] values-es-rDO
│ │ │ └── [ 54K] strings.xml
│ │ ├── [4.0K] values-es-rEC
│ │ │ └── [ 54K] strings.xml
│ │ ├── [4.0K] values-es-rGT
│ │ │ └── [ 54K] strings.xml
│ │ ├── [4.0K] values-es-rHN
│ │ │ └── [ 54K] strings.xml
│ │ ├── [4.0K] values-es-rMX
│ │ │ └── [ 54K] strings.xml
│ │ ├── [4.0K] values-es-rNI
│ │ │ └── [ 54K] strings.xml
│ │ ├── [4.0K] values-es-rPA
│ │ │ └── [ 54K] strings.xml
│ │ ├── [4.0K] values-es-rPE
│ │ │ └── [ 54K] strings.xml
│ │ ├── [4.0K] values-es-rPY
│ │ │ └── [ 54K] strings.xml
│ │ ├── [4.0K] values-es-rSV
│ │ │ └── [ 54K] strings.xml
│ │ ├── [4.0K] values-eu
│ │ │ └── [ 34K] strings.xml
│ │ ├── [4.0K] values-fa
│ │ │ └── [ 31K] strings.xml
│ │ ├── [4.0K] values-fi-rFI
│ │ │ └── [ 36K] strings.xml
│ │ ├── [4.0K] values-fr
│ │ │ └── [ 55K] strings.xml
│ │ ├── [4.0K] values-he
│ │ │ └── [ 25K] strings.xml
│ │ ├── [4.0K] values-hu-rHU
│ │ │ └── [ 54K] strings.xml
│ │ ├── [4.0K] values-id
│ │ │ └── [ 45K] strings.xml
│ │ ├── [4.0K] values-is
│ │ │ └── [ 54K] strings.xml
│ │ ├── [4.0K] values-it
│ │ │ └── [ 53K] strings.xml
│ │ ├── [4.0K] values-ja-rJP
│ │ │ └── [ 35K] strings.xml
│ │ ├── [4.0K] values-ka-rGE
│ │ │ └── [ 85K] strings.xml
│ │ ├── [4.0K] values-ko
│ │ │ └── [ 35K] strings.xml
│ │ ├── [4.0K] values-large-land
│ │ │ └── [ 822] bools.xml
│ │ ├── [4.0K] values-lt-rLT
│ │ │ └── [ 46K] strings.xml
│ │ ├── [4.0K] values-lv
│ │ │ └── [ 23K] strings.xml
│ │ ├── [4.0K] values-nb-rNO
│ │ │ └── [ 49K] strings.xml
│ │ ├── [4.0K] values-nl
│ │ │ └── [ 53K] strings.xml
│ │ ├── [4.0K] values-pl
│ │ │ └── [ 51K] strings.xml
│ │ ├── [4.0K] values-pt-rBR
│ │ │ └── [ 54K] strings.xml
│ │ ├── [4.0K] values-ro
│ │ │ └── [ 25K] strings.xml
│ │ ├── [4.0K] values-ru
│ │ │ └── [ 68K] strings.xml
│ │ ├── [4.0K] values-sk-rSK
│ │ │ └── [ 28K] strings.xml
│ │ ├── [4.0K] values-sl
│ │ │ └── [ 42K] strings.xml
│ │ ├── [4.0K] values-sq
│ │ │ └── [ 50K] strings.xml
│ │ ├── [4.0K] values-sr
│ │ │ └── [ 67K] strings.xml
│ │ ├── [4.0K] values-sv
│ │ │ └── [ 46K] strings.xml
│ │ ├── [4.0K] values-sw360dp
│ │ │ └── [1.0K] dims.xml
│ │ ├── [4.0K] values-sw600dp
│ │ │ └── [ 873] dims.xml
│ │ ├── [4.0K] values-tr
│ │ │ └── [ 53K] strings.xml
│ │ ├── [4.0K] values-v19
│ │ │ ├── [ 786] bools.xml
│ │ │ └── [ 682] styles.xml
│ │ ├── [4.0K] values-v21
│ │ │ └── [1.6K] styles.xml
│ │ ├── [4.0K] values-zh-rCN
│ │ │ └── [ 44K] strings.xml
│ │ ├── [4.0K] values-zh-rTW
│ │ │ └── [ 39K] strings.xml
│ │ └── [4.0K] xml
│ │ ├── [1.1K] authenticator.xml
│ │ ├── [ 203] backup_config.xml
│ │ ├── [ 442] exposed_filepaths.xml
│ │ ├── [ 390] network_security_config.xml
│ │ ├── [3.5K] preferences.xml
│ │ ├── [1.1K] syncadapter_files.xml
│ │ └── [1.1K] users_and_groups_searchable.xml
│ ├── [4.0K] modified
│ │ ├── [3.2K] AndroidManifest.xml
│ │ ├── [ 651] google-services.json
│ │ ├── [4.0K] java
│ │ │ └── [4.0K] com
│ │ │ └── [4.0K] owncloud
│ │ │ └── [4.0K] android
│ │ │ ├── [4.0K] authentication
│ │ │ │ └── [1.2K] ModifiedAuthenticatorActivity.java
│ │ │ ├── [4.0K] services
│ │ │ │ └── [4.0K] firebase
│ │ │ │ ├── [1.6K] NCFirebaseInstanceIDService.java
│ │ │ │ └── [2.7K] NCFirebaseMessagingService.java
│ │ │ └── [4.0K] utils
│ │ │ ├── [1.3K] AnalyticsUtils.java
│ │ │ ├── [1.8K] GooglePlayUtils.java
│ │ │ └── [ 15K] PushUtils.java
│ │ └── [4.0K] res
│ │ ├── [4.0K] layout
│ │ │ └── [2.9K] drawer.xml
│ │ └── [4.0K] values
│ │ └── [7.3K] setup.xml
│ └── [4.0K] test
│ └── [4.0K] java
│ └── [4.0K] com
│ └── [4.0K] owncloud
│ └── [4.0K] android
│ ├── [4.0K] authentication
│ │ └── [7.6K] AuthenticatorDataUrlTest.java
│ └── [4.0K] utils
│ └── [2.8K] ErrorMessageAdapterUnitTest.java
├── [ 71] suppressions.xml
├── [4.0K] tests
│ ├── [1.1K] AndroidManifest.xml
│ ├── [ 720] ant.properties
│ ├── [ 563] project.properties
│ ├── [4.0K] res
│ │ ├── [4.0K] drawable-hdpi
│ │ │ └── [9.2K] ic_launcher.png
│ │ ├── [4.0K] drawable-ldpi
│ │ │ └── [2.7K] ic_launcher.png
│ │ ├── [4.0K] drawable-mdpi
│ │ │ └── [5.1K] ic_launcher.png
│ │ ├── [4.0K] drawable-xhdpi
│ │ │ └── [ 14K] ic_launcher.png
│ │ └── [4.0K] values
│ │ └── [ 129] strings.xml
│ └── [4.0K] src
│ └── [4.0K] com
│ └── [4.0K] owncloud
│ └── [4.0K] android
│ └── [4.0K] test
│ ├── [3.0K] AccountUtilsTest.java
│ └── [1.5K] FileContentProviderTest.java
├── [4.0K] third_party
│ └── [4.0K] touch-image-view
│ └── [1.0K] LICENSE
├── [2.6K] THIRD_PARTY.txt
├── [4.0K] user_manual
│ ├── [9.8K] android_app.rst
│ ├── [9.4K] conf.py
│ ├── [4.0K] images
│ │ ├── [135K] android-10.png
│ │ ├── [ 19K] android-11.png
│ │ ├── [ 32K] android-12.png
│ │ ├── [9.4K] android-13.png
│ │ ├── [ 23K] android-14.png
│ │ ├── [ 70K] android-15.png
│ │ ├── [ 82K] android-1.png
│ │ ├── [114K] android-2.png
│ │ ├── [122K] android-3.png
│ │ ├── [249K] android-4.png
│ │ ├── [ 13K] android-5.png
│ │ ├── [8.9K] android-6.png
│ │ ├── [ 31K] android-8.png
│ │ ├── [258K] android-9.png
│ │ ├── [ 48K] davdroid-1-button-in-nextcloud-app.png
│ │ ├── [124K] davdroid-2-install-davdroid.png
│ │ ├── [ 56K] davdroid-3-enter-password.png
│ │ └── [ 53K] davdroid-4-specify-owner-email.png
│ ├── [ 120] index.rst
│ ├── [5.2K] make.bat
│ └── [5.9K] Makefile
└── [ 619] wait_for_emulator.sh
229 directories, 1208 files