You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sooner we have capabilities within the new architecture the better since some of the app features depend on them:
Shares.
RefreshFolderOp.
FileMenuFilter.
TASKS
Create OCCapability entity
Create OCCapabilityDAO with query to get and insert capabilities
Create OCCapabilityLocalDataSource and OCCapabilityRemoteDataSource
Create OCCapabilityRepository
Create OCCapabilityViewModel
Use LiveData in CapabilityDAO
Get and insert capabilities when needed
Error handling
Expose capabilities stored in room by using Content Provider => Not possible yet since capabilities are being used from other parts of the code not related to sharing, we will keep capabilities on old and new databases.
Tested password policy app with the new architecture implementation. Everything is OK, currently, if the password created under some policies does not match, an error message is shown with the specific error pointing the user to change it to match every policy.
Number of expiration days depending on the public link password are also correctly managed.
The sooner we have capabilities within the new architecture the better since some of the app features depend on them:
TASKS
PRs
App: #2508
Library: owncloud/android-library#246
The text was updated successfully, but these errors were encountered: