André Fiedler
André Fiedler
If the app runs on bigger screens, it should use the available space by showing more information. See Microsft best practices for UWP SplitView apps.
- use the nextcloud blue as accent color (default) - prefer the color from the theming option on the server - make this configurable in the settings - so the...
If the user credentials have changed, the application will throw an error because of an 401 server response. This should be catched, the user should be notified like "Your credentials...
The hash code is calculated using dynamic properties. So it will change, for example, if you favourite the object. This is bad practize. See `Guideline: the integer returned by GetHashCode...
It seems not possible to connect by IP address. Should be re-checked, and if valid, be fixed.
Use the new `Windows.Networking.BackgroundTransfer` for uploading and downloading files if the API was released.
Microsoft published an new design system called "Fluent Design". The Nextcloud app should adapt this, to achieve a consistent look and feel for all Windows users across all devices. Design...
Implement the sharing like known from other Nextcloud apps. Do not simply use the share function offered by Windows Mobile.