android
android copied to clipboard
:phone: The ownCloud Android App
Replace LiveData with Flow/StateFlow and retrieve directly the filtered data from the database. The final state for the screen is generated by combining 4 other states: FileListOption, AccountName, FolderDisplayed, SortTypeAndOrder,...
## Related Issues App: https://github.com/owncloud/android/issues/2858 _____ ## QA
# Introduction We have been working on updating the old Android App to a new architecture for a long time. The new architecture is MVVM and we can find more...
From a development point of view, it would be great to show a UploadListFragment within any activity. For example, with the current bottom navigation bar we need to create a...
## Related Issues App: https://github.com/owncloud/android/issues/3721 _____ ## QA
Since https://github.com/owncloud/android/issues/3426 uploads are stored in the new database. Since https://github.com/owncloud/android/issues/2858 uploads view uses the new database to retrieve the queued, in progress, succeeded, and failed uploads. This one should...
### Actual behaviour I'm trying to upload my entire photo collection from Android (2700+ photos) and on confirming selection in the file manager owncloud closes. ### Expected behaviour The app...
### Steps to reproduce 1. In file list, enter any string in top search bar -> matching results are displayed 2. pull to refresh in the list ### Actual behaviour...
### Steps to reproduce 1. Add account 2. Go to `Manage Accounts` and remove the account ### Actual behaviour App crashes ### Expected behaviour No crash Crash is very long,...
Implements synchronization epic: https://github.com/owncloud/android/issues/2818 Library: https://github.com/owncloud/android-library/pull/339 ### Already merged: - Fetch list of files: https://github.com/owncloud/android/issues/2873 - Create folder: https://github.com/owncloud/android/issues/2861 - Get File/Folder by path/id : https://github.com/owncloud/android/issues/2957 - Get Folder content:...