mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 15:27:55 -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
|
3.0.4
|
||||||
BUGFIX: Some users language was causing a crash due to unstable ISO codes
|
BUGFIX: Some users language was causing a crash due to unstable ISO codes
|
||||||
BUGFIX: Some unstable zim files were crashing when opened
|
BUGFIX: Some unstable zim files were crashing when opened
|
||||||
|
@ -193,7 +193,7 @@ def buildNumber = System.getenv('TRAVIS_BUILD_NUMBER') ?: "dev"
|
|||||||
ext {
|
ext {
|
||||||
versionMajor = 3
|
versionMajor = 3
|
||||||
versionMinor = 0
|
versionMinor = 0
|
||||||
versionPatch = 4
|
versionPatch = 5
|
||||||
}
|
}
|
||||||
|
|
||||||
private String generateVersionName() {
|
private String generateVersionName() {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
The whole of Wikipedia on your device!
|
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.
|
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.
|
||||||
|
|
||||||
|
@ -1,4 +1,2 @@
|
|||||||
BUGFIX: Some users language was causing a crash due to unstable ISO codes
|
BUGFIX: Some zim files could not be downloaded due to missing metadata
|
||||||
BUGFIX: Some unstable zim files were crashing when opened
|
BUGFIX: Some mirrors were not allowed to download via http
|
||||||
BUGFIX: Long titles were rendering off screen on home page
|
|
||||||
BUGFIX: Issues when opening a file externally
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user