File tree Expand file tree Collapse file tree 3 files changed +568
-173
lines changed Expand file tree Collapse file tree 3 files changed +568
-173
lines changed Original file line number Diff line number Diff line change 11## 0.0.1
22
33* TODO: Describe initial release.
4+
5+ ## 0.0.2
6+
7+ ### Added
8+ * Complete UI/UX redesign of the example app with modern Material 3 design
9+ * Tabbed navigation with Home, Servers, and Settings pages
10+ * Visual connection status indicator with color-coded states
11+ * Dedicated servers page showing all available servers from subscriptions
12+ * Server cards with connection status, latency, and location information
13+ * Real-time ping functionality for server latency testing
14+ * Session statistics display with formatted data usage
15+ * Subscription management with loading states and error handling
16+ * Settings page with auto-connect and kill switch toggles
17+ * Loading indicators and user feedback via snackbars
18+ * Dark theme support
19+ * Responsive design optimized for mobile devices
20+
21+ ### Improved
22+ * Better information hierarchy and user flow
23+ * Clear separation of connection controls and server management
24+ * Enhanced visual feedback for connection states
25+ * Improved error handling and user notifications
26+ * More intuitive navigation between different app sections
27+
28+ ### Fixed
29+ * getServerList method now returns actual servers from loaded subscriptions instead of hardcoded test data
30+ * Server address extraction from subscription URLs with location detection
31+ * Proper server count display matching loaded subscription data
You can’t perform that action at this time.
0 commit comments