FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for app - 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
Breadcrumbs
History for
RxJava-Android-Samples
app
on
master
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
View code at this point
Browse repository at this point
fix: rename copy paster error
Kaushik Gopal
committed
d7f4b0d
View commit details
Copy full SHA for d7f4b0d
View code at this point
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
View code at this point
Browse repository at this point
Fix for resume after background
fabioCollini
committed
1e51d43
View commit details
Copy full SHA for 1e51d43
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jul 11, 2015
fix: cleanup
Kaushik Gopal
committed
1770d85
View commit details
Copy full SHA for 1770d85
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jul 3, 2015
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
View code at this point
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
View code at this point
Browse repository at this point
feat: exponential backoff delay example
Kaushik Gopal
committed
d610fe7
View commit details
Copy full SHA for d610fe7
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jun 7, 2015
bef
Kaushik Gopal
committed
befeb85
View commit details
Copy full SHA for befeb85
View code at this point
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
View code at this point
Browse repository at this point
fix: comment no longer holds
Kaushik Gopal
committed
eb12748
View commit details
Copy full SHA for eb12748
View code at this point
Browse repository at this point
Commits on Jun 5, 2015
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
fix: clean text on combinelatest demo
Kaushik Gopal
committed
0707451
View commit details
Copy full SHA for 0707451
View code at this point
Browse repository at this point
fix: add clear button to timing demo
Kaushik Gopal
committed
e1d5dbb
View commit details
Copy full SHA for e1d5dbb
View code at this point
Browse repository at this point
fix: clean up text for demo
Kaushik Gopal
committed
63ddd0e
View commit details
Copy full SHA for 63ddd0e
View code at this point
Browse repository at this point
bef
Kaushik Gopal
committed
db1a1fe
View commit details
Copy full SHA for db1a1fe
View code at this point
Browse repository at this point
refactor: replace Subject with WidgetObservable
Kaushik Gopal
committed
517101a
View commit details
Copy full SHA for 517101a
View code at this point
Browse repository at this point
chore: add retrofit message
Kaushik Gopal
committed
5c3c31c
View commit details
Copy full SHA for 5c3c31c
View code at this point
Browse repository at this point
refactor: use Retrofit Observable return type directly
Kaushik Gopal
committed
e0e4870
View commit details
Copy full SHA for e0e4870
View code at this point
Browse repository at this point
Commits on Jun 2, 2015
feat: add sample showing AsyncTask Vs RxJava equivalent
Kaushik Gopal
committed
43c0ac3
View commit details
Copy full SHA for 43c0ac3
View code at this point
Browse repository at this point
bef
Kaushik Gopal
committed
ff1ac9a
View commit details
Copy full SHA for ff1ac9a
View code at this point
Browse repository at this point
refactor: .create() -> .just() : create is an overkill
Kaushik Gopal
committed
9f4f222
View commit details
Copy full SHA for 9f4f222
View code at this point
Browse repository at this point
Commits on May 16, 2015
fix: search debounce - what was i thinking with the previous code?
Kaushik Gopal
committed
605e493
View commit details
Copy full SHA for 605e493
View code at this point
Browse repository at this point
Commits on May 12, 2015
fix: spaces from PR
Kaushik Gopal
committed
fa10cda
View commit details
Copy full SHA for fa10cda
View code at this point
Browse repository at this point
fix: add PR https://github.com/kaushikgopal/Android-RxJava/pull/13 from @sherifmakhlouf
Kaushik Gopal
committed
debe574
View commit details
Copy full SHA for debe574
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL