mhutti1
db2c8db537
Android custom apps can now be compiled for individual architectures #6
2016-07-27 21:25:30 +01:00
Emmanuel Engelhart
1b9cf781ae
Upgrade build scripts for new Android SDK
2016-04-10 20:28:04 +02:00
Emmanuel Engelhart
284b1fc3d8
Merge branch 'master' of https://github.com/kiwix/kiwix
2016-03-02 11:17:56 +01:00
renaud gaudin
81cdb5f1bb
Fixed #2 : trying to move to unexisting folder
...
Couple of chdir were placed outside their conditions.
2016-03-02 09:50:44 +00:00
Emmanuel Engelhart
7f02bd4318
Rely on download.kiwix.org instead of any third part server
2016-03-02 10:39:55 +01:00
moosd
3cfe9366c5
Small tweak to use android-21 for arm64 builds
2016-01-13 00:54:37 +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
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
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
renaud gaudin
ad4d1a512c
handle case where ANDROID_HOME is set
2015-06-06 23:07:41 +02:00
renaud gaudin
f2bc54893d
build-android-with-native now overwrites local.properties to ensure use of proper (src/dependencies) SDK
2015-06-06 19:23:04 +02:00
renaud gaudin
a8a9a4a0ac
visual improv.
2015-06-06 18:48:25 +02:00
renaud gaudin
bc157a4f6d
content-libs.jar now only created and added to APK for custom builds. Also adapted to new menu resource file name
2015-06-06 18:38:29 +02:00
renaud gaudin
682c4ba318
CustomApp now works with embedded zim file
2015-06-06 12:26:11 +02:00
renaud gaudin
9f1174d209
Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix
2015-06-05 12:49:07 +02:00
renaud gaudin
77c3c586fd
made the script more generic to satisfy multiple builds
2015-06-05 12:48:05 +02:00
Rashiq
cd886be4d0
Add gradle clean assemble command to trigger JW's sdk-manager plugin
2015-06-05 10:45:00 +02:00
renaud gaudin
e45493ada0
Initial version of CustomApp generator
...
Generator script takes a JSON descriptor file.
CustomApp behavior is trigger on the Constants.IS_CUSTOM_APP switch
CustomApp looks for a companion file as ZIM and loads it up.
If not present, exits inviting to uninstall and reinstall from store.
2015-06-04 19:37:13 +02:00
renaud gaudin
b4a3d8135c
moved platforms down a level folder and added a clean option to prevent clutter on android folder
2015-06-03 15:33:23 +02:00
renaud gaudin
cf614ee283
added the stock icu data files to android-deps. fixed android python compile script to current code and made a few coding style changes
2015-06-02 12:44:33 +02:00
Emmanuel Engelhart
4da4cd38be
New gradle writes APK files to build/outputs/apk/ (instead build/apk/). Fixing scripts.
2015-05-17 13:33:31 +02:00
Emmanuel Engelhart
01e77fe167
Upgrade to use API21 (for Lollipop)
2015-01-06 23:35:56 +01:00
Kelson42
9d6801642d
Locales txt should be created before building the APK
2014-06-18 22:32:45 +02:00
Kelson42
fd61b4d1ce
zimlib1-2 instead of zimlib1.1
2014-05-21 13:47:22 +02:00
kelson42
d6964d7954
+ load the ICU data file dynamically
2014-01-03 13:43:15 +01:00
kelson42
27844c4d99
+ rebuild also the unsigned release apk
2014-01-01 18:18:09 +01:00
kelson42
934da9d251
+ fix gradle command
2013-12-24 19:05:57 +01:00
kelson42
70d5c99a30
+ remove a useless command (which in addition seems to sporadicaly make the compilation fails)
2013-12-24 19:02:16 +01:00
kelson42
188912f179
+ replace sh by bash in a script call
2013-12-22 18:52:09 +01:00
Rashiq Ahmad
c6ee59a8e1
Changing build system from Ant to Gradle.
2013-12-22 00:16:57 +01:00
kelson42
e42fb7fec9
+ fix in android-support-v4.jar linking
2013-12-19 15:18:37 +01:00
kelson42
7c0cec1629
+ remove a debug exit()
2013-12-19 14:46:16 +01:00
kelson42
b75dadc8df
+ link android-support-v4.jar from the dependencies instead of having a copy in the source code
2013-12-19 14:38:30 +01:00
kelson42
284766313e
+ better usage()
2013-12-16 17:32:50 +01:00
Rashiq Ahmad
cef231059d
Fixed a bug with the language changer.
2013-12-16 17:13:41 +01:00
Rashiq Ahmad
9958ad4dc9
Merged the locale creater script with the build script. You can call it with the '--locales' flag.
2013-12-16 16:53:34 +01:00
Rashiq Ahmad
622f0865ce
Temporarily taking out the create_locales.py script. Will merge with the build-android-with-native.py script later.
2013-12-16 16:18:03 +01:00
Rashiq Ahmad
cad802a88f
Temporarily taking out the create_locales.py script. Will merge with the build-android-with-native.py script later.
2013-12-16 16:08:48 +01:00
Rashiq Ahmad
babe48e62c
Merge remote-tracking branch 'origin/master'
2013-12-16 03:01:25 +01:00
Rashiq Ahmad
870d51b9b1
New Language Feature: Support for unsuported languages.
2013-12-16 03:00:46 +01:00
kelson42
5261fd2143
+ fix compilation with external zimlib
2013-12-14 12:40:23 +01:00
kelson42
ce4caa266f
md5.cpp was renamed in md5.c
2013-12-13 15:06:23 +01:00
renaud gaudin
b4b3a79630
catching up with master
2013-12-09 12:02:58 +00:00
kelson42
f7c602e966
+ integrate libicu
2013-11-12 02:04:36 +01:00