Improve the detail view.Instead of recreating the contents every time, I managed to reuse the created components. This somehow failed before and it was not really clear why. Programming sencha involves a lot of trial and error.
Clear the details view as soon as the record is changed.On slow/mobile devices, the old data is still visible for a few seconds without this change.
Extract and show meta data in the details view.
Add support for opening files from external applications to the android version.
Add caching of the file list to the sencha touch ui.
Fix a few issues. - list could have multiple selections - zoom was not fixed when loading second document, giving a wrong canvas size
Fix problems in apk using sencha-touch.jssencha-touch.js debug version is too big, so we copied in sencha-touch-all.js instead.
Remove some debugging code.
Port the qt client to the new sench touch ui.The work is not entirely complete yet. Scanning the directory for odt files is still missing.
Add zoom in and out.This was very hard to achieve because the webkit transform does not affect the percieved element width and height (at the moment). So a buffer <div/> was needed.
View revisions
Also available in: Atom