Full Changelog: v1.0.1...v1.0.2
✨ What's New
🦴 Skeleton Loading Animations
Added smooth skeleton loading animations across all screens
Provides visual feedback while content loads
Creates a more polished, professional user experience
🔐 Smart Rate Limit Dialog
New dialog appears when GitHub API rate limit (60 req/hr) is exceeded for anonymous users
Prompts users to sign in with GitHub for higher limits (5,000 req/hr)
Dialog intelligently hides for authenticated users
🌐 Improved API Handling
Better differentiation between logged-in and anonymous user experiences
Enhanced error handling for network requests
Improved rate limit detection and recovery
🔧 Code Quality
Extracted all hardcoded strings to strings.xml for localization support
Improved code maintainability and organization