128 Commits

Author SHA1 Message Date
9cae68c271 Bump android tools version. 2015-04-17 00:06:33 +02:00
94a995b0d2 Update README.md 2015-04-17 00:00:55 +02:00
b108fc0899 Bump gradle wrapper version. 2015-04-16 23:55:29 +02:00
35efb96d3b Update README.md 2015-04-11 16:14:46 +02:00
097d306314 Update android build tools 2015-04-11 16:08:38 +02:00
f71dedfdc4 Update README.md v0.6.0 2015-04-11 15:54:21 +02:00
5206ece4ea Remove unused inject methods. 2015-04-11 02:01:01 +02:00
faa0d2a379 Fix mistyping. 2015-04-10 22:08:11 +02:00
082aa66f2e Fix Dagger2 component names. 2015-04-09 20:32:10 +02:00
aff4b6d6ae Update dagger2 dependency to use stable version. 2015-04-09 20:31:55 +02:00
8ed37ce3c4 Add documentation to dependency injection components and modules. 2015-03-23 23:18:34 +01:00
ced2c35a10 Remove unused exposed dependency. 2015-03-23 23:17:58 +01:00
c8035341b2 Fix mistype. 2015-03-16 22:27:40 +01:00
6740a6b495 Move injection logic to activity. PerActivity scope used. 2015-03-15 19:14:40 +01:00
9b857e2865 Remove unused inject method. 2015-03-15 19:12:59 +01:00
a8aeb18f77 Extract dependency injection logic to new method. 2015-03-15 04:51:50 +01:00
c4f0c32e34 Remove unused Context provide method. 2015-03-15 04:48:22 +01:00
8622f96a5f Use aplication, activity and user scope for dependency injection. 2015-03-15 04:23:12 +01:00
8e5878fbb8 Refactor dependency injection components. Create a user component. 2015-03-15 04:22:40 +01:00
cf29c79182 Remove unused qualifier and scope. 2015-03-15 04:21:46 +01:00
175137a222 Remove null checks in constructor. Get rid of unuseful tests. 2015-03-12 01:43:06 +01:00
a6e5aba496 Return correct application context. 2015-03-12 01:31:41 +01:00
7bfde4ffc3 Fix Application module removing wrong type. 2015-03-10 01:22:53 +01:00
0d6fdff94e Add PerActivity scope. 2015-03-10 00:49:26 +01:00
0e61557494 Add ForApplication qualifier. 2015-03-10 00:49:16 +01:00
627ed50bf0 Disable pre design on continuos integration environment. Minor refactor. 2015-03-08 20:54:22 +01:00
96962e6ab5 Refactor user module to include user related injections. 2015-03-06 22:48:13 +01:00
20a74ca865 Let dagger manage domain objects instances. 2015-03-06 22:06:29 +01:00
7ecdb98d12 Added dagger dependencies to domain layer. 2015-03-06 22:04:24 +01:00
f831f20547 Fix failing tests. 2015-03-04 23:30:06 +01:00
afe6dd1f81 Get rid of presentation layer singletons. Let dagger manage instances. 2015-03-04 23:17:11 +01:00
867f9a4624 Remove singletons let dagger manage class instances. Minor refactor. Fix tests. 2015-03-03 01:00:15 +01:00
b77fc5fa63 Add injectable constructor to user details presenter. 2015-03-02 23:59:32 +01:00
65ec60703c Organize build logic. 2015-03-01 22:26:07 +01:00
d80a9d78f6 First refactor to use dagger on presentation layer. 2015-03-01 20:50:53 +01:00
f81fcf855d Add dagger dependencies to data layer. 2015-03-01 20:50:30 +01:00
a56455cf8c Minor refactor for injecting Base Activity dependencies. 2015-03-01 17:26:11 +01:00
f46cc1d999 Remove unused initialization code from user list activity. 2015-03-01 16:36:53 +01:00
7491a7cccd Add singleton scope to navigator. 2015-03-01 16:36:32 +01:00
59e60c1e0f Update to latest robolectric version. 2015-02-28 11:19:14 +01:00
b0e96df956 Update latest android build tools. Fix broken robolectric tests. 2015-02-28 11:16:18 +01:00
290b083a97 Add provide context and layout inflater to Application Module. 2015-02-26 23:01:29 +01:00
5af7f59776 Remove unused ApplicationComponent getter. 2015-02-26 23:01:02 +01:00
bffb799db9 Change dependency injection components scope. 2015-02-24 23:04:29 +01:00
5eadda69a3 Move dependency injection components and modules inside internal.di package. 2015-02-24 23:03:54 +01:00
a70a51d2d5 Move navigation logic to BaseActivity. 2015-02-24 22:46:18 +01:00
86ea8ac6b7 Add Main Activity dependency injector component and module. 2015-02-24 22:23:15 +01:00
fd3d78a316 Make navigator injectable. 2015-02-24 22:23:02 +01:00
9234c4c1d2 Add application dependency injector component and module. 2015-02-24 22:22:36 +01:00
18ef9e92b5 Add application component for dependency injection with dagger. 2015-02-19 22:46:09 +01:00