new GCA android app

Discussion about software such as GSAK, OziExplorer etc, as well as all things hardware, GPSrs, laptops, PDAs, paperless caching, cables etc
User avatar
caughtatwork
Posts: 17017
Joined: 17 May 04 12:11 pm
Location: Melbourne
Contact:

Re: new GCA android app

Post by caughtatwork » 01 September 11 8:25 pm

mtrax wrote:just about to roll out a quick update later tonight

add B&W cache type
add Search type : found,unfound,owned and ALL
add launch navigate using GPS Radar (need to install free app 'GPS Status') access from cache details screen using menu ->Navigate ->Radar

thanks
Noice.
Must go play this weekend :-)

User avatar
tronador
6500 or more caches found
6500 or more caches found
Posts: 1555
Joined: 04 November 05 10:18 pm
Location: Lidcombe,Sydney, NSW

Re: new GCA android app

Post by tronador » 01 September 11 11:33 pm

Is there any way to filter??? Need to filter out all the trig points, they overrun the caches when the list loads.

User avatar
mtrax
Posts: 1974
Joined: 19 December 06 9:57 am
Location: Weston Creek, Canberra

Re: new GCA android app

Post by mtrax » 02 September 11 7:50 am

I'll see if I can put a quick fix for trigs, while I add a more comprehensive filter

User avatar
tronador
6500 or more caches found
6500 or more caches found
Posts: 1555
Joined: 04 November 05 10:18 pm
Location: Lidcombe,Sydney, NSW

Re: new GCA android app

Post by tronador » 02 September 11 8:27 am

mtrax wrote:I'll see if I can put a quick fix for trigs, while I add a more comprehensive filter
Thanks for all your work..it

User avatar
caughtatwork
Posts: 17017
Joined: 17 May 04 12:11 pm
Location: Melbourne
Contact:

Re: new GCA android app

Post by caughtatwork » 02 September 11 8:52 am

mtrax wrote:I'll see if I can put a quick fix for trigs, while I add a more comprehensive filter
As GCA is the provider of data, what if we allowed a MyQuery to be collected via a json query based on your current location?

In the same way you can get a GPX or count or screen full of data, we could probably allow a MyQuery to output the json data.

e.g. http://geocaching.com.au/my/query/json/ ... =9999,9999

We would need to allow for a special public query type otherwise the app would need to log them in. If you could just head to a link we could return the data (say 50 or 100 caches).

User avatar
mtrax
Posts: 1974
Joined: 19 December 06 9:57 am
Location: Weston Creek, Canberra

Re: new GCA android app

Post by mtrax » 02 September 11 8:56 am

This would be great but would also need api to show current my query or have some hardcoded queries

User avatar
caughtatwork
Posts: 17017
Joined: 17 May 04 12:11 pm
Location: Melbourne
Contact:

Re: new GCA android app

Post by caughtatwork » 02 September 11 9:42 am

What about a special MyQuery that the cacher creates.

e.g.
http://geocaching.com.au/my/query/json/ ... =9999,9999

That would then go and get the "GCA app" query (I think you can only have one if we can't have a queryid) for that user.
Values in the MyQuery like sort by and radius would be ignored in the results and return 50 caches.

i.e. One you have set up (and ticked the GCA app box), it's available for the GCA app to come and get. Ordered by location you would be able to set the various values as you can do now via a MyQuery so you can get caches on the fly, specific to your desires.

Do you gave UA string specific to your app?

User avatar
gmj3191
7500 or more caches found
7500 or more caches found
Posts: 1316
Joined: 22 April 03 12:37 am
Location: Sandringham, Vic Garmin Oregon 650

Re: new GCA android app

Post by gmj3191 » 02 September 11 11:32 am

caughtatwork wrote:What about a special MyQuery that the cacher creates.

e.g.
http://geocaching.com.au/my/query/json/ ... =9999,9999

That would then go and get the "GCA app" query (I think you can only have one if we can't have a queryid) for that user.
Values in the MyQuery like sort by and radius would be ignored in the results and return 50 caches.

i.e. One you have set up (and ticked the GCA app box), it's available for the GCA app to come and get. Ordered by location you would be able to set the various values as you can do now via a MyQuery so you can get caches on the fly, specific to your desires.

Do you gave UA string specific to your app?
Fantastic to see a situation where there is such great cooperation between the back end and the client developers.
Imagine what might be possible if things worked like this all the time.

User avatar
caughtatwork
Posts: 17017
Joined: 17 May 04 12:11 pm
Location: Melbourne
Contact:

Re: new GCA android app

Post by caughtatwork » 02 September 11 11:41 am

The best thing?
It's in the public eye, so anyone can offer comments or suggestions to make it better before we code it up and make it the suxxors.

User avatar
mtrax
Posts: 1974
Joined: 19 December 06 9:57 am
Location: Weston Creek, Canberra

Re: new GCA android app

Post by mtrax » 02 September 11 12:23 pm

caughtatwork wrote:What about a special MyQuery that the cacher creates.

e.g.
http://geocaching.com.au/my/query/json/ ... =9999,9999

That would then go and get the "GCA app" query (I think you can only have one if we can't have a queryid) for that user.
Values in the MyQuery like sort by and radius would be ignored in the results and return 50 caches.

i.e. One you have set up (and ticked the GCA app box), it's available for the GCA app to come and get. Ordered by location you would be able to set the various values as you can do now via a MyQuery so you can get caches on the fly, specific to your desires.

Do you gave UA string specific to your app?
I am using the standard apache httpGet but I think I should be able to modify the UA to identify the request.

User avatar
caughtatwork
Posts: 17017
Joined: 17 May 04 12:11 pm
Location: Melbourne
Contact:

Re: new GCA android app

Post by caughtatwork » 02 September 11 1:03 pm

Oh, you don't have to, I was just wondering.

User avatar
mtrax
Posts: 1974
Joined: 19 December 06 9:57 am
Location: Weston Creek, Canberra

Re: new GCA android app

Post by mtrax » 02 September 11 1:56 pm

tronador wrote:
mtrax wrote:I'll see if I can put a quick fix for trigs, while I add a more comprehensive filter
Thanks for all your work..it
hmm the side affect of excluding the Trigs after the query is that it will effectively reduce the # of caches returned
The better solution would be allow the API to exclude but for now I will exclude it post query.

User avatar
mtrax
Posts: 1974
Joined: 19 December 06 9:57 am
Location: Weston Creek, Canberra

Re: new GCA android app

Post by mtrax » 02 September 11 3:16 pm

trig filter update done. should be on the market page soon

BTW I've just looked at the stats and 1 person from Turkey and 1 from Finland has installed the App.. interesting huh.

Laighside Legends
10000 or more caches found
10000 or more caches found
Posts: 1304
Joined: 05 October 10 10:20 pm
Location: Australia

Re: new GCA android app

Post by Laighside Legends » 02 September 11 5:27 pm

Yay, It works for me now! :D
I just had to insert a "+" between "Laighside" and "Legends"... :)
Now we just need some more GCA caches...


Locked