e-mission-phone icon indicating copy to clipboard operation
e-mission-phone copied to clipboard

The frontend (phone) code for the e-mission server

Results 23 e-mission-phone issues
Sort by recently updated
recently updated
newest added

Most importantly, I've created a new branch for the update-readme changes I only made minor changes to the readme PR from https://github.com/e-mission/e-mission-phone/pull/829 - Removed an unneeded timestamp - Removed unneeded...

Added a row to the profile screen to view qr code. Pressing the icon creates a popup where qr code will go.

This is a UI-only hack to experiment with syncing on every app start/resume. In general, our assumption was that people will open the app only sporadically, and we want to...

Including: - random token for login - demographic survey with kobotoolbox - go to the diary directly - allow users to enter a prior token in the login screen -...

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [enketo-transformer](https://github.com/enketo/enketo-transformer). These dependencies need to be updated together. Removes `tough-cookie` Updates `enketo-transformer` from 2.1.5 to 2.3.0 Release notes Sourced from...

dependencies

@asiripanich pulling from master to the rciti branch to prepare for fixing https://github.com/e-mission/e-mission-docs/issues/727 Please let me know if you see any issues. Testing done below: https://user-images.githubusercontent.com/2423263/167154326-a2d74350-766e-4b9d-93fc-8087e7d53d82.mov You might also want...

Features 1. Fix invalid date displayed for processed trips Apparently, the date stored in `tripgj.data.properties.start_local_dt` and `tripgj.data.properties.end_local_dt` use a `1-12` month value while `moment` needs `0-11` month value. The test...