Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Menion

#12961
you're welcome ...
#12962
Hi,
  i have noticed same issue yesterday. I did some fixs but actually I'm not sure if I finally fixed it or not :) Please try testing version if you have some time here from forum. This should work correctly ...
#12963
Implemented / Re: NMEA type export
March 02, 2011, 16:11:49
guys, please test actual testing version (0.9.24.x) which contain this feature is some way. When you select NMEA export in settings (under GPS settings), all you NMEA messages will be saved into one file on SD card. Try and let me know what you think ...
#12964
Information / [INFO - CZ] - aplikace roku
March 02, 2011, 15:49:36
Zdravím bando ...
  tak jsem se dneska dozvěděl o akci Aplikace roku. Víte o tom něco?

http://www.aplikaceroku.cz/2011/

  docela bych se i zapojil. Nemyslím si že by byla u nás tak velká konkurence mobilních aplikací. Stačí tedy jedna nominace až později bude umožněno nějaké hlasování? Jsem z toho nějaký zmaten ...
#12965
Oki, i finally understand what you want.

You want to add into Locus one button that should be useful only for you, because no one will do such complicated coping downloaded images from one software to SD card to second software. Hmm .. I believe you already know my answer.

Only think that should change my opinion is at least ten people who will share your enthusianism into this spoiler thing and also good description, why is this useful because I still don't see it ...

so sorry, but this TOO much user specific things, I don't want implement into Locus, hope you understand. As I see it, if you want this images, you can just go into this folder and watch them by yourself ...
#12966
Hi Johny,
  augmented reality as well as My Maps features are enabled only in here published testing versions. They really need some tune and improvements so it will take some time until they will be released in public version. If you want, just download last Locus version from first post and install over actual version you have from market.

And don't worry, when I upload new version on market, you will be noticed about it as usual ...
#12967
Hmm, but I don't want to do any downloading of page from geocaching.com and searching for spoilers image. Are they really so important?? I have never used them ...
#12968
Yes, it's exactly as I wrote. Initializing takes too much time. It have to be done with some help of external file.

You have initializing maps every start? That means that you have any file in maps directory that have some problem with initializing. You have file in maps directory but missing in list of offline maps! Check it ...

and thanks for tests! This show that whole system works fine only needs some small improvements. Fine fine ...
#12969
Hmm I just tested one cache as you wrote .... GC12THR

When I browse through source code, there is this image
http://img.geocaching.com/cache/532bf52 ... 1219f6.jpg

is this spoiler you talk about?

But when I download GPX file (attached to my post) there is no link to this image ...

any tip for this?
#12970
Hi,
  hmm excellent! What do you exactly need to know?

I just object that hold list of database files sorted by filename (just in Arraylist). When request for any tile come, I'm doing through all files and check if this tile is in database.

When second request on tile come, I then check firstly the last used database file. If nothing there, then I go as in first case, from first to last (except the one already tested).

So question is, what is the best separate algorithm right? There is not much big problem count of files. Best for performance will be if whole zoom will be in same file. You should create some simple solution as

  • create first file
  • count files for first zoom and put them into file
  • count files for second zoom, if small enough to put into first, add. Otherwise create second file
  • and so on. There should be of course any problems ...

When zoom level is bigger then 2GB, then you should separate it into more then one file also by any algorithm. If only to two parts, it's simple. If more, this should be interesting ... :)

And last think. Initializing of 2GB SQLite db file (just executing query "select distinct z from tiles") takes on android cca 3 minutes!! It will be good to on the end, create some txt file with zoom values in every file. Best will be for every file, same file with "txt" ending, that contain numbers separate by comma with zoom values. Initializing of this map will then be incredibly fast ...

uff, long story from me. Ask whatever you need. I hope you understand whole concept, how Locus handle these maps. I expect then this will not change in future. Looks fast enough ...
#12971
Eh you are right, I'm just testing recording during my way to dentist and after last update I absolutely ignore all settings for recording. Nice ... :)
#12972
I know I don't have to, but I want :)

Anyway, I received no message on crowdin. Better to send these thing by email. And you translated text on market page? If so, I should add it there immediately. I'll upload new texts on crowdin later, because there is need for some track record fixs and probably for some new settings ...
#12973
Free chat / forum addons
March 02, 2011, 00:07:16
Hi guys,
  I have changed graphics style of forum into default PHP BB3 style. I wanted to add some addons and old one do not support this.

So I added ability to set topic as "Solved" into all categories Troubles & Questions. So please use this if you're satisfied with actual final progress of your topic.

Also into categories Wishlist and Troubles & Questions is now added ability to rate topic. Try to rate topics, that are important for you (or that have no sence for you by low rating value). I'll try to implements more required features first!

Any more tips how to improve work with forum? Discussion is welcome ...
#12974
Troubles & Questions / Re: sort order for tracks
March 01, 2011, 23:31:05
yes, sorting is updated but exporting multiple tracks at once still not. I'll probably do some dialog when you click on Export button on main data screen.

somethink like "Export selected tracks", "Export points" ...
#12975
Ok, fine that actual solution helps a little.

Your second suggestion leads to complete rewrite style of Offline checkbox in map settings. This button actually works only on map tiles and you want to apply almost on all thinks? Searchin of adres when "Move to" map, downloading geocaching data (images) in listing ... and maybe more ...

I don't know, maybe? ... :)