Skip to content

Commit bec75d0

Browse files
econesaglpinonjosuecapgeminiairhernacapf4bbo
authored
Sprint 9 (#859)
* Migration to Notifications as Data dict (#718) * Sp7 682 notifications multilanguage (#719) * Changed notifications and added languages * Get data from backend * notifications fixed and finished * Go Route migration & testing (#720) * initial code * initial changes * From to login to Main page and profile redirects * reload fixed * url fixes and location web cache * dont show drawer, only navigation rail * advances in routes * advances in migration * completed migration for groups and contacts * profile, logout, phone verification, etc * go router migration without onboarding * phone verification migration * Solve test warning problems * User state test passed * login page test passed * contact profile test passed * Contacts page test passed * migration without tests * Friends page test passed * removed non used imports * current page not used anymore * Profile integration test * refactor and dead code elimination * removed dead code and changed names * name changes * homa map page test passed almost all test * Update map_page.dart * Update home_map_page_test.dart * Onboarding test passed * Progress page test passed * Selected contact test passed * Manage groups page test * View group page test * Solve multiple test problems * Groups page test passed * Manage group page passed * Delete unnecessary profile current pages * Update invite wayat with last_release * partial tests of share location service * share location service partial testing * partial testing app_router and delete unused methods * App Router full tested * Rename statusState to locationListener * services tests * Refactor test * Update contact_profile_page.dart * test env file * Update pubspec.yaml Co-authored-by: Eduard Conesa Guerrero <[email protected]> * Fixed mypy issues (#725) * Increase coverage of location listener service (#724) * initial code * initial changes * From to login to Main page and profile redirects * reload fixed * url fixes and location web cache * dont show drawer, only navigation rail * advances in routes * advances in migration * completed migration for groups and contacts * profile, logout, phone verification, etc * go router migration without onboarding * phone verification migration * Solve test warning problems * User state test passed * login page test passed * contact profile test passed * Contacts page test passed * migration without tests * Friends page test passed * removed non used imports * current page not used anymore * Profile integration test * refactor and dead code elimination * removed dead code and changed names * name changes * homa map page test passed almost all test * Update map_page.dart * Update home_map_page_test.dart * Onboarding test passed * Progress page test passed * Selected contact test passed * Manage groups page test * View group page test * Solve multiple test problems * Groups page test passed * Manage group page passed * Delete unnecessary profile current pages * Update invite wayat with last_release * partial tests of share location service * share location service partial testing * partial testing app_router and delete unused methods * App Router full tested * Rename statusState to locationListener * services tests * Refactor test * Update contact_profile_page.dart * test env file * Update pubspec.yaml * location listener service tests Co-authored-by: Eduard Conesa Guerrero <[email protected]> * Update poetry.lock * Missing Types PyYAML * 684 contacts number without prefix should use user prefix (#726) * remove checks in contact_service and added to import phones service with checks of prefix * Updated test for contact service and import phones service * Added condition of start * groups page layout (#728) * 463 own contact appearing in onboarding suggestions (#729) * Added check for user phone in suggestions * update test for suggestions controller and edit_profile_controller * Added test to import_phones_service * Changed 'where' to be an arrow function Co-authored-by: airherna <[email protected]> * Contact profile layout fixed * Manage request errors (500, 400, etc.) (#731) * redirect to error page on request error * Handle exceptions in requests * Fixed profile & edit profile layout (#733) * Fixed profile & edit profile layout * Update fontsize save button in edit profile page * Preferences page layout fixed (#732) * Show dialog if isDesktopOrWeb (#734) * Manage & View Group page fixed layout (#735) * Manage and view group page fixed layout * stay in center when the screen is medium size * Max size to bottom sheet in manage group page * Content added to error page (#737) * Remove push notification tokens no longer valid (#738) * Handle notifications results and remove bad tokens from user profile * Added handle_notifications_response test * fixed sent request layout in web and removed dividers (#739) * fixed sent request layout in web and removed dividers * with a request error goes to the 500 page * fixed profile layout in mid size screen * Check blob exists before delete (#756) * Fixed testing session bugs (#754) * WIP * navigation fixes WIP * fix navigation WIP * groups navigation fix WIP * fix tabbar unexpected null value (flutter bug) * Go walking by default to a contact in android * fix go back with OS in sent requests page * fixed delete account layout * Fixed group save button * Fixed profile save button * update groups after deleting one * removed commented code in manage_group_page * Future<void> annotations in groups_controller * Add additional information to 'hack' solution in contacts_page * fixed tests * 759 contacts profile os back button closes the app (#760) * Update routes to navigation to contact profile from different pages * Correct navigation inside contacts * 751 push notifications not received (#762) * Refactor Notifications Service * Update generate_coverage * International notifications * Feature/cache locations reduce reads (#761) * New algorithm * Reordering to avoid loops * Check share_location * Refactor user * Revert "Refactor user" This reverts commit e65437f. * Use location cache to reduce reads * Cache as variable * Fixed cache dict update * Add type check to MimeType (#764) * remove duplicate code * Temporally avoid test * fixed search bar does not move on tap & delete group optimistic updates (#768) * fixed search bar does not move on tap * optimistic updates on delete group * Blue line in groups picture when using default image removed (#769) * Pipeline/fix and testing (#771) * Pipeline changes * Update cloudbuild_prod_web.yaml * Update pubspec.yaml * Update cloudbuild_prod_web.yaml * Dependencies changes * Update app_icon.png * Update pubspec.yaml * Flutter image uploaded * Update pubspec.yaml * 763 refactor group validator (#772) * Update group page and its controller * Updated test * 681-notifications-redirect-to-friends-page (#774) * WIP * WIP * Refactor Notifications Service * WIP * WIP * redirect to requests page WIP * Notifications redirection Co-authored-by: Josué Ausejo Hernández <[email protected]> Co-authored-by: Eduard Conesa Guerrero <[email protected]> * Fix notifications not recevied on first login (#776) * Update gauth_service_impl.dart * fixed tests * Initial page is set to map when putting the app on background * Notifications code should not be executed in web * Fix web not launching due to FirebaseMessaging * fix redirection when opening the app through notifications (#786) * fix redirection when opening the app through notifications * removed prints and commented code * Downgrade build gradle * 687 spike testing e2e (#789) * Create simple example for testing e2e using fake store API * Add docs and test e2e * Simple app showing local notification (#791) * 752 google sign in desktop version (#773) * Desktop support dirs * Google sign in for desktop * Icon for desktop added * Update pubspec.yaml * Fixed tests with cache * Fixed notifications in release mode for Android (#782) * Develop (#779) * Migration to Notifications as Data dict (#718) * Sp7 682 notifications multilanguage (#719) * Changed notifications and added languages * Get data from backend * notifications fixed and finished * Go Route migration & testing (#720) * initial code * initial changes * From to login to Main page and profile redirects * reload fixed * url fixes and location web cache * dont show drawer, only navigation rail * advances in routes * advances in migration * completed migration for groups and contacts * profile, logout, phone verification, etc * go router migration without onboarding * phone verification migration * Solve test warning problems * User state test passed * login page test passed * contact profile test passed * Contacts page test passed * migration without tests * Friends page test passed * removed non used imports * current page not used anymore * Profile integration test * refactor and dead code elimination * removed dead code and changed names * name changes * homa map page test passed almost all test * Update map_page.dart * Update home_map_page_test.dart * Onboarding test passed * Progress page test passed * Selected contact test passed * Manage groups page test * View group page test * Solve multiple test problems * Groups page test passed * Manage group page passed * Delete unnecessary profile current pages * Update invite wayat with last_release * partial tests of share location service * share location service partial testing * partial testing app_router and delete unused methods * App Router full tested * Rename statusState to locationListener * services tests * Refactor test * Update contact_profile_page.dart * test env file * Update pubspec.yaml Co-authored-by: Eduard Conesa Guerrero <[email protected]> * Fixed mypy issues (#725) * Increase coverage of location listener service (#724) * initial code * initial changes * From to login to Main page and profile redirects * reload fixed * url fixes and location web cache * dont show drawer, only navigation rail * advances in routes * advances in migration * completed migration for groups and contacts * profile, logout, phone verification, etc * go router migration without onboarding * phone verification migration * Solve test warning problems * User state test passed * login page test passed * contact profile test passed * Contacts page test passed * migration without tests * Friends page test passed * removed non used imports * current page not used anymore * Profile integration test * refactor and dead code elimination * removed dead code and changed names * name changes * homa map page test passed almost all test * Update map_page.dart * Update home_map_page_test.dart * Onboarding test passed * Progress page test passed * Selected contact test passed * Manage groups page test * View group page test * Solve multiple test problems * Groups page test passed * Manage group page passed * Delete unnecessary profile current pages * Update invite wayat with last_release * partial tests of share location service * share location service partial testing * partial testing app_router and delete unused methods * App Router full tested * Rename statusState to locationListener * services tests * Refactor test * Update contact_profile_page.dart * test env file * Update pubspec.yaml * location listener service tests Co-authored-by: Eduard Conesa Guerrero <[email protected]> * Update poetry.lock * Missing Types PyYAML * 684 contacts number without prefix should use user prefix (#726) * remove checks in contact_service and added to import phones service with checks of prefix * Updated test for contact service and import phones service * Added condition of start * groups page layout (#728) * 463 own contact appearing in onboarding suggestions (#729) * Added check for user phone in suggestions * update test for suggestions controller and edit_profile_controller * Added test to import_phones_service * Changed 'where' to be an arrow function Co-authored-by: airherna <[email protected]> * Contact profile layout fixed * Manage request errors (500, 400, etc.) (#731) * redirect to error page on request error * Handle exceptions in requests * Fixed profile & edit profile layout (#733) * Fixed profile & edit profile layout * Update fontsize save button in edit profile page * Preferences page layout fixed (#732) * Show dialog if isDesktopOrWeb (#734) * Manage & View Group page fixed layout (#735) * Manage and view group page fixed layout * stay in center when the screen is medium size * Max size to bottom sheet in manage group page * Content added to error page (#737) * Remove push notification tokens no longer valid (#738) * Handle notifications results and remove bad tokens from user profile * Added handle_notifications_response test * fixed sent request layout in web and removed dividers (#739) * fixed sent request layout in web and removed dividers * with a request error goes to the 500 page * fixed profile layout in mid size screen * Check blob exists before delete (#756) * Fixed testing session bugs (#754) * WIP * navigation fixes WIP * fix navigation WIP * groups navigation fix WIP * fix tabbar unexpected null value (flutter bug) * Go walking by default to a contact in android * fix go back with OS in sent requests page * fixed delete account layout * Fixed group save button * Fixed profile save button * update groups after deleting one * removed commented code in manage_group_page * Future<void> annotations in groups_controller * Add additional information to 'hack' solution in contacts_page * fixed tests * 759 contacts profile os back button closes the app (#760) * Update routes to navigation to contact profile from different pages * Correct navigation inside contacts * 751 push notifications not received (#762) * Refactor Notifications Service * Update generate_coverage * International notifications * Feature/cache locations reduce reads (#761) * New algorithm * Reordering to avoid loops * Check share_location * Refactor user * Revert "Refactor user" This reverts commit e65437f. * Use location cache to reduce reads * Cache as variable * Fixed cache dict update * Add type check to MimeType (#764) * remove duplicate code * Temporally avoid test * fixed search bar does not move on tap & delete group optimistic updates (#768) * fixed search bar does not move on tap * optimistic updates on delete group * Blue line in groups picture when using default image removed (#769) * Pipeline/fix and testing (#771) * Pipeline changes * Update cloudbuild_prod_web.yaml * Update pubspec.yaml * Update cloudbuild_prod_web.yaml * Dependencies changes * Update app_icon.png * Update pubspec.yaml * Flutter image uploaded * Update pubspec.yaml * 763 refactor group validator (#772) * Update group page and its controller * Updated test * 681-notifications-redirect-to-friends-page (#774) * WIP * WIP * Refactor Notifications Service * WIP * WIP * redirect to requests page WIP * Notifications redirection Co-authored-by: Josué Ausejo Hernández <[email protected]> Co-authored-by: Eduard Conesa Guerrero <[email protected]> * Fix notifications not recevied on first login (#776) * Update gauth_service_impl.dart * fixed tests * Initial page is set to map when putting the app on background * Notifications code should not be executed in web Co-authored-by: LuisPi <[email protected]> Co-authored-by: Josué Ausejo Hernández <[email protected]> Co-authored-by: airherna <[email protected]> Co-authored-by: airherna <[email protected]> Co-authored-by: Fabián Scherle <[email protected]> Co-authored-by: Josué Ausejo Hernández <[email protected]> * Develop (#781) * Migration to Notifications as Data dict (#718) * Sp7 682 notifications multilanguage (#719) * Changed notifications and added languages * Get data from backend * notifications fixed and finished * Go Route migration & testing (#720) * initial code * initial changes * From to login to Main page and profile redirects * reload fixed * url fixes and location web cache * dont show drawer, only navigation rail * advances in routes * advances in migration * completed migration for groups and contacts * profile, logout, phone verification, etc * go router migration without onboarding * phone verification migration * Solve test warning problems * User state test passed * login page test passed * contact profile test passed * Contacts page test passed * migration without tests * Friends page test passed * removed non used imports * current page not used anymore * Profile integration test * refactor and dead code elimination * removed dead code and changed names * name changes * homa map page test passed almost all test * Update map_page.dart * Update home_map_page_test.dart * Onboarding test passed * Progress page test passed * Selected contact test passed * Manage groups page test * View group page test * Solve multiple test problems * Groups page test passed * Manage group page passed * Delete unnecessary profile current pages * Update invite wayat with last_release * partial tests of share location service * share location service partial testing * partial testing app_router and delete unused methods * App Router full tested * Rename statusState to locationListener * services tests * Refactor test * Update contact_profile_page.dart * test env file * Update pubspec.yaml Co-authored-by: Eduard Conesa Guerrero <[email protected]> * Fixed mypy issues (#725) * Increase coverage of location listener service (#724) * initial code * initial changes * From to login to Main page and profile redirects * reload fixed * url fixes and location web cache * dont show drawer, only navigation rail * advances in routes * advances in migration * completed migration for groups and contacts * profile, logout, phone verification, etc * go router migration without onboarding * phone verification migration * Solve test warning problems * User state test passed * login page test passed * contact profile test passed * Contacts page test passed * migration without tests * Friends page test passed * removed non used imports * current page not used anymore * Profile integration test * refactor and dead code elimination * removed dead code and changed names * name changes * homa map page test passed almost all test * Update map_page.dart * Update home_map_page_test.dart * Onboarding test passed * Progress page test passed * Selected contact test passed * Manage groups page test * View group page test * Solve multiple test problems * Groups page test passed * Manage group page passed * Delete unnecessary profile current pages * Update invite wayat with last_release * partial tests of share location service * share location service partial testing * partial testing app_router and delete unused methods * App Router full tested * Rename statusState to locationListener * services tests * Refactor test * Update contact_profile_page.dart * test env file * Update pubspec.yaml * location listener service tests Co-authored-by: Eduard Conesa Guerrero <[email protected]> * Update poetry.lock * Missing Types PyYAML * 684 contacts number without prefix should use user prefix (#726) * remove checks in contact_service and added to import phones service with checks of prefix * Updated test for contact service and import phones service * Added condition of start * groups page layout (#728) * 463 own contact appearing in onboarding suggestions (#729) * Added check for user phone in suggestions * update test for suggestions controller and edit_profile_controller * Added test to import_phones_service * Changed 'where' to be an arrow function Co-authored-by: airherna <[email protected]> * Contact profile layout fixed * Manage request errors (500, 400, etc.) (#731) * redirect to error page on request error * Handle exceptions in requests * Fixed profile & edit profile layout (#733) * Fixed profile & edit profile layout * Update fontsize save button in edit profile page * Preferences page layout fixed (#732) * Show dialog if isDesktopOrWeb (#734) * Manage & View Group page fixed layout (#735) * Manage and view group page fixed layout * stay in center when the screen is medium size * Max size to bottom sheet in manage group page * Content added to error page (#737) * Remove push notification tokens no longer valid (#738) * Handle notifications results and remove bad tokens from user profile * Added handle_notifications_response test * fixed sent request layout in web and removed dividers (#739) * fixed sent request layout in web and removed dividers * with a request error goes to the 500 page * fixed profile layout in mid size screen * Check blob exists before delete (#756) * Fixed testing session bugs (#754) * WIP * navigation fixes WIP * fix navigation WIP * groups navigation fix WIP * fix tabbar unexpected null value (flutter bug) * Go walking by default to a contact in android * fix go back with OS in sent requests page * fixed delete account layout * Fixed group save button * Fixed profile save button * update groups after deleting one * removed commented code in manage_group_page * Future<void> annotations in groups_controller * Add additional information to 'hack' solution in contacts_page * fixed tests * 759 contacts profile os back button closes the app (#760) * Update routes to navigation to contact profile from different pages * Correct navigation inside contacts * 751 push notifications not received (#762) * Refactor Notifications Service * Update generate_coverage * International notifications * Feature/cache locations reduce reads (#761) * New algorithm * Reordering to avoid loops * Check share_location * Refactor user * Revert "Refactor user" This reverts commit e65437f. * Use location cache to reduce reads * Cache as variable * Fixed cache dict update * Add type check to MimeType (#764) * remove duplicate code * Temporally avoid test * fixed search bar does not move on tap & delete group optimistic updates (#768) * fixed search bar does not move on tap * optimistic updates on delete group * Blue line in groups picture when using default image removed (#769) * Pipeline/fix and testing (#771) * Pipeline changes * Update cloudbuild_prod_web.yaml * Update pubspec.yaml * Update cloudbuild_prod_web.yaml * Dependencies changes * Update app_icon.png * Update pubspec.yaml * Flutter image uploaded * Update pubspec.yaml * 763 refactor group validator (#772) * Update group page and its controller * Updated test * 681-notifications-redirect-to-friends-page (#774) * WIP * WIP * Refactor Notifications Service * WIP * WIP * redirect to requests page WIP * Notifications redirection Co-authored-by: Josué Ausejo Hernández <[email protected]> Co-authored-by: Eduard Conesa Guerrero <[email protected]> * Fix notifications not recevied on first login (#776) * Update gauth_service_impl.dart * fixed tests * Initial page is set to map when putting the app on background * Notifications code should not be executed in web * Fix web not launching due to FirebaseMessaging Co-authored-by: LuisPi <[email protected]> Co-authored-by: Josué Ausejo Hernández <[email protected]> Co-authored-by: airherna <[email protected]> Co-authored-by: airherna <[email protected]> Co-authored-by: Fabián Scherle <[email protected]> Co-authored-by: Josué Ausejo Hernández <[email protected]> * Update build.gradle * Changes for local notifications in release * workaround for issue with local notifications * Updated build.gradle * Removed useProguard * Do not shrink resources * modified proguard-rules * updated build.gradle * updated build.gradle * Script for local building * Update launcher.sh * Update Dockerfile * Fixed notifications on android release * Added comments to onBackMessage Co-authored-by: econesag <[email protected]> Co-authored-by: LuisPi <[email protected]> Co-authored-by: Josué Ausejo Hernández <[email protected]> Co-authored-by: airherna <[email protected]> Co-authored-by: airherna <[email protected]> Co-authored-by: Josué Ausejo Hernández <[email protected]> * 783 local build script (#792) * Develop (#779) * Migration to Notifications as Data dict (#718) * Sp7 682 notifications multilanguage (#719) * Changed notifications and added languages * Get data from backend * notifications fixed and finished * Go Route migration & testing (#720) * initial code * initial changes * From to login to Main page and profile redirects * reload fixed * url fixes and location web cache * dont show drawer, only navigation rail * advances in routes * advances in migration * completed migration for groups and contacts * profile, logout, phone verification, etc * go router migration without onboarding * phone verification migration * Solve test warning problems * User state test passed * login page test passed * contact profile test passed * Contacts page test passed * migration without tests * Friends page test passed * removed non used imports * current page not used anymore * Profile integration test * refactor and dead code elimination * removed dead code and changed names * name changes * homa map page test passed almost all test * Update map_page.dart * Update home_map_page_test.dart * Onboarding test passed * Progress page test passed * Selected contact test passed * Manage groups page test * View group page test * Solve multiple test problems * Groups page test passed * Manage group page passed * Delete unnecessary profile current pages * Update invite wayat with last_release * partial tests of share location service * share location service partial testing * partial testing app_router and delete unused methods * App Router full tested * Rename statusState to locationListener * services tests * Refactor test * Update contact_profile_page.dart * test env file * Update pubspec.yaml Co-authored-by: Eduard Conesa Guerrero <[email protected]> * Fixed mypy issues (#725) * Increase coverage of location listener service (#724) * initial code * initial changes * From to login to Main page and profile redirects * reload fixed * url fixes and location web cache * dont show drawer, only navigation rail * advances in routes * advances in migration * completed migration for groups and contacts * profile, logout, phone verification, etc * go router migration without onboarding * phone verification migration * Solve test warning problems * User state test passed * login page test passed * contact profile test passed * Contacts page test passed * migration without tests * Friends page test passed * removed non used imports * current page not used anymore * Profile integration test * refactor and dead code elimination * removed dead code and changed names * name changes * homa map page test passed almost all test * Update map_page.dart * Update home_map_page_test.dart * Onboarding test passed * Progress page test passed * Selected contact test passed * Manage groups page test * View group page test * Solve multiple test problems * Groups page test passed * Manage group page passed * Delete unnecessary profile current pages * Update invite wayat with last_release * partial tests of share location service * share location service partial testing * partial testing app_router and delete unused methods * App Router full tested * Rename statusState to locationListener * services tests * Refactor test * Update contact_profile_page.dart * test env file * Update pubspec.yaml * location listener service tests Co-authored-by: Eduard Conesa Guerrero <[email protected]> * Update poetry.lock * Missing Types PyYAML * 684 contacts number without prefix should use user prefix (#726) * remove checks in contact_service and added to import phones service with checks of prefix * Updated test for contact service and import phones service * Added condition of start * groups page layout (#728) * 463 own contact appearing in onboarding suggestions (#729) * Added check for user phone in suggestions * update test for suggestions controller and edit_profile_controller * Added test to import_phones_service * Changed 'where' to be an arrow function Co-authored-by: airherna <[email protected]> * Contact profile layout fixed * Manage request errors (500, 400, etc.) (#731) * redirect to error page on request error * Handle exceptions in requests * Fixed profile & edit profile layout (#733) * Fixed profile & edit profile layout * Update fontsize save button in edit profile page * Preferences page layout fixed (#732) * Show dialog if isDesktopOrWeb (#734) * Manage & View Group page fixed layout (#735) * Manage and view group page fixed layout * stay in center when the screen is medium size * Max size to bottom sheet in manage group page * Content added to error page (#737) * Remove push notification tokens no longer valid (#738) * Handle notifications results and remove bad tokens from user profile * Added handle_notifications_response test * fixed sent request layout in web and removed dividers (#739) * fixed sent request layout in web and removed dividers * with a request error goes to the 500 page * fixed profile layout in mid size screen * Check blob exists before delete (#756) * Fixed testing session bugs (#754) * WIP * navigation fixes WIP * fix navigation WIP * groups navigation fix WIP * fix tabbar unexpected null value (flutter bug) * Go walking by default to a contact in android * fix go back with OS in sent requests page * fixed delete account layout * Fixed group save button * Fixed profile save button * update groups after deleting one * removed commented code in manage_group_page * Future<void> annotations in groups_controller * Add additional information to 'hack' solution in contacts_page * fixed tests * 759 contacts profile os back button closes the app (#760) * Update routes to navigation to contact profile from different pages * Correct navigation inside contacts * 751 push notifications not received (#762) * Refactor Notifications Service * Update generate_coverage * International notifications * Feature/cache locations reduce reads (#761) * New algorithm * Reordering to avoid loops * Check share_location * Refactor user * Revert "Refactor user" This reverts commit e65437f. * Use location cache to reduce reads * Cache as variable * Fixed cache dict update * Add type check to MimeType (#764) * remove duplicate code * Temporally avoid test * fixed search bar does not move on tap & delete group optimistic updates (#768) * fixed search bar does not move on tap * optimistic updates on delete group * Blue line in groups picture when using default image removed (#769) * Pipeline/fix and testing (#771) * Pipeline changes * Update cloudbuild_prod_web.yaml * Update pubspec.yaml * Update cloudbuild_prod_web.yaml * Dependencies changes * Update app_icon.png * Update pubspec.yaml * Flutter image uploaded * Update pubspec.yaml * 763 refactor group validator (#772) * Update group page and its controller * Updated test * 681-notifications-redirect-to-friends-page (#774) * WIP * WIP * Refactor Notifications Service * WIP * WIP * redirect to requests page WIP * Notifications redirection Co-authored-by: Josué Ausejo Hernández <[email protected]> Co-authored-by: Eduard Conesa Guerrero <[email protected]> * Fix notifications not recevied on first login (#776) * Update gauth_service_impl.dart * fixed tests * Initial page is set to map when putting the app on background * Notifications code should not be executed in web Co-authored-by: LuisPi <[email protected]> Co-authored-by: Josué Ausejo Hernández <[email protected]> Co-authored-by: airherna <[email protected]> Co-authored-by: airherna <[email protected]> Co-authored-by: Fabián Scherle <[email protected]> Co-authored-by: Josué Ausejo Hernández <[email protected]> * Develop (#781) * Migration to Notifications as Data dict (#718) * Sp7 682 notifications multilanguage (#719) * Changed notifications and added languages * Get data from backend * notifications fixed and finished * Go Route migration & testing (#720) * initial code * initial changes * From to login to Main page and profile redirects * reload fixed * url fixes and location web cache * dont show drawer, only navigation rail * advances in routes * advances in migration * completed migration for groups and contacts * profile, logout, phone verification, etc * go router migration without onboarding * phone verification migration * Solve test warning problems * User state test passed * login page test passed * contact profile test passed * Contacts page test passed * migration without tests * Friends page test passed * removed non used imports * current page not used anymore * Profile integration test * refactor and dead code elimination * removed dead code and changed names * name changes * homa map page test passed almost all test * Update map_page.dart * Update home_map_page_test.dart * Onboarding test passed * Progress page test passed * Selected contact test passed * Manage groups page test * View group page test * Solve multiple test problems * Groups page test passed * Manage group page passed * Delete unnecessary profile current pages * Update invite wayat with last_release * partial tests of share location service * share location service partial testing * partial testing app_router and delete unused methods * App Router full tested * Rename statusState to locationListener * services tests * Refactor test * Update contact_profile_page.dart * test env file * Update pubspec.yaml Co-authored-by: Eduard Conesa Guerrero <[email protected]> * Fixed mypy issues (#725) * Increase coverage of location listener service (#724) * initial code * initial changes * From to login to Main page and profile redirects * reload fixed * url fixes and location web cache * dont show drawer, only navigation rail * advances in routes * advances in migration * completed migration for groups and contacts * profile, logout, phone verification, etc * go router migration without onboarding * phone verification migration * Solve test warning problems * User state test passed * login page test passed * contact profile test passed * Contacts page test passed * migration without tests * Friends page test passed * removed non used imports * current page not used anymore * Profile integration test * refactor and dead code elimination * removed dead code and changed names * name changes * homa map page test passed almost all test * Update map_page.dart * Update home_map_page_test.dart * Onboarding test passed * Progress page test passed * Selected contact test passed * Manage groups page test * View group page test * Solve multiple test problems * Groups page test passed * Manage group page passed * Delete unnecessary profile current pages * Update invite wayat with last_release * partial tests of share location service * share location service partial testing * partial testing app_router and delete unused methods * App Router full tested * Rename statusState to locationListener * services tests * Refactor test * Update contact_profile_page.dart * test env file * Update pubspec.yaml * location listener service tests Co-authored-by: Eduard Conesa Guerrero <[email protected]> * Update poetry.lock * Missing Types PyYAML * 684 contacts number without prefix should use user prefix (#726) * remove checks in contact_service and added to import phones service with checks of prefix * Updated test for contact service and import phones service * Added condition of start * groups page layout (#728) * 463 own contact appearing in onboarding suggestions (#729) * Added check for user phone in suggestions * update test for suggestions controller and edit_profile_controller * Added test to import_phones_service * Changed 'where' to be an arrow function Co-authored-by: airherna <[email protected]> * Contact profile layout fixed * Manage request errors (500, 400, etc.) (#731) * redirect to error page on request error * Handle exceptions in requests * Fixed profile & edit profile layout (#733) * Fixed profile & edit profile layout * Update fontsize save button in edit profile page * Preferences page layout fixed (#732) * Show dialog if isDesktopOrWeb (#734) * Manage & View Group page fixed layout (#735) * Manage and view group page fixed layout * stay in center when the screen is medium size * Max size to bottom sheet in manage group page * Content added to error page (#737) * Remove push notification tokens no longer valid (#738) * Handle notifications results and remove bad tokens from user profile * Added handle_notifications_response test * fixed sent request layout in web and removed dividers (#739) * fixed sent request layout in web and removed dividers * with a request error goes to the 500 page * fixed profile layout in mid size screen * Check blob exists before delete (#756) * Fixed testing session bugs (#754) * WIP * navigation fixes WIP * fix navigation WIP * groups navigation fix WIP * fix tabbar unexpected null value (flutter bug) * Go walking by default to a contact in android * fix go back with OS in sent requests page * fixed delete account layout * Fixed group save button * Fixed profile save button * update groups after deleting one * removed commented code in manage_group_page * Future<void> annotations in groups_controller * Add additional information to 'hack' solution in contacts_page * fixed tests * 759 contacts profile os back button closes the app (#760) * Update routes to navigation to contact profile from different pages * Correct navigation inside contacts * 751 push notifications not received (#762) * Refactor Notifications Service * Update generate_coverage * International notifications * Feature/cache locations reduce reads (#761) * New algorithm * Reordering to avoid loops * Check share_location * Refactor user * Revert "Refactor user" This reverts commit e65437f. * Use location cache to reduce reads * Cache as variable * Fixed cache dict update * Add type check to MimeType (#764) * remove duplicate code * Temporally avoid test * fixed search bar does not move on tap & delete group optimistic updates (#768) * fixed search bar does not move on tap * optimistic updates on delete group * Blue line in groups picture when using default image removed (#769) * Pipeline/fix and testing (#771) * Pipeline changes * Update cloudbuild_prod_web.yaml * Update pubspec.yaml * Update cloudbuild_prod_web.yaml * Dependencies changes * Update app_icon.png * Update pubspec.yaml * Flutter image uploaded * Update pubspec.yaml * 763 refactor group validator (#772) * Update group page and its controller * Updated test * 681-notifications-redirect-to-friends-page (#774) * WIP * WIP * Refactor Notifications Service * WIP * WIP * redirect to requests page WIP * Notifications redirection Co-authored-by: Josué Ausejo Hernández <[email protected]> Co-authored-by: Eduard Conesa Guerrero <[email protected]> * Fix notifications not recevied on first login (#776) * Update gauth_service_impl.dart * fixed tests * Initial page is set to map when putting the app on background * Notifications code should not be executed in web * Fix web not launching due to FirebaseMessaging Co-authored-by: LuisPi <[email protected]> Co-authored-by: Josué Ausejo Hernández <[email protected]> Co-authored-by: airherna <[email protected]> Co-authored-by: airherna <[email protected]> Co-authored-by: Fabián Scherle <[email protected]> Co-authored-by: Josué Ausejo Hernández <[email protected]> * Update build.gradle * Script for local building * Update launcher.sh * Update Dockerfile * Update launcher.sh * Update launcher.sh * Delete main.dart * Create main.dart Co-authored-by: econesag <[email protected]> Co-authored-by: LuisPi <[email protected]> Co-authored-by: Josué Ausejo Hernández <[email protected]> Co-authored-by: airherna <[email protected]> Co-authored-by: airherna <[email protected]> Co-authored-by: Josué Ausejo Hernández <[email protected]> * Update Readme * update title * update readme * Fix mypy issues * Fix mypy issues * removed google maps flutter web from dependencies (#818) * 797 sp8 firebase and firestore spike fe (#823) * Fix gitignore * Add firebase_auth_desktop and firedart packages * Working app * Add to gitignore GoogleService-Info.plist * Web and mobile removed * Macos not supported * Change versions of packages * Fix issues Co-authored-by: Fabián Scherle <[email protected]> * Dutch changed to Nederlands (#826) * Removed flutter cache from dependencies (#819) * 827 remove autoroute dependencies form pubspect (#828) * Analyzer package removed and description modified for BR * restored analyzer and updated the comment * 825 firebase desktop packages (#831) * Change versions of packages from spike * Update pubspec.yaml * Firebase minor fixes * Fixed error in test * removed guard test * Versions changes and launcher.yml test added Co-authored-by: Serhii Bets <[email protected]> Co-authored-by: Josué Ausejo Hernández <[email protected]> * json serializable moved to dev_dependencies (#832) * Spike geolocation fe (#838) * Add SPIKE geolocation package example * Add spike geting geolocation from ip * Delete Podfile * Delete Flutter-Debug.xcconfig * Delete Flutter-Release.xcconfig * file selector package for desktop (#837) * file selector package for desktop * File_selector package implemented for groups * tests WIP * 839 replace location package (#840) * IP location service done * Update main.dart * Modify share_location_service_impl * commit * Fix issues with marker on the map * Update share_location_service_impl.dart * Fix issue of static property Co-authored-by: Fabián Scherle <[email protected]> * Fix iOS and MacOs app launch (#835) * Fix iOS and MacOs app launch * Update main.dart Co-authored-by: Fabián Scherle <[email protected]> * EnvModel refactor (#842) * EnvModel refactor * Update pubspec.yaml * Script refactor and support for linux (#843) * Change Manifest file and notification_service (#846) * Splash screen added (#845) * 829 fix flutter maps in desktop (#847) * Update share_location_service_impl.dart * location listener abstract class * Update main.dart * WIP firedart * WIP firedart * WIP firedart * Co-authored-by: econesag <[email protected]> Co-authored-by: Fabián Scherle <[email protected]> * Update location_listener.dart * WIP firedart * WIP firedart * WIP rest firestore * listener fix * Inheritance fix * Inheritance and time stamp fix * Update rest_listener_service_impl.dart * Update rest_listener_service_impl.dart * Removed firestore package * WIP stream dispose * stream cancelled succesfully Co-authored-by: Fabián Scherle <[email protected]> * Add missing translations (#854) * 855 location listener tests (#856) * WIP tests * WIP tests * 851 image service tests (#857) * test done * 100 coverage * 830 Testing Navigation (#858) * Add options autogenerated file in excluding coverage * Testing homeNavState * Testing initial_route Co-authored-by: LuisPi <[email protected]> Co-authored-by: Josué Ausejo Hernández <[email protected]> Co-authored-by: airherna <[email protected]> Co-authored-by: airherna <[email protected]> Co-authored-by: Fabián Scherle <[email protected]> Co-authored-by: Josué Ausejo Hernández <[email protected]> Co-authored-by: Serhii Bets <[email protected]> Co-authored-by: Serhii Bets <[email protected]>
1 parent da47f72 commit bec75d0

File tree

424 files changed

+14333
-653
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

424 files changed

+14333
-653
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- [Features](#features)
1515
- [For developers](#for-developers)
1616
- [Why WAYAT](#why-wayat)
17+
- [License(s)](#licenses)
1718

1819
# What is WAYAT?
1920

SPIKES/.DS_Store

-10 KB
Binary file not shown.

SPIKES/geolocator/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.DS_Store
2+
.dart_tool/
3+
4+
.packages
5+
.pub/
6+
7+
build/

SPIKES/geolocator/.metadata

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This file tracks properties of this Flutter project.
2+
# Used by Flutter tool to assess capabilities and perform upgrades etc.
3+
#
4+
# This file should be version controlled and should not be manually edited.
5+
6+
version:
7+
revision: e6b34c2b5c96bb95325269a29a84e83ed8909b5f
8+
channel: stable
9+
10+
project_type: plugin

SPIKES/geolocator/CHANGELOG.md

Lines changed: 537 additions & 0 deletions
Large diffs are not rendered by default.

SPIKES/geolocator/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 Baseflow
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

SPIKES/geolocator/README.md

Lines changed: 433 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
include: package:flutter_lints/flutter.yaml
2+
3+
analyzer:
4+
exclude:
5+
# Ignore generated files
6+
- '**/*.g.dart'
7+
- 'lib/src/generated/*.dart'
8+
linter:
9+
rules:
10+
- public_member_api_docs

SPIKES/geolocator/example/.gitignore

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Miscellaneous
2+
*.class
3+
*.log
4+
*.pyc
5+
*.swp
6+
.DS_Store
7+
.atom/
8+
.buildlog/
9+
.history
10+
.svn/
11+
12+
# IntelliJ related
13+
*.iml
14+
*.ipr
15+
*.iws
16+
.idea/
17+
18+
# The .vscode folder contains launch configuration and tasks you configure in
19+
# VS Code which you may wish to be included in version control, so this line
20+
# is commented out by default.
21+
#.vscode/
22+
23+
# Flutter/Dart/Pub related
24+
**/doc/api/
25+
.dart_tool/
26+
.flutter-plugins
27+
.flutter-plugins-dependencies
28+
.packages
29+
.pub-cache/
30+
.pub/
31+
/build/
32+
33+
# Web related
34+
lib/generated_plugin_registrant.dart
35+
36+
# Symbolication related
37+
app.*.symbols
38+
39+
# Obfuscation related
40+
app.*.map.json
41+
42+
# Exceptions to above rules.
43+
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages

SPIKES/geolocator/example/.metadata

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This file tracks properties of this Flutter project.
2+
# Used by Flutter tool to assess capabilities and perform upgrades etc.
3+
#
4+
# This file should be version controlled and should not be manually edited.
5+
6+
version:
7+
revision: e6b34c2b5c96bb95325269a29a84e83ed8909b5f
8+
channel: stable
9+
10+
project_type: app

SPIKES/geolocator/example/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# geolocator_example
2+
3+
Demonstrates how to use the geolocator plugin.
4+
5+
## Getting Started
6+
7+
This project is a starting point for a Flutter application.
8+
9+
A few resources to get you started if this is your first Flutter project:
10+
11+
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
12+
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
13+
14+
For help getting started with Flutter, view our
15+
[online documentation](https://flutter.dev/docs), which offers tutorials,
16+
samples, guidance on mobile development, and a full API reference.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# This file configures the analyzer, which statically analyzes Dart code to
2+
# check for errors, warnings, and lints.
3+
#
4+
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
5+
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
6+
# invoked from the command line by running `flutter analyze`.
7+
8+
# The following line activates a set of recommended lints for Flutter apps,
9+
# packages, and plugins designed to encourage good coding practices.
10+
include: package:flutter_lints/flutter.yaml
11+
12+
linter:
13+
# The lint rules applied to this project can be customized in the
14+
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
15+
# included above or to enable additional rules. A list of all available lints
16+
# and their documentation is published at
17+
# https://dart-lang.github.io/linter/lints/index.html.
18+
#
19+
# Instead of disabling a lint rule for the entire project in the
20+
# section below, it can also be suppressed for a single line of code
21+
# or a specific dart file by using the `// ignore: name_of_lint` and
22+
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
23+
# producing the lint.
24+
rules:
25+
# avoid_print: false # Uncomment to disable the `avoid_print` rule
26+
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
27+
28+
# Additional information about this file can be found at
29+
# https://dart.dev/guides/language/analysis-options
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
gradle-wrapper.jar
2+
/.gradle
3+
/captures/
4+
/gradlew
5+
/gradlew.bat
6+
/local.properties
7+
GeneratedPluginRegistrant.java
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
def localProperties = new Properties()
2+
def localPropertiesFile = rootProject.file('local.properties')
3+
if (localPropertiesFile.exists()) {
4+
localPropertiesFile.withReader('UTF-8') { reader ->
5+
localProperties.load(reader)
6+
}
7+
}
8+
9+
def flutterRoot = localProperties.getProperty('flutter.sdk')
10+
if (flutterRoot == null) {
11+
throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
12+
}
13+
14+
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
15+
if (flutterVersionCode == null) {
16+
flutterVersionCode = '1'
17+
}
18+
19+
def flutterVersionName = localProperties.getProperty('flutter.versionName')
20+
if (flutterVersionName == null) {
21+
flutterVersionName = '1.0'
22+
}
23+
24+
def args = ["-Xlint:deprecation", "-Xlint:unchecked", "-Werror"]
25+
26+
project.getTasks().withType(JavaCompile) {
27+
options.compilerArgs.addAll(args)
28+
}
29+
30+
apply plugin: 'com.android.application'
31+
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
32+
33+
android {
34+
compileSdkVersion 33
35+
36+
lintOptions {
37+
disable 'InvalidPackage'
38+
}
39+
40+
defaultConfig {
41+
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
42+
applicationId "com.baseflow.geolocator_example"
43+
minSdkVersion 16
44+
targetSdkVersion 30
45+
versionCode flutterVersionCode.toInteger()
46+
versionName flutterVersionName
47+
}
48+
49+
buildTypes {
50+
release {
51+
// TODO: Add your own signing config for the release build.
52+
// Signing with the debug keys for now, so `flutter run --release` works.
53+
signingConfig signingConfigs.debug
54+
}
55+
}
56+
}
57+
58+
flutter {
59+
source '../..'
60+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2+
package="com.baseflow.geolocator_example">
3+
<!-- Flutter needs it to communicate with the running application
4+
to allow setting breakpoints, to provide hot reload, etc.
5+
-->
6+
<uses-permission android:name="android.permission.INTERNET"/>
7+
</manifest>
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2+
package="com.baseflow.geolocator_example">
3+
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
4+
calls FlutterMain.startInitialization(this); in its onCreate method.
5+
In most cases you can leave this as-is, but you if you want to provide
6+
additional functionality it is fine to subclass or reimplement
7+
FlutterApplication and put your custom class here. -->
8+
9+
10+
<!-- Permissions options for the `location` group -->
11+
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
12+
13+
<application
14+
android:name="${applicationName}"
15+
android:label="geolocator_example"
16+
android:icon="@mipmap/ic_launcher">
17+
<activity
18+
android:name=".MainActivity"
19+
android:launchMode="singleTop"
20+
android:theme="@style/LaunchTheme"
21+
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
22+
android:hardwareAccelerated="true"
23+
android:windowSoftInputMode="adjustResize">
24+
<!-- Specifies an Android theme to apply to this Activity as soon as
25+
the Android process has started. This theme is visible to the user
26+
while the Flutter UI initializes. After that, this theme continues
27+
to determine the Window background behind the Flutter UI. -->
28+
<meta-data
29+
android:name="io.flutter.embedding.android.NormalTheme"
30+
android:resource="@style/NormalTheme"
31+
/>
32+
<!-- Displays an Android View that continues showing the launch screen
33+
Drawable until Flutter paints its first frame, then this splash
34+
screen fades out. A splash screen is useful to avoid any visual
35+
gap between the end of Android's launch screen and the painting of
36+
Flutter's first frame. -->
37+
<meta-data
38+
android:name="io.flutter.embedding.android.SplashScreenDrawable"
39+
android:resource="@drawable/launch_background"
40+
/>
41+
<intent-filter>
42+
<action android:name="android.intent.action.MAIN"/>
43+
<category android:name="android.intent.category.LAUNCHER"/>
44+
</intent-filter>
45+
</activity>
46+
<!-- Don't delete the meta-data below.
47+
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
48+
<meta-data
49+
android:name="flutterEmbedding"
50+
android:value="2" />
51+
</application>
52+
</manifest>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package com.baseflow.geolocator_example;
2+
3+
import io.flutter.embedding.android.FlutterActivity;
4+
5+
public class MainActivity extends FlutterActivity {
6+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Modify this file to customize your launch splash screen -->
3+
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
4+
<item android:drawable="?android:colorBackground" />
5+
6+
<!-- You can insert your own image assets here -->
7+
<!-- <item>
8+
<bitmap
9+
android:gravity="center"
10+
android:src="@mipmap/launch_image" />
11+
</item> -->
12+
</layer-list>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Modify this file to customize your launch splash screen -->
3+
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
4+
<item android:drawable="@android:color/white" />
5+
6+
<!-- You can insert your own image assets here -->
7+
<!-- <item>
8+
<bitmap
9+
android:gravity="center"
10+
android:src="@mipmap/launch_image" />
11+
</item> -->
12+
</layer-list>
Loading
Loading
Loading
Loading
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
4+
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
5+
<!-- Show a splash screen on the activity. Automatically removed when
6+
Flutter draws its first frame -->
7+
<item name="android:windowBackground">@drawable/launch_background</item>
8+
</style>
9+
<!-- Theme applied to the Android Window as soon as the process has started.
10+
This theme determines the color of the Android Window while your
11+
Flutter UI initializes, as well as behind your Flutter UI while its
12+
running.
13+
14+
This Theme is only used starting with V2 of Flutter's Android embedding. -->
15+
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
16+
<item name="android:windowBackground">?android:colorBackground</item>
17+
</style>
18+
</resources>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<!-- Theme applied to the Android Window while the process is starting -->
4+
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
5+
<!-- Show a splash screen on the activity. Automatically removed when
6+
Flutter draws its first frame -->
7+
<item name="android:windowBackground">@drawable/launch_background</item>
8+
</style>
9+
<!-- Theme applied to the Android Window as soon as the process has started.
10+
This theme determines the color of the Android Window while your
11+
Flutter UI initializes, as well as behind your Flutter UI while its
12+
running.
13+
14+
This Theme is only used starting with V2 of Flutter's Android embedding. -->
15+
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
16+
<item name="android:windowBackground">@android:color/white</item>
17+
</style>
18+
</resources>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2+
package="com.baseflow.geolocator_example">
3+
<!-- Flutter needs it to communicate with the running application
4+
to allow setting breakpoints, to provide hot reload, etc.
5+
-->
6+
<uses-permission android:name="android.permission.INTERNET"/>
7+
</manifest>

0 commit comments

Comments
 (0)