Helium314

Results 324 comments of Helium314

Maybe it would be possible to take some code from [Simple Draw](https://github.com/SimpleMobileTools/Simple-Draw)?

> That is a major obstacle, would require implementing completely new type of quest modifying geometry and editing multiple objects - not only queried one. See #4481 for difficulties with...

It can't be in a cache folder, because it's in a database ("_Files in the directory returned by [getDatabasePath(String)](https://developer.android.com/reference/android/content/Context#getDatabasePath(java.lang.String)), which also includes files created with the [SQLiteOpenHelper](https://developer.android.com/reference/android/database/sqlite/SQLiteOpenHelper) class_"). Even if...

Not sure if you can put a database in cache at all, but you can exclude it from backup via some xml. But someone would need to do the work.

Is there a reason keep the position of `uploadedChangeListener?.onUploaded(NOTE, edit.position)`? If it could be moved to the end, then after a crash the note would not be uploaded again. Though...

I recently had weird crashes when testing with a lot of phone rotating and changing "display size" (dpi). There were two crashes after clicking ok button, like ``` java.lang.IllegalStateException: Can...

Maybe this issue affects nodes too, see https://github.com/Helium314/SCEE/issues/445, is there any way to find node duplicates? Though this may also be completely unrelated and a SCEE-only bug.

> @Helium314 What exactly do you mean by "Did you check whether background map tiles are properly downloaded"? We are testing this for a while now and can do quests...

> > But what should be done if the download fails for one tile? > > Retry some limited number of times? That was my idea, and possibly inform the...

> Thinking about @Helium314 's valid comments regarding missing tiles I think you don't need to bother any more, as this is handled differently when #5693 is merged. MapLibre should...