Fabrice Desré
9f631b94ec
Cleanup of the Android specific code.
2017-02-16 21:17:39 -08:00
Zhuowei Zhang
f1019569bf
android: extract resources to external storage on first launch
2017-02-05 19:12:42 -08:00
Matt Brubeck
727a1fe3de
Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir
2017-02-02 11:18:33 -08:00
UK992
736559887b
Package: Move Android packaging to target dir
...
Fixes #13800
2016-12-29 19:19:05 +01:00
Mátyás Mustoha
2b99c3cd04
Add C++ runtime shared object to the Android APK
2016-12-09 12:30:46 +01:00
Mátyás Mustoha
5bb550dbf0
Update to use the new Android library build rules.
2016-10-28 22:17:10 +02:00
Attila Dusnoki
ccc66d0c32
WebBluetooth Android support
2016-09-06 12:48:04 +02:00
Alan Jeffrey
62e95c5a61
All our Cargo.toml files should contain an MPL-2.0 license field.
2016-07-14 10:26:34 -05:00
bors-servo
2b32ec4301
Auto merge of #11691 - larsbergstrom:android_load, r=mbrubeck
...
Add very simple Android browser page load support
I've long had this set of private patches that enables actually demoing Servo on Android without having the device connected, but they're a bit hackish due to some current limitations in our windowing toolkit library. I'm considering committing them, though, as it makes the resulting APK *actually* somewhat usable.
Thoughts / r? @mbrubeck
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg " height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11691 )
<!-- Reviewable:end -->
2016-06-09 22:45:23 -05:00
Lars Bergstrom
6beed30524
Add very simple Android browser page load support
2016-06-09 15:36:55 -05:00
Lars Bergstrom
988cdf98eb
Update build.xml for new format from updated toolchains
2016-06-09 12:53:47 -05:00
Aneesh Agrawal
fa33eefcbd
Fix Android APK building (packaging)
...
I missed this syntax error during my review, and we don't check that
packaging succeeds in regular build suite, but only as a Nightly build.
2016-05-24 23:41:40 -04:00
Mitchell Hentges
619212abf3
Reduce 'android-18' duplication, as originally done by wenderen
...
Use android.platform (and $ANDROID_PLATFORM) for configuration, apply 'android-18' default
2016-05-20 22:23:28 +02:00
Matt Brubeck
e1386cad6f
Upgrade to OpenSSL 1.0.1t on Android
2016-05-03 15:46:18 -07:00
Zbynek Winkler
924d804583
Move '&&' to the end of the previous line.
...
Following https://github.com/servo/servo/issues/10692 this is just a
formating change to satisfy a new tidy requirement of not having '&&' at
the beginning of a line.
2016-04-22 14:28:18 +02:00
UK992
193fc1f84e
Tidy fix
2016-03-08 01:38:49 +01:00
Cengiz Can
12100edffc
Replace deprecated fs::walk_dir call with walkdir crate
2016-03-07 14:12:05 +02:00
Ivan Enderlin
b62cd86805
Quality: Fix CS.
...
Just remove trailing spaces.
2016-02-01 09:51:27 +01:00
Matt Brubeck
96dc0eb889
Update .gitignore files
2015-12-08 11:14:09 -08:00
Simon Sapin
ba565d964e
Silence the "Nothing to be done for 'all'." message
2015-11-13 20:51:26 +01:00
Lars Bergstrom
d3277ae57a
Disable zipalign until we have stable builder automation to install and locate it
2015-11-10 18:30:26 -06:00
Lars Bergstrom
17a6cb5873
New Android suppport
2015-11-04 16:29:39 -06:00
bors-servo
d9751c0fbb
auto merge of #4570 : Manishearth/servo/android-warn, r=jdm
...
My local android build is a bit wonky so I'm not sure if all warnings have been fixed, though. I'll try to poke around and fix it.
2015-01-08 21:54:48 -07:00
Glenn Watson
7818576213
Update android openssl version due to security advisory https://www.openssl.org/news/secadv_20150108.txt
2015-01-09 07:40:17 +10:00
Manish Goregaokar
0c0c04f3e8
Silence warnings from openssl
2015-01-08 13:25:24 +05:30
Glenn Watson
030dab553e
Use mach to build openssl on android instead of glut makefile.
...
The glut makefile will be removed shortly after glutin lands
for android, so we need to build openssl for android elsewhere
in the build process.
2014-12-09 08:20:36 +10:00