Xteink-X4-crosspoint-reader/src
danoob 529fc50ac0 fix: Wi-Fi Selection on Calibre Library launch (#313)
## Summary

* **What is the goal of this PR?** 
Fixes the Wi-Fi connection issue when launching the Calibre Library
(OPDS browser). The previous implementation always attempted to connect
using the first saved WiFi credential, which caused connection failures
when users were in locations where only other saved networks (not the
first one) were available. Now, the activity launches a WiFi selection
screen allowing users to choose from available networks.

* **What changes are included?**

## Additional Context
**Bug Fixed**: Previously, the code used `credentials[0]` (always the
first saved WiFi), so users in areas with only their secondary/tertiary
saved networks available could never connect.

---------

Co-authored-by: danoooob <danoooob@example.com>
2026-01-15 17:41:56 -08:00
..
activities fix: Wi-Fi Selection on Calibre Library launch (#313) 2026-01-15 17:41:56 -08:00
images Revert "update boot image" 2026-01-14 09:01:38 -08:00
network Support up to 500 character file names (#275) 2026-01-15 17:41:18 -08:00
util Make extension checks case-insensitive (#273) 2026-01-15 17:41:18 -08:00
Battery.h Public release 2025-12-03 22:06:45 +11:00
CrossPointSettings.cpp Add option to hide battery percentage. (#297) 2026-01-15 17:41:54 -08:00
CrossPointSettings.h Add option to hide battery percentage. (#297) 2026-01-15 17:41:54 -08:00
CrossPointState.cpp Add exFAT support (#150) 2025-12-30 16:09:30 +11:00
CrossPointState.h Rename Screens to Activities and restructure files (#44) 2025-12-17 23:32:18 +11:00
fontIds.h Smaller fonts 2025-12-31 20:49:20 -08:00
main.cpp Calibre Web Epub Downloading + Calibre Wireless Device Syncing (#219) 2026-01-15 17:40:56 -08:00
MappedInputManager.cpp Add button mapping for Left, Back, Confirm, Right (#173) 2025-12-31 02:46:35 +11:00
MappedInputManager.h Add exFAT support (#150) 2025-12-30 16:09:30 +11:00
ScreenComponents.cpp Add option to hide battery percentage. (#297) 2026-01-15 17:41:54 -08:00
ScreenComponents.h Add option to hide battery percentage. (#297) 2026-01-15 17:41:54 -08:00
WifiCredentialStore.cpp Add exFAT support (#150) 2025-12-30 16:09:30 +11:00
WifiCredentialStore.h Add connect to Wifi and File Manager Webserver (#41) 2025-12-20 01:05:43 +11:00