mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
This is a no-brainer removal of the VALID_EMAIL state used in QMLManager.
All current usage of this state is "if state is VALID or VALID_EMAIL",
so there is no distinction between the two states.
It is even a little different. The comment suggests "when we can open
a local cloud storage, tied to a cloud account (so explicitly not
the no-cloud status), we have at least a valid email". While this
is formally true, this implies that there is also a cloud account
on the cloud server (ie. the cloud account is in a VERIFIED state).
In other words: currently, there can't exist a valid local storage
that is tied to a valid email adress, without valid cloud account
on the server.
Notice that this touches the discussion on GitHub for commit
|
||
|---|---|---|
| .. | ||
| icons | ||
| About.qml | ||
| CloudCredentials.qml | ||
| dive.jpg | ||
| DiveDetails.qml | ||
| DiveDetailsEdit.qml | ||
| DiveDetailsView.qml | ||
| DiveList.qml | ||
| DownloadedDiveDelegate.qml | ||
| DownloadFromDiveComputer.qml | ||
| GpsList.qml | ||
| HintsTextEdit.qml | ||
| Log.qml | ||
| main.qml | ||
| MapWidget.qml | ||
| MapWidgetContextMenu.qml | ||
| mobile-resources.qrc | ||
| qtquickcontrols2.conf | ||
| Settings.qml | ||
| SsrfButton.qml | ||
| SsrfCheckBox.qml | ||
| SsrfSwitch.qml | ||
| StartPage.qml | ||
| ThemeTest.qml | ||