Open Event Android consists of 2 main parts :
- App Generator hosted on a server
- Android client that is can be installed on any Android device for browsing any event
Follow the HyperLinks above for documentation on how to setup the server and android app.
You can find the apk generator docs here and the android app docs here
We have the following branches
- development
All development goes on in this branch. If you're making a contribution, you are supposed to make a pull request to development. PRs to master must pass a build check and a unit-test (app/src/test) check on Travis - master
This contains shipped code. After significant features/bugfixes are accumulated on development, we make a version update, and make a release. All tagged commits on master branch will automatically generate a release on Github with a copy of fDroid-debug and GooglePlay-debug apks.
Please read our CODESTYLE carefully. Pull requests that do not match the style will be rejected.
This project is currently licensed under the GNU General Public License v3. A copy of LICENSE.md should be present along with the source code. To obtain the software under a different license, please contact FOSSASIA.