Skip to content

Use MaterialButtons in NewProjectFragment

Thore Göbel requested to merge clearer-buttons into master

Using real MaterialButtons should make it clearer that the grey icons are buttons that can do an action. For example, I just found out by chance that there is a CSV import!

  • New string scan_qrcode
  • String scan_qrcode_tooltip is now no longer used -> please delete it on CrowdIn (including the english version)
  • This MR targets the branch in !43 (merged). Once that is merged, this MR should automatically point to master.
  • This MR deletes the nextcloudCreateButton. It just uses space and is not very useful: it sets the URL, but the URL is already prefilled when the activity is started. So it is only useful when you manually edit the URL field and want to reset it. Imho this usecases doesn't warrant wasting space on a button. => Remove it.

Screenshots

Known issues

The Nextcloud icon in the button is squished. I can see that it is coming from the difference in [viewport][height|width]. But I couldn't figure out how to fix it.

(I was thinking about removing this button, since all projects from Nextcloud are already synced down. But once #100 is fixed, a button to re-add removed projects will be useful.)

Merge request reports