Skip to content

Releases: danshilm/MoBouzer

mobile-app@v1.3.0

26 Feb 22:21
Compare
Choose a tag to compare

1.3.0 (2023-02-26)

Bug Fixes

  • build: correctly set build profile sentry tag (135b5ae)
  • build: remove redundant patch-package in postinstall (9552ad0)
  • build: specify minimum version for m1 EAS workers (ae391ad)
  • build: use correct sdkversion in app config (bfc70b6)

Features

  • build: use hermes engine (5851b89)

mobile-app@v1.2.0

18 Jan 22:51
Compare
Choose a tag to compare

1.2.0 (2023-01-18)

Bug Fixes

  • build: correctly update artifact links for both platforms in readme (46f65d4)

Features

  • build: update links to artifacts on develop branch too (897ec22)
  • build: use m1 resource class for EAS Build (#10) (4da4b76)

mobile-app@v1.1.0

18 Jan 09:07
Compare
Choose a tag to compare

1.1.0 (2023-01-18)

Bug Fixes

  • build: don't upload sourcemaps for dev builds (beb98a2)
  • build: move workflow file to correct location (dcbd022)
  • build: update tag for semantic release (f09cb4b)
  • build: use EAS secret files for GCP credentials (fd91ec4)

Features

  • build: only update build artifact URLs when using preview profile + emojify workflows (6e47a64)
  • release: add manual workflow for building mobile app with EAS Build (26d94c2)

mobile-app@v1.0.1

15 Jan 22:02
Compare
Choose a tag to compare

1.0.1 (2023-01-15)

Bug Fixes

  • build: update tag for semantic release (f4b9d55)

mobile-app@v1.0.0

15 Jan 21:55
Compare
Choose a tag to compare

1.0.0 (2023-01-15)

Bug Fixes

  • build: move workflow file to correct location (11cb614)
  • build: only release on main branch (19ad518)
  • build: remove unused env variables (d9c1ca1)
  • build: set project id from env variables (97ef2b5)
  • bus line details: check for location permissions first (dec03fd)
  • bus line details: don't adjust map camera if bus stop marker is open (31f2522)
  • bus line details: make loading/warning icon visible (f752758)
  • bus line stop: make touchable span the whole card size (2aa9156)
  • bus-line details: also add padding on x axis of map (9d4589b)
  • bus-line sheet: correctly detect last bus stop (ed2eb76)
  • bus-line: remove border on flip direction button press (822b076)
  • bus-lines: use navigation hook instead of prop drilling for card (1be70ce)
  • button: make button same height as textinput (f2d1ac0)
  • compass: only start moving compass when map is loaded (4124a12)
  • deps: add missing dependency for on-success hook (cc86118)
  • easignore: add missing .tmp entry (580393a)
  • error-screen: use navigation hook instead of navigation ref (c8f7333)
  • expo: make slug lowercase (ca07859)
  • handle user rejecting location permissions (1340344)
  • linking: update screen name (b152ea9)
  • lint files using closest eslint config (d38798d)
  • map: partially adjust compass position (1226dcf)
  • maps: remove unused constants + fix default coords (ca25ff5)
  • map: use button for marker view (1c7cfe7)
  • missed one (b2b761c)
  • navigation: include not found screen in stack (533f7e6)
  • onboarding: more margin for terms & privacy terms (300ce71)
  • onboarding: static position for terms & privacy policy (6b25ec3)
  • onboarding: update colours for dark mode (4709eaa)
  • onboarding: use large button for sign in/up (b3b4ab5)
  • remove ununsed firebase js SDK (f671b94)
  • scripts: add missing import (a898bc3)
  • scripts: remove references to tests (da357be)
  • sentry: correctly set tracing sampling rate (8176dc3)
  • sentry: ignore making spans for common http requests to metro server (3b2a547)
  • settings: correctly update settings through hook (2b67660)
  • settings: use value itself as default instead of function in state hook (8319b25)
  • signin: disable expo proxy when authenticating (9a07267)
  • signin: remove duplicate top margin (29f0703)
  • signin: reset navigation state on success (308b9bc)
  • statusbar: fix status bar colour to dark (2d5d495)
  • textinput: pass onBlur prop (ee8c34d)
  • update husky hook file permissions (60e11a8)
  • use correct negative arbitrary tw utility (22c62db)

Features

  • accessibility: add accessibility labels (eb18646)
  • add browserstack acknowledgement & logo to readme (1280477)
  • add bus details screen skeleton (20a4962)
  • add bus line stop card (9d959c3)
  • add index.js file as main entrypoint (633df74)
  • add onboarding skeleton (b0e3f7f)
  • add pre-commit hook using husky and lint-staged (7af9f1d)
  • add sentry (c810b79)
  • add skeleton for bus lines screen (0e00cba)
  • add skeleton for maps (2998125)
  • add skeleton for search bar (313b38b)
  • add snap points to bus details bottom sheet (eaa4e50)
  • add twrnc (17566f3)
  • auth: ignore path from callback url when logging in (8ce43de)
  • bootstrap basic structure (493fd1b)
  • build: add eas config (daa2e85)
  • build: add semantic-release (e012162)
  • build: use local .env file when building locally (dd60c35)
  • bus line details: add toggle to flip bus line direction (8beb528)
  • bus line details: expand/collapse on header press (bcb4679)
  • bus line details: fit to markers when loaded (ee72426)
  • bus line details: mark closest bus stop (70d49a3)
  • bus line details: prevent map from re-adjusting when focused on bus stop + handle pressing on bus stop in sheet (dfbb7b7)
  • bus line details: re-adjust map when bottom sheet position changes ([ac65830](ac65830031...
Read more