5689 Commits

Author SHA1 Message Date
kelson42
59a7f0ea9f Max memory used by java 2016-02-21 17:17:05 +01:00
mhutti1
2ed573d447 Softkeyboard now opens on find in page click 2016-02-08 18:21:57 +00:00
kelson42
8023dce4a0 Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix 2016-01-28 08:26:09 +01:00
mhutti1
722249bdd9 Back to Top button now fades out after 1.5 seconds 2016-01-18 23:02:23 +00:00
mhutti1
f43bee42aa App can now be moved to SD card 2016-01-18 17:42:20 +00:00
Emmanuel Engelhart
7ef57af620 Merge commit 'f596570027141d30117c086d3833d426fb4d2b25' 2016-01-17 17:18:11 +01:00
kelson42
b272ff7c89 Merge commit 'f596570027141d30117c086d3833d426fb4d2b25' 2016-01-13 11:47:25 +01:00
kelson42
7679edc377 Merge commit 'd15d05d386ebff533017a83241971d352797a00e' 2016-01-13 10:44:09 +01:00
moosd
3cfe9366c5 Small tweak to use android-21 for arm64 builds 2016-01-13 00:54:37 +00:00
moosd
25024614b6 Compiled libkiwix with fulltext search for other archs 2016-01-13 00:34:54 +00:00
moosd
f69d7064dd Finished glassify (and compiled for x86_64) 2016-01-13 00:17:10 +00:00
moosd
5ec55a299c Fulltext searching java-side 2016-01-12 21:51:38 +00:00
moosd
7fb0b2210b Glassify stuff 2016-01-12 21:18:05 +00:00
Scimonster
c509e3afb3 Automatically open keyboard when using find in page on Android
Fixes #888.
Task done as part of GCI2015.
2016-01-12 23:12:01 +02:00
moosd
d583e284a1 Got xapian compile script to work at last! Slowly working on glassdb support. 2016-01-12 21:03:57 +00:00
moosd
697d2918ef Fix bugs with xapian compilation 2016-01-12 10:41:16 +00:00
moosd
2f7ec3da1c Done some work on adding in xapian compilation (still some bugs) 2016-01-12 08:55:07 +00:00
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