Commit Graph

  • e96bfa9e80 Add RxJava dependencies for modules. Fernando Cejas 2015-01-03 00:19:50 +01:00
  • e7d61504db Update .travis.yml Fernando Cejas 2015-01-02 23:11:45 +01:00
  • 9ea9c9a7f0 Add global variables for multi project configuration. Fernando Cejas 2015-01-02 23:03:20 +01:00
  • 97794dc812 Exclude LICENSE.txt in packaging options. Fernando Cejas 2015-01-02 21:46:10 +01:00
  • e993beacc5 Remove unnecessary defensive code. Minor refactor. Fernando Cejas 2014-12-24 19:22:54 +01:00
  • 169d10fb30 Add java 7 source and target compatibility. Fernando Cejas 2014-12-11 21:39:08 +01:00
  • 6e285b10b9 Add selector for user item in RecyclerView. Fernando Cejas 2014-12-09 00:11:56 +01:00
  • 04254d32a4 Add click event to UsersAdapter. Fernando Cejas 2014-12-08 23:53:54 +01:00
  • 2a98e0883a Work on migrating example to RecyclerView. Fernando Cejas 2014-12-07 20:31:49 +01:00
  • 2cb7cf4930 Refactor to use ButterKnife for view injection. Fernando Cejas 2014-12-06 00:19:40 +01:00
  • 83f22587d7 Fix travis broken build v0.5.0 Fernando Cejas 2014-12-05 00:59:34 +01:00
  • cbc3458662 Fix travis broken build Fernando Cejas 2014-12-05 00:48:53 +01:00
  • 2829c8bb17 Update build tools Fernando Cejas 2014-12-05 00:37:56 +01:00
  • 50cb5a052b Update README.md Fernando Cejas 2014-09-05 01:24:29 +02:00
  • 18fb1be0a5 Merge branch 'master' of github.com:android10/Android-CleanArchitecture Fernando Cejas 2014-09-05 01:17:08 +02:00
  • aeb3a2b89b Removed unused dimen. Fernando Cejas 2014-09-05 01:16:49 +02:00
  • ab4f36d6b5 Created config file for travis CI Fernando Cejas 2014-09-05 01:15:24 +02:00
  • f0eb69a204 Update README.md Fernando Cejas 2014-09-03 23:32:04 +02:00
  • cbdb44fbe9 Update README.md Fernando Cejas 2014-09-03 03:58:05 +02:00
  • 576850b375 Added tests for User Details Activity. Minor refactor. Fernando Cejas 2014-09-02 01:55:42 +02:00
  • e9fb42bc57 Added tests for presenters. Fernando Cejas 2014-09-01 22:48:13 +02:00
  • 92bef40072 Added tests for UserModelDataMapper and ErrorMessageFactory. Fernando Cejas 2014-09-01 22:08:12 +02:00
  • 845eecf6f4 Polishing a bit the ui. Added styles and refactored layout files. Fernando Cejas 2014-09-01 16:12:50 +02:00
  • 98e0d79f7c Added User details view implementation. Fernando Cejas 2014-09-01 13:36:39 +02:00
  • c0a8d61749 Working on User Details both interactor and presenter. Fernando Cejas 2014-09-01 13:19:10 +02:00
  • 7c5d120893 Added navigation to User details and refactored presentation layer. Fernando Cejas 2014-09-01 02:33:50 +02:00
  • aeafa4c157 Added unit tests for DiskUserDataStore and UserDataRepository Fernando Cejas 2014-08-31 21:06:09 +02:00
  • d6fbf6b410 Added DiskUserDataStore implementation and tests. Fernando Cejas 2014-08-31 20:32:49 +02:00
  • 5f582f16f3 Added tests for CloudUserDataStore. Fernando Cejas 2014-08-31 20:11:05 +02:00
  • 61e26be173 Added tests for UserDataStoreFactory and refactored it. Fernando Cejas 2014-08-31 19:39:08 +02:00
  • 8ad04ee1d2 Added test for json serializer, user entity data mapper and user entity json mapper. Reformatted code. Fernando Cejas 2014-08-31 19:20:41 +02:00
  • b277818be7 Added tests for FileManger and UserCache. Fernando Cejas 2014-08-31 02:37:52 +02:00
  • bfbfbfc05c Fixed repository not working due to network connection. Minor refactor. Fernando Cejas 2014-08-31 02:27:02 +02:00
  • 76f66e7963 Added simple implementation of disk cache and simple api. Refactored and added internet permissions. Fernando Cejas 2014-08-31 01:49:36 +02:00
  • 31d0ca6cc6 Added missing files and refactored views interfaces in presentation layer. Fernando Cejas 2014-08-30 21:58:24 +02:00
  • f808422406 Added adapter for users list fragment Fernando Cejas 2014-08-30 21:14:28 +02:00
  • 39796524d9 Added tests for GetUserDetailsUseCase. Fernando Cejas 2014-08-30 01:56:43 +02:00
  • c0e189833e Added GetUserDetailsUseCaseImpl logic. Reformated code. Fernando Cejas 2014-08-30 01:41:05 +02:00
  • 927c53c440 Added tests for GetUserList use case. Refactoring domain layer. Fernando Cejas 2014-08-29 14:32:38 +02:00
  • 0dc6439b58 Added Application Test Case and Runner for Robolectric tests Fernando Cejas 2014-08-29 01:52:10 +02:00
  • 1bd7e90266 Added User and UserModel structure and User Model Data Mapper. Fernando Cejas 2014-08-29 01:35:49 +02:00
  • 40618ba850 Refactored Interactos and use cases. Added ThreadExecutor. Some modifications to UserListPresenter Fernando Cejas 2014-08-29 01:10:03 +02:00
  • 00b5b92edc Added UserModelDataMapper and created Base Presenter. Minor refactor. Fernando Cejas 2014-08-28 01:10:35 +02:00
  • 6c41aeb661 Reformat code done. Added executor stuff to domain layer. Fernando Cejas 2014-08-27 02:06:25 +02:00
  • bd7844ec29 Added logic to show/hide loading and retry views. Fernando Cejas 2014-08-26 00:32:52 +02:00
  • 933f768d6a Added loading and retry views. Added styles. Fernando Cejas 2014-08-26 00:29:24 +02:00
  • 9a13597439 Working on data layer. Added repository impl and data store impl. Fernando Cejas 2014-08-26 00:12:50 +02:00
  • 43c44bb384 Added user cases. Some refactor as well Fernando Cejas 2014-08-25 23:48:28 +02:00
  • 70ad24064f Added presenter and presentation layer models. Also added GetUserUseCase. Fernando Cejas 2014-08-25 23:06:36 +02:00
  • 14499a6458 Added tests for RepositoryErrorBundle Fernando Cejas 2014-08-24 21:41:10 +02:00
  • 6c3b17000f Working on presentation layer. Added error handling stuff Fernando Cejas 2014-08-24 21:34:08 +02:00
  • 784a6f4478 Added activities, fragments and navigation stuff Fernando Cejas 2014-08-23 14:49:16 +02:00
  • bced2b80cd Added domain and data layers. Configured tests. Fernando Cejas 2014-08-22 00:58:23 +02:00
  • 214c26209a Added domain layer Fernando Cejas 2014-08-22 00:10:32 +02:00
  • ba6a4dfc93 Update README.md Fernando Cejas 2014-08-21 03:52:38 +02:00
  • fc09cf6e38 Fixed invalid resources sizes Fernando Cejas 2014-08-21 03:48:27 +02:00
  • ba66c30a25 Added test libraries for presentation layer and icon and image resources Fernando Cejas 2014-08-21 03:15:03 +02:00
  • cbaa75ad44 Initial commit Fernando Cejas 2014-08-20 01:22:09 +02:00
  • 5a2cd986db Create README.md Fernando Cejas 2014-08-20 00:21:09 +02:00
  • 919f3987b9 Initial commit Fernando Cejas 2014-08-19 16:09:26 +02:00