ilyaklyukin

Results 13 comments of ilyaklyukin

I've implemented some workaround for using AA + DeepLinkDispatch. Trick is in replacing intent target with AA one. ``` @DeepLinkHandler({AppDeepLinkModule.class}) public class DeepLinkActivity extends AppCompatActivity { private static final String...

@mitsinsar Could you, pls, describe, how I can use that lib? For now I'm using scarlet with Snapshot version: ``` rep: maven { url "https://oss.sonatype.org/content/repositories/snapshots" } version: scarlet : '0.2.5-SNAPSHOT'...

Imported as a module, updated dependencies, but still having issue: using lifecycle injection (to be able to manage a connection not only with activity lifecycle), ``` @Provides @Singleton @JvmStatic fun...

@charlieAndroidDev Have you managed to solve the issue?

Similar issue on 0.2.x branch, but there is no connection.kt class...

@aaronhe42 thanks for the response. 1st issue seems like described here (thus I use not lifecycleOnwer) https://github.com/Tinder/Scarlet/issues/118 2nd is similar to it, the difference only that when our backend closes...

1st (https://github.com/Tinder/Scarlet/issues/118) I hope to be fixed with PR https://github.com/Tinder/Scarlet/pull/58 - but nobody merges it..

@aaronhe42 any progress? who could merge into 0.2.x , for example, https://github.com/Tinder/Scarlet/pull/58 ?

any news? no commits