Releases: TravelPouch/travelpouch
Releases · TravelPouch/travelpouch
M3
Android Release (#40)
UX enhancements (#274) * fix: remove document ID at top of document preview * feat: add spinner during file preparation on document preview screen * feat: add the map to the swiper * fix: reduce thumbnail size in activity cards * feat: replace + sign with a hambuger menu and add a cross to close the FAB in edit travel * feat: enhance UX for fabs on the map * test: fix the tests after the ux improvements * test: complete tests to test new behavior of the fabs on map
Android Release (#39)
UX enhancements (#274) * fix: remove document ID at top of document preview * feat: add spinner during file preparation on document preview screen * feat: add the map to the swiper * fix: reduce thumbnail size in activity cards * feat: replace + sign with a hambuger menu and add a cross to close the FAB in edit travel * feat: enhance UX for fabs on the map * test: fix the tests after the ux improvements * test: complete tests to test new behavior of the fabs on map
Android Release (#38)
test: repair test for loading behavior (#270) * test: repair test for loading behavior * style: run ktfmt * test: fix consequent failure * test: fix other collateral damages on tests This is due to the getThumbnail function being open --------- Co-authored-by: Alexandre Spiess <92825698+Unsaved2@users.noreply.github.com>
M3 Release V4 (#37)
Hotfix: This fixes the invitation buttons when accepting or declining…
M3 - Release V3
Fix: Adding callbacks to notification view model (#271) * chore: preparing the branch in github to bhe able to pull * fix: Trying to 'solve' the incoherency problem * chore: Removing useless comment * fix: Putting the load in the onSuccess call of the sendNotification
M3 - release v2
Feature/push notification model (#239) * feature: add notification request when start the app Asked permission to receive notification on the device when start the app. * feature: add notification token on Profile Added token notification on the Firestore db on the first connection after requesting notification permission. * feature: cloud function to fetch tokens Created a cloud function to fetch notification tokens to send a notification. * fix: permission notification on debug mode Added a boolean to don't ask notification permission on each tests, but only if the app is not on debug mode. * fix: deleted "2" error in index.ts Deleted compilation error in index.ts * feature: add cloud function for push notif Added a cloud function for push notification * feature: add cloud function for push notif Added a cloud function for push notification * fix: modify fetch notification firestore Modified the function sendNotification. * fix: resolve console errors with MulticastMessage Modified the function sendNotification changing with a multicast * fix: fix the multicast message and use new FCM API * feature: added push notification with item notification Added a push notification when you add a friend, add someone to a travel or change the role of a participant. * test: adapte tests to push notification * test(notification): add unit tests for sendNotificationToUser method * test(notification): fix test to verify addNotification is called at least once * chore: disable clear text traffic for security * chore: avoid code duplication Deleted duplicated code with refactored function * doc: add credits to modified files Added LLM credits for code genereted by llm * chore: delete duplicated description Deleted credits llm on old files --------- Co-authored-by: Sylvain Nérisson <sylvain.nerisson@epfl.ch> Co-authored-by: RemIsMyWaifuu <160653991+RemIsMyWaifuu@users.noreply.github.com>
M3-Medium-Release (#34)
Feature/push notification model (#239) * feature: add notification request when start the app Asked permission to receive notification on the device when start the app. * feature: add notification token on Profile Added token notification on the Firestore db on the first connection after requesting notification permission. * feature: cloud function to fetch tokens Created a cloud function to fetch notification tokens to send a notification. * fix: permission notification on debug mode Added a boolean to don't ask notification permission on each tests, but only if the app is not on debug mode. * fix: deleted "2" error in index.ts Deleted compilation error in index.ts * feature: add cloud function for push notif Added a cloud function for push notification * feature: add cloud function for push notif Added a cloud function for push notification * fix: modify fetch notification firestore Modified the function sendNotification. * fix: resolve console errors with MulticastMessage Modified the function sendNotification changing with a multicast * fix: fix the multicast message and use new FCM API * feature: added push notification with item notification Added a push notification when you add a friend, add someone to a travel or change the role of a participant. * test: adapte tests to push notification * test(notification): add unit tests for sendNotificationToUser method * test(notification): fix test to verify addNotification is called at least once * chore: disable clear text traffic for security * chore: avoid code duplication Deleted duplicated code with refactored function * doc: add credits to modified files Added LLM credits for code genereted by llm * chore: delete duplicated description Deleted credits llm on old files --------- Co-authored-by: Sylvain Nérisson <sylvain.nerisson@epfl.ch> Co-authored-by: RemIsMyWaifuu <160653991+RemIsMyWaifuu@users.noreply.github.com>
M3-Early_Release (#33)
test: Adding an e2e tests that adds a participant through notificatio…
S9 (#32)
feat: create storage dashboard view (#240) * feat: create storage dashboard view * fix: compliance and tests baseline * refactor: add dedicated viewmodel * test: add tests for loading dashboard, settled dashboard and limit dialog * test: add storageLimitDialogCanSetTheLimit * test: add unit testing for StorageDashboardViewModel * test: add unit testing for StorageDashboardViewModel * test: typo in storageLimitDialogCanSetTheLimit * style: apply ktfckCheck * feat: better placement for storage indicator and better input validation