Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
eb206d7
feat(core): add auth layout template, custom textfield and colors
hoanghaoz Mar 24, 2026
63f3e9e
feat(auth): implement viewmodels for auth flow (MVVM)
hoanghaoz Mar 24, 2026
18d3e82
feat(auth): build complete auth UI screens (Login, Register, OTP, Pas…
hoanghaoz Mar 24, 2026
5ebec14
chore(main): set LoginView as initial route
hoanghaoz Mar 24, 2026
911444c
refactor(auth) : delete .gitkeep
hoanghaoz Mar 24, 2026
abcc21f
Merge branch 'main' of https://github.com/tqha1011/TaskManagement int…
hoanghaoz Mar 25, 2026
f8ce39c
chore: update dependencies and pubspec.lock
hoanghaoz Mar 25, 2026
7dd8680
refactor(auth): optimize registration logic, timezone handling, and f…
hoanghaoz Mar 25, 2026
14e37b6
feat(auth): update UI for login, registration, and forgot password sc…
hoanghaoz Mar 25, 2026
b6dada7
feat(tasks): update task management UI and statistics screen
hoanghaoz Mar 25, 2026
a19a4cc
chore: update main entry point and fix widget tests
hoanghaoz Mar 25, 2026
ee1d86f
chore: ignore devtools_options.yaml
hoanghaoz Mar 25, 2026
d9f46b8
chore: ignore devtools_options.yaml
hoanghaoz Mar 25, 2026
7c734b2
style(login) : rewrite title for login view
hoanghaoz Mar 25, 2026
654f4f5
feat(auth): configure android deep link for supabase oauth
hoanghaoz Mar 26, 2026
1503c7f
refactor(ui): add social login callbacks to auth layout template
hoanghaoz Mar 26, 2026
d4fdfe6
feat(auth): update oauth methods with redirect url and signout
hoanghaoz Mar 26, 2026
a0be5d0
feat(auth): implement AuthGate using StreamBuilder for session tracking
hoanghaoz Mar 26, 2026
336610b
feat(viewmodel): add oauth logic and improve provider lifecycle
hoanghaoz Mar 26, 2026
2e3b212
refactor(ui): migrate LoginView to Provider pattern
hoanghaoz Mar 26, 2026
4e4e120
chore(main): set AuthGate as initial route and setup provider
hoanghaoz Mar 26, 2026
949d75a
fix conflict merge
hoanghaoz Apr 7, 2026
f96dcc6
feat: implement full Focus feature set
hoanghaoz Apr 8, 2026
3c68ce2
fix (auth) : dispose TextEditingControllers to prevent memory leaks
hoanghaoz Apr 8, 2026
0e4ad09
refactor (alarm ) : create off alarm button when time out
hoanghaoz Apr 8, 2026
a4a6a83
fix: apply CodeRabbit auto-fixes
coderabbitai[bot] Apr 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
<meta-data
android:name="flutterEmbedding"
Expand Down
86 changes: 0 additions & 86 deletions src/lib/features/auth/forgot_password_view.dart

This file was deleted.

124 changes: 0 additions & 124 deletions src/lib/features/auth/login_view.dart

This file was deleted.

Loading
Loading