UbuntuOneForAndroid

Revision 14 as of 2010-03-27 23:30:33

Clear message

Ubuntu One for Android

  • Launchpad Entry: TODO

  • Created: 2010-03-27

  • Contributors: Michał Karnicki

  • Packages affected: none

Comment

This Spec is being heavily edited, consecutive sections will be revealed when finished
Notation: Apd stands for Android powered device (phone or other mobile Internet-enabled device)
Contact / GSoC project page: https://wiki.ubuntu.com/GSoC/2010/MichalKarnicki/

Summary

This documentation specifies features, that would appear in Ubuntu One for Android application. It justifies needs for specific features and their inner workings.

Rationale

Computer users like flexibility. There are more ways to get to your files in the cloud than through PC/laptop/netbook. Smartphones are becoming increasingly popular. The missing link here for Ubuntu One project is a client app for Android (amongst other platforms like iPhone & Blackberry). Daily use of mobile phones/devices justifies the need for such application. We can see recent proposals supporting this idea:
[1] brainstorm Idea #19912 1
[2] Bug #4681142
[3] ubuntuforums thread3
[4] yet another thead - poll4

Use cases

Viki makes a picture using her Apd, goes to Menu, taps Share, and selects 'Ubuntu One'. She then can e-mail or tweet (or use otherwise) a public link to that file easily.

Tom wants to collaborate on a document of his friend Mark, but Marks computer isn't connected to the Internet. Tom plugs a usb cable, downloads the file, uses any file browser to Share with 'Ubuntu One' - and has his file available on his PC anytime he's back home to start working on it. (He could also use the generic U1 folder, if he has sync enabled.)

Kim made some notes on her laptop last night, but forgot to take it with her the next day. No worries, the file was in her Ubuntu One folder, so she can access it any time with her Apd.

Ben has almost full SD memory card in his phone - so he manually selects a few files for download whenever he's in range of wifi network (he may choose to use his Mobile Network, as his current plan is a good deal, anyway!)

Assumptions

Application developed in tight communication with Ubuntu One team to ensure flawless functionality and back-end support of proposed features.

Design

TODO Write on ease of use and clear interface.

Implementation

The project will be developed in Java language, as it is the choice of Android platform.
TODO Elaborate more.

BoF agenda and discussion

List of features that are possible (not necessarily feasible during summer period) for the project to implement. This section is more about quantity than quality (yes, it's just to find as much features as possible)

  • File sync
    • full sync - for spacious SD cards and cheap data plan
    • semi sync - syncs only selected (favourite) files
    • sync on demand - TODO (manual/forced sync in some cases might be useful)

How sync works is dependent on the settings - may be syncing only on wifi and/or data link, perhaps we could let the user adjust the frequency of synchronization (lower for less power consumption).

  • Easy sharing
    • so called intent to share file by selecting option from Menu -> Share with -> Ubuntu One

      1. file is uploaded to the cloud
      2. the user receives public link..
      3. ..and can email it, tweet it, sms' it, share with barcode, etc
  • Streaming data - would it be possible to watch a movie from U1 without downloading the file? (This is actually a silly idea, but I wrote it down anyway)
  • Support for partial file updates, not whole files
    • the back-end software would have to support partial updates, nevertheless it is rather a case for U1 for PCs than Android powered phones. Users rarely edit graphis, for example. And editing text.. well, text files are small. You can always download/upload a full file. All in all, this feature is interesting from algorithmic point of view and can be implemented as project continuation.
  • Access to browser (Firefox, Chrome?) "keyrings" (see: https://wiki.ubuntu.com/Specs/LucidUbuntuOneKeyringSync ) - neat idea, but auto-fill on mobile browser would be rather difficult. Nevertheless, if access to those keyrings would be possible, user could copy-paste the password to the browser from Ubuntu One app - passwords subsection.

Actually, when I wrote about that passwords subsection, another nice idea came to my mind (not necessarily feasible during summer /GSoc). We could design a plugin system to Ubuntu One (based on Android intent), similarly to what Locale application has. Then, any application that supports couchdb could plug in to Ubuntu One for Android to pull/update couchdb data in easy, uniform way (to say more concisely: open Ubuntu One for Android and:

  • you have access to Tomboy notes if you have Tomboy plugin
  • you have access to passwords if you have Keyring plugin
  • you have access to any other couchdb per-application specific data, if you have specific-plugin! Smile :)

Comments and feature requests

Please leave any comments here. Feature requests and ideas are more than welcome!

Questions

If you have any questions about the project, leave them here or contact me directly (https://wiki.ubuntu.com/GSoC/2010/MichalKarnicki)

  • Michał Karnicki: Can I use Ubuntu One name openly? This project will be Open Source, I hope 'Ubuntu One' is not a trademark - if it is, who can provide formal agreement for such course.

Other/TODOs


CategorySpec