Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser Edition #4222

Draft
wants to merge 45 commits into
base: main
Choose a base branch
from
Draft

Browser Edition #4222

wants to merge 45 commits into from

Conversation

Simon-Laux
Copy link
Member

@Simon-Laux Simon-Laux commented Oct 17, 2024

Adds basic browser version for development.

And Additionally:

  • fixes the log-convention checker.
  • fixes some small bugs with electron version, see changelog.

Features

☑️ Basic functionality
📎 Sending attachments
🔔 Notifications
1️⃣ Badge counter (number in tab title)
🦊🧭🏐 Works in Firefox, Safari and Chrome
🔐 HTTPS with self signed certificate
🔑 Password Protection
⬇️ Download Attachments or open them in Browser (useful for pdf)
ℹ️ Local Help is also implemented
🌐 Language is selected based on Browser Language

Not implemented

  • Stickers
  • Webxdc
  • HTML emails
  • and more... it only has basic functionality for now, because it is mainly meant as proof of concept and to aid with development.

TODO

  • Background Image
  • Themes
  • backup export/import
  • support env vars
    • TEST_DIR and CERT_DIR <- for testing
    • DELTACHAT_LOCALE_DIR
  • support cli options and document somewhere what is and isn't supported
  • improve the hint/message that only one concurrent client is supported

This is part of the Delta Tauri Project.

Simon-Laux and others added 30 commits October 17, 2024 06:26
send logs to backend

runtime: make initialize async (because it electron it was sync and we should also wait in browser for it to complete)
implement runtime browser clipboard text apis
sideeffect: makes scrollbars round in electron version
… a string for BuildInfo in build.js to reduce redundancy
also add label to notification object key in electron version to clarify code
@Simon-Laux Simon-Laux added this to the Tauri Project milestone Oct 17, 2024
Copy link
Contributor

@nicodh nicodh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!!

Reviewed by testing and (partly) reading.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants