Samstag, 21. März 2015

BARACUS has been successfully tested under ANDROID 5.1

I am glad to announce that the BARACUS reference application, another BARACUS based customer application and one of my own applications using the full BARACUS feature set have been successfully deployed and tested on an Android 5.1 device. There should be no known issues with the latest Android version. Please report any discoveries to the BARACUS forum on G+. Have fun! MNT

Freitag, 13. März 2015

BARACUS Release 0.9 -The namespace flip

Today I am glad to announce the release of BARACUS version 0.9.
You can obtain the libary by adding these maven coordinates to the project

<dependency>
<groupid>org.baracus</groupid>
<artifactid>baracus-framework</artifactid>
<version>0.9</version>
<type>apklib</type>
</dependency>


VERSION 0.9

This release is dominated by the change of the BARACUS namespace from net.mantucon.baracus to org.baracus. The change can be easily performed by replacing all references plus altering the framework version - with IntelliJ IDEA it took me 10 minutes to migrate the entire project to the new namespace.

Simply replace all occurences of

import net.mantucon.baracus

by

import org.baracus

and all static imports

import static net.mantucon.baracus.

by

import static org.baracus.

In case that you are using ConstrainedText-Elements, you also must alter all layout XMLs.

The maven archetype already is using the new packages so you can create BARACUS based applications easily using  mvn generate:archetype (see this article for details)

Within the next weeks I will upgrade all tutorials and sample applications to use the new BARACUS namespaces.

Regards,
MNT





Dienstag, 10. März 2015

BARACUS now backed by Crowdcode

I am very pleased to announce, that the Crowdcode company will now back the BARACUS project. My company MANTUCON has dissolved in Crowdcode GmbH & Co. KG (I only will continue to perform trainings under the MANTUCON label).

We are more people with a larger range of contacts and better capabilities to keep this framework alive and maintained.

Also, I announce hereby to modify the package domains of the framework. I mischose them to run onder net.mantucon.baracus - despite this is an open source framework hosted and published under baracus.org.

This will be subject of change within the next minor release or the when we will ascend to the 1.0 milestone :)

So be prepared to refactor your applications (net.mantucon.baracus -> org.baracus - that's all) in near future!

Cheers,
MNT