Commit Graph

33 Commits

Author SHA1 Message Date
e500ed0fa0 Merge branch 'various-fix' into 'master'
Updated various files, including constants, exercise providers, question...

See merge request profile-image/kedaireka/polinema-adapative-learning/mobile-adaptive-learning!15
2024-11-21 05:47:39 +00:00
Naresh Pratista
7b04d304aa Updated various files, including constants, exercise providers, question widgets, section models, and screens for topics, learning, and settings, with changes to URLs, error handling, and UI components. 2024-11-21 12:45:41 +07:00
10b2c8010d Merge branch 'material-loading' into 'master'
fix: Improve table rendering using flutter_widget_from_html and Improve Image Preview funcionality

See merge request profile-image/kedaireka/polinema-adapative-learning/mobile-adaptive-learning!14
2024-11-14 06:36:45 +00:00
Naresh Pratista
fa8a656dbc fix: Improve table rendering using flutter_widget_from_html and Improve Image Preview funcionality
>>
>> - Replace flutter_html with flutter_widget_from_html for better table support
>> - Add custom table styling
>> - Add horizontal scrolling for wide tables
>> - Implement better cell padding and borders
>> - Add fullscreen preview capability
>> - Implement zoom controls with double tap and pinch gestures
2024-11-14 13:35:16 +07:00
Naresh Pratista
64b0b39deb Updated theme colors, added error code handling in user provider, and modified signin and signup screens to handle specific errors and timeouts. 2024-11-13 14:21:56 +07:00
8a2aa421e8 Merge branch 'profile-upload-limit' into 'master'
Refactored EditProfileScreen, SettingsScreen, and UserAvatar widgets; updated...

See merge request profile-image/kedaireka/polinema-adapative-learning/mobile-adaptive-learning!13
2024-11-13 04:10:11 +00:00
Naresh Pratista
a98de84c05 Refactored EditProfileScreen, SettingsScreen, and UserAvatar widgets; updated image selection and processing logic; added file size validation and error handling. 2024-11-13 11:08:42 +07:00
d1e9d790b4 Merge branch 'home-navigation' into 'master'
refactor(learning): Enhance data loading and navigation flow

See merge request profile-image/kedaireka/polinema-adapative-learning/mobile-adaptive-learning!12
2024-11-13 02:05:15 +00:00
Naresh Pratista
e3b522bd33 refactor(learning): Enhance data loading and navigation flow
- Implement comprehensive loading state management
- Add error handling for topics and sections data fetching
- Improve user experience with loading indicators
- Prevent premature navigation before data is fully loaded
- Add safety checks for topic and section interaction
2024-11-13 09:03:40 +07:00
eb18fe4bac Merge branch 'feedback' into 'master'
Refactored code to use CustomSnackBar instead of ScaffoldMessenger for...

See merge request profile-image/kedaireka/polinema-adapative-learning/mobile-adaptive-learning!11
2024-11-11 08:47:39 +00:00
Naresh Pratista
d8ea9e9164 Refactored code to use CustomSnackBar instead of ScaffoldMessenger for displaying snackbars and fix handling when submitting feedback. 2024-11-11 15:44:31 +07:00
cf967619e7 Merge branch 'exercise-bug' into 'master'
Refactor ExerciseProvider and update LevelCard and DownResultWidget UI

See merge request profile-image/kedaireka/polinema-adapative-learning/mobile-adaptive-learning!10
2024-11-09 14:57:42 +00:00
Naresh Pratista
3e16636963 Refactor ExerciseProvider and update LevelCard and DownResultWidget UI 2024-11-09 21:55:52 +07:00
632d5de0c8 Merge branch 'signup-verification' into 'master'
Updated .gitignore, constants.dart, theme.dart, signin_screen.dart,...

See merge request profile-image/kedaireka/polinema-adapative-learning/mobile-adaptive-learning!9
2024-11-09 10:01:39 +00:00
Naresh Pratista
58739472b7 Updated .gitignore, constants.dart, theme.dart, signin_screen.dart, signup_screen.dart, and signup_verification.dart with various code changes 2024-11-09 16:59:59 +07:00
7df57cca15 Merge branch 'api-endpoint' into 'master'
Updated base URL and API endpoint paths in constants and DioClient, and...

See merge request profile-image/kedaireka/polinema-adapative-learning/mobile-adaptive-learning!8
2024-11-09 04:09:07 +00:00
Naresh Pratista
7c000d3cd4 Updated base URL and API endpoint paths in constants and DioClient, and updated UserRepository to use new API endpoint path for logout. 2024-11-09 11:07:10 +07:00
6283e9bf75 Merge branch 'html-content' into 'master'
fix: infinite loading on youtube media player, and upgrade version of youtube_player_widget

See merge request profile-image/kedaireka/polinema-adapative-learning/mobile-adaptive-learning!7
2024-11-08 23:16:52 +00:00
Naresh Pratista
6937c5e403 fix: infinite loading on youtube media player, and upgrade version of youtube_player_widget 2024-11-09 06:15:20 +07:00
e41d9dab23 Merge branch 'history-data-fetch' into 'master'
fix(history): optimize history tab initialization and data loading

See merge request profile-image/kedaireka/polinema-adapative-learning/mobile-adaptive-learning!6
2024-11-07 03:40:22 +00:00
Naresh Pratista
cf5e328a27 fix(history): optimize history tab initialization and data loading 2024-11-07 10:38:56 +07:00
1b64825f88 Merge branch 'instruction' into 'master'
refactor: fix instruction actions in exercise screen logic

See merge request profile-image/kedaireka/polinema-adapative-learning/mobile-adaptive-learning!5
2024-11-06 08:56:45 +00:00
Naresh Pratista
a63cdfbc3c refactor: fix instruction actions in exercise screen logic 2024-11-06 15:55:21 +07:00
Naresh Pratista
4f4893375c refactor: Fix the navigation after user navigate back to the level list 2024-11-06 14:02:19 +07:00
a1c271408a Merge branch 'auto-refresh-levelList' into 'master'
refactor: auto refresh after submit feedback and app configuration

See merge request profile-image/kedaireka/polinema-adapative-learning/mobile-adaptive-learning!4
2024-11-06 06:31:11 +00:00
Naresh Pratista
3f21a084bd refactor: auto refresh after submit feedback and app configuration 2024-11-06 13:28:28 +07:00
6e91ce7898 Merge branch 'content-html' into 'master'
refactor: Improve handling of API content in material feature

See merge request profile-image/kedaireka/polinema-adapative-learning/mobile-adaptive-learning!2
2024-11-05 06:51:06 +00:00
Naresh Pratista
279ce785f8 refactor: Improve handling of API content in material feature 2024-11-05 13:34:38 +07:00
Naresh Pratista
64454f596e feat: implement pretest review feature and media player optimization 2024-10-31 16:03:22 +07:00
Naresh Pratista
210c40812b fix: correct learning history data handling and model parsing 2024-10-23 15:44:33 +07:00
Naresh Pratista
e1e9ad37da refactor(home): improve completed topics API implementation 2024-10-23 11:16:07 +07:00
Naresh Pratista
e28b60ba04 feat: implement various feature and fix various bug 2024-10-10 12:49:33 +07:00
Naresh Pratista
be0cb14419 Initial Commit 2024-08-12 09:17:57 +07:00