8300 Commits

Author SHA1 Message Date
mhutti1
a4a8038c6f Update travis tools version 2017-03-08 20:56:43 +00:00
mhutti1
516c33e998 Bump android version code 2017-03-08 20:51:57 +00:00
mhutti1
bfbdcfa07e Added initial travis yml 2017-03-08 20:39:20 +00:00
Matthieu Gautier
716cdd984d Move the JNI wrapper out of kiwixmobile and to kiwixlib package.
The JNI wrapping of kiwixlib should be move in the kiwixlib repository.
(And it is necessary because of kiwix.cpp who need to be compiled with
the lib)

The java part of the wrapper is also moved in the `org.kiwix.kiwixlib`
package.

The libkiwix.so and kiwixlib/*.java files are coming from the kiwix-lib
reposistory. They are copied here to simplify android development.
Those files should be replaced if any modification is made on the
kiwix-lib side. (and ideally, they should not be versioned here)
2017-03-08 09:46:58 +01:00
Matthieu Gautier
13ec73744a Move to a better version of gradle plugin.
This is needed to compile with last version of gradle.
2017-03-07 20:10:14 +01:00
mhutti1
8c47b8df28 Catch null pointer #467 2017-02-27 22:24:39 +00:00
Elad Keyshawn
c0c4d625bd Fix for #467 2017-02-26 12:50:43 +02:00
mhutti1
4014b24474 Storage selection dialog works in nightmode #463 2017-02-21 23:31:26 +00:00
mhutti1
75a1c3fa0e Fixed Android null pointer 2017-02-16 19:17:07 +00:00
mhutti1
8264f4ffef Improved nightmode toolbar color 2017-02-15 23:05:21 +00:00
mhutti1
e726689ce3 Possible fix for Android 4.X crash 2017-02-15 22:07:45 +00:00
mhutti1
21a16f1df6 Added nightmode to dialog boxes 2017-02-13 20:52:34 +00:00
mhutti1
d15a1385e4 Highlighted Android download progress bar background 2017-02-13 20:19:09 +00:00
mhutti1
0abc7a61d8 Fixed some notification visual glitches #460 2017-02-13 19:45:58 +00:00
mhutti1
f22e6bf212 Readded bookmark icon long click #455 2017-02-11 19:43:14 +00:00
mhutti1
b70acca2b6 Fix for text to speech crash #457 2017-02-11 19:27:17 +00:00
mhutti1
b7f7d2524f Correct the title text color of toolbar #456 2017-02-11 17:03:49 +00:00
mhutti1
c0fff6a04b Force correct toolbar text color #456 2017-02-11 15:27:56 +00:00
mhutti1
ef9a1de411 Fixed menu color glitches 2017-02-10 21:49:05 +00:00
mhutti1
6ff7cce803 Fix fullscreen and autohide interaction #454 2017-02-10 21:28:26 +00:00
Isaac Hutt
b3be115ada Relative/Remote paths work with upload-apk.py #453 2017-02-10 11:38:42 -08:00
Isaac Hutt
09bfffd9e5 Bump android version code 2017-02-06 22:37:10 +00:00
mhutti1
8aa0fa391d Fullscreen fix #353 2017-02-06 22:34:19 +00:00
Isaac Hutt
1c736ee33b Merge branch 'master' of https://github.com/kiwix/kiwix 2017-02-06 11:30:50 -08:00
Isaac Hutt
728f7eb843 Final fix for custom app generation #451 2017-02-06 11:30:01 -08:00
mhutti1
3d71f74811 Fixed drawer size #353 2017-02-06 19:18:47 +00:00
mhutti1
d26676ff02 Fix bookmark activity toolbar 2017-02-06 18:30:43 +00:00
Elad Keyshawn
e28779f98d rolled back to old bookmarks 2017-02-05 15:40:02 +02:00
Elad Keyshawn
f5d7f25243 Merge remote-tracking branch 'origin/master' 2017-02-05 10:48:18 +02:00
Emmanuel Engelhart
f2a1211e45 New PhET custom app 2017-02-05 09:40:25 +01:00
Elad Keyshawn
a959e27413 rolled back fastadapter to 1.6 2017-02-05 10:22:18 +02:00
Elad Keyshawn
a217fd8efd Merge remote-tracking branch 'origin/master'
# Conflicts:
#	android/build.gradle
2017-02-05 10:10:20 +02:00
Elad Keyshawn
d92a0a3c33 removed unused dependency 2017-02-05 09:54:58 +02:00
Karim Osman
1b10044e2b Fix typo 2017-02-05 04:52:54 +01:00
Isaac Hutt
ed9e083bc7 Fix build.gradle to compile 2017-02-05 01:25:57 +00:00
Isaac Hutt
fb5b0dc158 Revert "Android Support Library update"
This reverts commit a248361aa0596e1f0d01215eae984bf3797070fa.
2017-02-05 01:18:42 +00:00
Isaac Hutt
0e3b2f9e76 Fix gen build script 2017-02-05 01:03:25 +00:00
Isaac Hutt
90ce78eb72 Merge 2017-02-05 00:58:46 +00:00
Isaac Hutt
cec1b2b5f5 Small gen sript fix #451 2017-02-05 00:55:19 +00:00
Elad Keyshawn
d8977e01e8 print better log for couldn't open one of xml files 2017-02-05 02:50:20 +02:00
Elad Keyshawn
38ca33dd29 added file check when using soup 2017-02-05 02:36:31 +02:00
Elad Keyshawn
85314b6c38 migrating bookmarks to Recyclerview 2017-02-04 15:22:11 +02:00
Elad Keyshawn
15198d6deb Merge branch 'bookmarks_newadapter'
# Conflicts:
#	android/src/org/kiwix/kiwixmobile/BookmarksActivity.java
2017-02-04 14:59:26 +02:00
Elad Keyshawn
5607a3d5dc Move Bookmarks to using RecyclerView 2017-02-04 14:53:35 +02:00
mhutti1
099f06ac42 Lots of UI changes fixing more issues #353 2017-02-04 00:00:59 +00:00
mhutti1
19ae2c6da5 Fix night mode colors #353 2017-02-02 19:19:28 +00:00
mhutti1
6b12caca35 Make dimenutils class more generic 2017-02-02 19:12:40 +00:00
mhutti1
a415937a6d Android Support Library update 2017-02-02 19:12:23 +00:00
mhutti1
3b2529a1fa Fix for a lot of UI issues #353 2017-01-31 00:15:46 +00:00
Isaac Hutt
00302ef3a3 Slight changelog rewording 2017-01-29 18:02:37 +00:00