aboutsummaryrefslogtreecommitdiff
path: root/build/android/src/net
AgeCommit message (Collapse)Author
2016-04-28Upgrade Android build to Gradle build systemShadowNinja
The old Ant build system has been deprecated for a while and new development is focused on Gradle. I also removed a hardcoded string that lint caught and moved the patch files to a subdirectory. I left the JNI files in the root directory.
2015-12-23Android: shorten initial progress bar text way more simpleSapier
2015-10-24Android: statically load iconv libraryest31
Fixes #3291 Thanks to @arpruss for reporting the bug, and suggesting the fix. Also, remove trailing whitespaces.
2015-05-15Fix libgmp for Androidest31
Android terminated immediately after start since commit 181f7baa453c58d4070de7196fd74663110946a8 because library wasn't loaded, and libminetest.so required libgmp.so.10 instead of libgmp.so. The second issue has been solved by the linker flags.
2015-03-14Android: Backport changes from stable-0.4Loic Blot