Commit graph

29 commits

Author SHA1 Message Date
4631c7a42b cleanup: remove unused import 2025-07-19 18:08:37 -03:00
5730041183 fix: fix broken tests 2025-07-19 18:03:24 -03:00
bf63494b93 cleanup: delete MatchLocalDataSource.kt 2025-07-19 17:55:40 -03:00
ff112ce890 refactor: make functions private and extract constant 2025-07-19 17:51:49 -03:00
a1382d0ee4 feat: add pagination support and some refactorings 2025-07-19 17:46:18 -03:00
dd2810f516 test: add unit tests to toFormattedMatchTime 2025-07-19 17:07:19 -03:00
2a9dcbc616 test: add unit tests to MatchRepositoryImpl.kt 2025-07-19 16:58:32 -03:00
7b8c8a5b2e test: add unit tests to MatchMapper.kt 2025-07-19 16:31:48 -03:00
e53d0c0903 test: add unit tests for MatchRemoteDataSourceImpl 2025-07-19 16:23:23 -03:00
7f5f0dcf54 fix: re-add loading indicator to match details screen 2025-07-19 15:30:14 -03:00
fc496e9eed fix: center top bar match details text and add error message component 2025-07-19 15:28:30 -03:00
c10a667b8d feat: cover the scenario when team has less than 5 players 2025-07-19 14:53:19 -03:00
ef52e39c0d feat: add pull to refresh 2025-07-19 14:44:58 -03:00
ab727dd061 feat: add 2 columns players lists 2025-07-19 14:27:18 -03:00
fc2c939e0b refactor: rename status to matchStatus and inline modifier call 2025-07-19 11:07:13 -03:00
75cf97a3a4 feat: add MatchupRow and Schedule Badge to MatchDetailsScreen.kt 2025-07-19 11:02:50 -03:00
877433eff6 cleanup: remove json comments in dto classes 2025-07-18 22:49:03 -03:00
e36defeec1 refactor: rename Details to MatchDetails 2025-07-18 22:47:36 -03:00
07d20aba86 feat: add details screen with navigation and initial structure 2025-07-18 22:33:27 -03:00
c5d1bbcbed feat: format ScheduleBadge correctly based on local time zone 2025-07-18 18:08:42 -03:00
15707753fc feat: integrate MatchesScreen.kt with viewmodel and match cards 2025-07-18 16:08:30 -03:00
29a2985294 feat: add MatchCard initial structure 2025-07-18 14:51:15 -03:00
3fd7e78090 feat: add network, dto, mapping and repository initial setup 2025-07-17 21:15:36 -03:00
7eb061fc9d refactor: define initial folders structure 2025-07-17 18:46:10 -03:00
b1a4d07a87 style: add custom fonts typography 2025-07-17 18:35:08 -03:00
60f55e031a cleanup: theme, colors and type organization 2025-07-17 17:50:23 -03:00
21f2338101 feat: add splash screen, structure for navigation and DI with hilt 2025-07-17 17:40:38 -03:00
a7c87fd9d3 feat: add app icon launcher 2025-07-17 12:55:05 -03:00
2f0c1221a2 Initial commit 2025-07-17 10:52:21 -03:00