Pawel Hajduk
Pawel Hajduk
Hi. I would like to implement method similar to `setRemindInterval` but it would take number of launches of the app instead of days. Name proposition is `setRemindLaunchTimes`. It would allow...
Hi guys. I think I found bug but please validate my findings described below: [SourceFileReader](https://github.com/NYTimes/Store/blob/feature/rx2/filesystem/src/main/java/com/nytimes/android/external/fs3/SourceFileReader.java#L30) uses private method `pathForBarcode` in order to get path for `BarCode`. However, [SourceFileWriter](https://github.com/NYTimes/Store/blob/feature/rx2/filesystem/src/main/java/com/nytimes/android/external/fs3/SourceFileWriter.java#L16) delegates it...
I would like to implement feature which will allow saving streamed video to file. @jacek-marchwicki could you provide some tips where to start?
Hi. Before creating a PR I would like to ask you guys if I'm right. `ViewTouchOnSubscribe` class which is internally used during for example `RxView.touches`method contains: ``` java @Override public...