Hey Pavlos, You are making good progress! It sounds like you are ready to put out your first rough test builds, to work in a "release early, release often" style. Just take the bin/Debandroid-debug.apk and put that somewhere where people can download it. Also, include a GPG signature and a hash so people can verify their download. To make a "detached signature" file in GPG that will be called Debandroid-debug.apk.sig, do this:
$ gpg --detach-sign Debandroid-debug.apk To generate a SHA1 hash signature, which is good enough for a test build, do this: $ sha1sum Debandroid-debug.apk > Debandroid-debug.apk.sha1 Enjoy DebConf! Its a very fun and engaging event. It would definitely be good to have any kind of test build ready for DebConf so you can give it to people there. I think you'll find a lot of people who will be willing to test it. .hc On 08/09/2013 03:12 PM, Pavlos wrote: > Hello, > > This week i made the app open links to debian searches from other apps > and present the retrieved info inside the app instead of opening a > browser. It opens links from bugs.debian.org and > packages.qa.debian.org and displays them in the appropriate fragment > and will ultimately load all the info automatically. > Also i created a service that runs all the time and checks every some > minutes (defined in settings) if there are new bugs for a package and > also re caches the package info if they have changed. > I was supposed to start on the ui of the pts/bts search results but i > started working on other parts and got a bit sidetracked + i am > waiting to get some feedback about how it should look from my mentor. > > In the next week i'll be at debconf so i'll code in any spare time i > have and i'll work on the aforementioned ui part. Also i'll try to > discuss about the app with anyone willing and get > feedback/suggestions. > > Kind regards, > Pawel Sarbinowski > > _______________________________________________ > Soc-coordination mailing list > [email protected] > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/soc-coordination > _______________________________________________ Soc-coordination mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/soc-coordination
