Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ 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)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not particularly familiar with the Java ecosystem, but doesn't this package just depend on java-complexify and implement Android specific functionality?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, at the moment it does not depend on java-complexify. Android version was created few months before java. The next version will depend on java-complexify so that we do not have to maintain the algorithm on two places.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @danpalmer, I've released new version of android-complexify which now depends on java-complexify

- Damian Marušić (Infinum) [java-complexify](https://github.com/infinum/java-complexify)
- - -

**This code is distributed under the WTFPL v2 licence.**