Changes to trunk: localization, signing, archetypes
2 views
Skip to first unread message
Shane Isbell
unread,
Aug 21, 2009, 1:14:50 AM8/21/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Masa Developers
I've made a number of changes to Masa within the trunk. It now handles
localization with po files (translates to strings.xml). Basically, you
can deploy zipped po files to a Maven repo and pull them down as
needed as part of an Android build. I chose po format since it is
standard and there are a number of editors out there for it.
Also you can sign with your own key as part of the Maven build. I've
added a couple of archetypes to make setting up projects easier.
Unless someone encounters a critical bug in the code, I'll do a 1.1
release tomorrow.