aboutsummaryrefslogtreecommitdiff
path: root/build/android/src/net
AgeCommit message (Collapse)Author
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