Last modified: 2013-10-30 00:06:05 UTC
Amir asked if there was a way to have multiple versions of the Android app installed. The simplest way round that, is to build the proper releases as "Wikipedia", (leave git as is, though changing git aswell could/would have some benefit), but build the nightlies with a different name, allowing both to be installed on the phone at the same time
Great idea!
Not sure if settings/cache paths are hardcoded, but both versions probably shouldn't point to the same place
And it would be worth if possible) adding a version identifier to the built app like "1.1-dev-f0e03abb" so it's internally trackable as being X version Also noted on bug 33962
For a different version number, see https://github.com/wikimedia/WikipediaMobile/pull/92 which caused trouble with eclipse though and thus got reverted. Changing the name should be along the same line.
There's a 'beta' moniker now. Nightlies aren't built under that, however. oh wait, nightlies aren't being built at all :P
*** Bug 33962 has been marked as a duplicate of this bug. ***
Currently we have no nightlies, so closing out.