8000 Tags · alapshin/arctor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Tags: alapshin/arctor

Tags

0.5.0

Toggle 0.5.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request #5 from alapshin/viewstatecommand

Add view state saving mechanism using command queue

0.4.1

Toggle 0.4.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bump patch version

0.4.0

Toggle 0.4.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request #3 from alapshin/travis

Add Travis config

0.3.0

Toggle 0.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Remove MVP classes for platfrom fragments

0.1.7

Toggle 0.1.7's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixed problem with neverending observable in RxPresenter

RxPresenter uses combineLatest to combine view subject and data
observable. CombineLatest waits for all its children to complete before
emiting onComplete. Fix this using materialize on source observable and
dematerialize on combined observable.

0.1.6

Toggle 0.1.6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Replace OperatorSemaphore with RxJava transformers

0.1.5

Toggle 0.1.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add Icepick into Base* clases

0.1.4

Toggle 0.1.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add base classes for support fragments and dialogs

0.1.3

Toggle 0.1.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add MvpDialog

0.1.2

Toggle 0.1.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix wrong method call from PresenterDelegate

0