A vision about a LibreOffice document manager for Android (FOSDEM 2015)

20
// Represents the model of a Writer document. class SW_DLLPUBLIC SwDoc : public IInterface, public IDocumentRedlineAccess, public IDocumentFieldsAccess, public IDocumentStylePoolAccess, public IDocumentLineNumberAccess, public IDocumentStatistics, public IDocumentState, public IDocumentLayoutAccess, public IDocumentExternalData Jacobo Aragunde Pérez http://blogs.igalia.com/jaragunde @JacoboAragunde A vision about a LibreOffice document manager for Android

Transcript of A vision about a LibreOffice document manager for Android (FOSDEM 2015)

Page 1: A vision about a LibreOffice document manager for Android (FOSDEM 2015)

// Represents the model of a Writer document.class SW_DLLPUBLIC SwDoc :

public IInterface, public IDocumentRedlineAccess,

public IDocumentFieldsAccess, public IDocumentStylePoolAccess,

public IDocumentLineNumberAccess, public IDocumentStatistics,

public IDocumentState, public IDocumentLayoutAccess,

public IDocumentExternalData

Jacobo Aragunde Pérezhttp://blogs.igalia.com/jaragunde

@JacoboAragunde

A vision about a LibreOffice document manager for Android

Page 2: A vision about a LibreOffice document manager for Android (FOSDEM 2015)

Contents

● The past: LibreOffice for Android experiments● The present: complement for LibreOffice viewer● The future: towards a full-featured document

manager

Page 3: A vision about a LibreOffice document manager for Android (FOSDEM 2015)

The past

Page 4: A vision about a LibreOffice document manager for Android (FOSDEM 2015)

The story so far

● 2012:● GSOC project: “Java GUI for Libre-Office Based

Android App”, by Iain Billett● Native Android UI wrapping the Android Document

loader experiment– Browse local documents– Filtering– Sorting– Thumbnails

Page 5: A vision about a LibreOffice document manager for Android (FOSDEM 2015)

The story so far

● 2014:● The new LibreOffice viewer was started from

scratch● Adapted and merged the document browser

– Removed crashing parts– Interacts with the new viewer– Merged into a single .apk

Page 6: A vision about a LibreOffice document manager for Android (FOSDEM 2015)

The present

Page 7: A vision about a LibreOffice document manager for Android (FOSDEM 2015)

Powering up LibreOffice core

● Provide document browsing● No native file browsers in Android

● Integrate LibreOffice native core with Android services● Email share● Cloud providers

● Sponsoring from The Document Foundation

Page 8: A vision about a LibreOffice document manager for Android (FOSDEM 2015)

Native share

Page 9: A vision about a LibreOffice document manager for Android (FOSDEM 2015)

Native share

Page 10: A vision about a LibreOffice document manager for Android (FOSDEM 2015)

Cloud support

Page 11: A vision about a LibreOffice document manager for Android (FOSDEM 2015)

Cloud support

Page 12: A vision about a LibreOffice document manager for Android (FOSDEM 2015)

The future

Page 13: A vision about a LibreOffice document manager for Android (FOSDEM 2015)

More features!

● Full featured document management● Create/delete● Move/copy● Rename

● Support for more cloud services● Fresh design

● Follow latest Android trends

● Stability and bug fixing, of course!

Page 14: A vision about a LibreOffice document manager for Android (FOSDEM 2015)

The document manager

Page 15: A vision about a LibreOffice document manager for Android (FOSDEM 2015)

Filtering options

Page 16: A vision about a LibreOffice document manager for Android (FOSDEM 2015)

Document providers view

Page 17: A vision about a LibreOffice document manager for Android (FOSDEM 2015)

To sum up

Page 18: A vision about a LibreOffice document manager for Android (FOSDEM 2015)

Summary

● LibreOffice for Android!● Browse your local documents with no external

tools● Share through email, bluetooth, etc.● Soon: connect to ownCloud servers● Later: more cloud services, more document

management features, fresh design

Page 19: A vision about a LibreOffice document manager for Android (FOSDEM 2015)

Try it!

● Google Play Store● F-Droid● Daily builds at

● http://dev-builds.libreoffice.org/daily/master/

Page 20: A vision about a LibreOffice document manager for Android (FOSDEM 2015)

¡Thank you!

© 2015 Igalia, S.L.