8000 Migrate from Cordova to Capacitor by RohitKushvaha01 · Pull Request #1346 · Acode-Foundation/Acode · GitHub < 8000 meta name="release" content="6e6f1bf1a653816db0595d4f4978d5623310e771">
[go: up one dir, main page]

Skip to content

Conversation

@RohitKushvaha01
Copy link
Member
@RohitKushvaha01 RohitKushvaha01 commented Jun 4, 2025

This pull request completes the migration from Cordova to Capacitor.

Current Status:

  • Migration to Capacitor is 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>

itsvks19 and others added 23 commits May 8, 2025 21:33
)

## 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
@RohitKushvaha01 RohitKushvaha01 marked this pull request as draft August 5, 2025 12:43
@RohitKushvaha01
Copy link
Member Author

🚧✍️➡️🗑️

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

0