Open
Description
If the user has a lot of data in the online database, the data sharing screen is very slow and appears unresponsive - the Android system prompts whether to wait or close the app.
The solution is probably to limit the number of events returned by the web API to a manageable number?
I will probably not fix this in the Android Java code, because I am thinking of moving the event data editing to a web application rather than a native Android Java activity so that you can edit on a computer as well as on a phone.
Activity