HODLERTECH / HODLER-Open-Source-Multi-Asset-Wallet

The Only Open Source Multi-Asset Wallet - Bitcoin (BTC), Bitcoin Cash (BCH), Litecoin (LTC), DASH, Ravencoin (RVN), DigiByte (DGB), Ethereum (ETH) and ERC20 tokens supported
https://hodler.tech
The Unlicense
36 stars 36 forks source link

Make FileManager platform independed #124

Closed DanielMazurFL4RE closed 5 years ago

DanielMazurFL4RE commented 5 years ago

Put logic of drawing and mantaining files onto higher layer than I/O & files detecting it in operating system. Now, these layers are toghether so coding new OS support is harder

tendersoft-mjb commented 5 years ago

The app should (if possible) use the system's file/storage manager. We should avoid dedicating resources to re-invent core system functionality already preset on the target OS.

DanielMazurFL4RE commented 5 years ago

Android and iOS do not have storage managers in their SDK. Every app should have own, made for their requirements, like Gallery app or Downloads app

DanielMazurFL4RE commented 5 years ago

OS layer is divided from FileManager, issue may be closed