ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Move the filesystem calls in GsonDataBaseAdapter to the FileSystem Handler #88

Closed jverbraeken closed 7 years ago

jverbraeken commented 7 years ago

User story

As a developer I want to have the filesystem related code in GsonDatabaseAdapter in a FileSystem handler to have a more modular and easier to maintain structure.

What

This issue demands to move the filesystem related code in GsonDatabaseAdapter in a FileSystem handler

Why

This issue is needed for the project because we want to have a modular and easy to maintain structure.

How

This feature can be added by moving the filesystem related code in GsonDatabaseAdapter in a FileSystem handler.

Definition of done

This task can be considered done when

Notes