Skip to content

mva1985/sly-chat

 
 

Repository files navigation

Sly Chat

  1. Getting Started
  2. Development Model

Getting Started

Requires jsbridge. When upgrading jsbridge, update dispatcher.js as generated by npm run build:global-init under ui/ui/js/.

Generated JVM service files end up under ui/ui/js/jvm-service/.

Development Model

The project uses the git flow development model. The master branch should always be the current stable version. Keep development in the develop and feature branches.

The current development version always end in -SNAPSHOT.

When naming feature branches, prefix the name with ui- if it pertains to the UI, core- otherwise (e.g. ui-registration and core-registration).

Legal

Sly Chat is Copyright 2016 Keystream Systems Inc.

SQLCipher is Copyright (c) 2008, ZETETIC LLC All rights reserved.

Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html

About

Sly Chat; Encrypted Messaging & more.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 46.5%
  • JavaScript 28.7%
  • CSS 20.9%
  • HTML 1.5%
  • C++ 1.2%
  • Python 0.7%
  • Other 0.5%