issues
search
spotify
/
mobius
A functional reactive framework for managing state evolution and side-effects.
https://spotify.github.io/mobius/
Apache License 2.0
1.23k
stars
97
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Added missing license headers to mobius-coroutines
#179
togi
closed
1 month ago
0
Fix for RxConnectables not discarding emissions after dispose.
#178
togi
closed
1 month ago
0
Remove ConcurrentHashMap to avoid Java8 problems on Android phones
#177
juanmrivero
closed
6 months ago
0
Add ExecutionPolicy to SubtypeEffectHandler
#176
juanmrivero
closed
9 months ago
1
Update ownership from Zenith to Blink
#175
zvonicek
closed
9 months ago
0
Add addFlow function to CoroutinesSubtypeEffectHandlerBuilder
#174
juanmrivero
closed
9 months ago
0
Add "addProducer" function into CoroutinesSubtypeEffectHandlerBuilder
#173
juanmrivero
closed
10 months ago
1
Update signing configuration and bump version
#172
nathan3d
closed
10 months ago
0
Add Coroutines utilities to use alongside Mobius
#171
juanmrivero
closed
11 months ago
0
Add LiveQueue method to enable ignoring of paused effects entirely
#170
milchopenchev
closed
11 months ago
0
Use Gradle 7.5 and AGP 7.4.2
#169
nathan3d
closed
11 months ago
0
Update catalog-info.yaml
#168
viktorgardart
closed
1 year ago
0
Remove Travis CI build badge
#167
akirataguchi115
closed
1 year ago
1
solve race in MobiusLoop.observe()
#166
pettermahlen
closed
1 year ago
0
Make QueuingConnection non-blocking
#165
pettermahlen
closed
1 year ago
0
Refactor QueuingConnection to avoid synchronization
#164
spkrka
closed
1 year ago
0
Refactor QueuingConnection to use CompletableFuture
#163
spkrka
closed
1 year ago
0
Refactor QueuingConnection to use CompletableFuture
#162
spkrka
closed
1 year ago
0
Make QueuingConnection non-blocking
#161
pettermahlen
closed
1 year ago
1
mobius-android and jetpack compose (type-erasure and neighboring loops)
#159
5TFN
closed
1 year ago
4
Clarification on Mobius Controller
#158
rajdheepak
opened
1 year ago
2
Clarification on my learnings on mobius loop
#157
rajdheepak
closed
2 years ago
21
Force all WorkRunners to discard any new work after call to dispose()
#156
aleksandrn-spotify
closed
2 years ago
0
Migrated wiki to GitHub Pages + MkDocs ❤️
#154
vestrel00
closed
2 years ago
2
Migrate wiki to GitHub Pages + MkDocs ❤️
#153
vestrel00
closed
2 years ago
2
bump binary compatibility baseline to 1.5.8
#151
pettermahlen
closed
2 years ago
0
ensure that before/afterInit work when using MobiusController
#150
pettermahlen
closed
2 years ago
0
Ported a fix for DiscardAfterDisposeWrapper that was missing in mobius-rx3
#149
togi
closed
2 years ago
0
What implementation of slf4j does mobius use ?
#148
SamradhShukla12
closed
2 years ago
1
bump baselineVersion to 1.5.6
#147
pettermahlen
closed
2 years ago
0
Rx eventsource dispose race
#146
pettermahlen
closed
2 years ago
0
Remove unnecessary 'else' clauses
#145
amilcar-andrade
closed
3 years ago
3
Sorted out some failing static analysis on master
#144
togi
closed
3 years ago
0
Update test libraries
#142
AlexBeggs
closed
3 years ago
1
RxJava3: Ports EffectHandlerException class and test
#141
amilcar-andrade
closed
3 years ago
0
Update README.md
#140
btoo
closed
3 years ago
1
Simplify RxJava subscribe calls, remove onError
#139
lukaciko
closed
4 years ago
1
Mobius with Android lifcycle
#138
codeCleanDev
closed
4 years ago
11
Added ToggledEventSource and added it to the MobiusLoopViewModel
#137
milchopenchev
closed
3 years ago
3
Added a way to filter event sources based on the ViewModel's active state and an internal onCleared method
#136
milchopenchev
closed
4 years ago
1
Replace`final` modifier with `@CallSuper` annotation for `MobiusLoopViewModel.onCleared`
#135
slesinskik
closed
3 years ago
9
Observe and update race issues
#134
pettermahlen
closed
4 years ago
1
Fixing issue with initial Effects sending ViewEffects
#133
milchopenchev
closed
4 years ago
2
Add ErrorProne
#132
pettermahlen
closed
4 years ago
1
Fix UnrecoverableIncomingException hashCode()s
#131
pettermahlen
closed
4 years ago
0
Fixed an issue caused by async posting of effects in LiveQueue
#130
milchopenchev
closed
4 years ago
0
Crash in MutableLiveQueue
#129
kapilsukhyani
closed
2 years ago
5
improve stability of TransformersTest
#128
pettermahlen
closed
4 years ago
1
Fix RxMobiusLoopTest flakiness
#127
pettermahlen
closed
4 years ago
1
Update Rx2 DiscardAfterDispose code and tests
#126
pettermahlen
closed
4 years ago
1
Next