aegif / nemakiware-android-client

Android client for the NoSQL ECM server NemakiWare

Home Page:http://nemakiware.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upload SMS, MMS, Photos/Videos from the android phone

GoogleCodeExporter opened this issue · comments

It would be nice if the user can upload these things from the android phone
to a preselected folder.

TODO:
- preferences screen for selecting the folders in the repository.
- get acess to the sms, mms, pictures and videos
- upload like fileupload in ticket #7


Original issue reported on code.google.com by jens.goldhammer on 23 Jan 2010 at 2:29

One component for this is: "Select Folder In Repository" (folder navigation). 
We should 
build this as a speparate intent (input: cmis repo, output: folderId) that can 
be 
reused.

Original comment by Florian....@gmail.com on 3 Feb 2010 at 7:44

This can also be done with the intent of openintent.

Please look at:
http://code.google.com/p/openintents/source/browse/trunk/samples/TestFileManager
/src/org/openintents/samples/TestFileManager/TestFileManager.java

Original comment by jens.goldhammer on 3 Feb 2010 at 9:53