mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Update to 3.0.5
This commit is contained in:
parent
8cc863de76
commit
a840e9527b
@ -1,3 +1,7 @@
|
||||
3.0.5
|
||||
BUGFIX: Some zim files could not be downloaded due to missing metadata
|
||||
BUGFIX: Some mirrors were not allowed to download via http
|
||||
|
||||
3.0.4
|
||||
BUGFIX: Some users language was causing a crash due to unstable ISO codes
|
||||
BUGFIX: Some unstable zim files were crashing when opened
|
||||
|
@ -193,7 +193,7 @@ def buildNumber = System.getenv('TRAVIS_BUILD_NUMBER') ?: "dev"
|
||||
ext {
|
||||
versionMajor = 3
|
||||
versionMinor = 0
|
||||
versionPatch = 4
|
||||
versionPatch = 5
|
||||
}
|
||||
|
||||
private String generateVersionName() {
|
||||
|
@ -1,7 +1,7 @@
|
||||
The whole of Wikipedia on your device!
|
||||
|
||||
The app is a lightweight piece of software reading bigger files stored on your device or SD card: once it is installed, you can select which additional content you would like to download (Wikipedia, Wiktionary, TED talks, etc.) and be ready for when your internet connexion is bad (or need to be in airplane mode)!
|
||||
The app is a lightweight piece of software reading bigger files stored on your device or SD card: once it is installed, you can select which additional content you would like to download (Wikipedia, Wiktionary, TED talks, etc.) and be ready for when your internet connection is bad (or need to be in airplane mode)!
|
||||
|
||||
Please read the instructions inside the App or on the website (www.kiwix.org) to learn about the various contents that are available for download.
|
||||
|
||||
Note: Kiwix is also available on regular computers (Windows, Mac, Linux).
|
||||
Note: Kiwix is also available on regular computers (Windows, Mac, Linux).
|
||||
|
@ -1,4 +1,2 @@
|
||||
BUGFIX: Some users language was causing a crash due to unstable ISO codes
|
||||
BUGFIX: Some unstable zim files were crashing when opened
|
||||
BUGFIX: Long titles were rendering off screen on home page
|
||||
BUGFIX: Issues when opening a file externally
|
||||
BUGFIX: Some zim files could not be downloaded due to missing metadata
|
||||
BUGFIX: Some mirrors were not allowed to download via http
|
||||
|
Loading…
x
Reference in New Issue
Block a user