Skip to content

Releases: TravelPouch/travelpouch

M3

20 Dec 07:55
2655858
Compare
Choose a tag to compare
feat: offline login persistence (#275)

* feat: add offline login persistence

* refactor: move context out of the netconn helper

---------

Co-authored-by: Arthur Chalard <49678951+ArthurChalard@users.noreply.github.com>

Android Release (#40)

20 Dec 07:45
2bcfef4
Compare
Choose a tag to compare
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)

20 Dec 07:42
2bcfef4
Compare
Choose a tag to compare
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)

20 Dec 07:38
3d307d1
Compare
Choose a tag to compare
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)

20 Dec 00:41
6ec56e3
Compare
Choose a tag to compare
Hotfix: This fixes the invitation buttons when accepting or declining…

M3 - Release V3

20 Dec 00:10
607c501
Compare
Choose a tag to compare
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

19 Dec 22:14
70f9906
Compare
Choose a tag to compare
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)

19 Dec 17:42
70f9906
Compare
Choose a tag to compare
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)

17 Dec 16:17
3ccb64b
Compare
Choose a tag to compare
test: Adding an e2e tests that adds a participant through notificatio…

S9 (#32)

13 Dec 09:50
96baa59
Compare
Choose a tag to compare
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