248 Commits

Author SHA1 Message Date
8ed4222c53 Merge pull request #252 from LiLister/update-project
update gradles to make the build pass on Android Studio 3.0
2020-12-28 18:22:07 +01:00
4dda6bcd66 Update README.md 2018-08-31 01:35:28 +02:00
c678d1ca51 Update README.md 2018-05-09 21:06:14 +02:00
d094fae3c9 udpate .travis.yml due to updating of dependencies.gradle 2018-02-11 18:24:12 +08:00
42491ea00c update build.gradle to clean warnings. update retrolambda to 3.7.0 2018-02-11 16:45:33 +08:00
b8059779ef Update README.md 2018-02-07 13:23:26 +01:00
2822604ae0 update gradles to make the build pass on Android Studio 3.0 2017-11-21 11:58:06 +08:00
ae30300e1c Some cleanup. 2017-01-08 19:30:18 -03:00
aaa21c1b7c Merge pull request #202 from android10/generic-use-cases
Generic use cases
2016-12-26 22:26:23 -03:00
8c78f8f148 Fix tests and generify use case parameters. 2016-12-26 16:21:57 -03:00
b64a353acb Generify UseCase<T> 2016-12-26 14:08:49 -03:00
70eeacfab0 Update README.md v0.9.5 2016-12-24 19:07:55 -03:00
4f2515ce9d Merge pull request #201 from android10/rxjava2-migration
Rxjava2 migration
2016-12-23 17:14:03 -03:00
729ec11cca Migrate to RxJava 2. 2016-12-23 16:57:10 -03:00
ca067b1006 Remove frodo for now. v0.9.0 2016-12-23 15:31:19 -03:00
dfd61c2917 Dynamic parameters in use cases. 2016-12-23 15:22:42 -03:00
988e02b25b Refactor UserModule to use constant for injection rather than string literals. 2016-12-22 17:53:19 -03:00
f433db9bad Setup travis to run with build tools 24 2016-12-22 09:35:05 -03:00
29fcd09302 Rollback travis configuration. 2016-12-21 18:39:54 -03:00
4b381713f9 Bump CI build tools. 2016-12-21 18:34:18 -03:00
6f9cf3a6fe Bump dependencies:
- Gradle.
- Android Build tools.
- Robolectric: fix failing tests.
2016-12-21 17:29:10 -03:00
7339de70e1 Rename JsonSerializer to Serializer and make it generic. 2016-12-19 17:15:30 -03:00
c3e55a5107 Remove dead code. 2016-12-19 17:03:00 -03:00
133220e656 Change Api url address. 2016-12-19 16:57:03 -03:00
38f47c888c - Minor Refactor.
- Improve class scoping.
2016-12-19 16:56:08 -03:00
6e59ee86d2 Refactor and reformat unit tests. 2016-12-19 16:21:15 -03:00
076b4c7943 Update README.md 2016-09-22 23:19:23 +02:00
4026deb29c Remove useless dependencies 2016-08-01 18:02:49 +02:00
bfacb00d7b Merge pull request #155 from rashiq/master
Some little things
2016-08-01 17:34:23 +02:00
18091858d8 Update README.md 2016-07-22 15:36:54 +02:00
7f7c1b42dc Fix some small things 2016-07-05 20:28:34 -04:00
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
657d523ada make domain and data modules dependent on javax.inject instead of dagger 2 2016-07-03 17:34:39 +03:00
51e57bd621 Minor refactor. 2016-07-01 15:34:58 +02:00
d6615c6c05 Collapse exceptions and assigned error Message on RepositoryErrorBundle class. 2016-07-01 15:22:44 +02:00
fcdcedfa53 Add frodo configuration block to project. 2016-05-22 12:42:13 +02:00
31ea46d346 Bump Android build tools and frodo versions. 2016-05-22 12:41:54 +02:00
eb54120a53 Update README.md 2016-03-10 15:46:40 +01:00
1f7a436a29 Downgrade frodo to avoid NPE. 2016-02-22 11:15:36 +01:00
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
1703bf8c7c Fixing broken tests that were referring to non-existing fragment ids. 2016-02-05 12:05:50 -08:00
ee50c079b4 Fix orientation changes making execute uses cases. Minor refactor and leaks solved. v0.8.0 2016-01-31 01:58:04 +01:00
a775bfc596 Inject UserListAdapter. Minor refactor and clean up. 2016-01-31 00:41:46 +01:00
0e594d2dcb Remove unused userId injected by dependency injector through module creation. 2016-01-30 23:25:16 +01:00
a4f207e9f6 Fix view leak retaining activity. 2016-01-30 19:15:17 +01:00
3e2e382279 Retain fragments and refactor. Add user list fragment programatically. 2016-01-30 19:07:13 +01:00
bd05f39083 Fix broken build due to leak canary. 2016-01-30 18:37:14 +01:00
b03050783a Add Leak canary to the project. 2016-01-30 15:54:30 +01:00
12d03b1416 Rename context() method due to existent similar one in android api 23. 2016-01-30 13:54:33 +01:00
b743a7284d Merge pull request #93 from vtuan10/master
Use @inject-annotated constructor for navigator
2016-01-20 23:34:56 +01:00