Skip to content

Migrate from Cordova to Capacitor #1266

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

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

Conversation

RohitKushvaha01
Copy link
Collaborator

@RohitKushvaha01 RohitKushvaha01 commented Apr 17, 2025

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 RohitKushvaha01 marked this pull request as draft April 17, 2025 09:30
@feridmoh
Copy link

hi

@UnschooledGamer
Copy link
Collaborator

UnschooledGamer commented Apr 21, 2025

hi

Hello, Kindly refine from messaging greetings. Comments in PR should be related to it (To the PR). That helps the PR Author.

Kindly Understand.

@RohitKushvaha01
Copy link
Collaborator Author

RohitKushvaha01 commented Apr 22, 2025

NativeLayer contains the launchIntent function that :
Closes: #407

RohitKushvaha01 and others added 18 commits May 10, 2025 19:11
)

## 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
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.

7 participants