searles / FractviewAndroid

Fractview, a customizable fractal viewing app for Android
6 stars 1 forks source link

Unify dealing with preferences in UI #49

Closed searles closed 7 years ago

searles commented 7 years ago

The view that shows all elements should contain icons for each entry and allow copying items to clipboard or paste (and thus overwrite) from clipboard. For load/save views allow additionally renaming elements and allow to export and import a selection of elements. Import will require some general context menu though.

searles commented 7 years ago
searles commented 7 years ago

Instead of date provide any context information that is interesting. Software design will be very interesting.

searles commented 7 years ago

Context menu at elements allows to

In activities multiple selections are allowed and there is an export selection and import that write/read a .fv file with certain elements. Again, a Json. The import must be triggered via an import function in the menu.

Before the import is done, check for name collisions and ask how to deal with them.

searles commented 7 years ago

Done