mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
- Add redirect_uri parameter to OAuth flow for mobile platforms - Create OAuthCallbackHandlerService to handle deep link callbacks - Register custom URI scheme (com.super-productivity.app://) in Android/iOS - Add platform-specific UI for OAuth flow (automatic vs manual) - Implement proper error handling for OAuth callback errors - Add comprehensive unit tests for callback handler - Fix memory leak by properly cleaning up event listeners - Use IS_NATIVE_PLATFORM constant for consistent platform detection Web/Electron continue using manual code entry (no regression). Mobile (iOS/Android) now use automatic redirect with deep linking. Fixes Dropbox OAuth authentication on iOS and Android platforms. |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| app_config.properties | ||
| build.gradle | ||
| capacitor.build.gradle | ||
| config.gradle | ||
| google.properties | ||
| proguard-rules.pro | ||