Commit Graph

7 Commits

Author SHA1 Message Date
Moxie Marlinspike
fc5af285f5 Fix for some devices that behave strangely with native code.
Sometimes, for whatever reason, native code fails to get installed
on some small percentage of Android devices.  In contrast to every
other device, on LG devices, the call to System.loadLibrary
 *succeeds*, and then the individual native calls throw exceptions.

This change allows the degredation path to work correctly on LG.
2015-02-09 14:00:01 -08:00
Moxie Marlinspike
c957bf1a03 More J2ME fixups. 2015-02-02 14:50:52 -08:00
Moxie Marlinspike
8bc433269d Allow caller to specify Random interface, mostly for J2ME. 2015-02-02 13:12:06 -08:00
Moxie Marlinspike
a198b326e6 We're not going to publish common, so the dependent projects
actually need to treat it as a source set.
2015-01-11 13:59:32 -08:00
Moxie Marlinspike
0f10718240 Refactored into provider model for initial support of J2ME. 2015-01-10 21:31:00 -08:00
Moxie Marlinspike
834de837c9 Add license information. 2015-01-08 15:33:41 -08:00
Moxie Marlinspike
c8d383bbb0 Move over to gradle for all building.
Use separate modules in order to build both a java as well as an
android artifact, with separate and shared test cases.
2015-01-08 14:32:17 -08:00