maxiwere45
  • Joined on 2025-10-07
maxiwere45 pushed to main at guillaumev/quel-est-ce-pokemon 2026-06-25 19:58:47 +00:00
8608fc023c docs: sync ARCHITECTURE and README with actual codebase
maxiwere45 pushed to main at guillaumev/quel-est-ce-pokemon 2026-06-23 10:22:40 +00:00
47536843be hotfix: update README
maxiwere45 pushed to main at guillaumev/quel-est-ce-pokemon 2026-06-23 10:16:41 +00:00
0952b372b4 hotfix: update default language
maxiwere45 pushed to main at guillaumev/quel-est-ce-pokemon 2026-06-23 10:14:36 +00:00
9a41bd50a6 Merge: FR/EN internationalization (i18n) with language selector
a2a7ffd79f feat(i18n): add FR/EN internationalization with in-app language selector
Compare 2 commits »
maxiwere45 pushed to main at guillaumev/quel-est-ce-pokemon 2026-06-23 10:01:16 +00:00
409ab9c1dd Merge: update README for current project state
d13f8d8834 docs: rewrite README to reflect Pokéguess (game, architecture, stack)
Compare 2 commits »
maxiwere45 pushed to main at guillaumev/quel-est-ce-pokemon 2026-06-23 09:58:49 +00:00
afacacaa10 Merge: document all public classes (code documentation)
7fd122fd91 docs(code): add doc comments to all public widgets and providers
Compare 2 commits »
maxiwere45 pushed to main at guillaumev/quel-est-ce-pokemon 2026-06-23 09:54:18 +00:00
9d49cef271 Merge: split pokemon_list into sub-widgets (<150 lines)
e93384bf71 refactor(list): split pokemon_list into sub-widgets (<150 lines)
b12739af09 Merge: split system_page into sub-widgets (<150 lines)
749314d312 refactor(system): extract system_page sub-widgets into separate files (<150 lines)
dd33885bda Merge: split pokemon_detail into sub-widgets (<150 lines)
Compare 10 commits »
maxiwere45 deleted branch vibe-main-test from guillaumev/quel-est-ce-pokemon 2026-06-23 09:48:05 +00:00
maxiwere45 deleted branch features/cicd from guillaumev/quel-est-ce-pokemon 2026-06-23 09:48:01 +00:00
maxiwere45 pushed to main at guillaumev/quel-est-ce-pokemon 2026-06-23 09:36:16 +00:00
d12b01b4ab chore: add documents
maxiwere45 closed pull request guillaumev/quel-est-ce-pokemon#3 2026-06-23 09:35:19 +00:00
pokeguess-preview
maxiwere45 pushed to main at guillaumev/quel-est-ce-pokemon 2026-06-23 09:34:33 +00:00
1b9618de84 Merge branch 'pokeguess-preview'
71f5122e74 setings and gen filter
d54e517ca6 chore(core): remove unused Result type (dead code)
43b68d1352 docs: update architecture documentation for new layered design
5c9cef99a7 test: fix default widget smoke test for new architecture
Compare 44 commits »
maxiwere45 created pull request guillaumev/quel-est-ce-pokemon#3 2026-06-23 09:32:39 +00:00
WIP: pokeguess-preview
maxiwere45 pushed to pokeguess-preview at guillaumev/quel-est-ce-pokemon 2026-06-09 13:39:07 +00:00
d54e517ca6 chore(core): remove unused Result type (dead code)
43b68d1352 docs: update architecture documentation for new layered design
5c9cef99a7 test: fix default widget smoke test for new architecture
ca77317a20 chore: remove legacy models/utils/api/database layers
dc7e681508 fix(presentation): recover from game-over back gesture, show final score, guard hint, constants
Compare 35 commits »
maxiwere45 pushed to pokeguess-preview at guillaumev/quel-est-ce-pokemon 2026-03-20 10:23:25 +00:00
4faf259aaa feat: Introduce PokemonImage component for robust image loading with fallback and shiny support, and update iOS platform to 15.0.
maxiwere45 pushed to pokeguess-preview at guillaumev/quel-est-ce-pokemon 2026-03-17 15:05:21 +00:00
6592b35755 docs: Add initial project README and architecture documentation.
maxiwere45 pushed to pokeguess-preview at guillaumev/quel-est-ce-pokemon 2026-03-17 14:09:45 +00:00
112d0136c9 feat: Implement batch insertion for Pokémon and utilize it for more efficient initial data synchronization.
maxiwere45 pushed to pokeguess-preview at guillaumev/quel-est-ce-pokemon 2026-03-17 13:57:43 +00:00
fbf37e6861 chore: major changes
maxiwere45 created branch pokeguess-preview in guillaumev/quel-est-ce-pokemon 2026-03-17 12:26:24 +00:00
maxiwere45 pushed to pokeguess-preview at guillaumev/quel-est-ce-pokemon 2026-03-17 12:26:24 +00:00
528cdcafef init v2 app