Giter Site home page Giter Site logo

Comments (11)

Matt7170 avatar Matt7170 commented on June 9, 2024 1

How do I register for True time as a new instacart shopper?

from truetime-android.

Boucaa avatar Boucaa commented on June 9, 2024

I came across the same issue, @joknu1 have you found a workaround for this?
My only idea is to clear the cache, but this way I lose the ability to check the time until a new initialization goes through successfully.

from truetime-android.

joknu1 avatar joknu1 commented on June 9, 2024

I came across the same issue, @joknu1 have you found a workaround for this?
My only idea is to clear the cache, but this way I lose the ability to check the time until a new initialization goes through successfully.

No, I didn't. I still use this lib, but since the project I'm working on only cares for drift in the scale of 1 hour, it does not seem critical for our project's purpose. Le t me know if you find any workaround @Colanderr !

from truetime-android.

john-stemberger avatar john-stemberger commented on June 9, 2024

I have created a kotlin extension as a work around for this issue if anyone is interested

https://gist.github.com/john-stemberger/bab63c3935cdda052d2baf92732a2b85

from truetime-android.

stAyushJain avatar stAyushJain commented on June 9, 2024

@kaushikgopal Need your help. we are using vanilla version in our app and Re-sync seems impossible if cache option is enabled. Which method should I use to do re-sync in vanilla version?. Because requestTime(ntpHost) is a package-private in 'TrueTime'.

I am using below solution

class CustomCacheCacheImpl (private val doingResync: Boolean): CacheInterface {
  ...
  ...
   override fun get(key: String?, defaultValue: Long): Long {
          // On Force Sync return 0 so that {isInitialized()} will return false.
          if (doingResync && key.equals(CacheInterface.KEY_CACHED_BOOT_TIME)) return 0
          return _sharedPreferences.getLong(key, defaultValue)
    }
   

from truetime-android.

liu0527aa avatar liu0527aa commented on June 9, 2024

如果有人感兴趣的话,我已经创建了一个 kotlin 扩展作为解决此问题的方法

https://gist.github.com/john-stemberger/bab63c3935cdda052d2baf92732a2b85

hello,i want to use you method. However, it can't be allowed to change this code as the library. Could you tell the solition

from truetime-android.

stAyushJain avatar stAyushJain commented on June 9, 2024

@liu0527aa you can try alpha version of truetime. There you do not need to use requestTime(ntpHost). Or else you can use mine approach where you need to use custom implementation of Cache and update key KEY_CACHED_BOOT_TIME manually.

from truetime-android.

liu0527aa avatar liu0527aa commented on June 9, 2024

@liu0527aa you can try alpha version of truetime. There you do not need to use requestTime(ntpHost). Or else you can use mine approach where you need to use custom implementation of Cache and update key KEY_CACHED_BOOT_TIME manually.

I feel very embarrassed to ask where can i find the alpha version of truetime。。。And how to use the alpha version

from truetime-android.

stAyushJain avatar stAyushJain commented on June 9, 2024

4.0.0.alpha @liu0527aa

Screenshot 2023-08-10 at 5 41 59 PM

from truetime-android.

liu0527aa avatar liu0527aa commented on June 9, 2024

4.0.0.alpha@liu0527aa

屏幕截图 2023-08-10 下午 5 41 59

yes,i find it。however, when i use the library of 4.0.0. I met this mistake,the author didn't push the 4.0.0.alpha to jitpack.io。could u give me some suggestion? thanks!
image

from truetime-android.

CyxouD avatar CyxouD commented on June 9, 2024

At 3.5 version, I fix this by calling .initializeNtp instead of .initializeRx. initializeNtp is called internally by .initializeRx if TrueTimeRx isn't initialized. It helps to not use cached version during clock re-sync.
It looks like this

TrueTimeRx.build()
                    .initializeNtp(NTP_APPLE)
                    .subscribeOn(Schedulers.io())
                    .map { TrueTimeRx.now() }

Methods implementation:
image

from truetime-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.