[android-developers] Manipulating WebKit Form-Data

2009-06-13 Thread sdz
Hi, is there any way to manipulate form-data of a specific website (for example fill in information in a login-field and hit the login- button). Thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Manipulating WebKit Form-Data

2009-06-13 Thread sdz
sadly... thank you On 13 Jun., 13:05, Mark Murphy mmur...@commonsware.com wrote: is there any way to manipulate form-data of a specific website (for example fill in information in a login-field and hit the login- button). Not that I am aware of. -- Mark Murphy (a Commons

[android-developers] Adding new Menu-Buttons to Youtube Application

2009-06-08 Thread sdz
Hi, is there any way to add a new menu button to the youtube application? I want to create an addon for the application. Thank you for helping --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] How to extend GMail App

2009-03-26 Thread sdz
hi, is it possible to put my own function (as a button per Attachment) in the Gmail app? If yes: how can I achieve that? Are there tutorials? Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] When is the Android Market available in the EU?

2009-03-24 Thread sdz
Hi, do you know when Merchants are able to sell their applications via the market from germany or other EU-Countries? I've heard that it will be announced till 30.03. Is this correct? Do you have any other information about it? Thank you --~--~-~--~~~---~--~~

[android-developers] Re: Is Android browser supports Content-Encoding : gzip ???

2009-03-24 Thread sdz
AFAIK you can't access gzip via Android OS, because your webserver delivers a Content audio/x-mpegurl. On 24 Mrz., 07:51, Dilli dilliraomca...@gmail.com wrote: HI all I am developing a application which launches automatically when the user clicks on any link of pls / m3u in browser it works

[android-developers] Re: When is the Android Market available in the EU?

2009-03-24 Thread sdz
So will I be able to sell applications at 1.04.09 in germany? On 24 Mrz., 12:21, bouvetloz...@gmail.com bouvetloz...@gmail.com wrote: http://tinyurl.com/dnh8j4 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Open GMail Attachments with my app

2009-03-24 Thread sdz
Hi, I've managed with INTENTS to open files with certain mime types from the Download-Manager for example. Unfortunately I'm not able to open the attachments from GMail-App with my application. How can I achieve that? Thanks --~--~-~--~~~---~--~~ You received

[android-developers] OOXML MimeType application/vnd.openxmlformats-officedocument.wordprocessingml.document not available in android?

2009-03-21 Thread sdz
Hi, set an intent-filter data android:mimeType=application/vnd.openxmlformats- officedocument.wordprocessingml.document / but Android never bind *.docx Documents with my application. Can it be, that Android doesn't know, that there is such a mimetype out there? Thanks.

[android-developers] Re: OOXML MimeType application/vnd.openxmlformats-officedocument.wordprocessingml.documen t not available in android?

2009-03-21 Thread sdz
Hi, you are right. The web server didn't serve the right mimetype. I tested it now via a microsoft iis server and ooxml works fine there. I hoped for a built-in mimetype detection in android just in case the web servers don't deliver the right mimetype. Thanks On 22 Mrz., 01:19, Mark Murphy

[android-developers] Please enable SVG Support in the Android Webkit Browser

2009-03-20 Thread sdz
Hi, it would be great to get scalable open Vectors in the browser. Thank you! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] How to open files from browser or mail or filebrowser or so with my application?

2009-03-19 Thread sdz
Hi, how can I open all files (for example all files with mime type application/msword or application/msexcel) with my Application? And how can I read the content of the files? Are there any examples? Thank you. --~--~-~--~~~---~--~~ You received this message

[android-developers] How to open files from browser or mail or filebrowser or so with my application?

2009-03-19 Thread sdz
Hi, how can I tell Android that I want all files (with mimetype for example application/msword) open with my application. And in my application, I want to be able to read the file. Is there any example? Thank you. Greetings --~--~-~--~~~---~--~~ You received