You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.