672 Commits

Author SHA1 Message Date
moosd
de6faa9da9 Fixed arm64 compilation and started on adding xapian compile 2016-01-12 00:34:57 +00:00
moosd
06ed1b188c Add arm64 support 2016-01-11 23:41:23 +00:00
Isaac Hutt
e226a14737 Kiwix now opens to the last position in the last open article
Added code to save the current position and article onPause() and
onSaveInstanceState(), code to reopen at the correct position and some
code to prevent a divide by zero error.
2016-01-10 13:34:00 +00:00
Kelson
e5f73ff224 Merge commit '8be5d3badf99d4707afbddddf58a87eb54aa68c1'
Conflicts:
	android/src/org/kiwix/kiwixmobile/SearchActivity.java
2016-01-07 10:56:26 +01:00
Kelson
2943edb4e7 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2016-01-07 10:42:36 +01:00
mhutti1
24c22fe30f Stops actionbar from reloading after canceling a search 2016-01-06 23:49:02 +00:00
Rashiq
e0aae463fc Add file and network utility classes 2016-01-07 00:22:54 +01:00
Rashiq
087f2fa69a Add 2 space indentation
The best kind of indentation.
2016-01-06 16:04:17 +01:00
Rashiq
c49028d4ac Add SquiDB for the database 2016-01-06 15:54:08 +01:00
Rashiq
ba447bc9f4 Fix Manifest 2016-01-06 15:46:15 +01:00
Rashiq
ce2c36bcb3 Reformat 2016-01-06 15:43:58 +01:00
Rashiq
6e60db2b6f Merge remote-tracking branch 'origin/master'
* origin/master:
  Reformat project
  Remove html-inverting js
  Organize files in packages
  The actionbar title is now clickable
  Added persistent fullscreen
  Added persistent fullscreen
  Add 'sc' and 'lki' UI languages
  Update of the UI translations
  Update meta data of custom Android apps
  Add VAR HTTP-HEADER if necessary
  Make the app movable to the sd card
  Update UI translations
  Windows FSJ-Lite ZIM file splitter is not available anymore, replace it in the help with 'JS-SplitD'
  Beautify bookmark XML file
  Fix selection color problem with library buttons
  Revised the instructions for OS X
  Bump up Android version
2016-01-06 15:42:42 +01:00
Rashiq
f184248f47 Reformat project 2016-01-06 14:19:21 +01:00
Rashiq
c0eed12bca Remove html-inverting js
It's redundant now.
2016-01-06 14:18:20 +01:00
Rashiq
066f413022 Organize files in packages
This is just a first step towards _the-big-refactoring_™
2016-01-06 13:33:11 +01:00
Kelson
5d9f29a444 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2016-01-06 12:34:11 +01:00
Rashiq Ahmad
30a70e77f2 Merge /u/mhutti1/kiwix/ branch master into master
http://sourceforge.net/p/kiwix/kiwix/merge-requests/19/
2016-01-05 21:36:15 +00:00
Kelson
bfbcb56806 Merge commit 'a603c2de0157ebed7401d2d222495f661da2c588' 2016-01-05 20:10:41 +01:00
mhutti1
9d14b1e0dd The actionbar title is now clickable
Users can click the actionbar title to initiate a search as if
they had clicked the search button.
2016-01-05 19:58:18 +01:00
mhutti1
0505ceb1a1 Added persistent fullscreen
The app will reopen in fullscreen if it is stopped while in this
mode.
2016-01-04 15:15:53 +01:00
mhutti1
8605c0cdf2 Added persistent fullscreen
The app will reopen in fullscreen if it is stopped while in this
mode.
2016-01-04 02:54:46 +01:00
Kelson
8cf7599d04 Add 'sc' and 'lki' UI languages 2016-01-01 23:58:18 +01:00
Kelson
be21f75e06 Update of the UI translations 2016-01-01 23:09:23 +01:00
kelson42
a754ae3464 Update meta data of custom Android apps 2015-12-08 10:05:40 +01:00
Rashiq
c36cb32e51 Make the app movable to the sd card 2015-11-09 00:27:25 +01:00
Rashiq
3e82b32b43 Make the app movable to the sd card 2015-11-09 00:25:16 +01:00
kelson42
af25555b06 Update UI translations 2015-11-07 18:57:22 +01:00
kelson42
9c07d48a70 Windows FSJ-Lite ZIM file splitter is not available anymore, replace it in the help with 'JS-SplitD' 2015-11-07 18:55:14 +01:00
kelson42
a6120cf750 Bump up Android version 2015-09-29 13:07:00 +02:00
Emmanuel Engelhart
3de2442750 Rollback a few changes in the build.gradle 2015-09-13 21:06:22 +02:00
Daniel Martí
f2c6dbbabd Java 1.7: avoid repeating data types
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
2015-09-13 20:55:42 +02:00
Emmanuel Engelhart
d92d283735 Revert "Java 1.7: avoid repeating data types"
This reverts commit 8706141db5da63a4f084823fcb2caeedfb0255a5.
2015-09-13 20:55:23 +02:00
Daniel Martí
5064baf328 Remove useless line in gitignore
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
2015-09-13 19:35:59 +02:00
Daniel Martí
8ea94a0c17 Don't have java files be executable
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
2015-09-13 19:35:53 +02:00
Daniel Martí
4cc8aa792d Java 1.7: avoid repeating data types
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
2015-09-13 19:35:45 +02:00
Daniel Martí
6d2d6ee071 Use utf-8 and Java 1.7
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
2015-09-13 19:35:34 +02:00
Daniel Martí
a4d9c5caf0 Bump buildToolsVersion
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
2015-09-13 19:35:18 +02:00
Daniel Martí
62475700a2 Bump android support libs minor version
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
2015-09-13 19:35:11 +02:00
Daniel Martí
f21479fdc4 Bump gradle plugin to 1.3.1
Bump gradle version with it

Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
2015-09-13 19:35:00 +02:00
Emmanuel Engelhart
6728e035ad UI translations update 2015-09-13 19:28:44 +02:00
Emmanuel Engelhart
9c93a5aab3 Upgrad Android NDK from r8e to r10e 2015-09-06 19:07:16 +02:00
Emmanuel Engelhart
cada3ca5db Fix to get new getSuggestions() working on Android 2015-08-16 18:09:18 +02:00
Emmanuel Engelhart
e84d874ab3 Bump up version 2015-08-16 17:22:46 +02:00
Rashiq
eab0b39c08 Fix long click selection of WebView
The read aloud feature was crashing the app when long clicking the
WebView, ultimativly making it impossible to copy text.
2015-08-14 21:40:20 +02:00
Emmanuel Engelhart
ece6217f7b New translations 2015-08-01 20:59:47 +02:00
Emmanuel Engelhart
6ab7a219b4 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix
Conflicts:
	android/AndroidManifest.xml
2015-08-01 20:55:40 +02:00
Emmanuel Engelhart
1c2531f610 New version 2015-08-01 20:53:25 +02:00
Rashiq
fadaf2f806 Fix SharedPreferences key clash 2015-07-25 18:09:17 +02:00
kelson42
6885a0fe65 update 2015-07-24 20:37:39 +02:00
Emmanuel Engelhart
ba51ba82b1 Small reorg of customm app files 2015-07-23 22:45:23 +02:00