From 8a1cf052d0c1dcfa3bd3c276d84b24265e565c0c Mon Sep 17 00:00:00 2001 From: Ivan Kocijan Date: Thu, 1 Sep 2016 09:38:57 +0200 Subject: [PATCH 1/2] Added android-complexify A colleague of mine ported the library to Android. It would be great if it were added to Alternative implementations section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5997df..69f5c49 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Several people have kindly open-sourced their implementations of this algorithm - Andrey Kislyuk [node-complexify](https://github.com/kislyuk/node-complexify) - Michael Crumley [php-complexify](https://github.com/mcrumley/php-complexify/) - Maciej Podsiedlak [angular-complexify](https://github.com/Kraku/angular-complexify/) + - Damian Marušić (Infinum) [android-complexify](https://github.com/infinum/android-complexify) - - - From 40f3b09d8807baed2d46fd9a97df7b6a6133bf31 Mon Sep 17 00:00:00 2001 From: Ivan Kocijan Date: Fri, 7 Oct 2016 12:19:21 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69f5c49..e664da6 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Several people have kindly open-sourced their implementations of this algorithm - Michael Crumley [php-complexify](https://github.com/mcrumley/php-complexify/) - Maciej Podsiedlak [angular-complexify](https://github.com/Kraku/angular-complexify/) - Damian Marušić (Infinum) [android-complexify](https://github.com/infinum/android-complexify) - + - Damian Marušić (Infinum) [java-complexify](https://github.com/infinum/java-complexify) - - - **This code is distributed under the WTFPL v2 licence.**