mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 20:24:03 -04:00
Merge pull request #1241 from kiwix/feature/kelson42/#1236-use-kotlin
Feature/kelson42/#1236 use kotlin
This commit is contained in:
commit
9b3c827261
@ -7,6 +7,8 @@
|
|||||||
|
|
||||||
Kiwix is an offline reader for Web content. One of its main purposes is to make Wikipedia available offline. This is done by reading the content of a file in the ZIM format, a highly compressed open format with additional meta-data.
|
Kiwix is an offline reader for Web content. One of its main purposes is to make Wikipedia available offline. This is done by reading the content of a file in the ZIM format, a highly compressed open format with additional meta-data.
|
||||||
|
|
||||||
|
Kiwix is written in [Kotlin](https://kotlinlang.org/) (with a few old pieces in Java).
|
||||||
|
|
||||||
[](https://travis-ci.org/kiwix/kiwix-android)
|
[](https://travis-ci.org/kiwix/kiwix-android)
|
||||||
[](http://chat.kiwix.org)
|
[](http://chat.kiwix.org)
|
||||||
[](https://codecov.io/gh/kiwix/kiwix-android)
|
[](https://codecov.io/gh/kiwix/kiwix-android)
|
||||||
@ -43,7 +45,8 @@ We currently have a series of automated Unit and Integration tests. These can be
|
|||||||
For contributions please read the [CODESTYLE](docs/codestyle.md) carefully. Pull requests that do not match the style will be rejected.
|
For contributions please read the [CODESTYLE](docs/codestyle.md) carefully. Pull requests that do not match the style will be rejected.
|
||||||
|
|
||||||
## Commit Style
|
## Commit Style
|
||||||
For writing commit messages please read the [COMMITSTYLE](docs/commitstyle.md) carefully. Kindly adhere to the guidelines. Pull requests not matching the style will be rejected.
|
|
||||||
|
For writing commit messages please read the [COMMITSTYLE](docs/commitstyle.md) carefully. Kindly adhere to the guidelines. Pull requests not matching the style will be rejected.
|
||||||
|
|
||||||
## Communication
|
## Communication
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user