This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void flussonic.watcher.sdk.presentation.timeline.FlussonicTimelineView.collapse()' on a null object reference | |
at flussonic.watcher.sdk.presentation.watcher.FlussonicWatcherView.lambda$tryCollapseTimeline$2(FlussonicWatcherView.java:582) | |
at flussonic.watcher.sdk.presentation.watcher.-$$Lambda$FlussonicWatcherView$kfbfhYsS9XvYSUCapHnxGSyedeU.onAnimationEnd(lambda) | |
at flussonic.watcher.sdk.presentation.timeline.animation.AnimationListener.onAnimationEnd(AnimationListener.java:27) | |
at android.animation.ValueAnimator.endAnimation(ValueAnimator.java:1239) | |
at android.animation.ValueAnimator$AnimationHandler.doAnimationFrame(ValueAnimator.java:766) | |
at android.animation.ValueAnimator$AnimationHandler$1.run(ValueAnimator.java:801) | |
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:858) | |
at android.view.Choreographer.doCallbacks(Choreographer.java:670) | |
at androi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-12-18 12:27:00.058 4835-4835/com.flussonic.watcher W/PropertyValuesHolder: Method set() with type float not found on target class class me.zhanghai.android.materialprogressbar.IndeterminateHorizontalProgressDrawable$RectTransformX | |
2018-12-18 12:27:15.095 4835-4835/com.flussonic.watcher W/System.err: io.reactivex.exceptions.UndeliverableException: flussonic.watcher.sdk.domain.exceptions.UnexpectedException: flussonic.watcher.sdk.domain.exceptions.TryCountExceeded: javax.net.ssl.SSLPeerUnverifiedException: Hostname 212.158.173.222 not verified: | |
2018-12-18 12:27:15.095 4835-4835/com.flussonic.watcher W/System.err: certificate: sha256/IfeXcE4eMXlY4Lk0NlilrEtAwL8BjJ40R7WIvm6jvTQ= | |
2018-12-18 12:27:15.095 4835-4835/com.flussonic.watcher W/System.err: DN: CN=bc71.s.erlyvideo.ru | |
2018-12-18 12:27:15.095 4835-4835/com.flussonic.watcher W/System.err: subjectAltNames: [bc71.s.erlyvideo.ru] | |
2018-12-18 12:27:15.096 4835-4835/com.flussonic.watcher W/System.err: at io.reactivex.plugins.RxJavaPlugins.onErr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- discussing details of app's interface with consumer - 4 hours | |
- building an app and connecting of all dependencies - 8 hours | |
- creating header element - 1 hour | |
- connecting and configuring infiniteScroll lib - 8 hours or more | |
- creating calendar element - 1 hour | |
- creating explore element - 1 hour | |
- creating explore list - 1 hour | |
- creating requests api or connecting and configuring existed lib - 2 hours | |
- creating stub component for empty data - 1 hour | |
- testing and refactoring all components - 8 hours |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to log to the console when each text editor is saved. | |
# | |
# atom.workspace.observeTextEditors (editor) -> | |
# editor.onDidSave -> |
NewerOlder