Commit Graph

201 Commits

Author SHA1 Message Date
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
Fernando Cejas
b290d3a8da Update README.md 2015-07-18 18:43:20 +02:00
Fernando Cejas
ad44fe968c Update README file. 2015-07-18 18:25:49 +02:00
Fernando Cejas
04cc44df45 Bump robolectric to final version 3. 2015-07-10 10:26:47 +02:00
Fernando Cejas
ea83ebaf41 Merge pull request #34 from xilosada/master
Update butterknife to version 7.0.1
2015-07-09 21:46:13 +02:00
Xabier I. Losada
f2b2bb4ced Update butterknife to version 7.0.1
InjectView annotations replaced by Bind
ButterKnife.inject and ButterKnife.reset replaced by ButterKnife.bind and ButterKnife.unbind
2015-07-09 20:22:20 +02:00
Fernando Cejas
317dd33f93 Migrate data unit tests to robolectric 3. Use android unit test support feature. 2015-07-08 23:40:58 +02:00
Fernando Cejas
9d49503014 Remove data-test module. 2015-07-08 23:40:14 +02:00
Fernando Cejas
856c94f86e Merge pull request #31 from rynkowsg/master
- Fixed a RecyclerView error "No adapter attached; skipping layout".
- Added injection resetting at fragments.
2015-07-02 01:01:47 +02:00
Fernando Cejas
0878c648ac Modify README.md 2015-07-02 00:40:56 +02:00
Fernando Cejas
d45a2cf678 Modify presenters to use a new Subscriber instance.
Solves #22
2015-07-02 00:40:08 +02:00
Fernando Cejas
77e719a1b7 Get rid of unneeded type on data mappers. 2015-07-01 23:36:21 +02:00
Grzegorz Rynkowski
9a2ab826f0 Added injection resetting at fragments
http://jakewharton.github.io/butterknife/#reset
2015-06-26 21:16:42 +02:00
Grzegorz Rynkowski
0c3e56d098 Fixed a RecyclerView error "No adapter attached; skipping layout" 2015-06-26 21:16:42 +02:00
Fernando Cejas
c72e8d5654 Trying java 8 on Travis 2015-06-21 13:12:45 +02:00
Fernando Cejas
5f13a74c67 Disable lint due to retrolambda bug when compiling lint tasks. 2015-06-21 12:58:51 +02:00
Fernando Cejas
63eb6ed771 Revert "Bump android build tool version."
This reverts commit d26d47f438.
2015-06-21 12:36:12 +02:00
Fernando Cejas
c514e05600 Attach debug.keystore and setup build.gradle to use this configuration. v0.7.0 2015-06-21 01:05:57 +02:00
Fernando Cejas
d26d47f438 Bump android build tool version. 2015-06-21 01:05:04 +02:00
Fernando Cejas
23e4ed159d Bump gradle wrapper version to 2.4 2015-06-21 01:04:46 +02:00