FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · feifeiq/RxJava-Android-Samples · GitHub
feifeiq
/
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 Feb 2, 2017
Merge pull request #95 from tmtron/master
Show description for ba11bea
kaushikgopal
authored
ba11bea
View commit details
Copy full SHA for ba11bea
Browse repository at this point
Commits on Jan 31, 2017
Merge branch 'kg/feat/subject_network_detector'
Show description for ac40c56
Kaushik Gopal
committed
ac40c56
View commit details
Copy full SHA for ac40c56
Browse repository at this point
ref: change network detector to Rx 2
Kaushik Gopal
committed
54891b9
View commit details
Copy full SHA for 54891b9
Browse repository at this point
feat: add example for network connectivity detection
Kaushik Gopal
committed
0cd4b68
View commit details
Copy full SHA for 0cd4b68
Browse repository at this point
chore: ignore buck gen files
Kaushik Gopal
committed
c864c8f
View commit details
Copy full SHA for c864c8f
Browse repository at this point
Commits on Jan 24, 2017
Now the EditText _inputSearchText is not accessed anymore from a non-UI thread by the filter() operator: instead we use the text-change event.
Show description for 9610af6
tmtron
committed
9610af6
View commit details
Copy full SHA for 9610af6
Browse repository at this point
Commits on Jan 23, 2017
Replaced RxJava1 RxRelay with RxJava2 version
ravikumar-n
authored and
Kaushik Gopal
committed
9877c7f
View commit details
Copy full SHA for 9877c7f
Browse repository at this point
Commits on Dec 6, 2016
Merge pull request #90 from markusi7/patch-1
Show description for 613acb9
kaushikgopal
authored
613acb9
View commit details
Copy full SHA for 613acb9
Browse repository at this point
Update README.md
Show description for 3d4d18c
Ivan Markusi
authored
3d4d18c
View commit details
Copy full SHA for 3d4d18c
Browse repository at this point
Commits on Nov 28, 2016
fix: merge conflict rxjava_2
Kaushik Gopal
committed
e7f07b5
View commit details
Copy full SHA for e7f07b5
Browse repository at this point
feat: point to PR
Kaushik Gopal
committed
4a1c945
View commit details
Copy full SHA for 4a1c945
Browse repository at this point
feat: add Timeout example to README
Kaushik Gopal
committed
4151646
View commit details
Copy full SHA for 4151646
Browse repository at this point
feat: remove direct Rx 1.X dependencies
Kaushik Gopal
committed
9a5f53b
View commit details
Copy full SHA for 9a5f53b
Browse repository at this point
feat: port volley example
Show description for 23f1fbf
Kaushik Gopal
committed
23f1fbf
View commit details
Copy full SHA for 23f1fbf
Browse repository at this point
feat: port Activity rotation examples
Show description for 897ea73
Kaushik Gopal
committed
897ea73
View commit details
Copy full SHA for 897ea73
Browse repository at this point
feat: port example Form validation (using combineLatest)
Kaushik Gopal
committed
59b8195
View commit details
Copy full SHA for 59b8195
Browse repository at this point
feat: port timeout + playground
Show description for d83a666
Kaushik Gopal
committed
d83a666
View commit details
Copy full SHA for d83a666
Browse repository at this point
feat: port example Simple and Advanced exponential backoff (using delay and retryWhen)
Kaushik Gopal
committed
96aff27
View commit details
Copy full SHA for 96aff27
Browse repository at this point
feat: port example Simple and Advanced polling (using interval and repeatWhen)
Kaushik Gopal
committed
74ece66
View commit details
Copy full SHA for 74ece66
Browse repository at this point
feat: port example Two-way data binding for TextViews (using PublishSubject)
Kaushik Gopal
committed
ca56b5a
View commit details
Copy full SHA for ca56b5a
Browse repository at this point
feat: port example Background work & concurrency (using Schedulers)
Kaushik Gopal
committed
6696135
View commit details
Copy full SHA for 6696135
Browse repository at this point
feat: port pagination + bus examples fix: no null returns
Show description for c240b93
Kaushik Gopal
committed
c240b93
View commit details
Copy full SHA for c240b93
Browse repository at this point
Commits on Nov 27, 2016
fix: remove silly comment style helpers
Kaushik Gopal
committed
5585bba
View commit details
Copy full SHA for 5585bba
Browse repository at this point
feat: port example Instant/Auto searching text listeners (using Subjects & debounce) (#86)
Show description for 5cc38d5
kaushikgopal
authored
5cc38d5
View commit details
Copy full SHA for 5cc38d5
Browse repository at this point
feat: port example Accumulate calls (using buffer) (#85)
Show description for 9e21aff
kaushikgopal
authored
9e21aff
View commit details
Copy full SHA for 9e21aff
Browse repository at this point
Merge pull request #84 from marcinkunert/feat/rxjava_2
Show description for 47e6616
kaushikgopal
authored
47e6616
View commit details
Copy full SHA for 47e6616
Browse repository at this point
Replaced RxJava1 retrofit adapter with the RxJava2 version
marcinkunert
committed
8e197da
View commit details
Copy full SHA for 8e197da
Browse repository at this point
Updated RxJava to 2.0.1
marcinkunert
committed
ae5ce9f
View commit details
Copy full SHA for ae5ce9f
Browse repository at this point
feat: port Retrofit related examples
Show description for 9b79441
Kaushik Gopal
committed
9b79441
View commit details
Copy full SHA for 9b79441
Browse repository at this point
Adjusted retrofit related examples
marcinkunert
committed
ecdb7ff
View commit details
Copy full SHA for ecdb7ff
Browse repository at this point
Updated retrofit setup to return RxJava2 observables.
marcinkunert
committed
bdcd334
View commit details
Copy full SHA for bdcd334
Browse repository at this point
fix: link for orchestrating observables
kaushikgopal
authored and
marcinkunert
committed
3353483
View commit details
Copy full SHA for 3353483
Browse repository at this point
fix: readme update links
kaushikgopal
authored and
marcinkunert
committed
922b981
View commit details
Copy full SHA for 922b981
Browse repository at this point
chore: update README + table of contents for e.g.s
kaushikgopal
authored and
marcinkunert
committed
76032a9
View commit details
Copy full SHA for 76032a9
Browse repository at this point
fix: resolve merge conflict on build.gradel
Kaushik Gopal
committed
5f78f0a
View commit details
Copy full SHA for 5f78f0a
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL