* Initialised SSO with linking * Fixed lint errors * Added translation and version check * Added translation & detox file: WIP * Added google logo and login button * Added openid login option * Added tests * Added fallback support for google * Added server check for openid * Removed unwated memos * Server support changed to 5.32 * Added try catch for Linking openurl * Removed 'or' * Changed test case version to 5.32 * Changed server version to 5.32 * Update assets/base/i18n/en.json Co-authored-by: Katie Wiersgalla <39744472+wiersgallak@users.noreply.github.com> * Update assets/base/i18n/en.json Co-authored-by: Katie Wiersgalla <39744472+wiersgallak@users.noreply.github.com> * Update assets/base/i18n/en.json Co-authored-by: Katie Wiersgalla <39744472+wiersgallak@users.noreply.github.com> * Update app/screens/sso/sso_with_redirect_url.tsx Co-authored-by: Hossein <hahmadia@users.noreply.github.com> * Update assets/base/i18n/en.json Co-authored-by: Katie Wiersgalla <39744472+wiersgallak@users.noreply.github.com> * Added new custom url scheme for auth * Added custom url scheme based on app build type, custom user agent for only google & misc typo fixes * Added check for Deviceinfo * Reverted to openLink * Using tryOpenURL instead of Linking.openURL * Changed office365 url * Handling cookie read error caused on localhost * Fixed lint errors * Updated version in tests Co-authored-by: Anurag Shivarathri <anurag@13.local> Co-authored-by: Katie Wiersgalla <39744472+wiersgallak@users.noreply.github.com> Co-authored-by: Hossein <hahmadia@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| actions | ||
| metadata | ||
| screenshots | ||
| env_vars_example | ||
| Fastfile | ||
| Gemfile | ||
| Gemfile.lock | ||
| Matchfile | ||
| plist.erb | ||
| Pluginfile | ||
| README.md | ||
fastlane documentation
Installation
sudo gem install fastlane
Available Actions
iOS
ios dev
fastlane ios dev
Build Release file
This will also make sure the profile is up to date
ios beta
fastlane ios beta
Submit a new Beta Build to Apple TestFlight
This will also make sure the profile is up to date
ios release
fastlane ios release
Deploy a new version to the App Store
ios build
fastlane ios build
Android
android dev
fastlane android dev
android beta
fastlane android beta
android release
fastlane android release
This README.md is auto-generated and will be re-generated every time fastlane is run. More information about fastlane can be found on https://fastlane.tools. The documentation of fastlane can be found on GitHub.