-
Notifications
You must be signed in to change notification settings - Fork 11
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
Allow configuring server url #26
Comments
I don't know how feasible this is, but would it be an idea to make the server per-list, with a global default setting? That way I could seamlessly share lists on my server with friends that are otherwise using the default server, and such. |
That's not really feasible with the current architecture, and would be a major pain to make the necessary changes. It would also introduce a lot of complexity in the UI, which goes against the design goal of having a minimalist to-do app. |
Sounds fair! |
By the way, server configuration became a lot easier to implement with the recent account recovery changes. The app now starts with a first-launch screen before it tries to connect. What's missing is de-hardcoding the official url in the app + the necessary UI elements to set a custom one. |
Released in 2.7.0 (Android is live, iOS whenever Apple decides). It requires a complete app wipe though, as the server needs to be set before initializing sync. |
Challenge: figure out how to handle auth when changing servers in a running system
The text was updated successfully, but these errors were encountered: