b33a6d2ca0f51aa93291fc36f041a16446ec6d33
After the login page first loaded successfully, any subsequent navigation error (e.g. during credential entry) would silently reload _loginUrl, discarding user-entered credentials. This was because the auto-retry block only checked _autoRetryCount, which was reset to 0 by onPageFinished after every successful load. Add _hasLoadedOnce that is set true in onPageFinished and only cleared in _retry() (explicit user action). Gate the silent auto-retry on !_hasLoadedOnce so it only fires before the login page has been shown to the user for the first time. https://claude.ai/code/session_016dhktF2DaoTQeifUaZrxbP
Firka - reFilc legacy
Nem hivatalos e-napló alkalmazás az e-KRÉTA rendszerhez - tanulóktól, tanulóknak.
Hozzájárulás
Építési segédlethez és hozzájárulási útmutatóhoz nézd meg a Hozzájárulási útmutatót!
Az összes (ugyan azon verzióhoz tartozó) hozzájárulás meg fog jelenni a kiadásnál. Kérjük, írd le a Discord nevedet a pull request leírásába, hogy adhassunk rangot.
Csapatunk
Management
- Zypherift
- hayn
- Pearoo
- Zizi
- mnus
- xou
Designerek
- dwe
- xou
vrolandd, TMarccci: head developer
Péter: video editor
annon: a régi Filc Napló fejlesztője (ez az app, ha bár sokban változott, alapjaiban a Filc-re, valamint a reFilc-re épül)
Description
Languages
Dart
96.1%
Kotlin
1.7%
Swift
1.5%
Python
0.5%
Shell
0.1%