Skip to content

Migrate from Cordova to Capacitor #1346

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

Open
wants to merge 64 commits into
base: main
Choose a base branch
from

Conversation

RohitKushvaha01
Copy link
Collaborator

This pull request completes the migration from Cordova to Capacitor. While the migration is functional, several tasks remain to finalize the project.

Current Status:

  • Migration to Capacitor is functional but not yet complete.

Remaining Issues & Tasks:

  • Successfully compile the project using Capacitor
  • Implement separate icons for the paid and free versions
  • Fix issue with the back button unexpectedly closing the app
  • Replace splash screen of capacitor with acode
  • Address issues with SFTP functionality
  • Refactor filesystem apis with capacitor
  • Fix plugin install failing
  • Fix plugin icons
  • Update Plugin Base Url
  • Fix console

Building the Project:

Important

Requires OpenJDK 21

To build:

# First time only
npm install

npm run build <paid/free> <prod/dev>

RohitKushvaha01 and others added 29 commits May 5, 2025 07:55
)

## Changes
This PR implements visibility management for the file menu icon and adds QuickTools visibility control per tab.

### File Menu Icon (Pencil Icon)
- Hides the file menu icon from header when active editor tab type is "page", otherwise show it

### QuickTools
- Adds `hideQuickTools` boolean property to EditorFile (defaults to false)
- Allows per-tab control of QuickTools visibility

## Usage
```javascript
// Create a new tab with QuickTools hidden
new EditorFile("My Tab", {
  hideQuickTools: true
});
```
…ndation#1296)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update Hungarian translation

* Update Hungarian translation

* Update Hungarian translation

* Change the word gomb translation to billentyű
* chore(i18n): update vi-vn.json

* Update vi-vn.json
@RohitKushvaha01 RohitKushvaha01 changed the title Migrate from Cordova to Capacitor #1266 Migrate from Cordova to Capacitor Jun 4, 2025
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.

6 participants