Julian Harty ad660920b5 The main change is to add support for Spoon to take screenshots.
Once we are happy with using Spoon we can add code that automatically
takes a screenshot when tests fail. This may help us debug some of the
problems we encounter running the tests on various devices. Using Spoon
exposed a limitation/key behaviour of ActivityTestRule that references
the intended Activity under test. To account for this behaviour I
restructured DownloadTest so it simply tests the download, rather than
reading the contents of the file.

I also discovered that the tests would fail on wide-screens as the Home
menu option moves from the overflow menu to the main menu. I've modified
one test to cope. Again, once we're happy with this approach (which
involves a little extra code) we can revise all the tests so they can
run equally competently on various screen sizes.
2017-08-30 13:01:01 +03:00
2017-04-06 11:30:24 +02:00
2017-06-30 08:34:15 +02:00
2017-08-02 20:38:07 +01:00
2016-04-02 13:52:31 +03:00
2017-04-27 17:51:57 +02:00
2017-08-13 12:01:20 -04:00
2015-06-08 10:05:51 +02:00
2017-04-05 11:36:51 +02:00
2015-04-29 15:16:48 +02:00
2017-08-02 20:38:07 +01:00
2015-06-07 15:19:01 +02:00

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 high compressed open format with additional meta-data.

Production releases of the app should be built with our companion build repository kiwix-build.

To build this repository alone for development purposes you can simply run the command: ./gradlew build from the root directory of the project or alternatively import the project into Android Studio and build using that.

Kiwix Android can be built on Linux, Windows or Mac.


*************************** CONTACT *********************************


Email: kiwix-developer@lists.sourceforge.net or contact@kiwix.org Jabber: kelson@kiwix.org IRC: #kiwix on irc.freenode.net

You can use IRC web interface on http://chat.kiwix.org/

More... http://wiki.kiwix.org/wiki/Communication


********************** LEGAL & DISCLAIMER ***************************


Read '../COPYING' file

Description
Languages
Kotlin 98.9%
Shell 0.6%
HTML 0.4%