Selaa lähdekoodia

docs: update to match with current features

Alex4386 1 vuosi sitten
vanhempi
commit
4dccca2528
1 muutettua tiedostoa jossa 11 lisäystä ja 1 poistoa
  1. 11 1
      README.md

+ 11 - 1
README.md

@@ -21,7 +21,14 @@ If your computer can handle Android devices, it should be able to handle Flipper
 ### Features
 ### Features
 * Access Internal and SD card storages
 * Access Internal and SD card storages
 * List files and directories
 * List files and directories
-   - Navigate directories (Currently has a bug that file/directory name is not shown correctly)
+   - Navigate directories
+* Opening Files (Downloading Flipper files into Computer)
+* Deleting Files
+
+### Known Issues
+* Creating directories, files, uploading files are not supported yet.
+* Due to memory leak happening somewhere, sometimes the Flipper crashes during the file transfer.  
+  - I'm currently busy working on "Creating" part to at least work, so this won't be fixed soon.
 
 
 ## How to build
 ## How to build
 See [HOW_TO_BUILD.md](HOW_TO_BUILD.md) for more information.  
 See [HOW_TO_BUILD.md](HOW_TO_BUILD.md) for more information.  
@@ -29,6 +36,9 @@ See [HOW_TO_BUILD.md](HOW_TO_BUILD.md) for more information.
 ## Special Thanks
 ## Special Thanks
 - [viveris/uMTP-Responder](https://github.com/viveris/uMTP-Responder)
 - [viveris/uMTP-Responder](https://github.com/viveris/uMTP-Responder)
 - [yoonghm/MTP](https://github.com/yoonghm/MTP)
 - [yoonghm/MTP](https://github.com/yoonghm/MTP)
+- [USB-IF MTP Spec]()
+
+**and Special NOT Thanks to**: Microsoft for making the MTP Spec so hard to understand. `>:(`
 
 
 ## License
 ## License
 This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
 This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.