v2.4.1 Software Release

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SkyTrak_Seth
    Manufacturer
    • Nov 2014
    • 1603

    #1

    v2.4.1 Software Release

    Hey Guys,

    Nothing monumental here, just a quick maintenance release with some small bug fixes and back end changes. But it's live on PC and iOS if you wish to update.

    Release Notes:

    - Improved App Login Stability
    - Improved Device Connections
  • Shardak
    Super Member
    • Oct 2015
    • 513

    #2
    I have noticed one cool undocumented change...framerate is now locked at 60fps.

    I had hoped this would improve shot delay time, but it made no change there. However, my PC is much cooler, quieter and using alot less power now that it isnt rendering the app at 1000+ fps.



    Comment


    • SkyTrak_Seth
      SkyTrak_Seth commented
      Editing a comment
      Oh yeah...we did do that
  • doublebogey
    Advanced Member
    • May 2015
    • 447

    #3
    SkyTrak_Seth / Seth, so every time one updates app one needs to re-sync all shots in history again? Thanks.

    Comment

    • SkyTrak_Seth
      Manufacturer
      • Nov 2014
      • 1603

      #4
      Oh your iPad, I believe it wipes the local DB. On the PC, it keeps it on update.

      Comment


      • doublebogey
        doublebogey commented
        Editing a comment
        Yes iPad. This makes it a little bit of a pain each time one updates app in iPad as it takes a long time to re-sync (re-build) entire local database =(

      • SkyTrak_Seth
        SkyTrak_Seth commented
        Editing a comment
        I'm not sure that there is a way around it, but I will certainly look into it.
    • Joko
      Advanced Member
      • Aug 2015
      • 426

      #5
      Thanks Seth/Skytrak for your continual development. It's nice not needing to complain all the time about stuff.

      Comment

      • ernie18
        Senior Member
        • Oct 2015
        • 122

        #6
        yea been pretty quiet around here now that things are all released and what not...

        Comment

        • BamaGambler
          Advanced Member
          • Apr 2016
          • 334

          #7
          Shardak, what is the name of the frame rate application you use?


          Sent from my iPhone using Tapatalk

          Comment


          • Shardak
            Shardak commented
            Editing a comment
            Its called Fraps
        • SkyTrak_Seth
          Manufacturer
          • Nov 2014
          • 1603

          #8
          Don't worry guys, I'll be sure to put on my evil mask and start purposefully holding stuff back again once I get tired of the silence




          Comment


          • SkyTrak_Seth
            SkyTrak_Seth commented
            Editing a comment
            I think you'll be very happy with the next release....

          • bennyg211
            bennyg211 commented
            Editing a comment
            Well I think I'm very happy with your reply. Cheers.

          • Joko
            Joko commented
            Editing a comment
            Beware! Another Seth carrot and the stick situation!!!!
        • dsailer
          Member
          • Jan 2015
          • 56

          #9
          Originally posted by SkyTrak View Post
          Oh your iPad, I believe it wipes the local DB. On the PC, it keeps it on update.
          Well, if it's getting too quiet around here:

          Re: iPad/iPhone, assuming your using core data, there's no reason this has to happen. You can even add a setting that will handle minor schema changes automatically. Developers are paranoid of database corruption so they'll avoid doing this, but delete & re-install is always a back up plan.

          Also, even if you did have to download and load all shot data, it's taking way too long to do that. It takes 10-12 seconds to download ALL my shot data from skygolf, which is something like 5000 shots. This should load into the database in another 15 seconds or so.

          Comment


          • dsailer
            dsailer commented
            Editing a comment
            Haven't done much iOS development lately, so thought I'd try this to keep my skills up. Using batch load, it was a lot faster than I thought (iPhone 5s):

            Fetched data in: 11.21 seconds
            Loaded data in: 0.91 seconds
            Finished: 7201 swings
        Working...