Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

mdibaiee/Hawk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hawk

The missing Firefox OS file manager

This app is under heavy development, things may change and break, but don't hesitate to test and fill issues in case you find bugs.

Please read the Features section below and issues to make sure your issue is not already listed.

Firefox OS 2.2 and up are supported. Sadly 2.0 and 1.3 miss a lot of ES6 functionalities as well as CSS3 features (flexbox, etc) which break our application.

Thanks to

Sergio Muriel @tfeserver for testing the application and helping me fix issues. ❤️🙏

Mohammad Jahani @mamal72 for ideas, and helping in designing the webpage

Frequently Asked Questions

Q: Why does Hawk create an .empty file inside new folders I create?

This happens on Firefox OS devices below version 3, and that's because the API doesn't allow listing empty folders, in order to show you the folder, Hawk has to fake the folder to have a child.

Q: Why is Hawk slow?

Hawk is much faster on Firefox OS 3.0 and up, and that's because the way old Device Storage API works, it's slow by nature. Nothing we can do about it, sadly.

Features

Version 1.0

  • Breadcrumb
  • Delete Files
  • Refresh
  • Rename Files
  • Error dialogs
  • Show / Hide hidden files
  • Show directories first
  • Create new files and directories
  • File Size
  • Directory Child Count
  • Actions on multiple files (selection)
  • Copy and Paste/Move files
  • File Preview (Supports PDF files!)
  • Filter Files
  • Swipe Gestures (Up directory by swiping right)
  • Search
  • First-run Tour
  • Share Files
  • Pick files

Version 2.0

  • Different views (List, Grid)
  • Show storage usage statistics (free/used)
  • Sort Files
  • Zip / Unzip
  • Image Thumbnails
  • FTP Browser
  • Preferences
  • File Type Icons
  • Wi-Fi File Transfer (is this possible?)