super-productivity/ios/App
Johannes Millan 40b18c4693 fix(sync): implement OAuth redirect for Dropbox on mobile
- 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.
2026-01-21 14:30:24 +01:00
..
App fix(sync): implement OAuth redirect for Dropbox on mobile 2026-01-21 14:30:24 +01:00
App.xcodeproj fix(ios): use correct bundle ID com.super-productivity.app 2026-01-16 16:07:33 +01:00
App.xcworkspace fix(ios): remove alpha from icon, add safe area styling 2026-01-16 17:25:49 +01:00
Podfile feat(ios): add keyboard and status bar support 2026-01-14 13:45:42 +01:00
Podfile.lock fix(ios): remove alpha from icon, add safe area styling 2026-01-16 17:25:49 +01:00