mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Merge pull request #1536 from kiwix/release/3.0.4
Release/3.0.4 to Develop
This commit is contained in:
commit
6d7368b752
@ -1,3 +1,9 @@
|
|||||||
|
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
|
||||||
|
BUGFIX: Long titles were rendering off screen on home page
|
||||||
|
BUGFIX: Issues when opening a file externally
|
||||||
|
|
||||||
3.0.0
|
3.0.0
|
||||||
NEW: Androidx support
|
NEW: Androidx support
|
||||||
NEW: In app error reporting
|
NEW: In app error reporting
|
||||||
|
@ -193,7 +193,7 @@ def buildNumber = System.getenv('TRAVIS_BUILD_NUMBER') ?: "dev"
|
|||||||
ext {
|
ext {
|
||||||
versionMajor = 3
|
versionMajor = 3
|
||||||
versionMinor = 0
|
versionMinor = 0
|
||||||
versionPatch = 3
|
versionPatch = 4
|
||||||
}
|
}
|
||||||
|
|
||||||
private String generateVersionName() {
|
private String generateVersionName() {
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
NEW: Androidx support
|
BUGFIX: Some users language was causing a crash due to unstable ISO codes
|
||||||
NEW: In app error reporting
|
BUGFIX: Some unstable zim files were crashing when opened
|
||||||
NEW: Improved bookmarks
|
BUGFIX: Long titles were rendering off screen on home page
|
||||||
NEW: Help screen
|
BUGFIX: Issues when opening a file externally
|
||||||
NEW: Home page
|
|
||||||
NEW: Zim history
|
|
||||||
NEW: Introductory screen
|
|
||||||
NEW: Improved language selection
|
|
||||||
NEW: Add note to articles
|
|
||||||
NEW: Tabs
|
|
||||||
NEW: Share zim files to other Kiwix users
|
|
||||||
NEW: Host zim files on your phone
|
|
||||||
+ Bugfixes & Lots More
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user