- Notifications
You must be signed in to change notification settings - Fork45
Open source Android app for your conferences
License
squanchy-dev/squanchy-android
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Note: this project has been archived an put in read-only mode. No further features nor fixes are coming. If you're interested in taking over as maintainer please get in touchon Twitter.
Squanchy is an open source platform for conferences. The source code for theFirebase backend and for theFlutter port of the app is available in other repositories of this organisation.
Documentation is available onhttp://squanchy.net/. The project is maintained by independent contributors (seeCONTRIBUTORS.md).
Starting your own conference app is easy and requires little effort, but you need to prepare some files. Seedocs/setup.md fordetailed instructions.
Please note that this app uses some third party services:
- Firebase (Firestore, Push messages, etc.)
- Fabric: Crashlytics
While not all of them are strictly necessary for the app to work (with the exception of Firebase's RTDB), it is currently not possible for the code towork without them. We plan on eventually abstracting away the implementations so that they would simply be disabled if there is no API configured, butwe haven't done it yet. If you need to use Squanchy without some of those implementations, please feel free to make them optional and contribute backto mainline your changes.
The project uses Detekt and KtLint to validate Kotlin code before committing. This is done with a Gitpre-commithook, which is automatically installed by Gradle when theclean orassemble tasks are run. You can also install the hook manually from Gradle byexecuting theinstallGitHooks task on the root project:$ ./gradlew installGitHooks.
If you wish to commit code that is failing this test for whatever reason, you can use the--no-verify flag when committing withgit. Please notethat if you don't address the issues before pushing, the CI will fail the build.
Squanchy Android is released under Apache 2.0 licence. See theLICENSE file.
About
Open source Android app for your conferences
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.