[PATCH] Add "document chooser" and "quit" to DocumentLoader in andro...
Naser Sharifi (via Code Review)
gerrit at gerrit.libreoffice.org
Thu Dec 6 13:26:29 PST 2012
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/1258
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/58/1258/1
Add "document chooser" and "quit" to DocumentLoader in android/experimental
Both features have been added to the DocumentLoader menu.
By "document chooser", files are selected from the device SDCard.
This enhances the current state in which a single document (hard-coded in
the android application assets/ directory) is loaded.
The "quit" feature is just a menu item that exits the running DocumentLoader activity.
Changes were built (under Fedora17-i686) and tested (on Samsung GS3, Android-4.0)
Change-Id: I4d0e192b9fc7a3c5751f007cf99a9991bd70e719
---
M android/experimental/DocumentLoader/AndroidManifest.xml
A android/experimental/DocumentLoader/res/drawable-mdpi/file.png
A android/experimental/DocumentLoader/res/drawable-mdpi/fileopen.png
A android/experimental/DocumentLoader/res/drawable-mdpi/folder.png
A android/experimental/DocumentLoader/res/layout/select_document.xml
M android/experimental/DocumentLoader/res/menu/option.xml
M android/experimental/DocumentLoader/res/values/string.xml
A android/experimental/DocumentLoader/src/org/libreoffice/android/SelectDocumentAdapter.java
M android/experimental/DocumentLoader/src/org/libreoffice/android/examples/DocumentLoader.java
A android/experimental/DocumentLoader/src/org/libreoffice/android/examples/SelectDocumentActivity.java
10 files changed, 180 insertions(+), 0 deletions(-)
--
To view, visit https://gerrit.libreoffice.org/1258
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4d0e192b9fc7a3c5751f007cf99a9991bd70e719
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Naser Sharifi <sharifinaser at gmail.com>
More information about the LibreOffice
mailing list