mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-20 10:01:00 +00:00
* feat(android): improve task title from share intent using EXTRA_SUBJECT Browsers and many apps send the page title via Intent.EXTRA_SUBJECT, which was previously ignored. Now the share handler uses subject > title > content to build a meaningful task title instead of the generic "Check: Shared Content". For links without metadata, a readable URL (domain + path) is used instead. https://claude.ai/code/session_01LzFepWFjLKQSWKZn4iXEpS * chore: update package-lock.json after npm install https://claude.ai/code/session_01LzFepWFjLKQSWKZn4iXEpS * refactor(android): simplify _buildTaskTitle and fix double spaces in URL Deduplicate the subject/title preference logic and collapse multiple spaces in _readableUrl output caused by leading slashes in pathnames. https://claude.ai/code/session_01LzFepWFjLKQSWKZn4iXEpS --------- Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| app_config.properties | ||
| build.gradle | ||
| capacitor.build.gradle | ||
| config.gradle | ||
| google.properties | ||
| proguard-rules.pro | ||