kiwix-android | offline reader for Web content | Wiki library

 by   kiwix Kotlin Version: 3.7.1 License: GPL-3.0

kandi X-RAY | kiwix-android Summary

kandi X-RAY | kiwix-android Summary

kiwix-android is a Kotlin library typically used in Web Site, Wiki applications. kiwix-android has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

Kiwix is an offline reader for Web content. One of its main purpose 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. This is the version for Android. Kiwix Android is written in Kotlin (with a few old pieces in Java).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              kiwix-android has a low active ecosystem.
              It has 669 star(s) with 421 fork(s). There are 31 watchers for this library.
              There were 2 major release(s) in the last 12 months.
              There are 114 open issues and 1683 have been closed. On average issues are closed in 29 days. There are 22 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of kiwix-android is 3.7.1

            kandi-Quality Quality

              kiwix-android has 0 bugs and 0 code smells.

            kandi-Security Security

              kiwix-android has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              kiwix-android code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              kiwix-android is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              kiwix-android releases are available to install and integrate.
              Installation instructions are available. Examples and code snippets are not available.
              It has 42372 lines of code, 1882 functions and 811 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of kiwix-android
            Get all kandi verified functions for this library.

            kiwix-android Key Features

            No Key Features are available at this moment for kiwix-android.

            kiwix-android Examples and Code Snippets

            No Code Snippets are available at this moment for kiwix-android.

            Community Discussions

            QUESTION

            Is it possible for Instrumented tests to create coverage for a library module?
            Asked 2019-Oct-18 at 10:15

            I am in the process of modularising the app I am working on and my coverage has dropped over 20% since splitting my instrumentation tests into the app module.

            The app is being split into app, core, custom, where core is an android library and the other 2 modules are apps. The majority of the app's functionality will live in core and it is currently mostly tested through instrumentation tests which now reside in app.

            Is there a way that instrumentation tests in an application module can generate a coverage report that will include library module sources?

            I looked at this question here which bears great similarity to my dilemma but this seems outdated as publishNonDefault is deprecated and does nothing as libraries now publish all variants

            My efforts are ongoing on this PR

            It will be difficult to complete modularisation with such a drop of coverage, I would expect the coverage to be unchanged post modularisation.

            EDIT: I have created a repro project here

            ...

            ANSWER

            Answered 2019-Oct-16 at 22:33

            See the JacocoMerge task which can merge multiple jacoco execution files into a single file. You can then generate a JacocoReport from the merged exec file

            Source https://stackoverflow.com/questions/58415184

            QUESTION

            Seeking a way to clone the issues for github projects
            Asked 2019-Jun-04 at 07:53

            I would like to be able to use git to clone the issues for various projects on github. I know I can clone the code and the wiki (if it exists). I cannot find a way to clone the issues.

            As a worked example, here's how I would clone the main repo containing the project's source code: git clone https://github.com/kiwix/kiwix-android.git

            And this works for the wiki pages of this project: git clone https://github.com/kiwix/kiwix-android.wiki.git

            I've tried the following to see if it would work for the issues, but it doesn't

            ...

            ANSWER

            Answered 2019-Jun-04 at 06:39

            It is not possible to clone issues of GitHub repositories. An alternative for you to get the issues' data would be to use the GitHub APIs.

            Check out the documentation here to get issues for a repository.

            Source https://stackoverflow.com/questions/56437562

            QUESTION

            Running Android Test - The APK file "...-androidTest.apk" does not exist on disk
            Asked 2018-Jun-06 at 21:58

            I'm attempting to run a specific android test (JUnit & Espresso), but get the following error:

            I'm executing the test as so (debug):

            The app is successfully installed and usable after the process.

            The directory /Users/user/Projects/kiwix-android/app/build/outputs/apk/androidTest/ does not exist and is not created, let alone the app-kiwix-debug-androidTest.apk file itself.

            My aim is to be able to debug (breakpoints etc.) individual tests on a real device. All suggestions welcome!

            ...

            ANSWER

            Answered 2018-Jun-06 at 21:58

            This seems to be a bug in Android Studio. The tests don't seem to get compiled before it attempts to install and run them. So, you need to compile them beforehand

            Source https://stackoverflow.com/questions/49670865

            QUESTION

            How can we automatically only run tests on newer Android versions?
            Asked 2017-Aug-24 at 16:54

            I discovered that one test, in particular, fails consistently on pre-KitKat devices. I believe it's related to the change in embedded WebView used on older Android devices (but perhaps this is mistaken). Anyway, back to my question: I'd like an elegant way to control whether a test is run depending on the version of Android that's running on the device.

            Currently, I use code that short-circuits the test and passes it if the runtime is earlier than KitKat. Here's the relevant code:

            ...

            ANSWER

            Answered 2017-Aug-24 at 16:38

            You might wanna take a look at SdkSuppress annotation. It has two methods -- maxSdkVersion and minSdkVersion which you could use depending on your need.

            Source https://stackoverflow.com/questions/45865658

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install kiwix-android

            Production releases of the app are built on travis and released automatically. To build this repository alone for development purposes you can simply import the project into Android Studio and the hard work will be done for you. Note here that instead of opening the project, you have to import it. If you prefer to build without Android Studio you must first set up the Android SDK and then run the command: ./gradlew build from the root directory of the project. Kiwix-Android is a multi-module project, in 99% of scenarios you will want to build the app module in the debug configuration. If you are interested in our custom apps they have their own repo kiwix-android-custom that goes into further detail.

            Support

            Before contributing be sure to check out the CONTRIBUTION guidelines. We currently have a series of automated Unit and Integration tests. These can be run locally and are also run when submitting a pull request.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/kiwix/kiwix-android.git

          • CLI

            gh repo clone kiwix/kiwix-android

          • sshUrl

            git@github.com:kiwix/kiwix-android.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Wiki Libraries

            outline

            by outline

            gollum

            by gollum

            BookStack

            by BookStackApp

            HomeMirror

            by HannahMitt

            Try Top Libraries by kiwix

            kiwix-desktop

            by kiwixJavaScript

            apple

            by kiwixSwift

            kiwix-tools

            by kiwixC++

            kiwix-js

            by kiwixJavaScript

            kiwix-xulrunner

            by kiwixC++