Sonntag, 21. Juni 2015

BARACUS 0.9.1 has been released!

Today I am very glad to announce the release of BARACUS 0.9.1.

It contains some bugfixes, and now enables the user to have ManagedActivities stable after a device rotate; the device caused android 4 to have an internal construction call which had to be tangled with the bean container. Now the ManagedActivity will be able to survive a device rotation by reinjecting all beans.

Also, I added a macro call to simplify yes-no-requester handling a little bit.

Finally, I added the capability to deregister a delete callback safely.



To use the current apklib (in your Android application module), simply use the dependency


        <dependency>
            <groupId>org.baracus</groupId>
            <artifactId>baracus-framework</artifactId>
            <version>0.9.1</version>
            <type>apklib</type>
        </dependency>

... as usual.

The sourcecode has been branched here - the javadocs can be found here



Regards,
MNT