-
Notifications
You must be signed in to change notification settings - Fork 24
Home
webratte edited this page Apr 14, 2017
·
27 revisions
For general and questions specific to the Android App look here...
A: It's a simple Java/Gradle project (Java Development Kit 8 is needed). First, update the git submodule:
$ git submodule update --init
Now, compile and run with
$ ./gradlew run
(Windows: gradlew.bat run
)
NOTE: after importing from an IDE you probably have to manually set the projects build platform to JDK 1.8.
A: They are all included in the repository!
-
as GIT submodule:
- Kontalk-common-java classes (https://github.com/kontalk/client-common-java)
-
as Maven dependencies:
- Smack (https://igniterealtime.org/projects/smack/index.jsp)
- WebLaF (http://weblookandfeel.com)
- Bouncy Castle (provider and PGP) (https://www.bouncycastle.org/java.html)
- Apache Commons (configuration, lang and logging) (http://commons.apache.org)
- SQLite JDBC (https://bitbucket.org/xerial/sqlite-jdbc)
- and more...
A: Great! You can register on https://translate.kontalk.org to start right away. If you don't like to register you can make suggestions without having a account there.