Ubuntu File Manager App is the official file manager app for Ubuntu Touch. We follow an open source model where the code is available to anyone to branch and hack on. The ubuntu file manager app follows a test driven development (TDD) where tests are written in parallel to feature implementation to help spot regressions easier.
DEPENDENCIES ARE NEEDED TO BE INSTALLED TO BUILD AND RUN THE APP.
A complete list of dependencies for the project can be found in filemanager-app/debian/control
The following essential packages are also required to develop this app:
- ubuntu-sdk
- intltool - run
sudo apt-get install intltool
Here are some useful links with regards to the File Manager App development.