Showing Posts For Goddchen.4958:

Built a site for rendering emblems...

in API Development

Posted by: Goddchen.4958

Goddchen.4958

“An error occurred in the application and your page could not be served. Please try again in a few moments.” Over quota or something?

It has become silent in here...

in API Development

Posted by: Goddchen.4958

Goddchen.4958

I’m really sorry for how this thread went… This is was totally not what I wanted to achieve.

Some moderator, please close this thread…

It has become silent in here...

in API Development

Posted by: Goddchen.4958

Goddchen.4958

… that might be a sign of less interest in the API or of a big thing to come some time soon (oauth2?).

What do you think? I’m personally hoping for the second option… :-)

gw2stats.net Looking for Assistance

in API Development

Posted by: Goddchen.4958

Goddchen.4958

Hey Drama,

Check out my Android app ‘Guild Wars 2 API Explorer. I’d love to add a gw2stats.net Akitten ection. And I’d also be interested in helping out with the API :-)

Please contact me via PN or email: <my nickname>@googlemail.com

Goddchen

[API Suggestion] Trading Post API

in API Development

Posted by: Goddchen.4958

Goddchen.4958

A read-only API would be perfectly fine I think… It would enable viewing of current status, notifications, etc…

120x120 cm map of Tyria

in Community Creations

Posted by: Goddchen.4958

Goddchen.4958

120x120 cm map of Tyria

in Community Creations

Posted by: Goddchen.4958

Goddchen.4958

I was using a JPG with the exact maps API world coordinates pixels, something about 32***x32***, too.
But before submitting it to posterxxl.de for printing, I scaled it to 150dpi for 120×120 (which were something like 7***x7***).
Quality looks really good.

120x120 cm map of Tyria

in Community Creations

Posted by: Goddchen.4958

Goddchen.4958

Hey everyone,

this was possible thanks to the recently released maps API

https://plus.google.com/u/0/111008049726565799376/posts/TMDN7k9b3St

Goddchen

Attachments:

List of apps/websites using the API

in API Development

Posted by: Goddchen.4958

Goddchen.4958

Hey everyone,

sorry for not updating the list so long but it seems that I cannot edit the post any more since it has become too long. I have sent a PM to Terrasque.8735 since he owns the first response and it would be cool if we could continue the list in this response.

App/Website translation requests

in API Development

Posted by: Goddchen.4958

Goddchen.4958

One more reserved post if the list becomes very large

App/Website translation requests

in API Development

Posted by: Goddchen.4958

Goddchen.4958

Android Apps:

(edited by Goddchen.4958)

App/Website translation requests

in API Development

Posted by: Goddchen.4958

Goddchen.4958

Hey everyone,

I thought that this would be a good place to request for translations of the existing API apps/websites.

Like my main thread with a list of Apps and websites (the sticky one) I’ll keep this one updated as well.

Let’s agree to a format:
[App name] – [Link to translation service] – [Requested translations e.g. “de,fr,it,es”]

Event Details API location coordinates

in API Development

Posted by: Goddchen.4958

Goddchen.4958

Got it working by doing some percentage calulcations to calculate the continent coordinates from the map coordinates:
https://github.com/Goddchen/GuildWars2-API-Explorer/blob/master/GuildWars2APIExplorer/src/main/java/de/goddchen/android/gw2/api/fragments/ContinentFragment.java#L132

Event Details API location coordinates

in API Development

Posted by: Goddchen.4958

Goddchen.4958

Hey everyone,

I’m kind of confused by the event details API’s center coordinates.

For example I get:

“center”:
[-9463.6,
-40310.2,
-785.799]

But the continent itself only has a dimension of 32768×32768 pixels.

Doesn’t make much sense to me

Could someone please explain those coordinates?

Coordinate conversion of POIs

in API Development

Posted by: Goddchen.4958

Goddchen.4958

Hey everyone,

I am using osmdroid to display the maps on Android. Displaying the maps works just fine (awesome!)

But I’m having issues with the POIs. osmdroid takes lat/lng coordinates to place markers on the map. But I’m unable to convert the xy coordinates of the POIs to lat/lng coordinates.

Can anyone give me a hint on this one?

See also my post on StackOverflow on this: http://stackoverflow.com/questions/17239346/osmdroid-coordinate-conversion-for-markers

Goddchen

Certificate problems with Android Apps

in API Development

Posted by: Goddchen.4958

Goddchen.4958

List of apps/websites using the API

in API Development

Posted by: Goddchen.4958

Goddchen.4958

Hey everyone,

I’m trying to to edit the post with the latest links but whenever I submit the edited post, it fails…

Will try again asap…

Certificate problems with Android Apps

in API Development

Posted by: Goddchen.4958

Goddchen.4958

HttpsURLConnection seems to be able to handle the HTTPS connection just fine without any further config.

[How To] Colors API

in API Development

Posted by: Goddchen.4958

Goddchen.4958

precalculated RGB values: thanks you so much Cliff

[How To] Colors API

in API Development

Posted by: Goddchen.4958

Goddchen.4958

[API Suggestion] Colors

in API Development

Posted by: Goddchen.4958

Goddchen.4958

as soon as anyone can generate a real rgb color from the API data, some sample code would really be appreciated. I can calculate how much I want, with an API “hue” value of 20, I never get even near a value of ~60 to generate a yellow color

[API Suggestion] Colors

in API Development

Posted by: Goddchen.4958

Goddchen.4958

okay, with these two, now you totally got me confused. It is black and white, with the exact same values?

{"name":“White”,
“default”:{
“brightness”:“128”,
“contrast”:“128”,
“hue”:“0”,
“saturation”:“128”,
“lightness”:"128"}

{"name":“Black”,
default":{
“brightness”:“128”,
“contrast”:“128”,
“hue”:“0”,
“saturation”:“128”,
“lightness”:"128"}

[API Suggestion] Colors

in API Development

Posted by: Goddchen.4958

Goddchen.4958

could you please explain how to get to rgb #000 from these values? It think this is the easiest example that we can find:

“name”: “Black”,
“default”: {
“brightness”: “128”,
“contrast”: “128”,
“hue”: “0”,
“saturation”: “128”,
“lightness”: “128”
},

[API Suggestion] Colors

in API Development

Posted by: Goddchen.4958

Goddchen.4958

I tried for several hours now but I’m unable to generate a RGB color value from the API data in Java

List of apps/websites using the API

in API Development

Posted by: Goddchen.4958

Goddchen.4958

Please update the gw2stats to read gw2stats.net please.

Done

List of apps/websites using the API

in API Development

Posted by: Goddchen.4958

Goddchen.4958

This is awesome! Thanks, Goddchen, for your initiative in starting that list.

Would it be possible to include who the admin(s)/creator(s) are for each particular app/site (if known)? Would be great to give the creators credit for what they make.

Good point, will add those info as it is available

List of apps/websites using the API

in API Development

Posted by: Goddchen.4958

Goddchen.4958

Hey everyone,

I think it would be a good idea to collect all websites/apps/programs that make use of the API.

I’ll start with my own Android app and add everything to the list from your responses!

Android

IOS

Windows Phone

Websites

Desktop

(edited by Goddchen.4958)