当前位置: 首页 > 软件库 > 手机/移动开发 > >

squanchy-android

Open source Android app for your conferences
授权协议 Apache-2.0 License
开发语言 Kotlin
所属分类 手机/移动开发
软件类型 开源软件
地区 不详
投 递 者 阮飞翔
操作系统 Android
开源组织
适用人群 未知
 软件概览

Squanchy Android [ARCHIVED]

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 touch on Twitter.

Squanchy is an open source platform for conferences. The source code for the Firebase backend and for the Flutter port of the app is available in other repositories of this organisation.

Documentation is available on http://squanchy.net/. The project is maintained by independent contributors (seeCONTRIBUTORS.md).

Setting up the app

Starting your own conference app is easy and requires little effort, but you need to prepare some files. See docs/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.

Git hooks

The project uses Detekt and KtLint to validate Kotlin code before committing. This is done with a Git pre-commithook, which is automatically installed by Gradle when the clean or assemble tasks are run. You can also install the hook manually from Gradle byexecuting the installGitHooks 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 with git. Please notethat if you don't address the issues before pushing, the CI will fail the build.

License

Squanchy Android is released under Apache 2.0 licence. See the LICENSE file.