FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for app - daquino/Android-RxJava · GitHub
daquino
/
Android-RxJava
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
Android-RxJava
app
on
master
User selector
Datepicker
Commit history
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
feat: add button 3 example where you start immediately and then go on with intervals
Kaushik Gopal
committed
4feeb5f
View commit details
Copy full SHA for 4feeb5f
View code at this point
Browse repository at this point
refactor: use timer for 1 time task with delay as more idiomatic
Kaushik Gopal
committed
e1e6773
View commit details
Copy full SHA for e1e6773
View code at this point
Browse repository at this point
feat: add button 2 non-stop interval
Kaushik Gopal
committed
55f7617
View commit details
Copy full SHA for 55f7617
View code at this point
Browse repository at this point
feat: run task 5 times with interval then complete + refactor: cleanup presentation
Kaushik Gopal
committed
91cbb7c
View commit details
Copy full SHA for 91cbb7c
View code at this point
Browse repository at this point
feat: timing demo - run once with delay then complete
Kaushik Gopal
committed
42570be
View commit details
Copy full SHA for 42570be
View code at this point
Browse repository at this point
feat: wip: add wiring for Timing demo
Kaushik Gopal
committed
fb50334
View commit details
Copy full SHA for fb50334
View code at this point
Browse repository at this point
refactor: change timer to timeout demo fragment
Kaushik Gopal
committed
c7247cf
View commit details
Copy full SHA for c7247cf
View code at this point
Browse repository at this point
refactor: mass reformat exodus as per new code style
Kaushik Gopal
committed
141ae17
View commit details
Copy full SHA for 141ae17
View code at this point
Browse repository at this point
fix: changed package name to remove app
Kaushik Gopal
committed
1453c4e
View commit details
Copy full SHA for 1453c4e
View code at this point
Browse repository at this point
refactor: mass refactor exodus according to codestyles in kg's https://github.com/kaushikgopal/jetbrains_env repo
Kaushik Gopal
committed
c905fc4
View commit details
Copy full SHA for c905fc4
View code at this point
Browse repository at this point
refactor: use BaseFragment with LeakCanary RefWatcher
Kaushik Gopal
committed
835e288
View commit details
Copy full SHA for 835e288
View code at this point
Browse repository at this point
chore: Add LeakCanary to project
Kaushik Gopal
committed
bb90bb7
View commit details
Copy full SHA for bb90bb7
View code at this point
Browse repository at this point
Commits on May 7, 2015
Fixing the configuration changes issue in MainActivity
SherifMakhlouf
committed
abcb14e
View commit details
Copy full SHA for abcb14e
View code at this point
Browse repository at this point
Commits on Apr 23, 2015
feat: flush out pseudo cache example using .concat
Kaushik Gopal
committed
61e69ff
View commit details
Copy full SHA for 61e69ff
View code at this point
Browse repository at this point
fix: unncessary null check
Kaushik Gopal
committed
5a3ae78
View commit details
Copy full SHA for 5a3ae78
View code at this point
Browse repository at this point
fix: cleanup list populating code
Kaushik Gopal
committed
d5623ae
View commit details
Copy full SHA for d5623ae
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL