Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-smf-mobile
Commits
d3841ef1
Commit
d3841ef1
authored
3 years ago
by
Shoaib
Browse files
Options
Download
Patches
Plain Diff
Completed the offline flow
parent
62177142
master
add-assessor-location
deps-update
two-lead-assessor
No related merge requests found
Changes
30
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
android/app/build.gradle
+1
-1
android/app/build.gradle
android/app/google-services.json
+8
-16
android/app/google-services.json
android/app/src/debug/AndroidManifest.xml
+1
-1
android/app/src/debug/AndroidManifest.xml
android/app/src/main/AndroidManifest.xml
+2
-7
android/app/src/main/AndroidManifest.xml
android/app/src/main/kotlin/com/upsmf/beta/MainActivity.kt
+1
-1
android/app/src/main/kotlin/com/upsmf/beta/MainActivity.kt
android/app/src/main/res/drawable/flutter_devs.png
+0
-0
android/app/src/main/res/drawable/flutter_devs.png
android/app/src/profile/AndroidManifest.xml
+1
-1
android/app/src/profile/AndroidManifest.xml
lib/constants/api_endpoints.dart
+3
-0
lib/constants/api_endpoints.dart
lib/constants/app_constants.dart
+2
-0
lib/constants/app_constants.dart
lib/database/offline_model.dart
+30
-0
lib/database/offline_model.dart
lib/l10n/app_en.arb
+6
-1
lib/l10n/app_en.arb
lib/landing_page.dart
+49
-4
lib/landing_page.dart
lib/models/application_model.dart
+0
-2
lib/models/application_model.dart
lib/models/form_model.dart
+1
-1
lib/models/form_model.dart
lib/pages/application_details_page.dart
+92
-30
lib/pages/application_details_page.dart
lib/pages/create_pin_page.dart
+13
-14
lib/pages/create_pin_page.dart
lib/pages/home_page.dart
+50
-20
lib/pages/home_page.dart
lib/pages/inspection_summary.dart
+59
-38
lib/pages/inspection_summary.dart
lib/pages/login_email_page.dart
+45
-23
lib/pages/login_email_page.dart
lib/repositories/application_repository.dart
+78
-8
lib/repositories/application_repository.dart
with
442 additions
and
168 deletions
+442
-168
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets