Fernando Cejas
|
bfacb00d7b
|
Merge pull request #155 from rashiq/master
Some little things
|
2016-08-01 17:34:23 +02:00 |
|
Fernando Cejas
|
18091858d8
|
Update README.md
|
2016-07-22 15:36:54 +02:00 |
|
Rashiq
|
7f7c1b42dc
|
Fix some small things
|
2016-07-05 20:28:34 -04:00 |
|
Fernando Cejas
|
c6a2132bde
|
Merge pull request #116 from DmitriyZaitsev/chore/dependencies
Make domain and data modules dependent on javax.inject instead of dagger 2
|
2016-07-04 00:09:49 +02:00 |
|
Dmitriy Zaitsev
|
657d523ada
|
make domain and data modules dependent on javax.inject instead of dagger 2
|
2016-07-03 17:34:39 +03:00 |
|
Fernando Cejas
|
51e57bd621
|
Minor refactor.
|
2016-07-01 15:34:58 +02:00 |
|
Fernando Cejas
|
d6615c6c05
|
Collapse exceptions and assigned error Message on RepositoryErrorBundle class.
|
2016-07-01 15:22:44 +02:00 |
|
Fernando Cejas
|
fcdcedfa53
|
Add frodo configuration block to project.
|
2016-05-22 12:42:13 +02:00 |
|
Fernando Cejas
|
31ea46d346
|
Bump Android build tools and frodo versions.
|
2016-05-22 12:41:54 +02:00 |
|
Fernando Cejas
|
eb54120a53
|
Update README.md
|
2016-03-10 15:46:40 +01:00 |
|
Fernando Cejas
|
1f7a436a29
|
Downgrade frodo to avoid NPE.
|
2016-02-22 11:15:36 +01:00 |
|
Fernando Cejas
|
45be4d94c1
|
Merge pull request #107 from generalui/BrokenTestFix
Fixing broken tests that were referring to non-existing fragment ids.
|
2016-02-22 10:42:54 +01:00 |
|
Margaret Z Maynard-Reid & Robert Wallis
|
1703bf8c7c
|
Fixing broken tests that were referring to non-existing fragment ids.
|
2016-02-05 12:05:50 -08:00 |
|
Fernando Cejas
|
ee50c079b4
|
Fix orientation changes making execute uses cases. Minor refactor and leaks solved.
v0.8.0
|
2016-01-31 01:58:04 +01:00 |
|
Fernando Cejas
|
a775bfc596
|
Inject UserListAdapter. Minor refactor and clean up.
|
2016-01-31 00:41:46 +01:00 |
|
Fernando Cejas
|
0e594d2dcb
|
Remove unused userId injected by dependency injector through module creation.
|
2016-01-30 23:25:16 +01:00 |
|
Fernando Cejas
|
a4f207e9f6
|
Fix view leak retaining activity.
|
2016-01-30 19:15:17 +01:00 |
|
Fernando Cejas
|
3e2e382279
|
Retain fragments and refactor. Add user list fragment programatically.
|
2016-01-30 19:07:13 +01:00 |
|
Fernando Cejas
|
bd05f39083
|
Fix broken build due to leak canary.
|
2016-01-30 18:37:14 +01:00 |
|
Fernando Cejas
|
b03050783a
|
Add Leak canary to the project.
|
2016-01-30 15:54:30 +01:00 |
|
Fernando Cejas
|
12d03b1416
|
Rename context() method due to existent similar one in android api 23.
|
2016-01-30 13:54:33 +01:00 |
|
Fernando Cejas
|
b743a7284d
|
Merge pull request #93 from vtuan10/master
Use @inject-annotated constructor for navigator
|
2016-01-20 23:34:56 +01:00 |
|
vtuan10
|
f37b57014a
|
fixed constructor of navigator removed provides-annotation for navigator
no need to use @provides for navigator since Dagger 2 can construct it by @inject-annotated constructor
|
2016-01-20 00:38:11 +01:00 |
|
Fernando Cejas
|
3bd6cea013
|
Merge pull request #86 from YukiMatsumura/bugfix_jobexecutor_thread_
bugfix JobExecutor thread name always android_0
|
2016-01-20 00:06:39 +01:00 |
|
Fernando Cejas
|
13bf519eb4
|
Bump android build tools and gradle versions.
|
2016-01-20 00:03:35 +01:00 |
|
Fernando Cejas
|
afd1481da9
|
Remove frodo annotation scope due to a bug with the library.
|
2016-01-19 23:45:29 +01:00 |
|
Fernando Cejas
|
a5bf4492be
|
Update frodo to version 0.8.2.
|
2015-12-06 20:08:42 +01:00 |
|
Yuki312
|
3e312f7f84
|
bugfix JobExecutor thread name always android_0
|
2015-12-02 22:22:00 +09:00 |
|
Fernando Cejas
|
5e8dbbae00
|
Rollback dependencies bump due to CI server not finding them.
|
2015-11-24 22:53:04 +01:00 |
|
Fernando Cejas
|
2dc6dd4aea
|
Bump android libraries: RecyclerView and AndroidAnnotations.
|
2015-11-24 22:43:14 +01:00 |
|
Fernando Cejas
|
32a8833504
|
Lambda-nize data layer.
|
2015-11-24 22:29:09 +01:00 |
|
Fernando Cejas
|
ea29affc21
|
Remove useless synchronized code.
|
2015-11-24 22:08:48 +01:00 |
|
Fernando Cejas
|
2dc549bffa
|
Update dependencies.
|
2015-11-18 23:40:30 +01:00 |
|
Fernando Cejas
|
87df25120c
|
Update travis continuos integration.
|
2015-11-17 23:53:56 +01:00 |
|
Fernando Cejas
|
57401b29b2
|
Bump gradle and android build tools version. Fix data layer unit test task name.
|
2015-11-17 23:53:27 +01:00 |
|
Fernando Cejas
|
0879354b4b
|
Enable frodo on presentation and data layer.
|
2015-11-05 01:13:35 +01:00 |
|
Fernando Cejas
|
3ab3df2f81
|
Merge pull request #56 from lalongooo/master
Remove extends DefaultSubscriber from UserListPresenter
|
2015-10-22 19:04:56 +02:00 |
|
Fernando Cejas
|
52e21a0103
|
Merge pull request #46 from elevenfive/patch-1
Fix typos
|
2015-10-22 18:50:29 +02:00 |
|
lalongooo
|
814a271628
|
Remove extends DefaultSubscriber from UserListPresenter
|
2015-10-08 13:20:39 -05:00 |
|
lalongooo
|
9653a5389a
|
Remove inner class, override super-class methods instead.
|
2015-09-27 16:52:53 -05:00 |
|
Fernando Cejas
|
77d01b17d4
|
Use javax.annotation instead of org.glassfish ones.
|
2015-09-23 17:58:27 +02:00 |
|
Matthew Zavislak
|
04067408c2
|
Fix typos
|
2015-09-17 12:27:31 -07:00 |
|
Fernando Cejas
|
2637d863f6
|
Merge pull request #43 from lalongooo/master
Remove static and final modifiers on RestApi interface
|
2015-09-11 00:10:46 +02:00 |
|
Fernando Cejas
|
71a3eab3fb
|
Bump both rxAndroid and httpok to latest version
|
2015-09-11 00:08:39 +02:00 |
|
lalongooo
|
45d9fd759b
|
Remove static and final modifiers on RestApi interface
|
2015-09-09 16:45:30 -05:00 |
|
Fernando Cejas
|
b18eef8328
|
Bump gradle version.
|
2015-08-31 10:53:15 +02:00 |
|
Fernando Cejas
|
e74dd7129c
|
Bump RxJava version
|
2015-08-29 18:01:45 +02:00 |
|
Fernando Cejas
|
521793b2dd
|
Rename observables.
|
2015-07-25 00:14:30 +02:00 |
|
Fernando Cejas
|
142673bdc0
|
Correct default error message.
|
2015-07-25 00:05:24 +02:00 |
|
Fernando Cejas
|
0d0a8aefe3
|
Rename use cases.
|
2015-07-24 23:59:22 +02:00 |
|