Ladies and getns, Google Summer of Code is over!
May http://wiki.ubuntu.com/AndroidU1 be your source of any further information about AndroidU1 :) Cheers!
Collecting progress updates of Android U1 project at Google Summer of Code 2010
Friday, August 20, 2010
GSoC has finished
Tuesday, August 3, 2010
Weekly report
Weekly report http://goo.gl/F4xO
Some up to date screenshots are availible here
Quite soon I should make a release, hold that phones nearby and ready :)
Thursday, July 29, 2010
Version 0.2.13pa1 Now Available
As of today, 7/29/2010, version 0.2.13pa1 is now available for download and testing!
(Note: This is still a pre-alpha release and still under heavy development.)
Along with the new version comes the following new features:
- New look to the UI. Matches one.ubuntu.com much better.(Screenshots below)
- FamFamFam icons are used, same as in WebUI.
- Image/Video
- Audio
- File/Unknown File Type
- Folder
- Changelog will soon be available for viewing through the AndroidU1 (sysadmin of wiki.ubuntu.com has to fix a certificate issue), but you can also find it here.
- New "Downloading" and "Ready" toasts added.
- Long Tap/Click brings up new context menu (needs fixing, sorry!).
- Changing orientation has been sped up.
These are some awesome changes that have happened since the last release and I must say that I'm really impressed. AndroidU1 just feels much more stable now and every release brings a new user friendliness to the app.
Please feel free to download and test AndroidU1. Also, please remember to file bug reports if you encounter anything out of the norm. Known issues are listed in the changelog (we're working on them!). As always, we are available to chat and answer question in the irc (irc.freenode.net #androidu1), check us out at the bottom of the blog! :-)
Monday, July 19, 2010
Weekly report #8
http://goo.gl/Cjco
There's some good progress!
I'm pleased to inform that I have passed GSoC midterm evaluation with AndroidU1. Thanks Stuart, I hope you're happy with the progress we made :) There's still tons of work and I'm excited to continue working on the application!
Sunday, July 18, 2010
New Co-Author
Since I'm not a programmer I'm not able to contribute code to the project, but I am an avid blogger and thought that I could help out by keeping the public up to date on the progress of the project. :-)
Moving forward, you all can look forward to more frequent updates as well as updated screenshots (I'm sure we all remember that post ;-) ).
So all that being said; keep visiting, commenting, and sending your suggestions!
:-)
PS…Remember that we can always be located in the AndroidU1 IRC Channel (irc.freenode.net #androidu1). Also remember that AndroidU1 is still a pre-Alpha release and still under heavy development.
Tuesday, July 13, 2010
Weekly reports #6 & #7
#6 http://goo.gl/UtVT
#7 http://goo.gl/VLz6
Short one, I prefer to spend that time on coding (service / [up|down]load of files).
Tuesday, June 29, 2010
Monday, June 21, 2010
Weekly report #4
Sorry I haven't been updating you guys more often. The project, or should I say, everything related to it, was all over me.
Monday, June 14, 2010
Weekly report #3
The project is quite challenging, as I faced first platform compatibility issues and protocol-related issues. Check out the link.
Monday, June 7, 2010
Tuesday, June 1, 2010
commit #3
Dang it's 5:33 AM o_O I did third commit to lp:androidu1/0.x - this night I fixed oauth (including success verification, that returns 200 OK if everything's fine) and introduced Auth Activity to separate code form GUI (which is Login Activity). I even tested it on my phone for the very first time :) It's a bit slow (due to the fact, that Auth doesn't need a view - I'll fix that), but it works well. Umm.. gotta go! Be sure to subscribe to https://launchpad.net/~androidu1-users
And that makes us really close to the first milestone :) I should reach it by tomorrow. That is: well implemented and functioning authorization. Yeah well.. nothing to show off (yet!) ;)
Monday, May 31, 2010
Saturday, May 29, 2010
Launchpad project setup
Hi everybody! It's been a while. On Wednesday evening I broke my Ubuntu (installed an old udev driver) and made it unusable. I recovered on Thursday, talked to my mentor, seeked some feedback on IRC and investigated OAuth behaviour (there are still issues, doesn't work every time).
I have setup a launchpad project, which you will find here. Since I don't want people to unintentionally bzr branch (download) the development sources, which can be broken any time and are suitable for review (or testing) only, I have left the trunk series with main branch empty. Therefore if you're interested in the devel branch, check this out. Whenever I will implement a feature in 0.x series, I will push that to the main branch.
Tomorrow I'm co-organizing this http://goo.gl/YGSX conference, and afterwards I plan to see into releases, blueprints and milestones of the lp project (+ some nightly hacking).
Stay tuned. I wonder if my project can have it's mailing list.. ah! I'll set up androidu1-users group :D
PS I should have started writing my blog post in HTML long ago ;) No stress at all.
Wednesday, May 26, 2010
OAuth continues
And no, the log-in procedure is far from perfect. I feel that 1/3 of the time I was fighting with this error (and it, or my bug, cases authorization to work after 2nd or even 3rd try):
Monday, May 24, 2010
First official coding day (night?)
Fetching request token from Ubuntu One... Request token: GnpqrjR98jBcXXXXXXX Token secret: pvBlJDjq1jgm9M14rzx0hgH2xXNnhFG8zC3VkqxDdshrSKcnbBNJwD6CCJR4XXXXXXXX Now visit: https://one.ubuntu.com/oauth/authorize/?oauth_token=GnpqrjR98jBXXXXXXXX ... and grant this app authorization Enter the PIN code and hit ENTER when you're done: XXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXX Fetching access token from Ubuntu One... Access token: ddxQlp8tfltXXXXXXXX Token secret: Zn172Q7xsFdTlfB58LhLg4c8TzFmHRRhLWMQDCdvrrjJ27d0fkbk8qvVjN9rtbcnmfXXXXXXXXXXXXX Sending request to Ubuntu One... Response: 200 OK
Sunday, May 23, 2010
Regular update, May 22th
Saturday, May 22, 2010
Regular update, May 21st
Hi all!
First, I wanted to thank for your comments, mails, even a wiki feature-request entry :) Your opinions and feedback is priceless, and one of the things that gratifies my efforts. Thank you, Ubuntu Community!
And now the update: yet again, Guillermo (aka verterok) is my hero ^ ^ To remind you, he's the one that has written ubuntuone-java-storageprotocol, which I will be using. He has answered all my questions, both really silly and some less-but-still-silly ;) (I am glad he believes there's no such thing as dumb questions :) ). He also spent quite a while helping me to properly configure the project with maven, which I am new to. Thank you, verterok!
Finally I was able to run the ExampleClient from within Eclipse, and see it in action. I also played a bit with the code, but plan much more code-fun for tomorrow (Saturday, that is).
Keep visiting, commenting, and sending your suggestions :) !
Thursday, May 20, 2010
Regular update, May 19th
Click to enlarge.













