Rewrote the Android WebView app to load the entire meal-tracker web application, not just the public sharing page: - User configures their server base URL (e.g. https://meals.example.com) - Full login/register, dashboard, meal responses, history, settings - Cookie/session support — login persists across app restarts - Dynamic toolbar title from page - 'Clear Data' button in settings to wipe cookies/cache/sessions - Server URL auto-normalized (trailing slash stripped, https:// added) - Back button navigates within WebView history - Swipe-to-refresh, loading bar, network error handling