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 originally followed a test driven development (TDD) where tests were written in parallel to feature implementation to help spot regressions easier.
The easiest way to build this app is using clickable by running the command:
clickable
See clickable documentation for details.
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.