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

2009-06-13 Thread sdz

sadly... thank you

On 13 Jun., 13:05, "Mark Murphy"  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 Guy)http://commonsware.com
> _The Busy Coder's Guide to Android Development_ Version 2.0 Available!
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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" 
wrote:
> http://tinyurl.com/dnh8j4
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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  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 fine.
>
> But some links the response from server is like bellow  it dos't
> launches my activity
>
> i founded that the difference is only Content-Encoding: gzip is extra
> in those not working links
>
> The android browser also dos't support these links
>
> url :http://dir.xiph.org/by_format/MP3
>
> HTTP/1.1 200 OK
> Date: Tue, 24 Mar 2009 06:22:48 GMT
> Server: Apache/2.2.4 (Ubuntu) PHP/5.2.3-1ubuntu6.3
> X-Powered-By: PHP/5.2.3-1ubuntu6.3
> Content-Disposition: inline; filename="listen.m3u"
> Content-Encoding: gzip
> Vary: Accept-Encoding
> Content-Length: 82
> Connection: close
> Content-Type: audio/x-mpegurl
>
> How can i specify the Content-Encoding in intent filter
>
> is Android browser supports Content-Encoding : gzip
>
> Need help
>
> Thank you
> Dilli
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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"  wrote:
> > set an intent-filter
>
> > 
>
> > 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?
>
> Are you sure your Web server is serving up the file with that MIME type?
>
> If you are not downloading the file via a Web server, how are you opening it?
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
> _The Busy Coder's Guide to Android Development_ Version 2.0 Available!
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



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

2009-03-21 Thread sdz

Hi,

set an intent-filter



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.

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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 because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---