Commit Graph
80 Commits
Author SHA1 Message Date
Daniel Martí 8dfeabcf18 Fix broken link (spongycastle java file moved/gone) 2015-04-03 00:08:21 +02:00
Daniel Martí 4fb12261e4 Simplify some spongycastle symlinks 2015-04-01 20:55:41 +02:00
Daniel Martí 5fef0d012f Clean v4-preferencefragment build.gradle 2015-04-01 11:28:51 +02:00
Daniel Martí 6159013b36 Replace support-v4-preferencefragment submodule with checked in code 2015-04-01 11:24:09 +02:00
Daniel Martí 274013ad68 Update spongycastle to open-keychain/spongycastle master
Current master (HEAD) is 2c744ebade816d2e4f65f3734db373e4c19c2e4f
2015-04-01 11:16:37 +02:00
Daniel Martí 73bef92f42 Bump all buildTools versions 2015-03-31 21:24:36 +02:00
Daniel Martí eb6df43384 Bump support-v4-preferencefragment 2015-03-31 21:20:21 +02:00
Daniel Martí 246d1c5f32 Remove MemorizingTrustManager, not used right now 2015-03-31 20:47:19 +02:00
Daniel Martí c81eb9ec69 Replace nanohttpd submodule with checked in code 2015-03-31 20:24:34 +02:00
Daniel Martí 3784e58fc4 Add gradle support to UniversalImageLoader 2015-03-31 20:19:04 +02:00
Daniel Martí ad1819c10e Replace UniversalImageLoader submodule by checked in code 2015-03-31 20:16:11 +02:00
Daniel Martí 6f91fb41f8 Clean up spongycastle build.gradle files 2015-03-31 20:08:15 +02:00
Daniel Martí 93c5bd4a95 Replace spongycastle submodule with checked in code 2015-03-31 20:05:17 +02:00
Daniel Martí 4258ea1c40 Replace jmdns submodule with checked in code 2015-03-31 19:47:12 +02:00
Daniel Martí 6deac28a8b libsuperuser: remove maven and bintray stuff 2015-03-31 19:38:25 +02:00
Daniel Martí c64c1a19b7 Replace libsuperuser submodule by checked in code 2015-03-31 19:36:51 +02:00
Daniel Martí 89673dfd2d Replace AndroidPinning submodule by checked in code 2015-03-31 19:32:24 +02:00
Daniel Martí de3c224b02 Move zipsigner deps into its own build.gradle 2015-03-31 19:14:26 +02:00
Daniel Martí f8f77babe8 Replace zipsigner submodule by checked in code 2015-03-31 19:10:39 +02:00
Daniel Martí 474cc194ca Update zxing-core to 3.2.0 2015-03-31 19:04:21 +02:00
Daniel Martí dd1853cab3 Replace zxing submodule by checked in code 2015-03-31 19:04:10 +02:00
Daniel Martí 89575a4591 Switch from dschuermann/libsuperuser to Chainfire/libsuperuser 2015-02-20 17:43:07 +01:00
Daniel Martí 27525122b8 Update to plugin version 1.0.0 2015-01-04 00:32:30 +01:00
Hans-Christoph Steiner 8b9e5e5e5a simplify Eclipse setup by making direct imports of submodules work
These two changes make it so that the submodules can be directly imported
into Eclipse, and they'll be all setup to just work.
2014-12-11 13:52:40 +01:00
Daniel Martí 3e0df70c56 Bump support library submodule to v21.0.1 too
Assuming that the HEAD at October 30th, 2014 is what was used to release
21.0.1. We can't know for sure since it wasn't tagged.
2014-11-05 21:07:00 +01:00
Daniel Martí c3af53a18d Update UIL to 1.9.3 2014-11-05 20:46:07 +01:00
Daniel Martí 62056648ee Update spongycastle 2014-08-05 15:09:55 +02:00
Daniel Martí 5cd6285ce0 Update MTM and UIL 2014-08-05 13:30:31 +02:00
Hans-Christoph Steiner ac83a5a138 update to latest MemorizingTrustManager to get TrustManager bug fixes 2014-08-01 11:16:18 -04:00
Dominik Schürmann 602991767c Update libsuperuser lib (old repo has been deleted, new fork created) 2014-07-26 14:29:58 +02:00
Peter Serwylo 59b9fd6a8c add PreferenceFragment lib since appcompat lacks such a thing
Although Google is encouraging people to make old devices run apps
with the action bar (via appcompat-v7), they haven't provided a way
for people to create preference/setting screens with an action bar.

There are plenty of issues in the Android issue tracker relating
to this, but it doesn't yet seem to be on the radar of the Android
devs.

Until there is a native implementation of PreferenceFragment in
the appcompat-v7 support library, this submodule provides is a 3rd
party solution. It is actually a fork of the first repo in github,
though that was a bit of an upload and dump, without accepting MR's.
This fork includes gradle support.
2014-06-04 23:16:26 -04:00
Daniel Martí ed630454a5 Update UIL 2014-05-28 22:17:38 +02:00
Hans-Christoph Steiner ab165a4d7b omit unused spongycastle packages from eclipse/ant build
Many of the classes in spongycastle are entirely unused in FDroid and
dependencies.  So remove them from the Eclipse/Ant build to speed things up
and make the binaries smaller.
2014-05-25 22:53:18 -04:00
Hans-Christoph Steiner 0ee5332c01 rename 'ant-src' to 'symlinks-for-ant-and-eclipse' for clarity
In order to make the codebase more self-documenting, rename it to more
clearly say what it is for.
2014-05-25 22:53:17 -04:00
Hans-Christoph Steiner a688a029bf symlinks to build spongycastle with ant
This is all the symlinks to build what FDroid needs from spongycastle using
ant. The LDAP-related classes had to be removed because they depend on
Java 7's javax.naming, which Android does not provide. FDroid does not need
LDAP at all, so those classes can be entirely omitted.

refs #2540 https://dev.guardianproject.info/issues/2540
refs #3380 https://dev.guardianproject.info/issues/3380
2014-05-25 22:53:17 -04:00
Hans-Christoph Steiner b95c93de59 restore symlink mistakenly deleted in 414c4e0c67
Looks like this symlink got mistakenly deleted.  It is needed for eclipse
and ant to find the zipsigner stuff.
2014-05-25 22:52:38 -04:00
Daniel Martí 414c4e0c67 Use zxing-core from source in both ant and gradle
Also, temporarily remove zipsigner from ant until spongycastle is added to it
so that ant builds work
2014-05-25 13:39:56 +02:00
Daniel Martí e2c3811f4d Update zipsigner to include lib-optional 2014-05-23 09:10:21 +02:00
Daniel Martí 2beee93e07 Replace nanohttpd with _hc's fork again for https 2014-05-21 08:58:42 +02:00
Daniel Martí 8e4ef71168 Also add ant src link for jmdns 2014-05-21 08:48:45 +02:00
Daniel Martí 29048a0c60 Include spongycastle 2014-05-20 19:12:29 +02:00
Daniel Martí dd60f5cd3b Re-add nanohttpd, from upstream this time 2014-05-20 18:54:06 +02:00
Daniel Martí b7feebddf9 Also use jmdns like a java library in ant 2014-05-20 18:52:19 +02:00
Daniel Martí 67c7c9b8b5 Don't try to use nanohttpd as an android library either 2014-05-20 18:37:20 +02:00
Daniel Martí 319e1faf3b Add zipsigner as a submodule 2014-05-20 18:22:24 +02:00
Daniel Martí 4d44f3fce8 Build support-v4 from source with gradle
v7-appcompat can be enabled/used in gradle by changing :support-v4 with
:support-appcompat-v7 in build.gradle and bumping minSdk from 5 to 7
2014-05-19 11:56:45 +02:00
Daniel Martí 9d6cabe737 Update nanohttpd 2014-05-19 08:49:56 +02:00
Daniel Martí cdbbb9d580 Add jmdns as a submodule 2014-05-18 14:04:07 +02:00
Daniel Martí d68b959856 Update UIL 2014-05-18 12:33:42 +02:00
Dominik Schürmann 919f9c63b8 Merge master into super-fdroid 2014-05-11 00:38:53 +02:00