Skip to content

Releases: MindFlare56/AndroidTools

Translator

Choose a tag to compare

@MindFlare56 MindFlare56 released this 20 Dec 20:11

Declare translator to use it again without redefining the onResult();
setSource("lang"); setDestination("lang"); translator.add("new text", "lang", "lang");

Translator

Choose a tag to compare

@MindFlare56 MindFlare56 released this 20 Dec 19:34

Finally ended up with some working translator...
Was a pain in the ass but here it is!

All

All

Choose a tag to compare

@MindFlare56 MindFlare56 released this 20 Dec 02:01

Refactor

NfcFragment

Choose a tag to compare

@MindFlare56 MindFlare56 released this 20 Dec 01:06

Added Nfc support with few steps to follow.

Notification

Choose a tag to compare

@MindFlare56 MindFlare56 released this 19 Dec 15:12

Prebuild notification with builder pattern to set variables.

Android.DateTime

Choose a tag to compare

@MindFlare56 MindFlare56 released this 19 Dec 03:51

Fix

LinkedMap

Choose a tag to compare

@MindFlare56 MindFlare56 released this 18 Dec 03:19

Replaced default size by real size with method size();

LinkedMap

Choose a tag to compare

@MindFlare56 MindFlare56 released this 17 Dec 21:59

refactored methods

LinkedMap

Choose a tag to compare

@MindFlare56 MindFlare56 released this 17 Dec 21:24

List keys = buildComposedKeys(Object first, List seconds);

LinkedMap

LinkedMap Pre-release
Pre-release

Choose a tag to compare

@MindFlare56 MindFlare56 released this 17 Dec 20:33
42a1bde

After a couple hours of coding here come LinkMap that allow you to mix List and HashMap in order to have the best of both worlds. It might be heavier but it will sure be faster in a lot of case and more flexible. Created for situations like when you want to use and hashMap but you have to get the index of the data. Also added Link which is a replacement for Pair that gets confusing sometimes because the element is named first, second instead of key, value in Link. And added Lombok fix.