-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
State refactoring #92
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 77fbdd7 - Browse repository at this point
Copy the full SHA 77fbdd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bbd605 - Browse repository at this point
Copy the full SHA 7bbd605View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c7d484 - Browse repository at this point
Copy the full SHA 1c7d484View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2f1888 - Browse repository at this point
Copy the full SHA b2f1888View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f9faa2 - Browse repository at this point
Copy the full SHA 5f9faa2View commit details -
Fix UI handling of ErrorAddingFile state
We weren't properly showing the empty state when the last file got removed.
Configuration menu - View commit details
-
Copy full SHA for 03f46f9 - Browse repository at this point
Copy the full SHA 03f46f9View commit details -
Remove left-over state handling block
and add missing NotificationManager calls.
Configuration menu - View commit details
-
Copy full SHA for 1ca1475 - Browse repository at this point
Copy the full SHA 1ca1475View commit details -
Consume ZipResult with when statement
to benefit from its exhaustive nature.
Configuration menu - View commit details
-
Copy full SHA for 56cc2da - Browse repository at this point
Copy the full SHA 56cc2daView commit details -
Add more logging and don't disable tor bridges on new auto-start
as TorWrapper starts with a fresh config each time and doesn't use bridges by default
Configuration menu - View commit details
-
Copy full SHA for 4117d4c - Browse repository at this point
Copy the full SHA 4117d4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5175a60 - Browse repository at this point
Copy the full SHA 5175a60View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8f8385 - Browse repository at this point
Copy the full SHA c8f8385View commit details -
Configuration menu - View commit details
-
Copy full SHA for e90a022 - Browse repository at this point
Copy the full SHA e90a022View commit details -
Reset progress when waiting for Tor
Also write first tests for TorManager
Configuration menu - View commit details
-
Copy full SHA for 5c8829e - Browse repository at this point
Copy the full SHA 5c8829eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ce8815 - Browse repository at this point
Copy the full SHA 9ce8815View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2a2515 - Browse repository at this point
Copy the full SHA b2a2515View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60d770f - Browse repository at this point
Copy the full SHA 60d770fView commit details -
This is because previously we only considered uploading the HS desc as started. However, this only happens after zipping files. If we zipping takes a long time, Tor would think it hasn't started and tries circumvention methods. Using a new Started state prevents this.
Configuration menu - View commit details
-
Copy full SHA for 49ffd78 - Browse repository at this point
Copy the full SHA 49ffd78View commit details