FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · gitLibs/RxJava-Android-Samples · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
gitLibs
/
RxJava-Android-Samples
Public
forked from
kaushikgopal/RxJava-Android-Samples
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Jul 15, 2015
fix: memory leak caused by not destroying worker frag
Kaushik Gopal
committed
0c9aa40
View commit details
Copy full SHA for 0c9aa40
Browse repository at this point
fix: rename copy paster error
Kaushik Gopal
committed
d7f4b0d
View commit details
Copy full SHA for d7f4b0d
Browse repository at this point
Merge pull request #17 from fabioCollini/master
Show description for ba06507
kaushikgopal
committed
ba06507
View commit details
Copy full SHA for ba06507
Browse repository at this point
Commits on Jul 14, 2015
Cancel Observable subscription when the Activity is "really" destroyed
fabioCollini
committed
2947583
View commit details
Copy full SHA for 2947583
Browse repository at this point
Fix for resume after background
fabioCollini
committed
1e51d43
View commit details
Copy full SHA for 1e51d43
Browse repository at this point
Commits on Jul 13, 2015
fix: use a connectable observable instead of share
Kaushik Gopal
committed
1812c18
View commit details
Copy full SHA for 1812c18
Browse repository at this point
Commits on Jul 12, 2015
fix: yet another typo
kaushikgopal
committed
9aaa14f
View commit details
Copy full SHA for 9aaa14f
Browse repository at this point
fix: added link to blog post http://blog.kaush.co/2015/07/11/a-note-about-the-warmth-share-operator/
Kaushik Gopal
committed
4506ec1
View commit details
Copy full SHA for 4506ec1
Browse repository at this point
Commits on Jul 11, 2015
fix: cleanup
Kaushik Gopal
committed
1770d85
View commit details
Copy full SHA for 1770d85
Browse repository at this point
fix: makes the observable warm, not hot. so this is a hack to simulate heat
Kaushik Gopal
committed
b4cc9f1
View commit details
Copy full SHA for b4cc9f1
Browse repository at this point
Commits on Jul 9, 2015
feat: add a notification when observer subscribes for better feedback
Kaushik Gopal
committed
ac58b96
View commit details
Copy full SHA for ac58b96
Browse repository at this point
chore: upgrade to rx android 0.25.0
Kaushik Gopal
committed
6be2cea
View commit details
Copy full SHA for 6be2cea
Browse repository at this point
feat: wip add a persist over rotation fragment
Kaushik Gopal
committed
ae93f34
View commit details
Copy full SHA for ae93f34
Browse repository at this point
Commits on Jul 6, 2015
fix: memory leak issue #15 construct fragment + backstack properly
Show description for a0b2e2d
Kaushik Gopal
committed
a0b2e2d
View commit details
Copy full SHA for a0b2e2d
Browse repository at this point
Commits on Jul 3, 2015
Update README.md
kaushikgopal
committed
8379b69
View commit details
Copy full SHA for 8379b69
Browse repository at this point
feat: improvised pseudo cache after conversation with artem https://twitter.com/kaushikgopal/status/591271805211451392
Kaushik Gopal
committed
7a96bf4
View commit details
Copy full SHA for 7a96bf4
Browse repository at this point
fix: note on improvised pseudo caching example + typos,grammar:
Kaushik Gopal
committed
c7fafa8
View commit details
Copy full SHA for c7fafa8
Browse repository at this point
give Mike credit for lighting fire under my butt and implementing example
Kaushik Gopal
committed
0388c1e
View commit details
Copy full SHA for 0388c1e
Browse repository at this point
fix: typos
Kaushik Gopal
committed
67be410
View commit details
Copy full SHA for 67be410
Browse repository at this point
feat: flush out example that retries with an exponential backoff strategy
Kaushik Gopal
committed
6a8fea3
View commit details
Copy full SHA for 6a8fea3
Browse repository at this point
feat: exponential backoff delay example
Kaushik Gopal
committed
d610fe7
View commit details
Copy full SHA for d610fe7
Browse repository at this point
feat: add explanation for exponential backoff strategy with intended examples
Kaushik Gopal
committed
4b2180f
View commit details
Copy full SHA for 4b2180f
Browse repository at this point
Commits on Jun 30, 2015
fix: @mattlogan called me out for being lazy and not doing the right thing. unsubscribe responsibly so no mem leaking
Kaushik Gopal
committed
481e175
View commit details
Copy full SHA for 481e175
Browse repository at this point
feat: add my RxUtils class with CompositeSubscription helpers
Kaushik Gopal
committed
89af977
View commit details
Copy full SHA for 89af977
Browse repository at this point
Commits on Jun 7, 2015
bef
Kaushik Gopal
committed
befeb85
View commit details
Copy full SHA for befeb85
Browse repository at this point
refactor: rename SubjectDebounceSearchEmitter to just DebounceEmitter cause we're no longer using a Subject
Kaushik Gopal
committed
d6566c9
View commit details
Copy full SHA for d6566c9
Browse repository at this point
fix: comment no longer holds
Kaushik Gopal
committed
eb12748
View commit details
Copy full SHA for eb12748
Browse repository at this point
Commits on Jun 5, 2015
fix: correct readme doc for buffered demo
Kaushik Gopal
committed
e805667
View commit details
Copy full SHA for e805667
Browse repository at this point
1. use ViewObservable for the clicks vs attaching a listener on the button
Show description for b99b513
Kaushik Gopal
committed
b99b513
View commit details
Copy full SHA for b99b513
Browse repository at this point
Commits on Jun 4, 2015
fix: don't need to explicitly point to a Scheduler. debounce default = computation
Kaushik Gopal
committed
96ef263
View commit details
Copy full SHA for 96ef263
Browse repository at this point
wip: polling demo requires more cleanup - also i think the timing demo is a better example
Kaushik Gopal
committed
5ad3a19
View commit details
Copy full SHA for 5ad3a19
Browse repository at this point
fix: clean text on combinelatest demo
Kaushik Gopal
committed
0707451
View commit details
Copy full SHA for 0707451
Browse repository at this point
fix: add clear button to timing demo
Kaushik Gopal
committed
e1d5dbb
View commit details
Copy full SHA for e1d5dbb
Browse repository at this point
fix: clean up text for demo
Kaushik Gopal
committed
63ddd0e
View commit details
Copy full SHA for 63ddd0e
Browse repository at this point
bef
Kaushik Gopal
committed
db1a1fe
View commit details
Copy full SHA for db1a1fe
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL