mhutti1
91972ef941
Bump kiwixlib version
2017-08-02 20:38:07 +01:00
mhutti1
552c3eda49
Fix custom app downloads for some mirrors
2017-08-02 20:38:07 +01:00
mhutti1
ec0ef0509a
Only copy embedded content to built architectures
2017-08-02 20:38:07 +01:00
mhutti1
1ba530d2cb
Update JNI schema
2017-08-02 20:38:07 +01:00
mhutti1
958d217a27
Download kiwixlib from jcenter
2017-08-02 20:38:07 +01:00
Kelson
b442edb5b7
Merge pull request #221 from kiwix/hide_wifi_only_pref
...
Remove option 'Download content only via Wifi' for custom apps #220
2017-08-02 21:08:00 +02:00
mhutti1
738d653e28
Remove option 'Download content only via Wifi' for custom apps #220
2017-08-02 19:43:42 +01:00
Kelson
0651037ceb
Remove option 'Download content only via Wifi' for custom apps #220
2017-08-02 20:00:08 +02:00
mhutti1
e6dcc9c21d
Bump android-storage-devices
2017-08-01 22:57:26 +01:00
Kelson
e355fbbde5
Merge pull request #210 from kiwix/mhutti1/credits
...
Move credits to assets
2017-07-19 06:49:38 +02:00
mhutti1
e56ee29cd0
Moved res/raw to assets
2017-07-18 19:59:07 +01:00
Matthieu Gautier
4782cb3172
Don't assume about icu data filename.
...
Instead of directly copying "icudt.dat" file, copy all file in "icu"
assets directory.
The icu data filename must include the version of icu lib.
But we don't want android code to be dependent of the icu lib version.
So let's copy all files in the icu directory.
Fixes #201 .
2017-07-18 18:07:12 +01:00
mhutti1
1c97991b47
Use fixed url for example download
2017-07-18 00:19:54 +01:00
mhutti1
9a184f0e43
Change customexample mirror location
2017-07-18 00:19:54 +01:00
mhutti1
70d402e0ac
Remove custom directory
2017-07-18 00:19:54 +01:00
mhutti1
eb57d25c7e
Switch custom test zim file
2017-07-18 00:19:54 +01:00
mhutti1
d1829f6194
Fix custom version numbers
2017-07-17 20:32:34 +01:00
Matthieu Gautier
e510b4bef2
Force ZIM_FILE_SIZE literal to be a long.
...
By default, literal numbers are `int`. If the size of a zim doesn't fit in
a `int`, java will complains.
By appending a `L` at the end of the literal number, java will interpret
it as a `long` and will accept it.
2017-07-17 18:32:17 +01:00
mhutti1
06a41daae4
Removed captures directory #167
2017-07-16 21:00:37 +01:00
kelson42
9594dd4c48
Kiwix should be written with K in uppercase
2017-07-12 06:44:58 +02:00
mhutti1
fe6aceb667
Remove whitespace from table of contents #189
2017-07-10 22:33:41 +01:00
mhutti1
63dda78e61
Flush prints to stop travis timeout
2017-07-03 21:55:21 +01:00
mhutti1
7ecf4203bf
Fixed string lint error
2017-07-03 21:27:59 +01:00
mhutti1
46989c0dd5
Readded JNI file
2017-07-01 22:45:54 +01:00
Lukas Renggli
22232e378c
Remove unused code
2017-07-01 22:45:54 +01:00
mhutti1
11d4e8cfdb
Readded JNI imports
2017-07-01 22:45:21 +01:00
Lukas Renggli
96fe0650aa
Remove methods that are identical to their super implementation (manual ProGuard)
2017-07-01 22:16:22 +01:00
Lukas Renggli
c31cbf9cbb
Remove more unused code
2017-07-01 22:13:45 +01:00
qinyin
662d3ce7ce
BottomTab stay at the bottom with soft keyboard.
2017-06-30 23:40:44 +02:00
qinyin
f05256acf0
Move Home, RandomArticle and Fullscreen to bottom Tab
2017-06-30 23:19:20 +02:00
qinyin
e18834692c
ïnit prototype
2017-06-30 17:26:53 +02:00
Kelson
fae365ecfb
Support _novid ZIM files
2017-06-30 16:48:17 +02:00
Isaac Hutt
d4e70df886
Merge pull request #186 from bjacotg/master
...
Add the option to auto-switch between day/night mode.
2017-06-30 16:46:38 +02:00
Isaac Hutt
6104a555fd
Update AndroidManifest.xml
2017-06-30 15:45:49 +01:00
Isaac Hutt
392d2df300
Update AndroidManifest.xml
2017-06-30 15:45:28 +01:00
Bastien Jacot-Guillarmod
0e0ecbd9ee
Merge branch 'master' into master
2017-06-30 16:32:44 +02:00
Laco Papay
c8f1009c6e
Add localized language and matching item count to language picker.
...
Shows the name of the language in that language for each choice in the
picker. Also shows number of matching items for that language.
A bit of refactoring, cleaning up the language population logic. Fixes
bug where after the initial language population & persisting no new
languages would be populated (if new item with that lang got downloaded).
2017-06-30 16:31:18 +02:00
bjacotg
17c26e74c0
Enable refresh of the nightmode on reload
2017-06-30 16:28:46 +02:00
mhutti1
6f66a4e13c
Fixed embeded ZIM build
2017-06-30 16:09:19 +02:00
Kelson
f061ed8ce3
Remove deprecated scripts (replaced by kiwix-build)
2017-06-30 15:45:02 +02:00
bjacotg
efd7b64da6
Merge branch 'master' of https://github.com/bjacotg/kiwix-android
2017-06-30 14:53:23 +02:00
bjacotg
7a3e4cdcd4
Auto-switch night and day mode
2017-06-30 14:46:55 +02:00
Lukas Renggli
511e0db535
Remove unused imports
2017-06-30 14:44:04 +02:00
Laco Papay
36f433027c
Make whole row in language picker clickable.
2017-06-30 14:33:34 +02:00
Kelson
c701d5db34
Update UI translations #24
2017-06-30 14:33:34 +02:00
Kelson
b47ecf413f
Update UI translations #24
2017-06-30 12:57:49 +02:00
mhutti1
e254817f08
Added running test message
2017-06-30 12:40:48 +02:00
mhutti1
418d636734
Tests don't run on insecure build
2017-06-30 12:40:48 +02:00
Rashiq
1bd00248f6
Remove unused file
2017-06-30 12:08:37 +02:00
Laco Papay
b653de3867
Remove duplicate code, use localized string.
2017-06-30 11:41:49 +02:00