Commit Graph

19 Commits

Author SHA1 Message Date
Carlos Martinez
d6241ca6eb Migrate dependencies to TOML catalog
Migrate dependencies to TOML catalog.

* Add `gradle/libs.versions.toml` file to define all dependencies, plugins, and build versions.
* Modify `build.gradle` to apply the `libs.versions.toml` file for dependency management and update the `classpath` dependencies.
* Modify `core.gradle` to apply the `libs.versions.toml` file for dependency management and update the `dependencies` block.
* Modify `app/build.gradle` to apply the `libs.versions.toml` file for dependency management and update the `dependencies` block.
* Modify `base/build.gradle` to apply the `libs.versions.toml` file for dependency management and update the `dependencies` block.
* Modify `albumlist/build.gradle` to apply the `libs.versions.toml` file for dependency management.
* Modify `photolist/build.gradle` to apply the `libs.versions.toml` file for dependency management.
* Modify `testing/build.gradle` to apply the `libs.versions.toml` file for dependency management and update the `dependencies` block.
* Delete `versions.gradle` and `base/versions.gradle` files.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/imcarlost/Friendlists?shareId=XXXX-XXXX-XXXX-XXXX).
2024-10-01 14:07:34 -03:00
Carlos Martinez
e61c123068 migrate to multidatabase structure and clean up code 2020-02-13 12:40:28 -03:00
Carlos Martinez
b720fb39e6 implement testing and create a simple test for Userlist 2020-02-06 14:34:42 -03:00
Carlos Martinez
f2c9082598 implement favorite view 2020-02-06 11:32:39 -03:00
Carlos Martinez
1fa3f8c43d implement favorite button 2020-02-06 10:35:54 -03:00
Carlos Martinez
8130956484 add navigation framework and implement it 2020-02-05 15:12:53 -03:00
Carlos Martinez
1d11a3e72e implemente picasso and implement images 2020-02-04 23:14:12 -03:00
Carlos Martinez
c1efba5d63 create module and implement it 2020-02-04 21:51:45 -03:00
Carlos Martinez
2411c1c84d implement the album feature 2020-02-03 23:01:38 -03:00
Carlos Martinez
c1bb08ee8f add loading and error status, with a simple implementation 2020-02-03 13:52:11 -03:00
Carlos Martinez
259955ed5d implement viewmodel, domain layer and view layer for userlist 2020-02-03 13:01:55 -03:00
Carlos Martinez
7d4432278e implement recycler view for userlist 2020-02-02 22:35:44 -03:00
Carlos Martinez
451d14ad95 integrate lottie and create view for users 2020-02-02 18:46:51 -03:00
Carlos Martinez
6a2722177e implement navigation 2020-02-02 14:59:33 -03:00
Carlos Martinez
14e9eff325 add base room implementation 2020-02-02 14:03:11 -03:00
Carlos Martinez
46be4aca10 add room entities and daos 2020-02-02 13:44:51 -03:00
Carlos Martinez
5078a91b4f fix missing lint ignore 2020-02-01 20:48:14 -03:00
Carlos Martinez
0bdcab9956 fix dependencies 2020-02-01 20:26:17 -03:00
Carlos Martinez
900f018134 initial commit 2020-02-01 16:01:58 -03:00