Skip to content
JM.PASCAL edited this page Feb 25, 2015 · 7 revisions

How can I create a custom version ?

In 4 steps :

  • Install Android Studio
  • Fork the project
  • Import the project in Android Studio
  • Follow Customisation wiki page
  • Start coding !

I know nothing about Android development. Where should I start ?

Android Development Links is the right wiki page to start.

Which permissions the Android app uses and what for ?

Every time you install an app in Android, you're presented with the list of permissions the app requires in order to work. The list of permissions used is explained in details inside Permissions page of the wiki.

How are organized the different Git branches ?

The master branch is the current latest stable branch.

Others branches are used for development of new features so their stability can not be guaranteed. Each branch name reflects a version number or feature name.

Alternatively, it's possible to use one of the tags to build from source.

What 3rd party librairies do you use ?

A complete list is available in 3rd Party Librairies wiki page.