Kirill Taran
Kirill Taran
Also this finalizer should be called when a user wants to kill the app, but we have some active coroutines. In this case, the user should see progress spinner with...
Good thoughts, I've just created separate issue for text layer, since it can also be used for tags suggestions: #183
That's actually intended. When you press [back] button, you undo actions in tags selector. E.g. if you select "a", then "b", then press [back] you will have only "a" tag...
See #74 for details.
That's right.. Honestly I don't know how to do it in terms of UX, but yes we need this. Maybe just header in white section which would be not visible...
Indeed, that's good idea to create pop-up widget with information about where we take resources from to navigate. Also can be used later for detailed indexation status. The widget can...
Let's implement separate options for resetting preferences and [resetting app choices](https://github.com/ARK-Builders/ARK-Navigator/issues/167).
@sisco0 we also can use something like [dssim](https://github.com/kornelski/dssim) in addition to neural networks (like [cnnembed](https://cs.stanford.edu/people/karpathy/cnnembed/))
Also long-press on tag chip in Gallery mode (removing tag without opening the modal with "pen" button). Maybe we don't really need confirmation for "pen" button itself.