Rediseño completo app Android + registro/perfil API #18

Merged
rafaga21 merged 4 commits from feat/android-app-redesign into master 2026-06-09 16:46:38 -04:00

4 Commits

Author SHA1 Message Date
a424120770 fix: remove leftover conflict marker in ApiController 2026-06-09 16:46:03 -04:00
530c394944 fix: properly ignore vendor directory in .gitignore 2026-06-09 16:43:25 -04:00
1241d50a4a Merge branch 'master' into feat/android-app-redesign 2026-06-09 16:41:23 -04:00
b613e43ab3 feat: redesign Android app with animations, charts, profile, and registration
- Register screen with validation (username, email, password, confirm)
- Profile screen with email editing and password change
- User greeting on dashboard showing logged-in username
- 401 auto-logout via SessionManager + AuthInterceptor
- MetricsChart with Canvas line graphs (CPU, RAM, Disk)
- Animated StatCard with counters and icons
- ServerCard with progress bars, pulsating status dot, dynamic elevation
- Shimmer loading placeholders
- Dark mode support with Material3
- Navigation transitions (slide + fade)
- New server rack launcher icon
- Splash screen
- Backend API: register, profile (GET/PUT) endpoints
2026-06-09 16:38:04 -04:00