Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Releases: interclip/mobile

v0.7.7

05 Jun 21:01
Compare
Choose a tag to compare

Features ✨

  • Redesign the QR code page (again) d5b6d05
  • Add dark mode to the QR codes 26746cc

Bug fixes 🐛

  • Fixed a bug with a code of a new clip not showing 26746cc

Dependencies ⬆️

  • bump react-native-camera from 3.43.9 to 3.44.0 0a992a9
  • bump jest from 27.0.3 to 27.0.4 c14735a

v0.7.6

01 Jun 19:55
Compare
Choose a tag to compare

Bug fixes 🐛

  • Fixed a bug in which camera would be in use definitely after going to the QR code page 23338f6
  • Fixed a bug when scanning multiple Interclip QR codes 52cbc21

v0.7.5

31 May 19:23
Compare
Choose a tag to compare

Features ✨

  • Change the image menu icon 4446403
  • Restyle the QR settings 7965291
  • Add ITSAppUsesNonExemptEncryption to the info.plist 282f965

Docs 📝

  • Add Testflight link to the README 7d3b785

Code 🎨

  • Change <TouchableWithoutFeedback> to <Pressable> d125ebb
  • Big formatting overhaul 0e93dcb

Dependencies ⬆️

  • bump eslint-plugin-react from 7.23.2 to 7.24.0 7f070ab
  • Remove react-native-swipe-navigation ffdd53b

Tests ✅

v0.7.4

29 May 20:14
Compare
Choose a tag to compare

Features ✨

  • Add the ability to change camera facing position 126747e

Bug fixes 🐛

  • Fix a broken file upload on Android 18aabab

v0.7.3

28 May 19:36
Compare
Choose a tag to compare

Features ✨

  • Add a camera source to file uploads 6eaebc9
  • Better error output on file upload 2112a61

Code 🎨

  • Formatted AboutPage.js 879fb0c
  • Added some trailing commas in SendScreen.js

v0.7.2

28 May 16:51
Compare
Choose a tag to compare

Features ✨

  • Added a restyled Hide QR code button 65dd387
  • Updated the QR code icon on the Send screen to match the rest of the app 4358208

Bug fixes 🐛

  • Fix a memory leak and a spammed 500 error 497ec37
  • Align the QR code description to the center df08059

v0.7.1

27 May 15:49
Compare
Choose a tag to compare

Features ✨

  • Add a privacy policy to the settings 47dbb01
  • Make the heading of Settings bold 1c4346b
  • Add a new design for the QR Scan page faa5c59
  • Restyle the Choose a file button 434a242

Docs 📝

v0.7.0

26 May 15:21
Compare
Choose a tag to compare

Code 🎨

  • Rewrite the toggleSwitch function de76900
  • Rewrite some settings logic 38efe6a
  • Move the upload file function 5e145f0

Features ✨

  • Add a bottom tab navigation and new settings f1e360a

Bug fixes 🐛

  • Fix the 500 error on the Send page bf1e268

v0.6.1

23 May 17:28
Compare
Choose a tag to compare

Features ✨

  • Add Documentpicker with an ActionSheet on both iOS and Android cfa0b7d 62c682d

Bug fixes 🐛

  • fix: Invalid prop fontSize of type string af2c743

Code 🎨

v0.6.0

22 May 18:03
Compare
Choose a tag to compare

Code 🎨

Features ✨

  • Add file upload functionality 514e2f8

Docs 📝