mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-23 16:07:27 +00:00
Google rejects custom scheme redirect URIs that don't match the platform's app identifier. Use the Android applicationId (com.superproductivity.superproductivity) on Android and the iOS bundle ID (com.super-productivity.app) on iOS, with single-slash URI format per Google's documentation. - Add iosClientId to OAuthFlowConfig and plugin API types - Add iOS OAuth client ID to Google Calendar plugin - Select client ID per platform (Android/iOS/Desktop) in bridge service - Add Android package name intent filter in AndroidManifest - Accept both URI schemes in OAuth callback handler - Fix redirect handler to use IS_NATIVE_PLATFORM consistently |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| app_config.properties | ||
| build.gradle | ||
| capacitor.build.gradle | ||
| config.gradle | ||
| google.properties | ||
| proguard-rules.pro | ||